-
Global information
- Generated on Sun Jun 13 16:59:07 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-06-13_180000.log
- Parsed 51,216 log entries in 6s
- Log start from 2021-06-13 18:00:00 to 2021-06-13 18:59:01
-
Overview
Global Stats
- 273 Number of unique normalized queries
- 1,962 Number of queries
- 29m14s Total query duration
- 2021-06-13 18:00:00 First query
- 2021-06-13 18:58:40 Last query
- 28 queries/s at 2021-06-13 18:00:01 Query peak
- 29m14s Total query duration
- 0ms Prepare/parse total duration
- 3s37ms Bind total duration
- 29m11s Execute total duration
- 21,877 Number of events
- 3 Number of unique normalized events
- 21,807 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
- 342 Number temporary file
- 21.37 MiB Max size of temporary file
- 5.41 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
- 1,962 Average queries per session
- 29m14s 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
- 28 queries/s Query Peak
- 2021-06-13 18:00:01 Date
SELECT Traffic
Key values
- 28 queries/s Query Peak
- 2021-06-13 18:00:01 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 9 queries/s Query Peak
- 2021-06-13 18:56:12 Date
Queries duration
Key values
- 29m14s 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) Jun 13 18 1,962 0ms 9s829ms 892ms 1m20s 1m24s 1m49s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Jun 13 18 587 10 165ms 2s993ms 3s953ms 7s55ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Jun 13 18 403 32 0 65 1s245ms 532ms 46s245ms 53s780ms Day Hour Prepare Bind Bind/Prepare Percentage of prepare Jun 13 18 0 1,301 1,301.00 0.00% Day Hour Count Average / Second Jun 13 18 0 0.00/s Day Hour Count Average Duration Average idle time Jun 13 18 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time Jun 13 18 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Jun 13 18 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Jun 13 18 0 0s Day Hour Mean distance Mean estimate Jun 13 18 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 43.91 MiB Temp Files size Peak
- 2021-06-13 18:21:20 Date
Number of temporary files
Key values
- 5 per second Temp Files Peak
- 2021-06-13 18:24:02 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Jun 13 18 342 1.81 GiB 5.41 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 95 670.24 MiB 5.67 MiB 8.20 MiB 7.06 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, $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 p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) 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-06-13 18:10:34 Duration: 0ms Database: acaweb_fx User: postgres
2 87 416.87 MiB 2.87 MiB 9.93 MiB 4.79 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, $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 fr.pattern in ($15)) AND ($16 = 0 OR fr.patternlengthbars <= $17) AND ($18 = 0 OR ($19 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($20 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) 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-06-13 18:10:35 Duration: 0ms Database: acaweb_fx User: postgres
3 28 154.45 MiB 4.21 MiB 8.91 MiB 5.52 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 > 515100215 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:12:16 Duration: 0ms Database: acaweb_fx User: postgres
4 16 26.70 MiB 1.67 MiB 1.67 MiB 1.67 MiB with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:16:13 Duration: 324ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:56:13 Duration: 256ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:01:13 Duration: 254ms Database: acaweb_fx User: postgres
5 10 65.55 MiB 4.21 MiB 7.77 MiB 6.55 MiB ) 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 '%eurnzd%' 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 > 514913877 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:16:01 Duration: 0ms Database: acaweb_fx User: postgres
6 8 23.94 MiB 2.99 MiB 2.99 MiB 2.99 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)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR ar.pattern in ($9)) AND ($10 = 0 OR ($11 = 1 AND ar.breakout >= 0) OR ($12 = 2 AND ar.breakout < 0)) AND ($13 = 0 OR ar.patternlengthbars <= $14) and newLevels.filtered = false 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-06-13 18:11:25 Duration: 0ms Database: acaweb_fx User: postgres
7 7 34.51 MiB 4.21 MiB 5.47 MiB 4.93 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 <= ?)) 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 <= ?)) 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 '%eurnzd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%cadchf%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%eurgbp%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%gbpjpy%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%eurusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%usdchf%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%eurchf%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%audjpy%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%nzdusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%audchf%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity <= 1440)) OR ((s.symbol ilike '%audusd%' AND timegranularity <= 1440))) AND breakout >= 0.8 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.8 AND initialtrend >= 0.8 AND symmetry >= 0.8 AND noise <= 0.19999999999999996 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 > 509493806 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:13:29 Duration: 0ms Database: acaweb_fx User: postgres
8 5 25.28 MiB 4.49 MiB 5.47 MiB 5.06 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 = ?)) 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 '%audchf%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audnzd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audcad%' AND timegranularity = 240)) OR ((s.symbol ilike '%gbpaud%' 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 > 514986974 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:11:30 Duration: 0ms Database: acaweb_fx User: postgres
9 4 21.66 MiB 5.41 MiB 5.41 MiB 5.41 MiB select updateresultsmaterializedview ();-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:32:04 Duration: 1s634ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:47:04 Duration: 1s620ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:02:04 Duration: 1s616ms Database: acaweb_fx User: postgres
10 1 8.91 MiB 8.91 MiB 8.91 MiB 8.91 MiB ) 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 '%xauusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 515215550 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:24:02 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 9.93 MiB 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-06-13 18:01:16 - Database: acaweb_fx - User: postgres ]
2 9.93 MiB 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-06-13 18:06:58 - Database: acaweb_fx - User: postgres ]
3 9.93 MiB 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-06-13 18:11:41 - Database: acaweb_fx - User: postgres ]
4 9.93 MiB 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-06-13 18:16:25 - Database: acaweb_fx - User: postgres ]
5 9.93 MiB 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-06-13 18:21:47 - Database: acaweb_fx - User: postgres ]
6 9.93 MiB 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-06-13 18:26:41 - Database: acaweb_fx - User: postgres ]
7 9.93 MiB 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-06-13 18:31:24 - Database: acaweb_fx - User: postgres ]
8 9.93 MiB 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-06-13 18:36:42 - Database: acaweb_fx - User: postgres ]
9 9.93 MiB 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-06-13 18:41:22 - Database: acaweb_fx - User: postgres ]
10 9.93 MiB 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-06-13 18:46:22 - Database: acaweb_fx - User: postgres ]
11 9.93 MiB 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-06-13 18:51:19 - Database: acaweb_fx - User: postgres ]
12 9.93 MiB 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-06-13 18:56:13 - Database: acaweb_fx - User: postgres ]
13 8.91 MiB )) 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 & 57343 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 515089241 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2021-06-13 18:16:02 - Database: acaweb_fx - User: postgres ]
14 8.91 MiB )) 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 > 515100215 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2021-06-13 18:40:02 - Database: acaweb_fx - User: postgres ]
15 8.91 MiB )) 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 > 515096286 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2021-06-13 18:48:02 - Database: acaweb_fx - User: postgres ]
16 8.91 MiB ) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 515215550 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2021-06-13 18:24:02 - Database: acaweb_fx - User: postgres ]
17 8.20 MiB 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, $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 p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) 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-06-13 18:00:34 - Database: acaweb_fx - User: postgres ]
18 8.19 MiB 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, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $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)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-06-13 18:01:16 - Database: acaweb_fx - User: postgres ]
19 8.19 MiB 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, $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 p.patternname in ($15)) AND ($16 = 0 OR kr.patternclassid in ($17, $18)) AND ($19 = 0 OR kr.patternlengthbars <= $20) 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-06-13 18:05:34 - Database: acaweb_fx - User: postgres ]
20 8.19 MiB 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, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $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)) AND ($253 = 0 OR p.patternname in ($254)) AND ($255 = 0 OR kr.patternclassid in ($256, $257)) AND ($258 = 0 OR kr.patternlengthbars <= $259) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $260 OR relevant = 1) AND ($261 = 0 OR age <= $262) ORDER BY identified DESC, length DESC;[ Date: 2021-06-13 18:07:50 - 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 Jun 13 18 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- unknown Main Lock Type
- 0 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query NO DATASET
Queries that waited the most
Rank Wait time Query NO DATASET
-
Queries
Queries by type
Key values
- 587 Total read queries
- 1,366 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 1,962 Requests
- 29m11s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 1,499 Requests
User Request type Count Duration pgperfstats Total 463 10m15s insert 403 10m10s select 60 5s786ms postgres Total 1,499 18m55s copy from 65 8s951ms copy to 10 547ms cte 856 16m57s others 9 13s40ms select 527 1m32s update 32 3s690ms Duration by user
Key values
- 18m55s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 463 10m15s insert 403 10m10s select 60 5s786ms postgres Total 1,499 18m55s copy from 65 8s951ms copy to 10 547ms cte 856 16m57s others 9 13s40ms select 527 1m32s update 32 3s690ms Queries by host
Key values
- unknown Main host
- 1,962 Requests
- 29m11s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 1,962 Requests
- 29m11s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-06-13 18:34:37 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 653 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 9s829ms 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-06-13 18:01:09 - Database: acaweb_fx - User: postgres - Bind query: yes ]
2 9s764ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:05:40 - Database: acaweb_fx - User: postgres - Bind query: yes ]
3 9s708ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:10:40 - Database: acaweb_fx - User: postgres - Bind query: yes ]
4 9s659ms 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-06-13 18:06:51 - Database: acaweb_fx - User: postgres - Bind query: yes ]
5 9s618ms WITH rar_max as ( ;[ Date: 2021-06-13 18:56:07 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 9s568ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:00:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
7 9s546ms WITH rar_max as ( ;[ Date: 2021-06-13 18:11:35 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 9s537ms 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-06-13 18:16:19 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 9s519ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:30:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 9s441ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:40:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 9s435ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:15:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 9s385ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:20:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 9s348ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:25:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 9s294ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:50:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 9s282ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:55:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 9s276ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:45:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 9s274ms 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 ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:01:05 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 9s251ms 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-06-13 18:31:18 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 9s246ms WITH rar_max as ( ;[ Date: 2021-06-13 18:41:16 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 9s243ms WITH rar_max as ( ;[ Date: 2021-06-13 18:51:12 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 8m2s 291 183ms 9s829ms 1s658ms 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 #1
Day Hour Count Duration Avg duration Jun 13 18 291 8m2s 1s658ms [ User: postgres - Total duration: 8m2s - Times executed: 291 ]
-
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-06-13 18:01:09 Duration: 9s829ms 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-06-13 18:06:51 Duration: 9s659ms 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-06-13 18:16:19 Duration: 9s537ms Database: acaweb_fx User: postgres Bind query: yes
2 5m38s 190 51ms 9s618ms 1s781ms with rar_max as ( ;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Jun 13 18 190 5m38s 1s781ms [ User: postgres - Total duration: 5m38s - Times executed: 190 ]
-
WITH rar_max as ( ;
Date: 2021-06-13 18:56:07 Duration: 9s618ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-06-13 18:11:35 Duration: 9s546ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-06-13 18:41:16 Duration: 9s246ms Database: acaweb_fx User: postgres Bind query: yes
3 2m43s 97 1s640ms 1s845ms 1s685ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Jun 13 18 97 2m43s 1s685ms [ User: pgperfstats - Total duration: 2m43s - Times executed: 97 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1030696, 1, 600, '2021-06-13 00:00:00', 0.127406174627972, 0.3136, 0.139638819817412, 0.413600000000001, 0.17654366787474, 0.494799999999999, 0.265638852579963, 0.7016, 0.994352720785402, 2.0096 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 615, '2021-06-13 00:00:00', 0.116337153709952, 0.2852, 0.128743931895835, 0.342, 0.156843871413579, 0.416000000000001, 0.23630982487686, 0.6344, 0.988318099938812, 1.9668 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 630, '2021-06-13 00:00:00', 0.0684348838921596, 0.220000000000001, 0.0939006567247175, 0.295600000000001, 0.1237699478872, 0.382400000000002, 0.207667201711455, 0.594399999999999, 0.989852682641882, 1.936 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 645, '2021-06-13 00:00:00', 0.0702685325495475, 0.202799999999999, 0.105123736615476, 0.254800000000001, 0.127811058467828, 0.332400000000002, 0.203039405042468, 0.58, 0.987042214564975, 1.9276 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 660, '2021-06-13 00:00:00', 0.0600083327547098, 0.155200000000002, 0.091318125254522, 0.2516, 0.117817655722733, 0.323199999999998, 0.192307912820385, 0.553599999999999, 0.989011796357015, 1.9188 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 675, '2021-06-13 00:00:00', 0.0827586853448045, 0.1764, 0.0894743911220792, 0.221600000000001, 0.126699118649922, 0.331199999999999, 0.183371208208922, 0.529999999999999, 0.984539316973509, 1.9252 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 690, '2021-06-13 00:00:00', 0.0414648445473195, 0.131200000000002, 0.0640364479547897, 0.195599999999999, 0.124432043032866, 0.323999999999998, 0.168529918214342, 0.497599999999999, 0.980173794113403, 1.9236 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 705, '2021-06-13 00:00:00', 0.0515816504841255, 0.1424, 0.0970395108533971, 0.222, 0.139549274451712, 0.3236, 0.158095962419452, 0.481199999999999, 0.973501070021667, 1.9372 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 720, '2021-06-13 00:00:00', 0.0943786699065702, 0.1536, 0.107023361935605, 0.230399999999998, 0.13197221929886, 0.301999999999999, 0.141958914243991, 0.477599999999999, 0.969042826710975, 1.9424 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 735, '2021-06-13 00:00:00', 0.0735141709695028, 0.142799999999997, 0.0807774721070167, 0.213999999999999, 0.096517701312592, 0.2636, 0.149024606469312, 0.484, 0.954358423235211, 1.966 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 750, '2021-06-13 00:00:00', 0.0750932753314162, 0.148399999999999, 0.0914239210126845, 0.183999999999999, 0.0980340077048086, 0.252399999999999, 0.138567672997708, 0.495199999999999, 0.960923687570107, 1.9692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 765, '2021-06-13 00:00:00', 0.0686002915445716, 0.1168, 0.0771967184103924, 0.1648, 0.0977701385904711, 0.254399999999998, 0.14711333499494, 0.4956, 0.95806436805328, 1.9704 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 780, '2021-06-13 00:00:00', 0.0551513070259154, 0.108, 0.081349042198828, 0.1748, 0.0942284458112295, 0.2504, 0.168258729342641, 0.498799999999999, 0.955946302536566, 1.976 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 795, '2021-06-13 00:00:00', 0.0592677540207715, 0.117200000000001, 0.0630396700498974, 0.1636, 0.0720948449382242, 0.223200000000001, 0.200001666659723, 0.495600000000002, 0.949148214628955, 1.9664 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 810, '2021-06-13 00:00:00', 0.0561634519356962, 0.1128, 0.0708566628247938, 0.159600000000001, 0.0655743852430194, 0.201999999999999, 0.24139732116713, 0.506799999999998, 0.94711843680362, 1.964 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 825, '2021-06-13 00:00:00', 0.0374165738677405, 0.104000000000002, 0.0518427108344728, 0.1372, 0.0702803908165962, 0.193199999999999, 0.219729379009725, 0.503199999999998, 0.938740290673268, 1.958 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 840, '2021-06-13 00:00:00', 0.0362859017617954, 0.092000000000001, 0.0356464116941195, 0.1204, 0.0774058567982209, 0.191999999999999, 0.220323247373791, 0.505599999999998, 0.938892432603436, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 855, '2021-06-13 00:00:00', 0.0347035060668708, 0.0872000000000008, 0.0562731433871142, 0.140000000000001, 0.0864253049363051, 0.198800000000001, 0.227742544700515, 0.513999999999998, 0.938892432603436, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 870, '2021-06-13 00:00:00', 0.0522812904711948, 0.104, 0.0714656094449169, 0.143600000000002, 0.0902274902676568, 0.2008, 0.227992689941293, 0.528399999999998, 0.936934184810579, 1.9596 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 885, '2021-06-13 00:00:00', 0.0500266595593462, 0.0988000000000017, 0.0553022000767902, 0.152000000000001, 0.0796910701814612, 0.205600000000001, 0.298612346250676, 0.701199999999999, 0.938563974022725, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 900, '2021-06-13 00:00:00', 0.046644042134732, 0.1156, 0.0577119282875447, 0.148399999999999, 0.0718261790714222, 0.224399999999999, 0.360014814509995, 0.7676, 0.936801828919363, 1.9532 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 915, '2021-06-13 00:00:00', 0.0436844747402733, 0.0919999999999999, 0.0494031038161237, 0.1336, 0.0795822425754218, 0.238, 0.385965456139967, 0.798800000000001, 0.932531858258293, 1.9464 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 930, '2021-06-13 00:00:00', 0.0447101778122155, 0.1064, 0.0682446579105888, 0.1664, 0.0878578397184899, 0.2676, 0.410049996951592, 0.8292, 0.932648558318369, 1.946 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 945, '2021-06-13 00:00:00', 0.05951190357119, 0.112, 0.0735798885565882, 0.1684, 0.111947904550882, 0.2936, 0.436708522167055, 0.8532, 0.930724986233849, 1.9436 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 960, '2021-06-13 00:00:00', 0.0620483682299548, 0.115999999999999, 0.0841466973010019, 0.188400000000001, 0.131425517562864, 0.3168, 0.457438520459307, 0.86, 0.929984408471453, 1.9372 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 975, '2021-06-13 00:00:00', 0.0592311854797228, 0.138000000000002, 0.0971116196274497, 0.2316, 0.149406604048594, 0.328400000000001, 0.460884294951925, 0.8632, 0.926287032548046, 1.9308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 990, '2021-06-13 00:00:00', 0.107031148114306, 0.1916, 0.11806495387427, 0.263199999999998, 0.178472220060526, 0.342399999999998, 0.467920221120367, 0.889200000000001, 0.913593272012588, 1.9312 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1005, '2021-06-13 00:00:00', 0.06858571279793, 0.159599999999998, 0.0996711258757207, 0.2148, 0.119061608701826, 0.294399999999998, 0.465239006676497, 0.881600000000001, 0.905644889935711, 1.9148 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1020, '2021-06-13 00:00:00', 0.0565036871953216, 0.144799999999999, 0.0889756521002607, 0.207999999999998, 0.0939982269336337, 0.272399999999997, 0.446220050348855, 0.8804, 0.886187903325249, 1.9104 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1035, '2021-06-13 00:00:00', 0.0592368128784807, 0.1356, 0.0824621125123533, 0.183999999999999, 0.095791440118625, 0.245199999999999, 0.45412920334783, 0.888, 0.881499101909166, 1.9064 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1050, '2021-06-13 00:00:00', 0.0467511140687248, 0.117599999999999, 0.0587877538267982, 0.1668, 0.078460180983734, 0.246799999999998, 0.46192531863928, 0.894000000000002, 0.882652630804818, 1.9056 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1065, '2021-06-13 00:00:00', 0.0490170038524051, 0.1188, 0.0707860626583136, 0.1676, 0.245880729894258, 0.506399999999999, 0.475181719625941, 0.913200000000002, 0.885548417648634, 1.9072 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1080, '2021-06-13 00:00:00', 0.0478991997149562, 0.108800000000001, 0.0625886038615119, 0.165599999999999, 0.30910462090798, 0.579599999999999, 0.471747813985395, 0.907200000000001, 0.890834440286184, 1.9112 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1095, '2021-06-13 00:00:00', 0.0459999999999997, 0.119199999999998, 0.232843294943186, 0.4792, 0.340720804569763, 0.6236, 0.494143029226695, 0.917600000000002, 0.888451461814318, 1.9172 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 600, '2021-06-13 00:00:00', 0.120557678503501, 0.336923076923078, 0.182736464299315, 0.463846153846155, 0.243194129483803, 0.570769230769232, 0.384995504469258, 0.841538461538464, 0.859029953807468, 1.86730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 615, '2021-06-13 00:00:00', 0.12868327247698, 0.280769230769231, 0.170441959442097, 0.377692307692307, 0.230121372657659, 0.499615384615387, 0.325969559692547, 0.768076923076925, 0.826596357638683, 1.83846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 630, '2021-06-13 00:00:00', 0.074350521181764, 0.23, 0.116307285306572, 0.310769230769231, 0.117371206008967, 0.430000000000002, 0.216117133482321, 0.691153846153849, 0.717877748323808, 1.81269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 645, '2021-06-13 00:00:00', 0.0683531553489218, 0.198076923076923, 0.0763111041420885, 0.290769230769232, 0.108846398477575, 0.383461538461537, 0.216772124236846, 0.653076923076925, 0.684863602366305, 1.80692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 660, '2021-06-13 00:00:00', 0.0797968574665604, 0.203461538461539, 0.0741069912615953, 0.270384615384615, 0.140977357701922, 0.368846153846153, 0.213659686273434, 0.622307692307694, 0.68092245124932, 1.81076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 675, '2021-06-13 00:00:00', 0.0702960771418899, 0.181538461538461, 0.0867605014703383, 0.260769230769229, 0.124458210471813, 0.344615384615385, 0.191969949571442, 0.597307692307693, 0.681956123109216, 1.80807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 690, '2021-06-13 00:00:00', 0.0789439918306254, 0.181923076923076, 0.102690723122318, 0.25423076923077, 0.130200437196478, 0.338076923076922, 0.190345839096995, 0.566538461538463, 0.683912724976377, 1.81615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 705, '2021-06-13 00:00:00', 0.0890704129413279, 0.158461538461539, 0.0998028826468247, 0.216153846153846, 0.110857496883995, 0.304230769230769, 0.177878091356456, 0.526153846153847, 0.728344381773854, 1.92846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 720, '2021-06-13 00:00:00', 0.086231352499229, 0.149615384615385, 0.0980431616098822, 0.217307692307693, 0.0911710142871816, 0.318076923076925, 0.187562912522294, 0.549615384615385, 0.71345486623461, 1.94538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 735, '2021-06-13 00:00:00', 0.0716798437498297, 0.154999999999997, 0.0774249015796293, 0.221153846153844, 0.10795440633042, 0.313076923076922, 0.199530603012323, 0.532692307692308, 0.713863162927332, 1.94615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 750, '2021-06-13 00:00:00', 0.0680407117947671, 0.141538461538461, 0.0792202382844573, 0.210384615384616, 0.102905483146129, 0.271538461538461, 0.207789834651784, 0.503846153846156, 0.728125094915807, 1.93692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 765, '2021-06-13 00:00:00', 0.0514003891035873, 0.145000000000001, 0.0737114958156765, 0.194230769230769, 0.0930343195567363, 0.26076923076923, 0.233842813741326, 0.532307692307695, 0.730012012546053, 1.95153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 780, '2021-06-13 00:00:00', 0.0593917891242939, 0.129230769230769, 0.0595327963911806, 0.181923076923077, 0.109479889266687, 0.254615384615384, 0.223105701061523, 0.558076923076924, 0.737675037898437, 1.96269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 795, '2021-06-13 00:00:00', 0.0459832745513127, 0.127692307692306, 0.0719615281831998, 0.177692307692307, 0.107431552448702, 0.251538461538461, 0.209729496109779, 0.572307692307692, 0.749702299890788, 1.96846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 810, '2021-06-13 00:00:00', 0.0489017854007872, 0.109230769230769, 0.0725629700011276, 0.164230769230768, 0.0862875336392151, 0.23846153846154, 0.208840019742755, 0.563076923076924, 0.761157923571306, 1.97423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 825, '2021-06-13 00:00:00', 0.0675733220002827, 0.123076923076923, 0.0919272287443467, 0.178846153846155, 0.0884951106863227, 0.24923076923077, 0.202364864691326, 0.576538461538462, 0.765537719514851, 1.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 840, '2021-06-13 00:00:00', 0.0660640714644614, 0.127307692307692, 0.0524771012332638, 0.174615384615386, 0.0798084244637425, 0.244230769230771, 0.195289134756255, 0.584615384615386, 0.767124200153754, 1.97653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 855, '2021-06-13 00:00:00', 0.0510082949513718, 0.115384615384616, 0.062052087301407, 0.167692307692307, 0.0867613880798249, 0.233461538461538, 0.183884579183625, 0.571538461538462, 0.77819673209681, 1.96307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 870, '2021-06-13 00:00:00', 0.0565318154126174, 0.119615384615383, 0.0676563715801015, 0.155769230769231, 0.0788299045169653, 0.223076923076922, 0.190657163112624, 0.566923076923077, 0.77987859015658, 1.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 885, '2021-06-13 00:00:00', 0.0390049306547871, 0.0957692307692322, 0.0662222365628388, 0.155769230769231, 0.0669190096023085, 0.213076923076924, 0.39698343309746, 0.870384615384616, 0.782214705917657, 1.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 900, '2021-06-13 00:00:00', 0.0525020146133598, 0.117307692307692, 0.0559450279635829, 0.155384615384616, 0.127347495520658, 0.25576923076923, 0.411926991290744, 0.920384615384616, 0.782214705917657, 1.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 915, '2021-06-13 00:00:00', 0.0364607270276487, 0.104230769230771, 0.0522361501703135, 0.153846153846155, 0.139303763271269, 0.271538461538463, 0.541079974182687, 1.01653846153846, 0.781997540818482, 1.96192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 930, '2021-06-13 00:00:00', 0.056568542494924, 0.119999999999999, 0.138464658084512, 0.207307692307692, 0.159532007880742, 0.272307692307693, 0.54877373787802, 1.03384615384616, 0.777446807480447, 1.96653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 945, '2021-06-13 00:00:00', 0.13804179968958, 0.146538461538464, 0.144303099812112, 0.20923076923077, 0.180558535149642, 0.345769230769232, 0.565002518714602, 1.05038461538462, 0.777130520668083, 1.97038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 960, '2021-06-13 00:00:00', 0.0569750282681264, 0.136923076923078, 0.0761223711179259, 0.181153846153847, 0.112930884240691, 0.344230769230769, 0.587986917698528, 1.03384615384616, 0.786727692113644, 1.94730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 975, '2021-06-13 00:00:00', 0.0512069706793304, 0.123076923076923, 0.0961449226628528, 0.250384615384616, 0.127177646802235, 0.353076923076922, 0.641821925938484, 1.03923076923077, 0.792151597767847, 1.94192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 990, '2021-06-13 00:00:00', 0.0698713102782515, 0.194999999999999, 0.100408396829378, 0.265384615384614, 0.120031406146635, 0.33653846153846, 0.686830849179486, 1.04615384615385, 0.792517410631366, 1.94038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1005, '2021-06-13 00:00:00', 0.0869624145160514, 0.182307692307692, 0.0966205902566249, 0.24653846153846, 0.102959289938383, 0.316153846153846, 0.686323090545104, 1.03076923076923, 0.793072797124237, 1.94730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1020, '2021-06-13 00:00:00', 0.0535221018329389, 0.163846153846153, 0.0653558307680695, 0.219230769230767, 0.0946540258804928, 0.31076923076923, 0.686760959420826, 1.02615384615385, 0.79752578931053, 1.95923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1035, '2021-06-13 00:00:00', 0.0565902954441961, 0.162307692307692, 0.0796270151296766, 0.227307692307693, 0.102362853839436, 0.296923076923079, 0.699243547314908, 1.02153846153846, 0.799845369671298, 1.95615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1050, '2021-06-13 00:00:00', 0.0719967948004538, 0.15346153846154, 0.0908328981405711, 0.201153846153848, 0.108741047376856, 0.273846153846156, 0.742162018388478, 1.01730769230769, 0.80109770843608, 1.95846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1065, '2021-06-13 00:00:00', 0.0474276777355234, 0.12423076923077, 0.0790832083703862, 0.176923076923078, 0.418686039891467, 0.655000000000001, 0.754682714788142, 1.005, 0.806224629893031, 1.96307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1080, '2021-06-13 00:00:00', 0.0579442703081029, 0.121538461538462, 0.0785101659267536, 0.179615384615386, 0.435259074044942, 0.707692307692309, 0.771714674255672, 0.993461538461541, 0.812344754399264, 1.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1095, '2021-06-13 00:00:00', 0.0574228579520798, 0.13423076923077, 0.434575832100857, 0.611923076923078, 0.592163309075615, 0.804230769230771, 0.78491312601116, 0.993846153846156, 0.819022306449305, 1.98153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 600, '2021-06-13 00:00:00', 0.308399341513813, 0.393076923076925, 0.29177757598238, 0.506923076923079, 0.462058437862571, 0.645000000000002, 0.680016289397653, 0.876923076923079, 0.684464642004134, 1.90961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 615, '2021-06-13 00:00:00', 0.154880102511091, 0.310384615384617, 0.305361324436377, 0.461538461538464, 0.301225190488139, 0.556153846153848, 0.503126838267067, 0.793846153846155, 0.590398561599249, 1.85769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 630, '2021-06-13 00:00:00', 0.185266959153126, 0.269615384615385, 0.18795621421368, 0.336538461538462, 0.220071666648707, 0.45346153846154, 0.390944418634591, 0.691538461538462, 0.560119218079096, 1.80846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 645, '2021-06-13 00:00:00', 0.117615409770083, 0.214230769230771, 0.141534448103632, 0.310000000000003, 0.221737544095578, 0.406538461538465, 0.323657226089577, 0.645000000000002, 0.541636835470466, 1.78230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 660, '2021-06-13 00:00:00', 0.0869977895386724, 0.203846153846154, 0.114098472989175, 0.272307692307693, 0.222192224471029, 0.355769230769231, 0.266130390251441, 0.60576923076923, 0.544485642955455, 1.75384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 675, '2021-06-13 00:00:00', 0.0743143013464791, 0.171153846153847, 0.138912257863068, 0.236153846153847, 0.184618108954257, 0.329615384615384, 0.262777179667197, 0.569615384615384, 0.55209363754293, 1.73076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 690, '2021-06-13 00:00:00', 0.0905198660728472, 0.164615384615385, 0.137460483832206, 0.220769230769231, 0.126950626380737, 0.307307692307693, 0.21975545849526, 0.547307692307692, 0.552249804122959, 1.73038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 705, '2021-06-13 00:00:00', 0.138159885083021, 0.161923076923078, 0.135196722764102, 0.233076923076923, 0.134037882130962, 0.313076923076923, 0.223254597678559, 0.561153846153845, 0.57484606635168, 1.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 720, '2021-06-13 00:00:00', 0.12554619131557, 0.175384615384615, 0.118783578248588, 0.228461538461538, 0.15462908473555, 0.316923076923078, 0.216038458114789, 0.563846153846153, 0.569981916042415, 1.84076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 735, '2021-06-13 00:00:00', 0.0738074417761412, 0.133461538461537, 0.114155090186048, 0.20076923076923, 0.155323979029441, 0.278461538461539, 0.215998931621288, 0.556538461538461, 0.569921047163551, 1.845 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 750, '2021-06-13 00:00:00', 0.0631774058931263, 0.139230769230768, 0.0989576443970628, 0.206153846153846, 0.104083546324021, 0.26423076923077, 0.191838072743254, 0.555384615384615, 0.564251580550596, 1.83961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 765, '2021-06-13 00:00:00', 0.0707498301166742, 0.138461538461539, 0.0777055586567254, 0.176923076923077, 0.107274629590811, 0.249615384615386, 0.232701856129585, 0.576923076923077, 0.566395485640419, 1.85038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 780, '2021-06-13 00:00:00', 0.0631140603620505, 0.12076923076923, 0.0874845041223785, 0.17846153846154, 0.127567176873145, 0.255769230769232, 0.260060348025963, 0.59923076923077, 0.576214703574444, 1.85076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 795, '2021-06-13 00:00:00', 0.0868181122542104, 0.134230769230769, 0.104986446011633, 0.176923076923076, 0.130902782482032, 0.256538461538461, 0.269067906784771, 0.608461538461537, 0.567789235002404, 1.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 810, '2021-06-13 00:00:00', 0.0655779043463682, 0.117307692307691, 0.0814531484021037, 0.181153846153846, 0.102303470126874, 0.244999999999999, 0.255967846538463, 0.60653846153846, 0.567235807701226, 1.84269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 825, '2021-06-13 00:00:00', 0.0567748590080543, 0.120769230769231, 0.101205807069632, 0.171153846153846, 0.111917552070881, 0.248461538461538, 0.242756288043409, 0.611153846153845, 0.567607800672802, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 840, '2021-06-13 00:00:00', 0.0926573505739546, 0.115769230769232, 0.0952252390590126, 0.170384615384616, 0.114784078231192, 0.249230769230769, 0.241231456042979, 0.623846153846155, 0.563377861993721, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 855, '2021-06-13 00:00:00', 0.0779398189927026, 0.131153846153845, 0.102788805137226, 0.191538461538462, 0.119262477173411, 0.243461538461538, 0.23039130592571, 0.638076923076923, 0.540416363699183, 1.84538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 870, '2021-06-13 00:00:00', 0.0606997655552447, 0.117307692307693, 0.072286821865293, 0.16423076923077, 0.102606792397744, 0.241923076923076, 0.218233467080204, 0.644615384615385, 0.537042041041625, 1.84307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 885, '2021-06-13 00:00:00', 0.0504579032461719, 0.115000000000002, 0.110821408650966, 0.175769230769231, 0.12841099881001, 0.274230769230767, 0.291245600825145, 0.85, 0.50689461808758, 1.85692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 900, '2021-06-13 00:00:00', 0.0885472494469222, 0.133846153846152, 0.0912148773290523, 0.188076923076921, 0.117652029306764, 0.284999999999999, 0.372491817153281, 0.936923076923077, 0.493120674885975, 1.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 915, '2021-06-13 00:00:00', 0.0852552727897911, 0.127307692307693, 0.114583526806363, 0.215769230769231, 0.13119627105395, 0.302692307692309, 0.404715474604832, 0.988846153846154, 0.49030351667262, 1.84846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 930, '2021-06-13 00:00:00', 0.104573124948708, 0.153461538461537, 0.103674787380833, 0.212692307692308, 0.125676018151678, 0.317692307692309, 0.418221877071894, 0.988461538461539, 0.491676097258535, 1.84576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 945, '2021-06-13 00:00:00', 0.0549419273835144, 0.128846153846155, 0.0843408834159601, 0.194230769230771, 0.143012102769175, 0.35269230769231, 0.42902196465198, 0.979615384615385, 0.486590650895043, 1.84230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 960, '2021-06-13 00:00:00', 0.0665085303956145, 0.13923076923077, 0.0785963397072945, 0.215769230769232, 0.146390415827518, 0.37692307692308, 0.436964529452905, 0.975, 0.478249532550337, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 975, '2021-06-13 00:00:00', 0.061515476476686, 0.141923076923077, 0.0976248707277751, 0.268846153846155, 0.165215011424505, 0.370000000000001, 0.440020454070033, 0.965, 0.47731702092167, 1.83346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 990, '2021-06-13 00:00:00', 0.08066359392325, 0.218846153846156, 0.108353410368394, 0.292692307692311, 0.12498861486613, 0.363076923076926, 0.441527418784451, 0.947692307692308, 0.465474447782541, 1.82769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1005, '2021-06-13 00:00:00', 0.101845282357416, 0.192692307692309, 0.117285319430207, 0.249615384615386, 0.122572427568357, 0.320000000000001, 0.452043564952963, 0.919230769230768, 0.479549147236636, 1.81923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1020, '2021-06-13 00:00:00', 0.0699186340299593, 0.163846153846154, 0.094413982015379, 0.225000000000001, 0.113112605568352, 0.312307692307694, 0.454666234303125, 0.914230769230767, 0.479427222358579, 1.81769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1035, '2021-06-13 00:00:00', 0.0623846628094302, 0.150384615384616, 0.0740363735969345, 0.215769230769231, 0.11201716901371, 0.289615384615385, 0.450708160735798, 0.885384615384614, 0.490248916368001, 1.8 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1050, '2021-06-13 00:00:00', 0.0560233467816354, 0.138846153846156, 0.0748208115844368, 0.193076923076925, 0.0903471935624741, 0.268846153846154, 0.432625081957184, 0.86730769230769, 0.483316268487431, 1.78115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1065, '2021-06-13 00:00:00', 0.0705843739517017, 0.136923076923078, 0.0914902264641504, 0.187692307692307, 0.27181328433037, 0.572307692307692, 0.421390555186041, 0.854999999999999, 0.485337154817301, 1.76807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1080, '2021-06-13 00:00:00', 0.0492965906138936, 0.116923076923076, 0.0689090816834878, 0.187307692307692, 0.391981357484492, 0.655769230769231, 0.422424503951252, 0.832307692307691, 0.481224879464252, 1.75423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1095, '2021-06-13 00:00:00', 0.0549307256040251, 0.13423076923077, 0.259981064399226, 0.513076923076922, 0.414709722391643, 0.718076923076922, 0.41621148470459, 0.809999999999998, 0.493374565151529, 1.74230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 600, '2021-06-13 00:00:00', 0.201555489591864, 0.346153846153844, 0.361478374712258, 0.478846153846152, 0.415261178240688, 0.604615384615383, 0.397745376610946, 0.714230769230767, 0.503538861077658, 1.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 615, '2021-06-13 00:00:00', 0.189594303711898, 0.305, 0.251812201085221, 0.405769230769231, 0.419564792832543, 0.528846153846153, 0.411264653701986, 0.658846153846153, 0.501449744395034, 1.69961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 630, '2021-06-13 00:00:00', 0.20713614994825, 0.264230769230769, 0.433791867852987, 0.400769230769231, 0.420590793271338, 0.463846153846154, 0.425732490944904, 0.631923076923076, 0.501132256456854, 1.70846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 645, '2021-06-13 00:00:00', 0.261634213241428, 0.252692307692309, 0.249431661675404, 0.321923076923078, 0.261995889574332, 0.395384615384616, 0.321418012036567, 0.591538461538461, 0.490414581286548, 1.69769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 660, '2021-06-13 00:00:00', 0.1218170128323, 0.200769230769232, 0.177235610243713, 0.272692307692308, 0.200383094634713, 0.35423076923077, 0.300212488850045, 0.576538461538462, 0.488873744909192, 1.67153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 675, '2021-06-13 00:00:00', 0.0904016677858409, 0.177307692307692, 0.182615611431392, 0.277307692307692, 0.206319021085159, 0.34653846153846, 0.300605798603164, 0.600384615384616, 0.482487783823033, 1.67230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 690, '2021-06-13 00:00:00', 0.124749595343879, 0.197692307692308, 0.152214929016128, 0.245769230769231, 0.140721765852392, 0.331153846153846, 0.328743294754668, 0.631923076923076, 0.472891595969375, 1.67230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 705, '2021-06-13 00:00:00', 0.0700384509779065, 0.154230769230769, 0.0953543996806722, 0.212692307692308, 0.119442937776224, 0.281153846153846, 0.321937643269387, 0.630384615384615, 0.504277091107047, 1.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 720, '2021-06-13 00:00:00', 0.0516854391041088, 0.129230769230769, 0.0774606599904342, 0.201923076923077, 0.10384381763754, 0.263461538461538, 0.300367211157379, 0.622692307692308, 0.526683819908915, 1.70961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 735, '2021-06-13 00:00:00', 0.0638423539184283, 0.149615384615386, 0.0610686876834961, 0.174230769230769, 0.119442937776226, 0.281153846153846, 0.293096203686408, 0.624230769230769, 0.558706197732418, 1.71615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 750, '2021-06-13 00:00:00', 0.0395921515143902, 0.103461538461538, 0.0832133495207441, 0.187307692307691, 0.124633616899849, 0.278461538461538, 0.305259788477846, 0.633461538461538, 0.569011558622631, 1.72692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 765, '2021-06-13 00:00:00', 0.0638471733004804, 0.137307692307691, 0.0905954660098309, 0.196538461538461, 0.134530522701956, 0.282307692307692, 0.304948167096286, 0.664230769230769, 0.579515447461199, 1.74307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 780, '2021-06-13 00:00:00', 0.0691675779983207, 0.128076923076922, 0.0970899662089821, 0.202307692307692, 0.205513615495046, 0.309615384615384, 0.315040412548076, 0.662307692307692, 0.599660031889865, 1.75192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 795, '2021-06-13 00:00:00', 0.0641248781675235, 0.130000000000001, 0.108293760030476, 0.196538461538463, 0.209283025148683, 0.299230769230769, 0.315709701125283, 0.673846153846152, 0.604974252471827, 1.75538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 810, '2021-06-13 00:00:00', 0.0865305637421735, 0.136538461538461, 0.199655087203291, 0.226923076923077, 0.206074295788229, 0.301153846153845, 0.33737197001803, 0.689615384615383, 0.623666084227277, 1.77076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 825, '2021-06-13 00:00:00', 0.161044666522629, 0.15923076923077, 0.156971825007401, 0.201923076923077, 0.16245425391594, 0.27076923076923, 0.327963647141194, 0.671923076923077, 0.624796336047565, 1.77230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 840, '2021-06-13 00:00:00', 0.072681602793385, 0.131153846153846, 0.102642771111939, 0.19653846153846, 0.119941011142335, 0.255384615384615, 0.338103306925333, 0.664615384615385, 0.635076736732233, 1.78230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 855, '2021-06-13 00:00:00', 0.0636589470417273, 0.127307692307691, 0.0631627933322971, 0.15153846153846, 0.146669696938393, 0.279999999999999, 0.317443877535252, 0.648846153846155, 0.654481004014161, 1.78423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 870, '2021-06-13 00:00:00', 0.0426668669867102, 0.0973076923076918, 0.0858334702513209, 0.169230769230769, 0.23239753738931, 0.326153846153845, 0.30542177646406, 0.652307692307693, 0.66768820452479, 1.78653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 885, '2021-06-13 00:00:00', 0.0805137350919788, 0.12769230769231, 0.147512711316688, 0.220000000000001, 0.219896828955345, 0.348846153846155, 0.43391030622256, 0.906923076923078, 0.682787949963521, 1.80923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 900, '2021-06-13 00:00:00', 0.0583281571202389, 0.127500000000001, 0.0822993827789543, 0.195833333333334, 0.0970731085615225, 0.288333333333334, 0.39109934243383, 0.892500000000001, 0.712393394007896, 1.765 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 915, '2021-06-13 00:00:00', 0.052640426411205, 0.118333333333333, 0.0620425286583214, 0.188333333333334, 0.102062072615964, 0.275833333333334, 0.367008075573593, 0.880833333333333, 0.730030771636536, 1.76833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 930, '2021-06-13 00:00:00', 0.0553627693660996, 0.132916666666667, 0.08163967314905, 0.189583333333333, 0.109860748486302, 0.267916666666667, 0.354964786985978, 0.885, 0.746295076078969, 1.76541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 945, '2021-06-13 00:00:00', 0.0530517931235425, 0.121666666666666, 0.0648730644624843, 0.174583333333333, 0.0976090991244354, 0.301666666666666, 0.364444186697211, 0.8975, 0.773731664342231, 1.76541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 960, '2021-06-13 00:00:00', 0.0461252233803167, 0.133333333333333, 0.0724106145633993, 0.194583333333333, 0.105025014273686, 0.319583333333333, 0.38018302228635, 0.92, 0.777839701641205, 1.76208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 975, '2021-06-13 00:00:00', 0.0456752874545741, 0.129166666666667, 0.0678112790413015, 0.23375, 0.0927976995591917, 0.321250000000001, 0.375673308584214, 0.935, 0.775294123711043, 1.77125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 990, '2021-06-13 00:00:00', 0.061075802272162, 0.204583333333332, 0.0687452238130137, 0.257083333333333, 0.114909384589189, 0.332916666666668, 0.382338343219265, 0.945, 0.771240178571813, 1.77875 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1005, '2021-06-13 00:00:00', 0.0461075459887136, 0.160416666666667, 0.0765373831176168, 0.226666666666667, 0.117225627855374, 0.301250000000002, 0.385237551407562, 0.939166666666666, 0.774477734263271, 1.76625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1020, '2021-06-13 00:00:00', 0.0715346779186701, 0.162916666666666, 0.0922887324917159, 0.219583333333335, 0.109729575366647, 0.288333333333333, 0.376237812167182, 0.92375, 0.77787882797676, 1.76458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1035, '2021-06-13 00:00:00', 0.0680153435374821, 0.15, 0.0930754719475591, 0.217500000000001, 0.100603252893501, 0.280833333333332, 0.368827951721415, 0.910833333333333, 0.780632292031481, 1.76041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1050, '2021-06-13 00:00:00', 0.0661670591015232, 0.142916666666668, 0.0843345649219787, 0.190833333333333, 0.101023745235709, 0.261666666666666, 0.34922663004192, 0.90125, 0.778634884017343, 1.78125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1065, '2021-06-13 00:00:00', 0.0792309045252168, 0.139166666666667, 0.106993667698309, 0.190416666666667, 0.343534220812958, 0.653750000000001, 0.348106420093261, 0.897083333333333, 0.783291087359122, 1.78333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1080, '2021-06-13 00:00:00', 0.046873248759557, 0.121666666666666, 0.0405911927336003, 0.182916666666666, 0.325722997368152, 0.707916666666668, 0.349127016876443, 0.888749999999999, 0.786306721877392, 1.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1095, '2021-06-13 00:00:00', 0.042392233360315, 0.131666666666665, 0.344012975825377, 0.613333333333334, 0.322890029289374, 0.703333333333334, 0.340406566380237, 0.876249999999999, 0.813350558145001, 1.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 600, '2021-06-13 00:00:00', 0.139737189800851, 0.350869565217392, 0.174242573179751, 0.468260869565218, 0.187249701182368, 0.545217391304348, 0.255427255796935, 0.756086956521739, 0.862054719795068, 1.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 615, '2021-06-13 00:00:00', 0.0950514734693533, 0.275652173913044, 0.125669747256424, 0.337391304347826, 0.167977977099718, 0.454347826086957, 0.191007315216991, 0.647391304347824, 0.846379875280973, 1.7995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 630, '2021-06-13 00:00:00', 0.0712508234471538, 0.223043478260869, 0.0956752577248238, 0.30086956521739, 0.157695859773564, 0.419565217391302, 0.169159746283935, 0.591739130434781, 0.847496895653486, 1.77347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 645, '2021-06-13 00:00:00', 0.066365260687252, 0.199565217391303, 0.10714771304637, 0.294782608695652, 0.16266918829986, 0.413913043478259, 0.177694946667444, 0.578695652173912, 0.854543310063748, 1.77478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 660, '2021-06-13 00:00:00', 0.0782693232149202, 0.195217391304348, 0.126442663035753, 0.288260869565217, 0.143712767991556, 0.374782608695651, 0.185021096970347, 0.553478260869565, 0.876538737365765, 1.75739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 675, '2021-06-13 00:00:00', 0.0943544741833636, 0.188695652173913, 0.100490889996718, 0.264347826086955, 0.122274233353934, 0.343478260869564, 0.182166366215712, 0.531304347826087, 0.884917092653073, 1.75652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 690, '2021-06-13 00:00:00', 0.0683544586388501, 0.172173913043478, 0.0877226134870353, 0.220434782608695, 0.0689933261365417, 0.303478260869565, 0.185004005938895, 0.510869565217393, 0.884589630410199, 1.74521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 705, '2021-06-13 00:00:00', 0.0679397547587547, 0.14608695652174, 0.070892113098742, 0.215652173913044, 0.079598796344206, 0.30217391304348, 0.203144256460296, 0.503043478260872, 0.989880617227978, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 720, '2021-06-13 00:00:00', 0.0642899804092966, 0.158260869565217, 0.0650812808918929, 0.219130434782609, 0.105914052709094, 0.312173913043479, 0.206169660361932, 0.501739130434784, 0.99272273015799, 1.99565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 735, '2021-06-13 00:00:00', 0.0502208560993533, 0.14304347826087, 0.072765800071729, 0.216956521739131, 0.113086416290405, 0.28608695652174, 0.189754365872273, 0.483913043478263, 1.06161522100541, 2.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 750, '2021-06-13 00:00:00', 0.0625195621559668, 0.147826086956521, 0.0824477316758814, 0.206086956521738, 0.106763378423183, 0.255652173913043, 0.175299856034428, 0.478695652173913, 1.05825701279904, 2.06478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 765, '2021-06-13 00:00:00', 0.0656376446504372, 0.139130434782608, 0.0784357948454871, 0.193913043478261, 0.0951179837361947, 0.247391304347825, 0.184464827886707, 0.5, 1.05723238514791, 2.06695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 780, '2021-06-13 00:00:00', 0.0765743845135976, 0.130000000000002, 0.0865819997906436, 0.173478260869566, 0.0936607282472757, 0.257826086956523, 0.211780518797864, 0.523478260869566, 1.07256554016278, 2.07826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 795, '2021-06-13 00:00:00', 0.0493875534399371, 0.111304347826086, 0.0816020421351828, 0.169565217391303, 0.100118506855724, 0.243478260869564, 0.220266636838966, 0.540869565217391, 1.13057192843954, 2.09739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 810, '2021-06-13 00:00:00', 0.0561371837484673, 0.118260869565216, 0.0718886930589464, 0.179565217391302, 0.0770170147003861, 0.230434782608695, 0.210558264166231, 0.535652173913043, 1.1714782391586, 2.11391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 825, '2021-06-13 00:00:00', 0.0592342439149349, 0.137826086956523, 0.0652208167743346, 0.169130434782609, 0.0721576008996211, 0.22608695652174, 0.208357969557829, 0.53304347826087, 1.17050291545934, 2.1204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 840, '2021-06-13 00:00:00', 0.0433069748556306, 0.111304347826085, 0.0529784802310227, 0.163913043478261, 0.0921268244251162, 0.233478260869567, 0.194043717823788, 0.525652173913042, 1.16311578955878, 2.12739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 855, '2021-06-13 00:00:00', 0.055153397295194, 0.113478260869566, 0.0592075467895596, 0.143478260869567, 0.0946117508516242, 0.228260869565219, 0.197896048090412, 0.529130434782609, 1.16590276138787, 2.13260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 870, '2021-06-13 00:00:00', 0.0486781800953094, 0.0982608695652188, 0.0876053854355552, 0.167391304347829, 0.0971043202533109, 0.237391304347829, 0.186699013760466, 0.527391304347826, 1.18783507858332, 2.14608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 885, '2021-06-13 00:00:00', 0.0702142401916581, 0.118695652173914, 0.0831922389204746, 0.168695652173913, 0.0910999971798369, 0.240869565217393, 0.370643602186654, 0.83695652173913, 1.20489991055955, 2.13260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1030696, 5, 900, '2021-06-13 00:00:00', 0.0721630783810058, 0.125652173913042, 0.0802441925299445, 0.171304347826088, 0.105322767602709, 0.272608695652175, 0.362315238453767, 0.877826086956522, 1.19950615661732, 2.13826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 915, '2021-06-13 00:00:00', 0.061254990923544, 0.123913043478259, 0.0709506313915626, 0.193913043478259, 0.106429660937506, 0.269999999999999, 0.394875274249273, 0.90086956521739, 1.21046180714687, 2.14217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 930, '2021-06-13 00:00:00', 0.0732773172092924, 0.148260869565216, 0.104004788579328, 0.214782608695651, 0.112988508982352, 0.268695652173913, 0.407274271242132, 0.90782608695652, 1.22627895645786, 2.14347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 945, '2021-06-13 00:00:00', 0.054930786489437, 0.130869565217392, 0.0625764354743868, 0.16391304347826, 0.101465545467393, 0.300434782608694, 0.424508551010957, 0.914347826086955, 1.23171672350282, 2.14478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 960, '2021-06-13 00:00:00', 0.0458559352583621, 0.0986956521739116, 0.0454750941694826, 0.150434782608695, 0.124871475427712, 0.342608695652173, 0.425418649882658, 0.92086956521739, 1.23451467476634, 2.14086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 975, '2021-06-13 00:00:00', 0.043096545719633, 0.121304347826087, 0.0947057018371866, 0.256521739130434, 0.121421097853515, 0.373913043478261, 0.411786333175014, 0.919565217391304, 1.21374652724985, 2.15478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 990, '2021-06-13 00:00:00', 0.0734497219877573, 0.206956521739129, 0.0990288814820642, 0.286086956521739, 0.103436983164467, 0.360869565217391, 0.404362084835082, 0.902173913043477, 1.18764406240773, 2.14434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1005, '2021-06-13 00:00:00', 0.0756134333590792, 0.170869565217391, 0.0978140528390801, 0.26304347826087, 0.0975105142805482, 0.309130434782609, 0.423040472185251, 0.887826086956522, 1.19151098147366, 2.13434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1020, '2021-06-13 00:00:00', 0.0940250576306684, 0.189565217391304, 0.104107348064145, 0.232608695652172, 0.0853497802002869, 0.288695652173913, 0.409860672364389, 0.903043478260868, 1.16667156031347, 2.1304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1035, '2021-06-13 00:00:00', 0.0646608665885661, 0.130869565217392, 0.0587921911407511, 0.182608695652174, 0.0812574107292298, 0.268695652173913, 0.416374812146127, 0.879565217391304, 1.15684643574215, 2.11869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1050, '2021-06-13 00:00:00', 0.0426216000463821, 0.134347826086957, 0.0585361615878466, 0.190869565217393, 0.0785264488058331, 0.268695652173912, 0.420460880200115, 0.876521739130433, 1.16320448074774, 2.11086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1065, '2021-06-13 00:00:00', 0.0425798482648877, 0.116956521739132, 0.0769579732338951, 0.189565217391304, 0.356293501608628, 0.62782608695652, 0.427688427835436, 0.859130434782608, 1.16669663052054, 2.09913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1080, '2021-06-13 00:00:00', 0.0634483388246283, 0.134347826086956, 0.0663056761352068, 0.166521739130434, 0.367664351139478, 0.650434782608694, 0.431659633884952, 0.848695652173912, 1.17805644858276, 2.09521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1095, '2021-06-13 00:00:00', 0.0604234072383563, 0.116521739130434, 0.368508906580626, 0.58478260869565, 0.39582954370282, 0.68086956521739, 0.433164201309898, 0.836956521739129, 1.18096246003665, 2.09217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:06:27 Duration: 1s845ms 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 1031641, 1, 600, '2021-06-13 00:00:00', 0.158244256135886, 0.109772, 0.155670494742367, 0.127028, 0.153114543398072, 0.138844, 0.148991053646408, 0.156236, 0.217004812696247, 0.359404 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 615, '2021-06-13 00:00:00', 0.0307261018245617, 0.06252, 0.028703542173978, 0.0773200000000001, 0.0306555052152138, 0.09248, 0.0321983602066936, 0.118624, 0.150585985182331, 0.336868 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 630, '2021-06-13 00:00:00', 0.0249550930005613, 0.05056, 0.0271590206008979, 0.066864, 0.0294743232888107, 0.0840639999999999, 0.0328684712148282, 0.111384, 0.148979241059507, 0.335348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 645, '2021-06-13 00:00:00', 0.0147640328727169, 0.04532, 0.0192613602842581, 0.0594000000000001, 0.0260658141378063, 0.07452, 0.0329505690390923, 0.10336, 0.148829638401317, 0.335228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 660, '2021-06-13 00:00:00', 0.014709942216066, 0.0394640000000002, 0.0199115309975568, 0.0550640000000001, 0.0206899266955363, 0.0649840000000001, 0.0304719543186845, 0.09796, 0.148455245556812, 0.335708 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 675, '2021-06-13 00:00:00', 0.0186948763034153, 0.040544, 0.0213211725756348, 0.049264, 0.0237382897446299, 0.0629839999999999, 0.030094296248071, 0.0957999999999999, 0.148246538801642, 0.336228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 690, '2021-06-13 00:00:00', 0.0142381084886068, 0.0307039999999999, 0.0156514024930676, 0.0417839999999999, 0.0247205663365547, 0.058984, 0.0304996174839401, 0.08932, 0.148246538801642, 0.336228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 705, '2021-06-13 00:00:00', 0.0133112133181014, 0.0287439999999999, 0.0210576985130537, 0.04148, 0.0251416599823214, 0.057384, 0.0307245829914745, 0.0874, 0.173476835917652, 0.353948 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 720, '2021-06-13 00:00:00', 0.0165604951616793, 0.0306, 0.0198106469690753, 0.041944, 0.0208104236702026, 0.052704, 0.037016227072281, 0.090624, 0.185891946929751, 0.358748 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 735, '2021-06-13 00:00:00', 0.015276181896447, 0.029944, 0.0173354088500964, 0.040784, 0.0169801177852217, 0.050824, 0.0362730533592087, 0.088624, 0.209062255321232, 0.367708 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 750, '2021-06-13 00:00:00', 0.0136030633804791, 0.02872, 0.0151059590890481, 0.03724, 0.0226330878729939, 0.04944, 0.0414789103039123, 0.092, 0.209763118938165, 0.369324 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 765, '2021-06-13 00:00:00', 0.0141462739499369, 0.0264959999999999, 0.0143403533196827, 0.0351359999999999, 0.0246373699895097, 0.0507999999999999, 0.0409453749931947, 0.0932959999999999, 0.205938344494981, 0.370644 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 780, '2021-06-13 00:00:00', 0.00990352125929635, 0.023816, 0.0193887424381607, 0.03456, 0.0226606854853658, 0.0504399999999999, 0.04369088081816, 0.096416, 0.204591508621448, 0.371804 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 795, '2021-06-13 00:00:00', 0.0178571479619042, 0.026424, 0.0209865290126787, 0.0386239999999999, 0.0252532057370941, 0.0518239999999999, 0.0458490138025528, 0.099204, 0.202529969634126, 0.370588 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 810, '2021-06-13 00:00:00', 0.0162427419688508, 0.0259199999999998, 0.0159455322896415, 0.0344799999999998, 0.0237621547844466, 0.0488399999999998, 0.047820079464593, 0.10052, 0.201863652663541, 0.370148 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 825, '2021-06-13 00:00:00', 0.0129572373598694, 0.02416, 0.020684609415376, 0.037384, 0.0212935827578794, 0.0456, 0.0633644569139513, 0.106724, 0.201240349499465, 0.371108 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 840, '2021-06-13 00:00:00', 0.014478296400705, 0.029224, 0.0151794817654183, 0.0362, 0.0163687018422354, 0.044376, 0.0623375087728087, 0.11094, 0.200769693264032, 0.370884 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 855, '2021-06-13 00:00:00', 0.0122939009268825, 0.02416, 0.0146903505744417, 0.031016, 0.0174472844114302, 0.042176, 0.0633130976444316, 0.11294, 0.200798821543687, 0.370844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 870, '2021-06-13 00:00:00', 0.00898308039223375, 0.0221359999999999, 0.0129568926315946, 0.031976, 0.016840479011398, 0.0438560000000001, 0.0632560142068194, 0.11314, 0.200798821543687, 0.370844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 885, '2021-06-13 00:00:00', 0.0131370975992924, 0.024, 0.0142735092624998, 0.0322160000000001, 0.0192710248819309, 0.0453360000000001, 0.109021047203434, 0.189404, 0.200312270551091, 0.370164 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 900, '2021-06-13 00:00:00', 0.0117185209533172, 0.023296, 0.014511480512569, 0.032216, 0.0283483097673682, 0.0497200000000001, 0.110793528992747, 0.196524, 0.200225530506643, 0.369684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 915, '2021-06-13 00:00:00', 0.0124130307875771, 0.0247999999999999, 0.0180754898504392, 0.0351600000000001, 0.0279369480556962, 0.0519840000000001, 0.108766504954421, 0.199548, 0.199758708445965, 0.368308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 930, '2021-06-13 00:00:00', 0.0143527000944073, 0.0256000000000002, 0.0217718564512384, 0.0379040000000001, 0.029971937986501, 0.0535040000000001, 0.117097782216402, 0.208268, 0.19836248956561, 0.367068 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 945, '2021-06-13 00:00:00', 0.0182217196407657, 0.029024, 0.0222998146479591, 0.0385440000000001, 0.0271285827127035, 0.0577200000000001, 0.114685019073984, 0.213188, 0.197747988443203, 0.366388 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 960, '2021-06-13 00:00:00', 0.015998387418737, 0.026544, 0.0213187022744506, 0.0381040000000001, 0.0278799210902757, 0.0590400000000001, 0.11106937291621, 0.212868, 0.195698580986169, 0.364828 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 975, '2021-06-13 00:00:00', 0.0176121473231782, 0.0282240000000001, 0.0194270018273536, 0.0446560000000001, 0.0314794906777943, 0.0623, 0.108639741347262, 0.211644, 0.193842508409963, 0.363084 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 990, '2021-06-13 00:00:00', 0.0165434095639322, 0.0363760000000001, 0.0248499309187504, 0.0469360000000001, 0.0341361353016615, 0.062736, 0.107587900806736, 0.210484, 0.192541739370974, 0.362684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1005, '2021-06-13 00:00:00', 0.0156548182146371, 0.0326400000000001, 0.0218719317848242, 0.046484, 0.043146916459928, 0.0664839999999999, 0.103515230441386, 0.206228, 0.19953381568045, 0.366788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1020, '2021-06-13 00:00:00', 0.0182531385429102, 0.0338039999999999, 0.0231665707432067, 0.04324, 0.0395663164825841, 0.067644, 0.0961778384036573, 0.201708, 0.194050079275085, 0.365308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1035, '2021-06-13 00:00:00', 0.0182882475923747, 0.0297199999999999, 0.0326967541712221, 0.0469239999999999, 0.0358593930047158, 0.0647239999999999, 0.089439437237347, 0.198628, 0.189502039390961, 0.363028 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1050, '2021-06-13 00:00:00', 0.0240101381364901, 0.0354440000000001, 0.0255153300324858, 0.0492040000000001, 0.0262972381312816, 0.060884, 0.0825905579752714, 0.194388, 0.187752302071994, 0.360788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1065, '2021-06-13 00:00:00', 0.0177877410969841, 0.033604, 0.0229170329667696, 0.0427040000000001, 0.0699342710455088, 0.144068, 0.0802477783700791, 0.190348, 0.184038185168187, 0.359188 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1080, '2021-06-13 00:00:00', 0.0210208721671264, 0.030304, 0.0223164752294503, 0.039344, 0.0708778592603738, 0.146948, 0.0792647899974089, 0.187988, 0.183972874631017, 0.357788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1095, '2021-06-13 00:00:00', 0.0140163000348403, 0.02704, 0.0661315577718637, 0.131428, 0.0676531467610093, 0.147908, 0.0784563462485137, 0.185908, 0.183205270848485, 0.357628 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 600, '2021-06-13 00:00:00', 0.052612158436854, 0.0918192307692308, 0.0585850923542316, 0.105976923076923, 0.0663004452937824, 0.126823076923077, 0.0694979521557733, 0.159784615384615, 0.178576798561894, 0.358453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 615, '2021-06-13 00:00:00', 0.0273363505526699, 0.0557615384615385, 0.0276819641366276, 0.0691076923076923, 0.0507674264131577, 0.0972961538461539, 0.059259754146794, 0.132961538461538, 0.164742050350984, 0.346465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 630, '2021-06-13 00:00:00', 0.018251448836062, 0.0446538461538462, 0.0372900811724265, 0.0709846153846154, 0.0489628681915027, 0.0940615384615385, 0.0617527775768956, 0.129907692307692, 0.16327340449499, 0.346269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 645, '2021-06-13 00:00:00', 0.0285199687128968, 0.0518692307692308, 0.0402554550531783, 0.0696615384615384, 0.0485499267210094, 0.0877538461538462, 0.0644155380204306, 0.128407692307692, 0.166321720909068, 0.348773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 660, '2021-06-13 00:00:00', 0.0274903955255984, 0.042676923076923, 0.0330186893463966, 0.0579230769230769, 0.0416685086772326, 0.0737692307692308, 0.0591506030920552, 0.119076923076923, 0.160505406810439, 0.343580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 675, '2021-06-13 00:00:00', 0.0137463281810649, 0.0368076923076923, 0.0257321110377974, 0.0513076923076924, 0.0319125969822866, 0.069423076923077, 0.0539084837051147, 0.115269230769231, 0.159354894930973, 0.341657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 690, '2021-06-13 00:00:00', 0.0183172470219064, 0.0358076923076924, 0.0273203502624241, 0.0508076923076924, 0.028774668346682, 0.0626923076923078, 0.0515496474657796, 0.111384615384615, 0.155101948854492, 0.338042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 705, '2021-06-13 00:00:00', 0.0183348344373804, 0.0346153846153846, 0.0202035792716194, 0.0472307692307692, 0.034157846266099, 0.0585615384615384, 0.0501320717244422, 0.108230769230769, 0.166691060532767, 0.360661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 720, '2021-06-13 00:00:00', 0.0182495521546736, 0.0343846153846152, 0.0260333513903874, 0.0421538461538461, 0.0368306101789509, 0.058176923076923, 0.0507457766336653, 0.106576923076923, 0.168417696859281, 0.365369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 735, '2021-06-13 00:00:00', 0.0157482111316224, 0.0263846153846154, 0.0249752184867628, 0.0374076923076923, 0.0286501926426602, 0.0534076923076923, 0.046491570782736, 0.103115384615385, 0.166556362370682, 0.366176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 750, '2021-06-13 00:00:00', 0.0166299174335339, 0.0267153846153845, 0.0195855912500845, 0.0392538461538462, 0.0249339126492414, 0.0555000000000001, 0.0433848608831025, 0.103615384615385, 0.166313217014903, 0.366984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 765, '2021-06-13 00:00:00', 0.0136645526820311, 0.0280000000000001, 0.0160721929000179, 0.0366538461538462, 0.0278072763028783, 0.0532692307692308, 0.0422669356134775, 0.108576923076923, 0.166782283692981, 0.365715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 780, '2021-06-13 00:00:00', 0.0129118311875343, 0.0273461538461539, 0.0192879795169467, 0.0398846153846154, 0.0266195127967898, 0.0539615384615384, 0.0435306611658778, 0.111961538461538, 0.166040448269506, 0.363561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 795, '2021-06-13 00:00:00', 0.0143893657314646, 0.0275769230769232, 0.0190395943718913, 0.0378846153846154, 0.0270082608445297, 0.0516153846153846, 0.0422554320586305, 0.112192307692308, 0.166213006063351, 0.361946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 810, '2021-06-13 00:00:00', 0.0138926100997839, 0.0257307692307691, 0.0159807576599051, 0.0367692307692307, 0.0242857666450632, 0.0499615384615385, 0.040607862065596, 0.110961538461538, 0.165531231540711, 0.361869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 825, '2021-06-13 00:00:00', 0.0123115955349168, 0.0248461538461538, 0.0195339546588853, 0.0348461538461539, 0.0244899037281772, 0.0516538461538463, 0.03808017857101, 0.1075, 0.164651804166807, 0.363369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 840, '2021-06-13 00:00:00', 0.0164406625357796, 0.0268461538461539, 0.0173466024161684, 0.0367692307692309, 0.025112424139335, 0.0499230769230771, 0.0367459678583401, 0.104884615384615, 0.165126610630938, 0.362292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 855, '2021-06-13 00:00:00', 0.0131158154677708, 0.0247692307692308, 0.0182637514050268, 0.0362692307692308, 0.023059821868683, 0.0493461538461539, 0.0352315418121538, 0.103692307692308, 0.164056534345751, 0.362138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 870, '2021-06-13 00:00:00', 0.0152585915268944, 0.0282307692307694, 0.0199601140739765, 0.0346153846153848, 0.0221544230694113, 0.0525384615384615, 0.0322167896982543, 0.102792307692308, 0.163854986544153, 0.361830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 885, '2021-06-13 00:00:00', 0.0135107934060713, 0.0223076923076923, 0.0132825507281605, 0.0348846153846153, 0.0211159800952885, 0.0512692307692308, 0.0627573593600476, 0.145384615384615, 0.164296116345317, 0.361023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 900, '2021-06-13 00:00:00', 0.00962696533381429, 0.0250384615384615, 0.0167043522656638, 0.0383461538461538, 0.0209781204701837, 0.0488076923076923, 0.0644981597829318, 0.147869230769231, 0.164643548776884, 0.360484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 915, '2021-06-13 00:00:00', 0.0134263231692878, 0.0278846153846153, 0.0182418369520346, 0.0372692307692308, 0.0200038842382018, 0.0493461538461539, 0.0695721075851964, 0.151215384615385, 0.164746646516588, 0.359792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 930, '2021-06-13 00:00:00', 0.0118995798245148, 0.0270000000000001, 0.0135094269080748, 0.0347692307692308, 0.0178739604323849, 0.0480384615384615, 0.0715559813121059, 0.154538461538462, 0.163860751390178, 0.359523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 945, '2021-06-13 00:00:00', 0.0121476176835055, 0.0247307692307692, 0.0152083479100736, 0.0344230769230768, 0.0194180328560849, 0.0575, 0.080399540756438, 0.161384615384615, 0.163275943868513, 0.358523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 960, '2021-06-13 00:00:00', 0.0151519483387957, 0.0256923076923076, 0.0138989761659461, 0.0366923076923076, 0.030927050644031, 0.0680615384615384, 0.0851808302739169, 0.165576923076923, 0.164102414551214, 0.360138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 975, '2021-06-13 00:00:00', 0.01195819641662, 0.0269615384615384, 0.0181906146553232, 0.0464615384615385, 0.0320055362999303, 0.0720653846153847, 0.0863027319293053, 0.166807692307692, 0.164977137810062, 0.3596 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 990, '2021-06-13 00:00:00', 0.0145895642366516, 0.0361538461538461, 0.0284712864803498, 0.0562153846153846, 0.0326113760236186, 0.0721769230769231, 0.0873294822012501, 0.167038461538462, 0.165473969135748, 0.358061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1005, '2021-06-13 00:00:00', 0.0214594357944328, 0.0419461538461539, 0.0227255440825111, 0.0545653846153846, 0.0280281177501343, 0.0644461538461538, 0.0868683517655396, 0.169342307692308, 0.166154612751081, 0.356942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1020, '2021-06-13 00:00:00', 0.0145846837469998, 0.03535, 0.0212940222742295, 0.0486538461538461, 0.0224658715525436, 0.0576538461538461, 0.100463331619054, 0.17765, 0.168376825419835, 0.358557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1035, '2021-06-13 00:00:00', 0.0152144162404761, 0.0349615384615384, 0.0163112042662517, 0.041153846153846, 0.0218238049280703, 0.0549615384615385, 0.100509357007961, 0.178726923076923, 0.167997971462112, 0.360019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1050, '2021-06-13 00:00:00', 0.0130055609407905, 0.0277692307692307, 0.0185306814188296, 0.0388846153846154, 0.02514156839854, 0.0585384615384615, 0.10027326854459, 0.176496153846154, 0.164886445634097, 0.360634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1065, '2021-06-13 00:00:00', 0.0111487839971625, 0.0261538461538462, 0.0169990044957391, 0.0363846153846154, 0.0536195970202629, 0.118996153846154, 0.0971352383971004, 0.172457692307692, 0.164826878735982, 0.358865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1080, '2021-06-13 00:00:00', 0.0128446337193637, 0.0257692307692307, 0.0175332650871247, 0.0411538461538461, 0.0549632897067181, 0.123019230769231, 0.0961571234210726, 0.171996153846154, 0.164885232673658, 0.359865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1095, '2021-06-13 00:00:00', 0.0153251929339092, 0.0306923076923076, 0.0488988936480163, 0.11115, 0.054492824792317, 0.124365384615385, 0.0946522562614575, 0.169919230769231, 0.163488936205293, 0.361788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 600, '2021-06-13 00:00:00', 0.0330625647011145, 0.0796038461538462, 0.0376417233726293, 0.0906423076923077, 0.0497454655065317, 0.103657692307692, 0.0936883522027233, 0.151657692307692, 0.162136209214541, 0.358292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 615, '2021-06-13 00:00:00', 0.0211396415805436, 0.055473076923077, 0.0263376793557473, 0.0725846153846154, 0.0432805658998976, 0.0927538461538462, 0.0745813917810603, 0.1356, 0.155648795641391, 0.347296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 630, '2021-06-13 00:00:00', 0.0209447992443141, 0.0462692307692307, 0.0242285273688176, 0.0596923076923077, 0.0406015535890703, 0.0833846153846154, 0.0647248377007205, 0.126769230769231, 0.14675101220985, 0.347603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 645, '2021-06-13 00:00:00', 0.0143675381971357, 0.0408846153846154, 0.0257515944241247, 0.0607692307692307, 0.038330144794926, 0.075, 0.0575117914331152, 0.120615384615385, 0.144033602115831, 0.347657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 660, '2021-06-13 00:00:00', 0.0224518630373104, 0.0406153846153846, 0.033490595694911, 0.0525, 0.0398167533351707, 0.067423076923077, 0.0581442900166341, 0.113038461538461, 0.142164012810773, 0.344542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 675, '2021-06-13 00:00:00', 0.0217200368323813, 0.036, 0.0233079715647144, 0.0476923076923076, 0.0290007161715281, 0.0648076923076924, 0.0493968077448798, 0.107269230769231, 0.143150491280492, 0.342465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 690, '2021-06-13 00:00:00', 0.0154899471121907, 0.0325384615384615, 0.0211677548680498, 0.042923076923077, 0.0431276637973283, 0.0646538461538463, 0.0501136707895161, 0.1055, 0.143795920825849, 0.345273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 705, '2021-06-13 00:00:00', 0.0191124606957386, 0.0296153846153847, 0.0203686032903583, 0.0440000000000001, 0.0395617725355405, 0.0634230769230769, 0.0482858316534109, 0.104807692307692, 0.227661223616279, 0.387507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 720, '2021-06-13 00:00:00', 0.0189152278906135, 0.0356769230769231, 0.0364786302037022, 0.0491384615384616, 0.0369526099838074, 0.0618461538461538, 0.0590951254009486, 0.109076923076923, 0.225114579372714, 0.389176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 735, '2021-06-13 00:00:00', 0.0275811808750375, 0.0338076923076924, 0.0297333793261689, 0.0460769230769231, 0.0407102519690633, 0.0582692307692308, 0.0660623481731753, 0.110923076923077, 0.225233027363628, 0.392869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 750, '2021-06-13 00:00:00', 0.0262496007295643, 0.0331923076923076, 0.0301170281504565, 0.042653846153846, 0.0402690948495245, 0.0549999999999999, 0.0667623684881973, 0.108423076923077, 0.226861283946482, 0.394484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 765, '2021-06-13 00:00:00', 0.0181074145459385, 0.0280384615384614, 0.0288690411766921, 0.0393076923076922, 0.0348068074685664, 0.0509230769230769, 0.0572887960586199, 0.110384615384615, 0.230698551227487, 0.397692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 780, '2021-06-13 00:00:00', 0.0194124860691417, 0.0277307692307692, 0.0204991557049403, 0.0361538461538461, 0.0252248961269494, 0.0458461538461539, 0.0466921999745304, 0.109807692307692, 0.230122111397072, 0.398884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 795, '2021-06-13 00:00:00', 0.0187508769025714, 0.0276538461538462, 0.0229979597757313, 0.0371153846153847, 0.0233703625593152, 0.0485769230769231, 0.0480205725144482, 0.112846153846154, 0.230063696865422, 0.398769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 810, '2021-06-13 00:00:00', 0.0128189763181837, 0.0233846153846154, 0.0136643837993297, 0.0303461538461538, 0.0143149733334877, 0.0449615384615384, 0.039749291237029, 0.110384615384615, 0.229928072365117, 0.399038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 825, '2021-06-13 00:00:00', 0.0119655916951643, 0.0221538461538462, 0.0144337744943533, 0.0335769230769231, 0.0145403417587599, 0.0456923076923077, 0.0383149900370397, 0.110961538461538, 0.229125108586151, 0.398346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 840, '2021-06-13 00:00:00', 0.0115039123779695, 0.0264999999999999, 0.0112115325240781, 0.0364615384615383, 0.0177184823104185, 0.0467692307692306, 0.0374689409839874, 0.110807692307692, 0.229070684421945, 0.398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 855, '2021-06-13 00:00:00', 0.00846613162048545, 0.0243461538461538, 0.0102296702706467, 0.0336153846153846, 0.0224523084302295, 0.0468846153846153, 0.0380034006575525, 0.108538461538462, 0.229070308320057, 0.398615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 870, '2021-06-13 00:00:00', 0.00903667740165257, 0.0256923076923077, 0.0145245150852461, 0.0328076923076923, 0.0244442536900095, 0.0491923076923077, 0.0432757882210578, 0.112076923076923, 0.229561350941647, 0.398576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 885, '2021-06-13 00:00:00', 0.0124929518591023, 0.0220769230769231, 0.0189392551230344, 0.0331538461538461, 0.0246589038373879, 0.0496923076923076, 0.0704901367895919, 0.153746153846154, 0.225568655760366, 0.401538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 900, '2021-06-13 00:00:00', 0.0122039085794423, 0.0251538461538462, 0.0169429813015483, 0.0347692307692308, 0.0298723695333742, 0.0559615384615385, 0.0831082704391363, 0.161769230769231, 0.225695424444947, 0.401230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 915, '2021-06-13 00:00:00', 0.0140371485160463, 0.0261923076923078, 0.0193225655248349, 0.0391923076923077, 0.0359807640916002, 0.0631538461538462, 0.109070344273776, 0.1755, 0.224931935003937, 0.401846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 930, '2021-06-13 00:00:00', 0.0166162570995998, 0.0294999999999999, 0.0275583855728999, 0.0432307692307693, 0.0332640947569598, 0.0635, 0.109071634894053, 0.178307692307692, 0.223683075939013, 0.401038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 945, '2021-06-13 00:00:00', 0.0167491905659762, 0.0308461538461539, 0.0222220957261357, 0.0436923076923077, 0.0238181895585318, 0.0641153846153847, 0.10656549448759, 0.180269230769231, 0.222744755614686, 0.399884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 960, '2021-06-13 00:00:00', 0.0137461043432453, 0.0286538461538461, 0.0157030619258205, 0.0411153846153845, 0.0202708202558789, 0.0618846153846154, 0.105609760621173, 0.181692307692308, 0.221995956304129, 0.399269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 975, '2021-06-13 00:00:00', 0.0113492798822724, 0.0276153846153845, 0.0140902585006588, 0.0458461538461539, 0.0271627573087744, 0.0651538461538462, 0.104024412815158, 0.180961538461539, 0.221642275889638, 0.398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 990, '2021-06-13 00:00:00', 0.0121516064148548, 0.0386923076923077, 0.0164221239139812, 0.0493846153846153, 0.0241682881860953, 0.0668846153846154, 0.0996935072339989, 0.180346153846154, 0.22137696357119, 0.396 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1005, '2021-06-13 00:00:00', 0.0128561867776389, 0.0308076923076923, 0.0238513344248524, 0.0456153846153846, 0.0237597267531555, 0.0587307692307693, 0.0895411980813644, 0.176884615384616, 0.220176464193191, 0.392346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1020, '2021-06-13 00:00:00', 0.0152012651295364, 0.0309615384615385, 0.0192083315256687, 0.043, 0.0211882405702205, 0.0586923076923078, 0.0889116761389984, 0.174615384615385, 0.218388700750255, 0.390230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1035, '2021-06-13 00:00:00', 0.0171123736907926, 0.0316, 0.0170891778620271, 0.04204, 0.0264374734042419, 0.0587600000000001, 0.0909944503802292, 0.17836, 0.222232033394528, 0.39208 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1050, '2021-06-13 00:00:00', 0.0131531218873929, 0.0297307692307693, 0.0184050578332738, 0.0418846153846154, 0.0292150909370746, 0.0591923076923078, 0.0898532478758901, 0.174384615384615, 0.216773756572288, 0.390307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1065, '2021-06-13 00:00:00', 0.0131067217047648, 0.0291153846153846, 0.0175452382319359, 0.0413461538461538, 0.0499079799384674, 0.124361538461539, 0.0902441900963926, 0.172423076923077, 0.21681580981242, 0.390153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1080, '2021-06-13 00:00:00', 0.0110456395852008, 0.0283846153846154, 0.0215813309634473, 0.042923076923077, 0.0651982656682971, 0.129576923076923, 0.0903081647216054, 0.170730769230769, 0.215840111763671, 0.390076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1095, '2021-06-13 00:00:00', 0.01910219479939, 0.0315769230769232, 0.0480113063607057, 0.113092307692308, 0.0916719233923971, 0.141307692307692, 0.088758548884037, 0.168, 0.216690850326876, 0.387730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 600, '2021-06-13 00:00:00', 0.0373270232762629, 0.0871666666666666, 0.0472394816143066, 0.100291666666667, 0.071923032532671, 0.12825, 0.0744375294935387, 0.157683333333333, 0.223166718078595, 0.371083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 615, '2021-06-13 00:00:00', 0.0246046640447218, 0.0542083333333333, 0.0544861204238343, 0.0849583333333333, 0.0567486193409271, 0.102333333333333, 0.0752401830468768, 0.131958333333333, 0.213024323303327, 0.359166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 630, '2021-06-13 00:00:00', 0.040150022785923, 0.0564208333333333, 0.0396382882441652, 0.0658791666666666, 0.0490792436351366, 0.0844208333333334, 0.0750794148392799, 0.1215875, 0.211543790649404, 0.355916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 645, '2021-06-13 00:00:00', 0.0180697120274127, 0.0404166666666666, 0.0329316375788267, 0.0588333333333334, 0.033867789622487, 0.072375, 0.0525880214497558, 0.11425, 0.20521905934596, 0.349916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 660, '2021-06-13 00:00:00', 0.0215269834043871, 0.0415666666666668, 0.0213396480690322, 0.0503166666666668, 0.0246397919598784, 0.0672750000000001, 0.053141216706465, 0.112275, 0.20256710732746, 0.348041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 675, '2021-06-13 00:00:00', 0.0128265321710988, 0.0317916666666667, 0.0155395987861586, 0.0451499999999999, 0.0277430954982693, 0.064125, 0.0697442403211262, 0.115791666666667, 0.202398015113141, 0.345 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 690, '2021-06-13 00:00:00', 0.0136463803131882, 0.0330249999999999, 0.019345823052153, 0.045, 0.0293802839835921, 0.060375, 0.0719172103527907, 0.113458333333333, 0.202267324726892, 0.343625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 705, '2021-06-13 00:00:00', 0.0099388529067216, 0.0305416666666667, 0.016180817055381, 0.0429166666666667, 0.0268343009997451, 0.0590833333333334, 0.0696484833423102, 0.111958333333333, 0.204057536643148, 0.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 720, '2021-06-13 00:00:00', 0.0145622103752999, 0.0306666666666666, 0.0225773629735755, 0.0405416666666666, 0.0244966723560923, 0.0579999999999999, 0.0695700564440133, 0.109583333333333, 0.204774319042038, 0.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 735, '2021-06-13 00:00:00', 0.0184457194280242, 0.0303750000000001, 0.0214577441174205, 0.0455000000000001, 0.0265045798612842, 0.0583333333333333, 0.0704704558302806, 0.109541666666667, 0.20555797165312, 0.360916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 750, '2021-06-13 00:00:00', 0.0174048135937126, 0.0321666666666667, 0.0178471773435027, 0.0399999999999999, 0.0242158170851502, 0.0543333333333332, 0.0719026994514518, 0.107458333333333, 0.210015730087196, 0.365458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 765, '2021-06-13 00:00:00', 0.0114499541167362, 0.0236666666666666, 0.0187817364263372, 0.0366666666666666, 0.0310333796447294, 0.0528749999999999, 0.0763532503602807, 0.112583333333333, 0.208839751165018, 0.368708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 780, '2021-06-13 00:00:00', 0.0156324982008635, 0.0278750000000001, 0.0233097836646493, 0.0400416666666668, 0.0309522481682132, 0.0527083333333335, 0.0848558453658533, 0.121416666666667, 0.208293671586989, 0.369083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 795, '2021-06-13 00:00:00', 0.019171234490352, 0.0263333333333334, 0.025380545727964, 0.0355416666666667, 0.0248385730295629, 0.0485416666666667, 0.0796787026260712, 0.123, 0.208310178423385, 0.367 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 810, '2021-06-13 00:00:00', 0.0113213918333161, 0.0219999999999999, 0.0152626758912819, 0.0339166666666667, 0.0198229482005658, 0.0475833333333333, 0.0786596848105352, 0.122041666666667, 0.208126942694506, 0.366958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 825, '2021-06-13 00:00:00', 0.0132202633225983, 0.0235833333333334, 0.0171400349212435, 0.0330416666666667, 0.0231554294506379, 0.049, 0.0776963501464962, 0.125125, 0.208452958409242, 0.366125 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 840, '2021-06-13 00:00:00', 0.0120614369322052, 0.0235000000000001, 0.0155646733975053, 0.0322083333333333, 0.036054683709489, 0.048875, 0.0752461540256521, 0.124375, 0.208814003465951, 0.365375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 855, '2021-06-13 00:00:00', 0.0117934365189938, 0.0227083333333333, 0.0153386884158601, 0.0348333333333333, 0.0521450040682266, 0.0543333333333333, 0.0695232079903924, 0.124458333333333, 0.208720793322605, 0.36675 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 870, '2021-06-13 00:00:00', 0.0119136385125912, 0.02625, 0.0262857417127861, 0.036375, 0.0530829266473627, 0.0518333333333334, 0.0668775514209213, 0.125208333333333, 0.208704266881376, 0.366083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 885, '2021-06-13 00:00:00', 0.022310676913707, 0.024875, 0.0446161568187508, 0.0385833333333333, 0.0474048054495549, 0.0535416666666667, 0.0805336952389531, 0.165570833333333, 0.206588880712535, 0.368129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 900, '2021-06-13 00:00:00', 0.0303383994017627, 0.029625, 0.0338647940398628, 0.0367083333333334, 0.0326814887993943, 0.0510833333333334, 0.0819703179532831, 0.171254166666667, 0.206411646493048, 0.368254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 915, '2021-06-13 00:00:00', 0.0203056356851913, 0.0233333333333334, 0.0208164859415927, 0.03575, 0.0273102146840144, 0.05275, 0.084243184797244, 0.1730875, 0.204767538002402, 0.3675875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 930, '2021-06-13 00:00:00', 0.0134190406577339, 0.027625, 0.0171767769580521, 0.0355416666666667, 0.0328526045114905, 0.0588166666666667, 0.0846825811315494, 0.174670833333333, 0.201148477093307, 0.3665875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 945, '2021-06-13 00:00:00', 0.0150850247270097, 0.0254166666666667, 0.0273582976311641, 0.0430416666666666, 0.0465737493705926, 0.0666249999999999, 0.0807127783599333, 0.175504166666667, 0.201254344763615, 0.366379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 960, '2021-06-13 00:00:00', 0.0236273913750208, 0.0325833333333333, 0.0337331460870098, 0.0466083333333333, 0.0622299889260727, 0.0742249999999999, 0.0846136898121291, 0.177379166666667, 0.201762018256335, 0.3658375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 975, '2021-06-13 00:00:00', 0.0238982247233458, 0.0318583333333333, 0.0343109977298444, 0.0491249999999999, 0.0510685813392148, 0.0765, 0.077056842255609, 0.173670833333333, 0.200308335827978, 0.3644625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 990, '2021-06-13 00:00:00', 0.0235690474987853, 0.0387499999999999, 0.0389628883255164, 0.0549333333333333, 0.0480775339983481, 0.0761666666666666, 0.0737615605039035, 0.173254166666667, 0.200512388165846, 0.362129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1005, '2021-06-13 00:00:00', 0.0344173521705951, 0.0389750000000001, 0.0463464427288997, 0.0585833333333334, 0.0507362460837089, 0.0749166666666667, 0.0732513420513156, 0.175920833333333, 0.201127064486211, 0.361129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1020, '2021-06-13 00:00:00', 0.0222215458834276, 0.0383333333333334, 0.029437725967624, 0.0483333333333333, 0.0319755057976336, 0.0632083333333333, 0.0730611472116614, 0.173591666666667, 0.199509465650274, 0.358508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1035, '2021-06-13 00:00:00', 0.0178653883654756, 0.0319583333333333, 0.0228511249841989, 0.045, 0.0236192242383865, 0.0602916666666667, 0.0718473906014121, 0.174716666666667, 0.198943887471616, 0.357758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1050, '2021-06-13 00:00:00', 0.0160022077281203, 0.031375, 0.0166393435454404, 0.0432083333333333, 0.0240560938677481, 0.0609999999999999, 0.071987323260036, 0.175008333333333, 0.198929200682197, 0.357091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1065, '2021-06-13 00:00:00', 0.0155917388010631, 0.0323166666666665, 0.0186842799925653, 0.0424833333333332, 0.0539301158102257, 0.12595, 0.0721824258992149, 0.17505, 0.198315784633454, 0.3563 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1080, '2021-06-13 00:00:00', 0.0145243423857718, 0.0290000000000001, 0.0180176543857743, 0.041875, 0.0566059068971796, 0.1318, 0.0717568943311928, 0.173633333333333, 0.198065399827167, 0.35555 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1095, '2021-06-13 00:00:00', 0.0139028070359284, 0.030375, 0.0539265684297517, 0.11595, 0.0574893632253652, 0.134341666666667, 0.0704106026889025, 0.170008333333333, 0.197044439922439, 0.35305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 600, '2021-06-13 00:00:00', 0.0275917792935683, 0.0775913043478262, 0.0343773428235043, 0.0973478260869566, 0.0501227035884915, 0.114178260869565, 0.0697976864628988, 0.148439130434783, 0.18969638327097, 0.332265217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 615, '2021-06-13 00:00:00', 0.0214464126744028, 0.055695652173913, 0.030252886707721, 0.0716521739130434, 0.0402032386165209, 0.0908695652173911, 0.0581709692207294, 0.12695652173913, 0.190634658765214, 0.324130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 630, '2021-06-13 00:00:00', 0.0195718560542201, 0.0462869565217391, 0.0247758616431014, 0.0664173913043477, 0.0406018049015659, 0.0823739130434782, 0.0503768941326337, 0.116765217391304, 0.189307642210264, 0.317260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 645, '2021-06-13 00:00:00', 0.0191116958168564, 0.0444347826086955, 0.0231199826305719, 0.0525217391304346, 0.0382360569022334, 0.0732173913043476, 0.0471647520293713, 0.109173913043478, 0.190243852253254, 0.314782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 660, '2021-06-13 00:00:00', 0.0171047689995991, 0.0371304347826087, 0.031079395968309, 0.0527391304347826, 0.0359797373805908, 0.0697826086956522, 0.0406842658304902, 0.101869565217391, 0.189874891200233, 0.312260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 675, '2021-06-13 00:00:00', 0.0191823988822428, 0.0343478260869564, 0.0224266040489853, 0.0470434782608694, 0.0327167143706316, 0.0642608695652174, 0.0393145318052649, 0.0952173913043479, 0.189294362650411, 0.308913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 690, '2021-06-13 00:00:00', 0.014462572658595, 0.0305652173913043, 0.0172374718210823, 0.042304347826087, 0.0261173998911662, 0.0588695652173914, 0.0348259364526263, 0.0911304347826088, 0.18969843969763, 0.30895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 705, '2021-06-13 00:00:00', 0.0144525938971429, 0.0278260869565217, 0.0233651204523954, 0.0417391304347827, 0.0283114384906014, 0.0559130434782609, 0.0362822706298177, 0.089304347826087, 0.205543250115357, 0.322130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 720, '2021-06-13 00:00:00', 0.01587064807611, 0.0308260869565218, 0.0179487632656624, 0.0403913043478261, 0.0219326132891568, 0.0526956521739131, 0.0357476332172133, 0.0884347826086956, 0.216101791269122, 0.322434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 735, '2021-06-13 00:00:00', 0.0167538562607162, 0.0276521739130435, 0.0193733854357235, 0.0383478260869565, 0.0241538219465265, 0.0510434782608696, 0.036532242513744, 0.0851739130434782, 0.216383589274949, 0.320695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 750, '2021-06-13 00:00:00', 0.0109694148996701, 0.0266521739130435, 0.0126717450467426, 0.0368695652173914, 0.0202603606443404, 0.0498695652173913, 0.0345983161188644, 0.0829565217391304, 0.215243055921741, 0.319130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 765, '2021-06-13 00:00:00', 0.0131020621132918, 0.0268695652173913, 0.0213040291982304, 0.0379565217391305, 0.0304741839813319, 0.050304347826087, 0.0395427421722119, 0.0880869565217391, 0.214656983472143, 0.320434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 780, '2021-06-13 00:00:00', 0.0159594347428803, 0.0263913043478261, 0.0160703738909849, 0.0334347826086957, 0.0264033025841802, 0.0460434782608695, 0.0392501353186157, 0.0901304347826086, 0.216045093009396, 0.324130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 795, '2021-06-13 00:00:00', 0.0105517733556317, 0.0203913043478259, 0.0166240694113826, 0.0312173913043479, 0.0193865402964024, 0.0427391304347825, 0.0407123331577329, 0.0946956521739129, 0.216765451282176, 0.324478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 810, '2021-06-13 00:00:00', 0.0117955240388792, 0.0230434782608696, 0.0186990942690338, 0.0332608695652173, 0.0187879786643612, 0.0485217391304348, 0.0508588685081457, 0.102478260869565, 0.218011558238759, 0.325304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 825, '2021-06-13 00:00:00', 0.0132755831028008, 0.0241739130434782, 0.0121910029677498, 0.0304347826086956, 0.0198719219159197, 0.0444347826086957, 0.0546790853210028, 0.104434782608696, 0.217935661536083, 0.32704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 840, '2021-06-13 00:00:00', 0.0104658299641236, 0.0224782608695652, 0.0169167924150132, 0.0347826086956522, 0.0207054440913436, 0.0414782608695652, 0.0556178732610926, 0.103565217391304, 0.223231627875161, 0.334217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 855, '2021-06-13 00:00:00', 0.015732446771654, 0.0273478260869566, 0.0179704412548296, 0.0338695652173914, 0.0230806285663922, 0.0424782608695653, 0.0552215444580467, 0.105347826086956, 0.22267576882929, 0.33504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 870, '2021-06-13 00:00:00', 0.0131096018276319, 0.0229565217391305, 0.0136862066681906, 0.0296956521739131, 0.0241540674076234, 0.0413478260869565, 0.0586248878067646, 0.108173913043478, 0.222274551590111, 0.335391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 885, '2021-06-13 00:00:00', 0.0106029677402691, 0.0211739130434783, 0.0238371450926072, 0.0311304347826087, 0.0274653932447172, 0.0455652173913044, 0.1758611377276, 0.179660869565217, 0.22425127070112, 0.332782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1031641, 5, 900, '2021-06-13 00:00:00', 0.0226371096913424, 0.0234347826086957, 0.0241180397606695, 0.0320434782608696, 0.026281390040304, 0.0484347826086956, 0.17424255684706, 0.185504347826087, 0.225115306422666, 0.332086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 915, '2021-06-13 00:00:00', 0.0119115647794096, 0.0203913043478261, 0.0209107835712872, 0.0344782608695652, 0.0224411395228272, 0.0471739130434783, 0.17439163775869, 0.187417391304348, 0.224950016406807, 0.332347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 930, '2021-06-13 00:00:00', 0.0197965941095917, 0.0277826086956523, 0.0205529298374023, 0.0378260869565218, 0.0212452273180229, 0.0492173913043478, 0.173548354824961, 0.191634782608696, 0.224465751324755, 0.332652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 945, '2021-06-13 00:00:00', 0.0143558667133304, 0.027, 0.0198040799086368, 0.0352608695652174, 0.0299948612199614, 0.0553478260869565, 0.172795522193483, 0.192739130434783, 0.223844278170261, 0.333521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 960, '2021-06-13 00:00:00', 0.0122138391021271, 0.0217826086956521, 0.0141933291684994, 0.0337826086956521, 0.0270414701286628, 0.0568260869565216, 0.171846712188853, 0.193260869565217, 0.223659935613017, 0.334304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 975, '2021-06-13 00:00:00', 0.00973116910622326, 0.0248260869565217, 0.0191428992810749, 0.0412173913043478, 0.032550295530616, 0.0623913043478261, 0.171157452416734, 0.191652173913044, 0.224094806306257, 0.334130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 990, '2021-06-13 00:00:00', 0.0176676609957088, 0.0336521739130435, 0.0226092429243583, 0.0462173913043478, 0.0468098922013835, 0.0695652173913043, 0.165727573018185, 0.190086956521739, 0.2242528217509, 0.333652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1005, '2021-06-13 00:00:00', 0.0175507170219392, 0.0318695652173912, 0.0273054020339777, 0.047304347826087, 0.044657900345192, 0.0703478260869565, 0.165179767923391, 0.185913043478261, 0.224191573570639, 0.33295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1020, '2021-06-13 00:00:00', 0.0184510890666929, 0.0344782608695653, 0.0351346928308219, 0.0480869565217392, 0.0364720370443715, 0.0621304347826088, 0.165946453099916, 0.18195652173913, 0.226516365924453, 0.330869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1035, '2021-06-13 00:00:00', 0.0294592235098342, 0.0361304347826086, 0.0324358899449628, 0.0512173913043478, 0.0338763153705211, 0.0591739130434782, 0.166342330003484, 0.18004347826087, 0.226579270913968, 0.330565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1050, '2021-06-13 00:00:00', 0.0162335961594705, 0.0325652173913043, 0.0188140473967364, 0.0398260869565217, 0.0229065812038941, 0.0544347826086956, 0.166106982527131, 0.177565217391304, 0.226852671104732, 0.33104347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1065, '2021-06-13 00:00:00', 0.00931571836712838, 0.0236521739130435, 0.0136215070585254, 0.0350000000000001, 0.172992898481126, 0.140573913043478, 0.166396355235243, 0.175260869565217, 0.227175473262793, 0.329826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1080, '2021-06-13 00:00:00', 0.0144213828943337, 0.0263913043478261, 0.0180720997815371, 0.0386521739130435, 0.170711361695283, 0.151808695652174, 0.166432314816023, 0.173521739130435, 0.227239282914739, 0.329652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1095, '2021-06-13 00:00:00', 0.0142472520060299, 0.0275652173913044, 0.173776804285008, 0.135095652173913, 0.171107230784901, 0.152547826086957, 0.166706956921917, 0.170130434782609, 0.22721490410671, 0.330608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:06:36 Duration: 1s837ms 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 1029501, 1, 600, '2021-06-13 00:00:00', 0.421772055341118, 1.28199999999999, 0.480303723352907, 1.89399999999999, 0.60861865455034, 2.23, 0.765517254323281, 2.98199999999999, 3.83811802840924, 7.436 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 615, '2021-06-13 00:00:00', 0.336005952328225, 1.204, 0.450693909432995, 1.52, 0.475902651109796, 1.776, 0.758111689220871, 2.63399999999999, 3.85345840339126, 7.318 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 630, '2021-06-13 00:00:00', 0.365125549183653, 0.895999999999999, 0.398465807817929, 1.126, 0.524022900262958, 1.62799999999999, 0.740776619501444, 2.43999999999999, 3.83652186231227, 7.316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 645, '2021-06-13 00:00:00', 0.406950037883437, 0.804000000000008, 0.524698326024897, 1.102, 0.536019278260274, 1.576, 0.747066485216223, 2.346, 3.75080213643252, 7.282 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 660, '2021-06-13 00:00:00', 0.221227635404503, 0.696000000000004, 0.385497514043001, 1.10599999999999, 0.49482320074952, 1.412, 0.605874024309774, 2.21999999999999, 3.65385983128345, 7.20600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 675, '2021-06-13 00:00:00', 0.366287682930603, 0.779999999999995, 0.39134383858699, 1.024, 0.443781102196423, 1.306, 0.601927459638337, 2.17399999999999, 3.66490904843945, 7.152 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 690, '2021-06-13 00:00:00', 0.306825140212905, 0.631999999999995, 0.412734781669784, 0.907999999999993, 0.545916660306322, 1.26399999999999, 0.648478989636513, 2.11399999999999, 3.64884342406377, 7.152 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 705, '2021-06-13 00:00:00', 0.23081377775168, 0.615999999999999, 0.286865241300983, 0.879999999999998, 0.479383284369967, 1.27799999999999, 0.644366614074106, 2.02999999999999, 3.7540111880494, 7.498 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 720, '2021-06-13 00:00:00', 0.233148736503835, 0.603999999999999, 0.413642357598936, 0.887999999999996, 0.521999361430014, 1.24599999999999, 0.753342551566015, 2.07599999999999, 3.77217112549259, 7.536 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 735, '2021-06-13 00:00:00', 0.339705755029263, 0.596, 0.399301473409088, 0.855999999999998, 0.532509780817848, 1.174, 0.902713501985361, 2.05199999999999, 3.7809831173034, 7.52 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 750, '2021-06-13 00:00:00', 0.217025344142109, 0.577999999999994, 0.407298007197027, 0.837999999999994, 0.54008486987386, 1.124, 0.939334871065693, 2.038, 3.78595870729375, 7.516 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 765, '2021-06-13 00:00:00', 0.351994318135964, 0.615999999999999, 0.447511638582362, 0.787999999999997, 0.514117366626202, 1.11599999999999, 1.01117505902785, 2.11799999999999, 3.78857932915933, 7.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 780, '2021-06-13 00:00:00', 0.270801280154531, 0.479999999999991, 0.365114137405459, 0.767999999999996, 0.421930088995791, 1.064, 1.15054334990039, 2.27, 3.80876401649319, 7.522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 795, '2021-06-13 00:00:00', 0.270231382337426, 0.564, 0.334763598180358, 0.753999999999995, 0.40106109260311, 1.02800000000001, 1.33426946303961, 2.406, 3.84093304636604, 7.462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 810, '2021-06-13 00:00:00', 0.230488611432317, 0.45, 0.292432328354219, 0.701999999999998, 0.353824344366903, 1.054, 1.48502805809633, 2.452, 3.83925122908101, 7.488 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 825, '2021-06-13 00:00:00', 0.212681295212657, 0.475999999999995, 0.272687244537277, 0.704000000000003, 0.376408466075532, 0.977999999999993, 1.50975991468842, 2.47, 3.84054358131763, 7.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 840, '2021-06-13 00:00:00', 0.189120772700057, 0.492000000000007, 0.208666400425818, 0.720000000000005, 0.358724592596232, 0.958, 1.5390012995446, 2.554, 3.85941705442675, 7.498 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 855, '2021-06-13 00:00:00', 0.210653744329403, 0.480000000000005, 0.261931924998335, 0.655999999999992, 0.448265174496828, 0.935999999999997, 1.54481660184415, 2.57, 3.86711347993134, 7.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 870, '2021-06-13 00:00:00', 0.203858611133627, 0.402, 0.280059517483924, 0.602, 0.56893174751751, 1.008, 1.54155495090725, 2.508, 3.8678396209426, 7.482 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 885, '2021-06-13 00:00:00', 0.174833253892574, 0.434000000000003, 0.341711379188147, 0.648, 0.49349940898309, 0.940000000000002, 2.12924673691582, 3.334, 3.87418486050077, 7.592 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 900, '2021-06-13 00:00:00', 0.251661147842355, 0.49, 0.378318648760529, 0.77, 0.46189825719523, 0.977999999999995, 2.17468963302812, 3.58599999999999, 3.83868684144288, 7.598 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 915, '2021-06-13 00:00:00', 0.296858552175947, 0.520000000000002, 0.269366540857123, 0.662000000000003, 0.475438394186536, 0.929999999999998, 2.04210879566524, 3.65, 3.75033331851984, 7.57 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 930, '2021-06-13 00:00:00', 0.215503286904553, 0.454000000000002, 0.361789533661031, 0.687999999999996, 0.513565964604357, 0.920000000000001, 2.04524244691594, 3.74799999999999, 3.7538502456367, 7.592 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 945, '2021-06-13 00:00:00', 0.29087511638731, 0.474000000000003, 0.420792902348259, 0.653999999999999, 0.634868752840563, 1.158, 2.018972510957, 3.76999999999999, 3.75035220568238, 7.608 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 960, '2021-06-13 00:00:00', 0.206296711882016, 0.412000000000003, 0.266802048967643, 0.642000000000005, 0.76498910667626, 1.31, 1.95816027604144, 3.778, 3.70781831629689, 7.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 975, '2021-06-13 00:00:00', 0.187483332592534, 0.466000000000008, 0.482415795761293, 0.872, 0.973789847280548, 1.442, 2.03769068637351, 3.802, 3.70393034491741, 7.658 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 990, '2021-06-13 00:00:00', 0.380876182855613, 0.743999999999992, 0.606684981408527, 1.08399999999999, 1.10529030877261, 1.46999999999999, 2.0137485774876, 3.81799999999999, 3.70284012617342, 7.654 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1005, '2021-06-13 00:00:00', 0.367049043044664, 0.692000000000007, 0.708331372546312, 1.04400000000001, 1.00375544830402, 1.326, 1.93345976598084, 3.742, 3.69623344320495, 7.662 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1020, '2021-06-13 00:00:00', 0.474850853777627, 0.643999999999999, 0.720578471322405, 0.844000000000001, 0.88770772216986, 1.186, 1.86603411901641, 3.72, 3.63631910957588, 7.714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1035, '2021-06-13 00:00:00', 0.33301651610693, 0.493999999999996, 0.434050688284211, 0.755999999999995, 0.602584710504123, 1.104, 1.64159982943469, 3.61199999999999, 3.37391587526028, 7.668 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1050, '2021-06-13 00:00:00', 0.250033331111405, 0.521999999999998, 0.430600356092128, 0.809999999999996, 0.447045858945152, 0.961999999999994, 1.47331259412251, 3.576, 3.32023719032241, 7.67799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1065, '2021-06-13 00:00:00', 0.372692903071679, 0.533999999999999, 0.408064537379406, 0.712000000000003, 1.1330011768161, 2.016, 1.3560297440199, 3.544, 3.33400159967969, 7.666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1080, '2021-06-13 00:00:00', 0.225924028528774, 0.46, 0.260400332821088, 0.547999999999997, 1.26144758115428, 2.26999999999999, 1.36015624102528, 3.47399999999999, 3.34044034023461, 7.6 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1095, '2021-06-13 00:00:00', 0.165529453572468, 0.286000000000004, 1.05377496016306, 1.776, 1.13137084989847, 2.49, 1.31996527732109, 3.478, 3.33900184685983, 7.618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 600, '2021-06-13 00:00:00', 0.545389768880935, 1.27500000000001, 0.760417395503688, 1.72884615384616, 0.792551866781262, 2.20769230769231, 1.13808881632594, 3.17307692307693, 3.30833213847425, 7.58846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 615, '2021-06-13 00:00:00', 0.4481114215838, 1.14038461538461, 0.538148535400639, 1.55961538461538, 0.641743418653139, 1.97115384615384, 1.06623168214043, 3.025, 3.36541459327308, 7.61923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 630, '2021-06-13 00:00:00', 0.288103880837876, 0.959615384615382, 0.452752267122551, 1.30384615384615, 0.649875727765286, 1.7076923076923, 0.989856244419051, 2.83076923076923, 3.38372348388349, 7.60384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 645, '2021-06-13 00:00:00', 0.251801203638594, 0.809615384615383, 0.31091057334125, 1.05576923076923, 0.646981155355098, 1.55384615384615, 1.02432904869481, 2.575, 3.45756472768824, 7.53461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 660, '2021-06-13 00:00:00', 0.259348295659596, 0.688461538461543, 0.429297279104069, 1.05192307692308, 0.673155599797302, 1.4923076923077, 0.933883537459819, 2.55769230769231, 3.50592904399654, 7.5076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 675, '2021-06-13 00:00:00', 0.318898344063053, 0.751923076923076, 0.536014494637545, 1.11346153846154, 0.576531405509244, 1.4673076923077, 0.919366420631413, 2.52884615384616, 3.58031208351795, 7.52115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 690, '2021-06-13 00:00:00', 0.406433834145811, 0.767307692307694, 0.458039299623953, 1.05000000000001, 0.536086244496593, 1.3673076923077, 0.899831180747896, 2.50192307692308, 3.65876818278839, 7.54615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 705, '2021-06-13 00:00:00', 0.243025797934172, 0.638461538461539, 0.306895121148276, 0.903846153846154, 0.483337754179609, 1.23076923076923, 0.970497493358632, 2.45576923076923, 3.56908951975151, 8.15 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 720, '2021-06-13 00:00:00', 0.264313333870118, 0.638461538461536, 0.399980768768474, 0.896153846153843, 0.730237053186268, 1.27307692307692, 0.990182578346816, 2.48846153846154, 3.54260443090196, 8.22307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 735, '2021-06-13 00:00:00', 0.355338408584534, 0.605769230769231, 0.458798598348082, 0.851923076923083, 0.649618231081805, 1.19038461538462, 0.986440765892905, 2.44423076923077, 3.50927178507714, 8.21730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 750, '2021-06-13 00:00:00', 0.264204175125685, 0.559615384615389, 0.49969606146752, 0.848076923076928, 0.465390654760564, 1.06730769230769, 0.915257424906323, 2.29807692307692, 3.51629011229822, 8.25192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 765, '2021-06-13 00:00:00', 0.307646150384096, 0.57692307692307, 0.277135068430262, 0.740384615384607, 0.413842221885815, 1.00576923076923, 0.750855921854931, 2.30384615384615, 3.49940929081115, 8.29423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 780, '2021-06-13 00:00:00', 0.19316194879307, 0.463461538461535, 0.237268105412742, 0.648076923076924, 0.437440105790319, 1.01538461538462, 0.685318567136144, 2.38846153846154, 3.50930685682866, 8.32115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 795, '2021-06-13 00:00:00', 0.217724243376449, 0.509615384615385, 0.381636153746151, 0.773076923076924, 0.736000104515043, 1.20192307692308, 0.694342522435101, 2.43653846153846, 3.50756983591862, 8.32307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 810, '2021-06-13 00:00:00', 0.274793628859077, 0.513461538461542, 0.349554661731843, 0.73269230769231, 0.744200655323963, 1.17115384615385, 0.757922261083653, 2.42692307692308, 3.51140833022001, 8.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 825, '2021-06-13 00:00:00', 0.238746727726266, 0.500000000000002, 0.714037814124715, 0.875000000000002, 0.747220490577218, 1.10769230769231, 0.723644621662831, 2.36153846153846, 3.51634261479387, 8.34423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 840, '2021-06-13 00:00:00', 0.20902551678364, 0.465999999999997, 0.235017729827634, 0.625999999999995, 0.46822359331129, 1.006, 0.57942500233709, 2.364, 3.5408626538364, 8.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 855, '2021-06-13 00:00:00', 0.202699177407652, 0.449999999999993, 0.37016814628184, 0.706249999999997, 0.471117811968114, 1.01041666666667, 0.619603513944811, 2.41041666666667, 3.56393976754191, 8.41666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 870, '2021-06-13 00:00:00', 0.335559234711251, 0.498, 0.336736791376692, 0.688000000000002, 0.613779276287493, 1.138, 0.641761897695193, 2.454, 3.51609632025822, 8.32799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 885, '2021-06-13 00:00:00', 0.166007027963677, 0.438, 0.486638127017058, 0.784000000000001, 0.521392366649147, 1.118, 1.23182791005887, 2.836, 3.47341450640913, 8.37599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 900, '2021-06-13 00:00:00', 0.324448249597177, 0.512000000000007, 0.30437093597561, 0.758000000000002, 0.482398521280206, 1.21, 1.6532846094971, 3.172, 3.46162052609276, 8.386 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 915, '2021-06-13 00:00:00', 0.255244980361998, 0.483999999999999, 0.358329457343374, 0.705999999999999, 0.511183267853448, 1.18799999999999, 1.64289632458452, 3.316, 3.48037713473699, 8.36399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 930, '2021-06-13 00:00:00', 0.227980262303556, 0.497999999999997, 0.467011777153419, 0.831999999999994, 0.489744831519435, 1.162, 1.73029862547866, 3.418, 3.48037713473699, 8.36399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 945, '2021-06-13 00:00:00', 0.40039563767187, 0.614000000000001, 0.43035837778918, 0.919999999999998, 0.501306626061665, 1.28799999999999, 1.73252465109928, 3.518, 3.40342719426561, 8.44599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 960, '2021-06-13 00:00:00', 0.293726062854488, 0.624000000000001, 0.355058680596133, 0.774000000000003, 0.312876439935425, 1.368, 1.80484763899892, 3.582, 3.30005934290077, 8.46799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 975, '2021-06-13 00:00:00', 0.197336430155876, 0.454000000000001, 0.29258901779344, 0.84599999999999, 0.405657901849992, 1.36799999999999, 2.23868823197872, 3.762, 3.29814594380944, 8.46199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 990, '2021-06-13 00:00:00', 0.256287598867623, 0.637999999999995, 0.434932945023333, 1.01, 0.435105351227339, 1.366, 2.26787896502437, 3.766, 3.27155926126977, 8.48199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1005, '2021-06-13 00:00:00', 0.356195171219377, 0.759999999999998, 0.448125726405737, 1.096, 0.395811402901264, 1.35, 2.25989122157093, 3.826, 3.29491401000593, 8.50999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1020, '2021-06-13 00:00:00', 0.335186515241884, 0.761999999999994, 0.349082129782282, 1.046, 0.407993055496457, 1.35, 2.21742530877593, 3.80199999999999, 3.35563953169387, 8.51399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1035, '2021-06-13 00:00:00', 0.249582985531201, 0.689999999999996, 0.282060868135469, 0.881999999999996, 0.447241545476265, 1.32399999999999, 2.31862387347898, 3.832, 3.37800730214328, 8.552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1050, '2021-06-13 00:00:00', 0.258972327994081, 0.554000000000001, 0.356919692181128, 0.848, 0.402336923485783, 1.12, 2.60961683011126, 3.848, 3.33019644065232, 8.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1065, '2021-06-13 00:00:00', 0.313873647614243, 0.581999999999998, 0.407482105946589, 0.819999999999993, 1.23060960503321, 1.824, 2.84834454844681, 3.884, 3.29781114276324, 8.508 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1080, '2021-06-13 00:00:00', 0.212877116352756, 0.535999999999999, 0.21650635094611, 0.62, 1.64981059518964, 2.19, 2.87029034535997, 3.87600000000001, 3.27226730774449, 8.474 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1095, '2021-06-13 00:00:00', 0.178955301681739, 0.284000000000001, 1.22526187677029, 1.572, 1.64798614476377, 2.376, 2.86500727166035, 3.84200000000001, 3.24210194164219, 8.468 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 600, '2021-06-13 00:00:00', 1.22175420332133, 1.282, 1.60351696800086, 1.872, 1.67776637229383, 2.414, 2.85273698986313, 3.74600000000001, 3.22616258114808, 8.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 615, '2021-06-13 00:00:00', 0.455402752150962, 1.148, 0.716141280288559, 1.534, 0.935289616464696, 2.082, 1.96825218573908, 3.412, 3.16563184846249, 8.382 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 630, '2021-06-13 00:00:00', 0.414799148182979, 0.881999999999996, 0.716978614278921, 1.30200000000001, 0.893597597728782, 1.88200000000001, 1.93520024803636, 3.11, 3.13115793277823, 8.34599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 645, '2021-06-13 00:00:00', 0.48412291827592, 0.880000000000005, 0.541217762704307, 1.28, 1.26269552941317, 1.87400000000001, 1.96001062922288, 2.918, 3.14219535781382, 8.338 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 660, '2021-06-13 00:00:00', 0.317306371403623, 0.837999999999993, 0.716763559341575, 1.22, 1.17193572064911, 1.64799999999999, 1.86900597466497, 2.838, 3.16831579865392, 8.30199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 675, '2021-06-13 00:00:00', 0.471257183853295, 0.779999999999998, 0.9002684784737, 1.194, 0.891394039318946, 1.56, 1.61283911162893, 2.75, 3.18992554772051, 8.24999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 690, '2021-06-13 00:00:00', 0.447911821679225, 0.720000000000002, 0.470177271533479, 0.923999999999992, 0.502178587091617, 1.34799999999999, 1.6378288473871, 2.654, 3.18723626359892, 8.242 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 705, '2021-06-13 00:00:00', 0.344335108094818, 0.625999999999995, 0.398308925333088, 0.986000000000004, 0.506622805119019, 1.37, 1.65358701010863, 2.632, 3.30383237064676, 8.34799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 720, '2021-06-13 00:00:00', 0.315238005322962, 0.740000000000002, 0.436205226928787, 0.955999999999995, 0.743650903762413, 1.498, 1.68577875179397, 2.532, 3.40424612310372, 8.342 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 735, '2021-06-13 00:00:00', 0.325358776327503, 0.626000000000004, 0.50124844139408, 0.920000000000009, 1.01958733482391, 1.38200000000001, 1.62179170466905, 2.34000000000001, 3.49496900320065, 8.222 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 750, '2021-06-13 00:00:00', 0.26656768996511, 0.628000000000004, 0.525214242000345, 0.972000000000005, 0.787390203986143, 1.25400000000001, 1.6501818081654, 2.31800000000001, 3.49402704626052, 8.198 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 765, '2021-06-13 00:00:00', 0.37463315389858, 0.642000000000003, 0.620167987994654, 0.876000000000001, 0.595839743555268, 1.076, 1.60110638830363, 2.34, 3.47527816632473, 8.162 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 780, '2021-06-13 00:00:00', 0.277968823191867, 0.517999999999997, 0.3155946767612, 0.728000000000006, 0.566421515598893, 1.09, 1.61479616876765, 2.444, 3.46809025257418, 8.166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 795, '2021-06-13 00:00:00', 0.225240612087021, 0.486000000000001, 0.565523356428964, 0.773999999999999, 1.13917001950251, 1.3, 1.68814987486301, 2.488, 3.47998802679933, 8.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 810, '2021-06-13 00:00:00', 0.543545459613697, 0.576000000000008, 0.564859864627205, 0.864000000000008, 1.36364401513004, 1.266, 1.68948956788729, 2.56, 3.46536193395918, 8.146 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 825, '2021-06-13 00:00:00', 0.305122926047854, 0.568000000000009, 0.963336216835359, 0.952, 1.2997595931556, 1.22, 1.48919721102792, 2.47999999999999, 3.27579761279601, 8.078 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 840, '2021-06-13 00:00:00', 0.766083584193667, 0.60833333333333, 1.00527593731518, 0.816666666666668, 1.33658118921461, 1.23333333333333, 1.39976544360169, 2.43958333333333, 3.35318837565215, 8.21875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 855, '2021-06-13 00:00:00', 0.348593187175146, 0.510416666666669, 0.542321232149902, 0.745833333333337, 0.751806399493149, 1.13958333333334, 1.16189305489554, 2.37708333333333, 3.21083353550968, 8.13541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 870, '2021-06-13 00:00:00', 0.29512954659838, 0.533333333333336, 0.502164698139942, 0.860416666666668, 0.703819805660922, 1.11666666666667, 1.13662472297129, 2.36875, 3.22368948769007, 8.125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 885, '2021-06-13 00:00:00', 0.35462140457072, 0.614583333333333, 0.522704609407318, 0.868750000000003, 0.655895780869429, 1.15416666666668, 1.41082608907802, 3.23958333333333, 3.09464752388724, 8.15208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 900, '2021-06-13 00:00:00', 0.462722723497106, 0.570833333333338, 0.627264015329695, 0.804166666666674, 0.781485833969915, 1.14375, 1.32880401440379, 3.44375, 3.08063655077502, 8.14791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 915, '2021-06-13 00:00:00', 0.309093754830731, 0.502083333333334, 0.291796037560888, 0.758333333333338, 0.459599699801867, 1.08333333333334, 1.29182035083852, 3.49791666666667, 3.08521192281756, 8.1375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 930, '2021-06-13 00:00:00', 0.201881996670615, 0.547916666666678, 0.382118427655126, 0.791666666666671, 0.529287188146693, 1.11666666666668, 1.29253535538782, 3.47291666666667, 3.09792400684295, 8.11875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 945, '2021-06-13 00:00:00', 0.315855176866902, 0.54583333333333, 0.383915751627646, 0.775000000000001, 0.586807717315849, 1.27708333333333, 1.27095301170853, 3.51458333333334, 3.10645584787271, 8.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 960, '2021-06-13 00:00:00', 0.250642290866908, 0.539583333333338, 0.478732474988581, 0.812500000000007, 0.562952716371064, 1.41875, 1.26300302075441, 3.56875, 3.10297601423658, 8.10416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 975, '2021-06-13 00:00:00', 0.395759909284789, 0.602083333333338, 0.553541791098695, 0.997916666666665, 1.05356322592167, 1.57708333333333, 1.28290742038362, 3.54583333333333, 3.13153591870585, 8.07708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 990, '2021-06-13 00:00:00', 0.344417172054172, 0.741666666666664, 0.416768103594685, 1.075, 1.09821165563825, 1.67916666666666, 1.26376479191159, 3.55833333333333, 3.11986897602066, 8.06458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1005, '2021-06-13 00:00:00', 0.244467774468587, 0.729166666666664, 0.853244022726695, 1.15416666666667, 0.884034620444765, 1.52708333333333, 1.16180144977342, 3.5, 3.00109807802294, 8.00624999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1020, '2021-06-13 00:00:00', 0.805346153859468, 0.84791666666667, 0.838466077023308, 1.17083333333333, 0.749996980670256, 1.43541666666666, 1.18864647174111, 3.5125, 3.00130406439543, 7.99999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1035, '2021-06-13 00:00:00', 0.315769132322236, 0.683333333333325, 0.363800142218571, 0.918749999999991, 0.793037524013048, 1.32708333333334, 1.14796409263139, 3.47291666666667, 2.97361281750093, 7.92916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1050, '2021-06-13 00:00:00', 0.237743010686812, 0.624999999999988, 0.590320473022548, 0.899999999999994, 0.677641770823799, 1.19374999999999, 1.09390397466921, 3.41458333333333, 2.90123661789994, 7.92499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1065, '2021-06-13 00:00:00', 0.4687904571913, 0.654166666666671, 0.532069380895914, 0.937500000000007, 1.12665136448746, 2.51041666666666, 1.21824706270818, 3.52708333333333, 2.86983862471116, 7.95208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1080, '2021-06-13 00:00:00', 0.333616274843696, 0.660416666666672, 0.387485390093917, 0.783333333333331, 1.06093341456706, 2.70833333333334, 1.26238789142078, 3.50833333333333, 2.85731961150986, 7.91666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1095, '2021-06-13 00:00:00', 0.157367381479214, 0.345833333333327, 0.986812960413771, 2.18541666666666, 0.933398030883915, 2.54166666666666, 1.23274871083201, 3.36458333333333, 2.83546302100349, 7.80625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 600, '2021-06-13 00:00:00', 0.489716381579542, 1.36304347826087, 0.631540872404786, 1.74565217391305, 0.61993401408391, 2.05, 1.16850974311849, 2.97826086956522, 2.92471578971237, 7.73478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 615, '2021-06-13 00:00:00', 0.342883609932699, 1.09347826086957, 0.462528708648567, 1.45652173913043, 0.612525711326124, 1.82826086956521, 1.04483956822096, 2.88478260869565, 2.94631142076704, 7.79347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 630, '2021-06-13 00:00:00', 0.354335095190688, 0.965217391304337, 0.427015101879555, 1.25652173913043, 0.625124493529946, 1.71521739130434, 1.16220963052991, 2.76304347826087, 3.00321139051624, 7.82173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 645, '2021-06-13 00:00:00', 0.334392257413636, 0.749999999999998, 0.521570295475622, 1.06086956521739, 0.701170675517407, 1.58695652173913, 1.1773848894332, 2.63478260869565, 3.0563062518567, 7.76521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 660, '2021-06-13 00:00:00', 0.322432086791756, 0.765217391304344, 0.425682432802717, 1.15652173913043, 0.558990479106072, 1.47608695652174, 1.18711378158743, 2.60869565217391, 3.06432842490034, 7.79782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 675, '2021-06-13 00:00:00', 0.416115577589989, 0.823913043478255, 0.537883055894302, 1.09999999999999, 0.603333952059327, 1.34130434782608, 1.32017635664643, 2.63260869565217, 3.12771621085612, 7.80217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 690, '2021-06-13 00:00:00', 0.325406404459481, 0.704347826086958, 0.400135846497384, 0.902173913043483, 0.665652225546872, 1.31739130434783, 1.2547616815437, 2.59782608695652, 3.12711114459847, 7.77826086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 705, '2021-06-13 00:00:00', 0.324813719798247, 0.636956521739129, 0.543293644532793, 0.880434782608698, 0.719038114620282, 1.27391304347826, 1.25578896668738, 2.57173913043478, 3.33147197700909, 8.04347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 720, '2021-06-13 00:00:00', 0.305483482536716, 0.582608695652173, 0.427893544442416, 0.91739130434782, 0.466549015849055, 1.18043478260869, 1.09372536674689, 2.51521739130435, 3.27092684885994, 8.13478260869564 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 735, '2021-06-13 00:00:00', 0.222410438518644, 0.608695652173903, 0.326785155032185, 0.823913043478246, 0.492974355737716, 1.20652173913043, 1.03283063976374, 2.45869565217391, 3.22865749948982, 8.08260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 750, '2021-06-13 00:00:00', 0.323548751297856, 0.617391304347821, 0.316696136205901, 0.806521739130433, 0.458160525573377, 1.21739130434783, 1.04031387784018, 2.45434782608696, 3.22590490414595, 8.08478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 765, '2021-06-13 00:00:00', 0.198238288361086, 0.554347826086957, 0.398552221820158, 0.895652173913044, 0.438872072080432, 1.25217391304348, 1.05818847368973, 2.51086956521739, 3.23911524786211, 8.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 780, '2021-06-13 00:00:00', 0.317739670207716, 0.58695652173913, 0.244363333450774, 0.869565217391307, 0.453957129141958, 1.16956521739131, 1.26989698004245, 2.63260869565218, 3.23158510525254, 8.07826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 795, '2021-06-13 00:00:00', 0.195351107844227, 0.595652173913048, 0.388610070071878, 0.902173913043476, 0.573526639594111, 1.30652173913044, 1.37976268223508, 2.69782608695652, 3.24552138968596, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 810, '2021-06-13 00:00:00', 0.299142384171659, 0.569565217391305, 0.368350129878919, 0.750000000000002, 0.656888100276276, 1.23260869565218, 1.28255242055147, 2.68043478260869, 3.19581464188655, 8.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 825, '2021-06-13 00:00:00', 0.275067365087113, 0.545652173913046, 0.524611657613835, 0.860869565217397, 0.628663177945339, 1.21086956521739, 1.23227752764478, 2.66521739130434, 3.19979773323203, 8.09347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 840, '2021-06-13 00:00:00', 0.206758114106594, 0.51818181818182, 0.449175531400203, 0.815909090909096, 0.494367627024009, 1.09772727272727, 1.17084902779455, 2.57727272727273, 3.23708639905987, 8.07045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 855, '2021-06-13 00:00:00', 0.246226939281031, 0.540909090909098, 0.313857441375045, 0.777272727272733, 0.478255533139295, 1.07954545454546, 1.04413430659875, 2.54545454545454, 3.26612963824966, 8.06136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 870, '2021-06-13 00:00:00', 0.288149792695231, 0.522727272727275, 0.36160416999473, 0.68636363636364, 0.471985765432133, 1.05909090909092, 1.02781658208405, 2.50454545454545, 3.26660592752084, 8.05 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 885, '2021-06-13 00:00:00', 0.186445447147162, 0.449999999999994, 0.341121146168975, 0.72727272727273, 0.402830891656445, 1.11818181818182, 2.29298289631008, 4.19090909090909, 3.12824031140312, 8.07727272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 900, '2021-06-13 00:00:00', 0.255883157859586, 0.550000000000004, 0.309272292081508, 0.77272727272728, 0.4289320272289, 1.22727272727274, 2.28055491842024, 4.34545454545454, 3.07069041265798, 8.11590909090908 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 915, '2021-06-13 00:00:00', 0.271649204017408, 0.538636363636365, 0.334359891130109, 0.918181818181828, 0.449681224272492, 1.25681818181819, 2.32920011166348, 4.47272727272727, 3.04843388220889, 8.1340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 930, '2021-06-13 00:00:00', 0.31378846929612, 0.631818181818186, 0.402642784762392, 0.954545454545457, 0.434229426461631, 1.23863636363636, 2.38842355949842, 4.51363636363636, 3.07514561651486, 8.11590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 945, '2021-06-13 00:00:00', 0.237376078401769, 0.62045454545455, 0.293545279588739, 0.804545454545454, 0.479131609860073, 1.31363636363637, 2.46281545323842, 4.56136363636363, 3.07901798169509, 8.10227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 960, '2021-06-13 00:00:00', 0.352787293505413, 0.577272727272724, 0.405214923465481, 0.890909090909092, 0.591717728422834, 1.53181818181818, 2.47805520030478, 4.66363636363636, 3.07493708801303, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 975, '2021-06-13 00:00:00', 0.283959709964492, 0.620454545454544, 0.358787339490058, 1.02045454545455, 0.649812660315641, 1.49772727272727, 2.44003960829394, 4.73863636363637, 3.07493708801303, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 990, '2021-06-13 00:00:00', 0.244694791782617, 0.797727272727278, 0.444981637833131, 1.20909090909091, 0.609058602231649, 1.54999999999999, 2.41732227261839, 4.70227272727273, 3.01405438065139, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1005, '2021-06-13 00:00:00', 0.305717522335905, 0.881818181818176, 0.371181861121974, 1.12954545454545, 0.547485396828325, 1.44545454545453, 2.44578995993902, 4.71136363636364, 3.01103759567983, 8.12045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1020, '2021-06-13 00:00:00', 0.323410197495625, 0.756818181818173, 0.515333078521242, 1.01590909090908, 0.556601468561847, 1.36363636363635, 2.49176674573513, 4.71590909090909, 3.00399445471903, 8.12272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1035, '2021-06-13 00:00:00', 0.338741303941028, 0.638636363636369, 0.421018400436961, 0.952272727272722, 0.727970106659932, 1.37499999999999, 2.46886784611052, 4.64318181818182, 3.00439072631434, 8.07272727272728 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1050, '2021-06-13 00:00:00', 0.266216476051381, 0.62954545454545, 0.306044800500551, 0.884090909090909, 0.668541735382358, 1.28636363636363, 2.346593044767, 4.55681818181818, 3.00148952920701, 7.98181818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1065, '2021-06-13 00:00:00', 0.261696099483453, 0.590909090909088, 0.529972840927923, 0.970454545454534, 2.38335679460496, 3.24090909090909, 2.29600632003594, 4.55454545454545, 3.03392435134711, 7.97272727272728 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1080, '2021-06-13 00:00:00', 0.346324235638331, 0.624999999999992, 0.426686873845079, 0.779545454545454, 2.36530202715291, 3.41818181818182, 2.30360154683488, 4.49090909090909, 3.07969277294953, 7.93863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1095, '2021-06-13 00:00:00', 0.197440330182779, 0.372727272727272, 2.40831554540384, 2.88863636363637, 2.38371209111615, 3.475, 2.30659697615114, 4.44090909090909, 3.14012228509782, 7.96818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 600, '2021-06-13 00:00:00', 0.781941689849126, 1.60652173913044, 1.08657819502926, 2.17608695652173, 1.39690510540902, 2.74565217391304, 1.58363356143932, 3.73043478260869, 2.94200195344448, 7.35869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 615, '2021-06-13 00:00:00', 0.889613985657972, 1.41304347826086, 1.10515321850123, 1.85, 1.74357941314999, 2.45652173913043, 1.69705045215342, 3.39565217391304, 2.91955042832921, 7.23260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 630, '2021-06-13 00:00:00', 0.474445796934952, 0.934782608695657, 0.725168646052346, 1.37826086956521, 1.13357404635828, 1.93913043478261, 1.43257555726486, 2.9, 2.87863363777911, 7.0304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 645, '2021-06-13 00:00:00', 0.479871524308234, 0.886956521739125, 0.800123508252639, 1.32391304347826, 1.11793234467598, 1.8, 1.41826036065064, 2.73478260869565, 2.86598043843949, 7.00434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 660, '2021-06-13 00:00:00', 0.466326574739529, 0.921739130434785, 0.859284333161835, 1.32173913043478, 1.24141717435781, 1.70434782608696, 1.45372969960915, 2.74130434782608, 2.85985053093489, 7.00217391304349 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 675, '2021-06-13 00:00:00', 0.825076352916679, 0.793478260869565, 1.16738026359961, 1.16304347826088, 1.24978654303928, 1.45869565217392, 1.45791759555026, 2.64347826086957, 2.80849924055353, 6.96956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 690, '2021-06-13 00:00:00', 0.470912829811032, 0.780434782608703, 0.537405198919854, 1.0304347826087, 0.591599626924397, 1.38913043478262, 0.963001319574376, 2.46521739130435, 2.62128148064845, 6.79565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 705, '2021-06-13 00:00:00', 0.344407608496843, 0.654347826086957, 0.503368102525698, 0.923913043478266, 0.593650527344677, 1.25869565217392, 0.886113778506191, 2.37391304347826, 2.61763365061915, 6.87173913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 720, '2021-06-13 00:00:00', 0.403235432755169, 0.634782608695656, 0.511952011090967, 0.913043478260872, 0.582399968509754, 1.23478260869565, 0.812355186243438, 2.39130434782608, 2.96479008315161, 7.00434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 735, '2021-06-13 00:00:00', 0.350423233658594, 0.656521739130433, 0.443296579850902, 0.891304347826084, 0.811229243417348, 1.36739130434782, 0.760532110373453, 2.4, 2.94174331901012, 7.03913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 750, '2021-06-13 00:00:00', 0.263602287561971, 0.580434782608692, 0.353105925277957, 0.867391304347821, 0.578245267108002, 1.23695652173912, 0.61356535967482, 2.31521739130435, 2.97700674671061, 6.99347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 765, '2021-06-13 00:00:00', 0.167786095708324, 0.573913043478258, 0.426528870617628, 0.902173913043471, 0.424776155885298, 1.20434782608695, 0.515146090028013, 2.34130434782608, 2.9597230401354, 7.02173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 780, '2021-06-13 00:00:00', 0.283209304016334, 0.64565217391304, 0.337407577742084, 0.845652173913043, 0.37271040162337, 1.11304347826086, 0.564163657471012, 2.38478260869565, 3.11833478922766, 7.09130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 795, '2021-06-13 00:00:00', 0.296571315967249, 0.549999999999999, 0.370476671906447, 0.795652173913042, 0.497404329689311, 1.08260869565217, 0.570269681713335, 2.44565217391304, 3.53513700949332, 7.24130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 810, '2021-06-13 00:00:00', 0.276321832182526, 0.560869565217383, 0.288669429496248, 0.758695652173903, 0.489373237935938, 1.13043478260869, 0.629629102189625, 2.49347826086956, 3.53880939536999, 7.26086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 825, '2021-06-13 00:00:00', 0.203720338416626, 0.48260869565217, 0.305127459921944, 0.691304347826081, 0.515270756563163, 1.13695652173913, 0.70013409218204, 2.42173913043478, 3.55045785612819, 7.25652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 840, '2021-06-13 00:00:00', 0.215736431304975, 0.452272727272724, 0.392302836022781, 0.765909090909087, 0.557553406290207, 1.15909090909091, 0.744649021017392, 2.35454545454546, 3.64552221925506, 7.24318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 855, '2021-06-13 00:00:00', 0.274029179727247, 0.534090909090904, 0.477729115948676, 0.83181818181818, 0.581315309601847, 1.14318181818181, 0.744783445675559, 2.325, 3.82143646072739, 7.26363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 870, '2021-06-13 00:00:00', 0.374686015737992, 0.5409090909091, 0.418666197920723, 0.786363636363634, 0.493447322153304, 1.07954545454546, 0.767413291631792, 2.25227272727274, 4.09531989246811, 7.30454545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 885, '2021-06-13 00:00:00', 0.227778657655016, 0.495454545454537, 0.297327562889287, 0.706818181818177, 0.409842383387547, 1.04772727272727, 1.0240717473512, 2.60909090909091, 4.47851110172921, 7.22954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029501, 5, 900, '2021-06-13 00:00:00', 0.240849866117174, 0.490909090909089, 0.320958049071958, 0.670454545454545, 0.40694724548283, 1.08181818181818, 0.918287626238189, 2.82045454545454, 4.48030864834285, 7.19318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 915, '2021-06-13 00:00:00', 0.260577115074291, 0.463636363636368, 0.353430926651055, 0.740909090909089, 0.395599441037171, 1.09318181818182, 0.906422490675143, 2.97272727272728, 4.47763562376628, 7.17727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 930, '2021-06-13 00:00:00', 0.308185585286452, 0.595454545454539, 0.342932666645814, 0.838636363636361, 0.407133363601622, 1.16363636363637, 0.861364064695094, 3.03636363636364, 4.44512294153582, 7.20681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 945, '2021-06-13 00:00:00', 0.24954504056928, 0.531818181818181, 0.392881738702705, 0.79318181818182, 0.429159048812308, 1.16818181818182, 0.894865706145136, 2.99318181818182, 4.42569729385062, 7.26818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 960, '2021-06-13 00:00:00', 0.318070481448422, 0.545454545454543, 0.360555127546399, 0.799999999999996, 0.457264594180337, 1.23636363636364, 0.945609586022418, 3.06818181818182, 4.36979993994595, 7.24090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 975, '2021-06-13 00:00:00', 0.241836408517929, 0.509090909090903, 0.249425747394297, 0.806818181818184, 0.463097046480404, 1.22272727272728, 0.900913437376211, 3.05454545454546, 4.40178350807353, 7.18863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 990, '2021-06-13 00:00:00', 0.238909861826431, 0.677272727272731, 0.329280009528861, 0.934090909090915, 0.468400843988717, 1.29772727272728, 0.930332994426984, 3.03636363636364, 4.40864214255655, 7.22727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1005, '2021-06-13 00:00:00', 0.291844410899308, 0.672727272727268, 0.319843373465483, 0.979545454545451, 0.410079973194957, 1.24318181818182, 0.893652459636694, 3.01363636363636, 4.40727704020192, 7.23636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1020, '2021-06-13 00:00:00', 0.281548362665246, 0.688636363636366, 0.345166062047831, 0.915909090909095, 0.396528496434809, 1.1159090909091, 1.04373258338891, 3.03409090909091, 4.41945717612489, 7.17272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1035, '2021-06-13 00:00:00', 0.253257991758626, 0.584090909090913, 0.295062177026623, 0.770454545454545, 0.339252105877016, 1.01590909090909, 1.04296239758227, 3.0090909090909, 4.43110317242506, 7.15909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1050, '2021-06-13 00:00:00', 0.196960122977444, 0.48863636363636, 0.226539944204882, 0.66818181818182, 0.31217190568868, 0.956818181818181, 1.04797526903174, 3.02045454545454, 4.40341575896717, 7.15681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1065, '2021-06-13 00:00:00', 0.19132993194256, 0.475000000000001, 0.256780348130746, 0.711363636363631, 0.701918367005308, 1.84318181818182, 1.04056521853557, 3.02045454545454, 4.37617763989658, 7.14545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1080, '2021-06-13 00:00:00', 0.197179791383062, 0.543181818181809, 0.221271414694797, 0.659090909090903, 0.678221030515692, 2.21136363636363, 1.00185974254032, 3.0090909090909, 4.35341894302702, 7.14772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1095, '2021-06-13 00:00:00', 0.177113092737516, 0.324999999999998, 0.744071081881144, 1.65681818181818, 0.819305085124474, 2.35681818181818, 1.03735688524215, 2.97954545454545, 4.39748796847705, 7.11363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:01:01 Duration: 1s800ms Database: acaweb_fx User: pgperfstats
4 2m2s 24 766ms 9s764ms 5s108ms 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 Jun 13 18 24 2m2s 5s108ms [ User: postgres - Total duration: 2m2s - 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:05:40 Duration: 9s764ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:10:40 Duration: 9s708ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:00:39 Duration: 9s568ms Database: acaweb_fx User: postgres Bind query: yes
5 1m38s 91 1s32ms 1s490ms 1s82ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #5
Day Hour Count Duration Avg duration Jun 13 18 91 1m38s 1s82ms [ User: pgperfstats - Total duration: 1m38s - Times executed: 91 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029586, 1, 600, '2021-06-13 00:00:00', 0.0210300238887622, 0.0424999999999999, 0.0198588089867517, 0.0540909090909091, 0.0231922139494871, 0.0695454545454545, 0.0462635261606144, 0.103863636363636, 0.101276752117554, 0.273863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 615, '2021-06-13 00:00:00', 0.0117444838299902, 0.0311363636363637, 0.0172343787101193, 0.0424999999999999, 0.0227457716921219, 0.0643181818181819, 0.0466177464675664, 0.0975000000000001, 0.102709241607989, 0.272954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 630, '2021-06-13 00:00:00', 0.0150629990172588, 0.0293181818181818, 0.0176255545490114, 0.0447727272727272, 0.0231408261628197, 0.0645454545454546, 0.0482670466489074, 0.0952272727272728, 0.103796962979701, 0.275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 645, '2021-06-13 00:00:00', 0.0120155022521863, 0.0309090909090907, 0.0174512307458659, 0.0454545454545454, 0.0289722960670007, 0.0618181818181818, 0.0470285903646741, 0.0904545454545456, 0.102662604630948, 0.274090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 660, '2021-06-13 00:00:00', 0.0156254870053973, 0.0318181818181819, 0.0189796541782846, 0.0443181818181819, 0.0348776463719992, 0.0554545454545455, 0.0462582623952397, 0.0872727272727273, 0.102128855032763, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 675, '2021-06-13 00:00:00', 0.0150629990172588, 0.0293181818181818, 0.0263519715946721, 0.0379545454545455, 0.0382886055637616, 0.0522727272727272, 0.0427143182903928, 0.0843181818181818, 0.100270197736479, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 690, '2021-06-13 00:00:00', 0.0153952261111355, 0.0268181818181817, 0.0214365064673284, 0.0349999999999998, 0.0321193998100189, 0.050681818181818, 0.0367659027052458, 0.0827272727272727, 0.0962874147215836, 0.271136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 705, '2021-06-13 00:00:00', 0.010182320643137, 0.0231818181818181, 0.0179600928467794, 0.0347727272727272, 0.0215083292030836, 0.045681818181818, 0.0291770235167794, 0.0781818181818182, 0.096442399200955, 0.270227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 720, '2021-06-13 00:00:00', 0.0115000470542987, 0.0218181818181819, 0.0124859228092388, 0.0297727272727272, 0.0135000400833139, 0.0431818181818182, 0.0321193998100189, 0.0756818181818183, 0.0972403302039942, 0.271590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 735, '2021-06-13 00:00:00', 0.00811177328337429, 0.0209090909090908, 0.0139669523367039, 0.0288636363636363, 0.0140268758728823, 0.0440909090909091, 0.0326209039823143, 0.0761363636363638, 0.101605350184659, 0.273863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 750, '2021-06-13 00:00:00', 0.01477097891752, 0.0209090909090909, 0.0137777661406644, 0.0322727272727273, 0.0162185426454144, 0.0447727272727274, 0.0364799951108829, 0.0761363636363638, 0.102232916734627, 0.272954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 765, '2021-06-13 00:00:00', 0.0106320800195035, 0.0247727272727273, 0.0124338074257071, 0.0338636363636364, 0.0151757382127866, 0.0422727272727274, 0.0369017943228025, 0.0761363636363638, 0.102186062366603, 0.270909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 780, '2021-06-13 00:00:00', 0.0106218960324734, 0.021590909090909, 0.0135560404899895, 0.0286363636363637, 0.0148240035837516, 0.0356818181818182, 0.0409677309397895, 0.0754545454545456, 0.103458589076401, 0.271818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 795, '2021-06-13 00:00:00', 0.00855337203447705, 0.0177272727272728, 0.00983632282681114, 0.0240909090909091, 0.0106600358177804, 0.0327272727272728, 0.0461106330057448, 0.0800000000000001, 0.103350787521844, 0.271363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 810, '2021-06-13 00:00:00', 0.0090841425033761, 0.0179545454545455, 0.00919956708938161, 0.0231818181818183, 0.0125980999048315, 0.0329545454545456, 0.0466989297874164, 0.0838636363636364, 0.104502532126161, 0.272272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 825, '2021-06-13 00:00:00', 0.00732663999932115, 0.0168181818181818, 0.00847711459527771, 0.0236363636363637, 0.0120177538220086, 0.0329545454545456, 0.0632767747001238, 0.117954545454546, 0.104650521268322, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 840, '2021-06-13 00:00:00', 0.00866650016490074, 0.0168181818181817, 0.0127156718929166, 0.0245454545454545, 0.0125959520742978, 0.0340909090909091, 0.0651322331277517, 0.122272727272727, 0.105240396832876, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 855, '2021-06-13 00:00:00', 0.0105785047102491, 0.02, 0.0115867703331535, 0.0265909090909091, 0.0173657497410639, 0.0379545454545456, 0.06335668286826, 0.130454545454546, 0.103209323717213, 0.274545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 870, '2021-06-13 00:00:00', 0.00843872746402669, 0.0195454545454547, 0.00881814834643527, 0.0270454545454547, 0.0241478132160425, 0.0395454545454548, 0.0629006638001024, 0.132727272727273, 0.103296582628294, 0.274772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 885, '2021-06-13 00:00:00', 0.00849305802594305, 0.0193181818181818, 0.0151614685921295, 0.0281818181818183, 0.0249718456184774, 0.0395454545454547, 0.0637097211689752, 0.1325, 0.102375729757057, 0.276136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 900, '2021-06-13 00:00:00', 0.0123091490979332, 0.0209090909090911, 0.0182233022416011, 0.0297727272727275, 0.0259255093418052, 0.0406818181818184, 0.0632014747211361, 0.132045454545455, 0.10231307525417, 0.276818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 915, '2021-06-13 00:00:00', 0.0132899727848998, 0.0213636363636366, 0.0140519290475261, 0.0288636363636365, 0.0219946864893826, 0.0413636363636364, 0.0616177997558597, 0.130909090909091, 0.101509174728753, 0.277272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 930, '2021-06-13 00:00:00', 0.00924942960684326, 0.0188636363636365, 0.0142583612593055, 0.0265909090909093, 0.0187833397673005, 0.0413636363636364, 0.0606655011543053, 0.132727272727273, 0.101496646565634, 0.277954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 945, '2021-06-13 00:00:00', 0.0141344808812899, 0.0195454545454548, 0.0158045420618108, 0.0304545454545457, 0.0249241272908826, 0.0445454545454547, 0.0600937218955142, 0.132272727272727, 0.100091949068835, 0.277727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 960, '2021-06-13 00:00:00', 0.0144992162797606, 0.0243181818181819, 0.0181623272151486, 0.0331818181818182, 0.028089413513193, 0.0465909090909092, 0.0599043248733189, 0.131363636363636, 0.099891987120635, 0.278863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 975, '2021-06-13 00:00:00', 0.0171257129279351, 0.0213636363636363, 0.0242963753019633, 0.0338636363636364, 0.0346722439735951, 0.0495454545454546, 0.0586943067513506, 0.129545454545455, 0.103930598305164, 0.312954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 990, '2021-06-13 00:00:00', 0.0181742408453016, 0.0277272727272728, 0.0210042770330153, 0.034318181818182, 0.0315165042999702, 0.0536363636363637, 0.0529073559317446, 0.127045454545455, 0.102017526717598, 0.321363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1005, '2021-06-13 00:00:00', 0.0119907070799456, 0.0215909090909092, 0.0221418097783298, 0.0354545454545455, 0.0532153389012256, 0.0915909090909092, 0.0495979506628722, 0.123636363636364, 0.103864713872801, 0.324545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1020, '2021-06-13 00:00:00', 0.0179721405374495, 0.0279545454545455, 0.0178619041271535, 0.04, 0.0510813797709826, 0.0945454545454546, 0.047841391088666, 0.120681818181818, 0.104380257210059, 0.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1035, '2021-06-13 00:00:00', 0.0121965327554765, 0.0252272727272728, 0.0500151492201628, 0.0740909090909091, 0.0515123025695543, 0.0947727272727273, 0.0465805869676529, 0.115681818181818, 0.104943810980941, 0.323181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 600, '2021-06-13 00:00:00', 0.0115041798423943, 0.0321153846153846, 0.0191602553379484, 0.0486538461538462, 0.0330017482054419, 0.0686538461538462, 0.0348800141143232, 0.0961538461538462, 0.104642247682282, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 615, '2021-06-13 00:00:00', 0.0152970585407784, 0.0350000000000001, 0.028950886793911, 0.051923076923077, 0.0310786842608341, 0.0617307692307692, 0.0356392178106345, 0.0930769230769231, 0.103798065789004, 0.310961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 630, '2021-06-13 00:00:00', 0.0175630731496951, 0.0323076923076924, 0.0200038457840947, 0.0430769230769231, 0.0175510245153513, 0.0509615384615384, 0.031896467130148, 0.0857692307692307, 0.105702958258581, 0.306346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 645, '2021-06-13 00:00:00', 0.0140876377885556, 0.0273076923076923, 0.014460822404531, 0.0363461538461539, 0.0139339099377685, 0.0469230769230769, 0.0327114423640789, 0.0840384615384615, 0.10673115038047, 0.303461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 660, '2021-06-13 00:00:00', 0.0108840037881993, 0.0273076923076923, 0.0131104773133786, 0.0367307692307692, 0.0169160824706504, 0.0480769230769229, 0.0360811052192994, 0.0853846153846154, 0.106571752643646, 0.303461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 675, '2021-06-13 00:00:00', 0.0132273027659285, 0.0251923076923078, 0.0129273115772531, 0.0336538461538462, 0.0153334726861004, 0.0436538461538461, 0.0360555127546399, 0.085, 0.107228906837375, 0.304038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 690, '2021-06-13 00:00:00', 0.0104587100248842, 0.0242307692307691, 0.0106716735044048, 0.0317307692307691, 0.0107774693761498, 0.0419230769230768, 0.0364232596860007, 0.0844230769230769, 0.107228906837375, 0.304038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 705, '2021-06-13 00:00:00', 0.0099072622935828, 0.0219230769230768, 0.0143312461211375, 0.0292307692307691, 0.0121100720953199, 0.040576923076923, 0.0371504218839281, 0.086923076923077, 0.109281569985343, 0.302692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 720, '2021-06-13 00:00:00', 0.0100230503571288, 0.0223076923076922, 0.00778558826392621, 0.0311538461538461, 0.0141053726807035, 0.0401923076923076, 0.039132909620735, 0.0892307692307693, 0.108908747971021, 0.301346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 735, '2021-06-13 00:00:00', 0.00631238099659343, 0.0203846153846154, 0.00938902796640032, 0.0269230769230769, 0.0140876377885555, 0.0373076923076922, 0.0402224583267377, 0.0853846153846155, 0.109328017381709, 0.301153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 750, '2021-06-13 00:00:00', 0.00579124006914427, 0.0184615384615384, 0.0100019228920474, 0.0259615384615383, 0.0142788170162872, 0.0367307692307692, 0.0373342490730181, 0.0853846153846154, 0.109293711551101, 0.301346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 765, '2021-06-13 00:00:00', 0.0083389724509955, 0.0184615384615383, 0.0109139994784399, 0.0263461538461537, 0.0154919333848297, 0.04, 0.0351332627839509, 0.0878846153846154, 0.108608860667004, 0.301730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 780, '2021-06-13 00:00:00', 0.0102281662391351, 0.021153846153846, 0.0127882157292744, 0.0284615384615383, 0.018667124536509, 0.0426923076923077, 0.0330174778890491, 0.0869230769230769, 0.109078658985861, 0.301923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 795, '2021-06-13 00:00:00', 0.00843299381094195, 0.0186538461538462, 0.00976650476806386, 0.0292307692307693, 0.0193549834568616, 0.0411538461538462, 0.0305689636471625, 0.0876923076923077, 0.108620723337959, 0.302692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 810, '2021-06-13 00:00:00', 0.010091885544642, 0.0203846153846154, 0.0134393223272375, 0.0288461538461539, 0.0199663177915669, 0.040576923076923, 0.0300972781800307, 0.0853846153846153, 0.107702581927483, 0.305384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 825, '2021-06-13 00:00:00', 0.00859337848847318, 0.0196153846153846, 0.0158938788410943, 0.0288461538461539, 0.0219895079876394, 0.0415384615384615, 0.0642291570502418, 0.124230769230769, 0.107230879593807, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 840, '2021-06-13 00:00:00', 0.0134521945593104, 0.0201923076923077, 0.0153585355872432, 0.0282692307692306, 0.0257390753524675, 0.0424999999999999, 0.0658380881113193, 0.129423076923077, 0.107230879593807, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 855, '2021-06-13 00:00:00', 0.0103254726097833, 0.021153846153846, 0.0183313518742744, 0.0309615384615383, 0.0248418071930241, 0.0436538461538461, 0.0651459898996093, 0.135, 0.108521709986811, 0.309807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 870, '2021-06-13 00:00:00', 0.0122928997643105, 0.0213461538461538, 0.0201341653759131, 0.0307692307692307, 0.0216484144027651, 0.0405769230769231, 0.0652073615476044, 0.135, 0.109489198624269, 0.313269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 885, '2021-06-13 00:00:00', 0.0118256565926021, 0.0203846153846154, 0.0147126319352295, 0.0276923076923078, 0.0189868375460475, 0.0425000000000001, 0.065288707941078, 0.138846153846154, 0.110326961625608, 0.315961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 900, '2021-06-13 00:00:00', 0.00883393805380487, 0.0209615384615385, 0.00897003558864404, 0.0276923076923077, 0.0211296364961999, 0.0426923076923077, 0.0653631865337526, 0.137115384615385, 0.110928424601701, 0.316346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 915, '2021-06-13 00:00:00', 0.00816182483366222, 0.0188461538461539, 0.0125835668173278, 0.0321153846153846, 0.0203432090351093, 0.0453846153846154, 0.0655473991738919, 0.137307692307692, 0.111463688464692, 0.316923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 930, '2021-06-13 00:00:00', 0.0086380197160799, 0.0261538461538461, 0.015145448668977, 0.0342307692307692, 0.0198028746941914, 0.0469230769230769, 0.0660235971802155, 0.138653846153846, 0.111231567185136, 0.317692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 945, '2021-06-13 00:00:00', 0.0153121369658694, 0.0226923076923078, 0.0193996431370826, 0.0321153846153846, 0.0210128166017424, 0.0515384615384616, 0.0634037732436994, 0.139038461538462, 0.109363367513286, 0.317884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 960, '2021-06-13 00:00:00', 0.0130913947073875, 0.0242307692307692, 0.0177720610466583, 0.0353846153846154, 0.0212639094748318, 0.053076923076923, 0.063512869683117, 0.138269230769231, 0.109188615918299, 0.316923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 975, '2021-06-13 00:00:00', 0.013214211464003, 0.023846153846154, 0.0176646104270222, 0.0409615384615385, 0.0208483535597862, 0.054423076923077, 0.0626148176122504, 0.136153846153846, 0.118125096662557, 0.333461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 990, '2021-06-13 00:00:00', 0.0154421999229882, 0.0326923076923078, 0.0178928434340059, 0.041923076923077, 0.0205060966544099, 0.0525000000000001, 0.061823570312251, 0.136923076923077, 0.116475979696046, 0.335576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1005, '2021-06-13 00:00:00', 0.0116767355817521, 0.0271153846153846, 0.0153635432611903, 0.0390384615384615, 0.0615620387526651, 0.101730769230769, 0.0608001138662901, 0.134423076923077, 0.117424280021048, 0.337307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1020, '2021-06-13 00:00:00', 0.010857468184831, 0.0282692307692306, 0.013004437112593, 0.0363461538461538, 0.0611505078914691, 0.105769230769231, 0.0608402700646411, 0.131538461538462, 0.11535113616859, 0.338269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1035, '2021-06-13 00:00:00', 0.0103496562559046, 0.0263461538461537, 0.0560590348170159, 0.0911538461538461, 0.0572393759037095, 0.107115384615385, 0.0630790102844167, 0.129807692307692, 0.114334865804187, 0.337307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 600, '2021-06-13 00:00:00', 0.0120973614414943, 0.0378846153846155, 0.0170925084804381, 0.0530769230769231, 0.0197766373434765, 0.0663461538461539, 0.035970607659374, 0.0967307692307692, 0.105785886800432, 0.319423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 615, '2021-06-13 00:00:00', 0.0160108136534706, 0.0371153846153846, 0.0194540879627277, 0.0526923076923078, 0.019510352281644, 0.0644230769230769, 0.0377807439760603, 0.0892307692307692, 0.108012107583434, 0.318846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 630, '2021-06-13 00:00:00', 0.0152264951267898, 0.0353846153846153, 0.0155872235648796, 0.0401923076923076, 0.0195103522816439, 0.0555769230769229, 0.0413744625807533, 0.0853846153846153, 0.111446606739937, 0.317884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 645, '2021-06-13 00:00:00', 0.00744208407535255, 0.0257692307692308, 0.0134407531840239, 0.0405769230769229, 0.0177720610466585, 0.0496153846153845, 0.03847926514571, 0.0844230769230768, 0.113835407496965, 0.3175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 660, '2021-06-13 00:00:00', 0.0118791996622409, 0.028653846153846, 0.0160731500909483, 0.0378846153846153, 0.0158854069461928, 0.0471153846153845, 0.0379275625370257, 0.0825, 0.114647452922158, 0.315961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 675, '2021-06-13 00:00:00', 0.00856648208920183, 0.0242307692307693, 0.0105611770905738, 0.0315384615384616, 0.0154882089146749, 0.0432692307692308, 0.0356181673609669, 0.0805769230769231, 0.11593963946813, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 690, '2021-06-13 00:00:00', 0.00735892968806243, 0.021923076923077, 0.00959366778341112, 0.0290384615384616, 0.0137798626765514, 0.0382692307692308, 0.0373445495971686, 0.0811538461538462, 0.115732450073434, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 705, '2021-06-13 00:00:00', 0.00725629700011279, 0.0205769230769231, 0.00999230473144978, 0.0296153846153847, 0.0102525794127811, 0.0363461538461538, 0.0414487635521253, 0.085, 0.11543246443767, 0.314423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 720, '2021-06-13 00:00:00', 0.0073928239634017, 0.0205769230769231, 0.00757526338714474, 0.0257692307692308, 0.013056092005709, 0.0373076923076923, 0.0396819082977853, 0.0855769230769231, 0.112336034358458, 0.314230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 735, '2021-06-13 00:00:00', 0.00773602959186135, 0.0196153846153846, 0.010032639042338, 0.025576923076923, 0.0129079581892483, 0.0388461538461538, 0.041089489578798, 0.0871153846153846, 0.111844156685163, 0.313653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 750, '2021-06-13 00:00:00', 0.00680780095523893, 0.0178846153846152, 0.0106842803292429, 0.0269230769230769, 0.0213226134925775, 0.0394230769230769, 0.0445041052557556, 0.0888461538461539, 0.112320455017706, 0.313269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 765, '2021-06-13 00:00:00', 0.00811456430414804, 0.0196153846153847, 0.0122928997643106, 0.0286538461538462, 0.0291177978879956, 0.0396153846153847, 0.0469094873133356, 0.0925000000000001, 0.112500940167012, 0.312307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 780, '2021-06-13 00:00:00', 0.0121402065626833, 0.0207692307692308, 0.0211332767126963, 0.0288461538461538, 0.0288897107049446, 0.0438461538461539, 0.045366880498375, 0.0919230769230769, 0.112126473920507, 0.312115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 795, '2021-06-13 00:00:00', 0.0144435239680413, 0.0211538461538461, 0.0224713492799506, 0.0298076923076924, 0.0221507075768213, 0.0405769230769231, 0.0429436124022402, 0.0930769230769231, 0.111101478214911, 0.311538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 810, '2021-06-13 00:00:00', 0.0118581357984881, 0.0211538461538462, 0.014460822404531, 0.0313461538461539, 0.0157199040905275, 0.0386538461538462, 0.0404779142059165, 0.0976923076923077, 0.11095338591568, 0.310576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 825, '2021-06-13 00:00:00', 0.0100556145816845, 0.0213461538461538, 0.011469021821344, 0.0284615384615384, 0.0166097746939749, 0.0432692307692307, 0.0533349358733596, 0.128846153846154, 0.113263477717291, 0.308846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 840, '2021-06-13 00:00:00', 0.00787644980549369, 0.0159615384615384, 0.010814875795012, 0.0251923076923077, 0.0177514896449673, 0.0436538461538461, 0.0571869404134034, 0.137884615384615, 0.113166317359077, 0.308846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 855, '2021-06-13 00:00:00', 0.00878153657484743, 0.0186538461538463, 0.0124853760610008, 0.0317307692307693, 0.0181107702762747, 0.0450000000000001, 0.056868606994883, 0.140961538461539, 0.11256724486006, 0.309230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 870, '2021-06-13 00:00:00', 0.00930053761886904, 0.0225, 0.0136733879657361, 0.0301923076923077, 0.0191431851702253, 0.0423076923076924, 0.0557728911265625, 0.141153846153846, 0.112567928210208, 0.308461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 885, '2021-06-13 00:00:00', 0.0101923802609898, 0.0182692307692307, 0.0122490187990085, 0.0290384615384616, 0.0275380855152669, 0.0471153846153846, 0.0567843423706003, 0.142307692307692, 0.112560581978704, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 900, '2021-06-13 00:00:00', 0.0109333646028321, 0.0234615384615385, 0.0163707055437448, 0.03, 0.0282052913748195, 0.0515384615384616, 0.0555753127262042, 0.143846153846154, 0.112672602635314, 0.308653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 915, '2021-06-13 00:00:00', 0.0109474268139208, 0.0196153846153846, 0.0223606797749979, 0.035, 0.0257808814076216, 0.049423076923077, 0.0555351586488582, 0.143076923076923, 0.112225219981963, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 930, '2021-06-13 00:00:00', 0.0147648230602335, 0.025, 0.0140000000000001, 0.035, 0.0206285836047573, 0.0465384615384615, 0.0536659898030258, 0.144038461538462, 0.111946587538605, 0.305961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 945, '2021-06-13 00:00:00', 0.0112249721603219, 0.0249999999999999, 0.0174179394701157, 0.0342307692307692, 0.0289648327884271, 0.0501923076923077, 0.0520620931048834, 0.142307692307692, 0.11209216674752, 0.305576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 960, '2021-06-13 00:00:00', 0.0128781269541092, 0.0246153846153846, 0.0170575947443225, 0.0351923076923076, 0.0248193472919818, 0.0500000000000001, 0.0508198174549442, 0.140576923076923, 0.112309325594024, 0.304230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 975, '2021-06-13 00:00:00', 0.0150345755356931, 0.0259615384615383, 0.0188974967817271, 0.0413461538461537, 0.0192992626403586, 0.0523076923076923, 0.0502333018562848, 0.140769230769231, 0.117620805328623, 0.315576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 990, '2021-06-13 00:00:00', 0.0149871740036401, 0.0311538461538461, 0.0150345755356932, 0.0390384615384615, 0.0203063082278919, 0.0571153846153846, 0.0495766694509239, 0.140384615384615, 0.118828253568559, 0.318076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1005, '2021-06-13 00:00:00', 0.00930673866697596, 0.0261538461538461, 0.0119421683380944, 0.0361538461538461, 0.049212256134485, 0.0996153846153846, 0.0484819554061097, 0.1325, 0.118370344518965, 0.316538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1020, '2021-06-13 00:00:00', 0.0102225241501304, 0.0274999999999999, 0.0213694605957625, 0.0394230769230768, 0.0494710482543539, 0.109230769230769, 0.0473237621236781, 0.131538461538462, 0.117998044312346, 0.316538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1035, '2021-06-13 00:00:00', 0.0157443518566061, 0.0267307692307691, 0.0454261869579481, 0.0884615384615384, 0.0466096721556969, 0.107307692307692, 0.0529952828089445, 0.1275, 0.114392038453462, 0.318461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 600, '2021-06-13 00:00:00', 0.0184109081378822, 0.0398076923076923, 0.0274562589193458, 0.0596153846153846, 0.0261717698763675, 0.0748076923076924, 0.0285717719759583, 0.102884615384615, 0.116670476128282, 0.31 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 615, '2021-06-13 00:00:00', 0.0253445487994195, 0.0428846153846154, 0.0242621896405467, 0.0555769230769231, 0.0230659589338589, 0.0690384615384616, 0.0311429705613421, 0.0982692307692308, 0.117532483234996, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 630, '2021-06-13 00:00:00', 0.0134921629673845, 0.0340384615384616, 0.0146129552636852, 0.0484615384615384, 0.0176591662840055, 0.0596153846153846, 0.0367679835642998, 0.0917307692307692, 0.118686399972623, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 645, '2021-06-13 00:00:00', 0.0128002403823582, 0.0296153846153846, 0.0147596122525681, 0.0396153846153847, 0.0148323969741915, 0.05, 0.0443435018220952, 0.0971153846153847, 0.118540645414915, 0.306730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 660, '2021-06-13 00:00:00', 0.0101753850805983, 0.0284615384615385, 0.0113086080215302, 0.0367307692307693, 0.0168716877091133, 0.0494230769230769, 0.0478993335428184, 0.0971153846153847, 0.121294936161662, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 675, '2021-06-13 00:00:00', 0.00897860705317824, 0.0238461538461539, 0.0115907788282821, 0.0321153846153846, 0.0159675150997748, 0.0448076923076923, 0.0483564489375115, 0.0978846153846154, 0.121788751533136, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 690, '2021-06-13 00:00:00', 0.00890980445265859, 0.0192307692307693, 0.0128242558638517, 0.0326923076923077, 0.0182714573541946, 0.0446153846153846, 0.0535626879316334, 0.0998076923076924, 0.122353994622162, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 705, '2021-06-13 00:00:00', 0.0108627804912002, 0.025, 0.0120064085451831, 0.031923076923077, 0.0167894197453222, 0.0432692307692308, 0.0557842685296189, 0.101730769230769, 0.119513114825883, 0.309230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 720, '2021-06-13 00:00:00', 0.00741360495720798, 0.0201923076923077, 0.0117489770422136, 0.0309615384615385, 0.0154122828139917, 0.0415384615384616, 0.0574339085049402, 0.100576923076923, 0.117457848413148, 0.307884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 735, '2021-06-13 00:00:00', 0.0121037184369102, 0.0224999999999999, 0.00993052791222025, 0.0288461538461537, 0.0162681850909634, 0.0405769230769229, 0.0572350081143189, 0.0996153846153845, 0.11513537182879, 0.306923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 750, '2021-06-13 00:00:00', 0.0089786070531785, 0.0188461538461538, 0.0112403805027302, 0.0271153846153845, 0.0158320512301422, 0.040576923076923, 0.0553940430010302, 0.0974999999999999, 0.113176682839097, 0.305192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 765, '2021-06-13 00:00:00', 0.0110610195663038, 0.0178846153846153, 0.0137169182455042, 0.028076923076923, 0.0194896422195524, 0.0403846153846153, 0.0540128189912784, 0.0957692307692307, 0.116071761622515, 0.305576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 780, '2021-06-13 00:00:00', 0.0101904933073014, 0.0196153846153846, 0.0129748277000567, 0.0278846153846154, 0.0184901221030207, 0.0417307692307692, 0.053943346349523, 0.0982692307692308, 0.115635368557974, 0.306538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 795, '2021-06-13 00:00:00', 0.0101318234367683, 0.0205769230769229, 0.0114034407762948, 0.0290384615384614, 0.0248974821093341, 0.0432692307692307, 0.0529066667312861, 0.0986538461538461, 0.115628217210959, 0.306730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 810, '2021-06-13 00:00:00', 0.0105045777566809, 0.0221153846153845, 0.0120256136897617, 0.0311538461538461, 0.0308794180893756, 0.0434615384615385, 0.0532602463959174, 0.0994230769230769, 0.114542736397986, 0.309038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 825, '2021-06-13 00:00:00', 0.00939926347360022, 0.0228846153846154, 0.0236032918173585, 0.0313461538461539, 0.04352762164596, 0.0555769230769232, 0.0644479515697625, 0.153461538461539, 0.112800027277684, 0.310384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 840, '2021-06-13 00:00:00', 0.0238335574671189, 0.0209615384615386, 0.0303625528469629, 0.0317307692307693, 0.0463037629306566, 0.0559615384615385, 0.0665617122560826, 0.162692307692308, 0.111923909592462, 0.310192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 855, '2021-06-13 00:00:00', 0.0148479472810735, 0.0223076923076923, 0.0391216052840371, 0.0425, 0.0408736326517945, 0.0555769230769231, 0.0662724562811615, 0.164038461538462, 0.112267023721949, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 870, '2021-06-13 00:00:00', 0.0113172306747248, 0.0220833333333334, 0.0122899010031272, 0.0302083333333335, 0.0208470969028152, 0.0445833333333334, 0.0658762014163194, 0.15875, 0.113682592704679, 0.302083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 885, '2021-06-13 00:00:00', 0.00784531153259561, 0.020625, 0.012676293062134, 0.0329166666666667, 0.0247075283369613, 0.048125, 0.0661506296047245, 0.157916666666667, 0.114783981107298, 0.300833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 900, '2021-06-13 00:00:00', 0.0133089677732125, 0.0252083333333332, 0.0195418540054678, 0.0316666666666666, 0.0249265224557925, 0.048125, 0.0648824885376678, 0.156458333333333, 0.115727065214618, 0.299166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 915, '2021-06-13 00:00:00', 0.0151427387295655, 0.0185416666666667, 0.0203590951081621, 0.0341666666666668, 0.0201612611032981, 0.0460416666666667, 0.0625278923268695, 0.155208333333333, 0.115108644332213, 0.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 930, '2021-06-13 00:00:00', 0.0162060442293985, 0.028125, 0.0158571521832364, 0.0366666666666667, 0.0188048714009375, 0.0458333333333334, 0.0614660858534601, 0.152916666666667, 0.114947215359227, 0.300416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 945, '2021-06-13 00:00:00', 0.00670280062599827, 0.0233333333333332, 0.0124072647022341, 0.033125, 0.0180465882600032, 0.046875, 0.0618608624604266, 0.150625, 0.115924138112394, 0.299166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 960, '2021-06-13 00:00:00', 0.0121583751774866, 0.0225, 0.0136466803310539, 0.0308333333333333, 0.0182921144014398, 0.0470833333333334, 0.0620713562029183, 0.149375, 0.117537382274254, 0.297916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 975, '2021-06-13 00:00:00', 0.00833786108880643, 0.0222916666666667, 0.0127670743871021, 0.0339583333333333, 0.0157755428947212, 0.0497916666666666, 0.0621092859868562, 0.150208333333333, 0.122632470521012, 0.328125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 990, '2021-06-13 00:00:00', 0.00832970935693533, 0.0279166666666666, 0.0133089677732125, 0.0385416666666667, 0.01686342195404, 0.0531249999999999, 0.0630159860095326, 0.150833333333333, 0.125918185711015, 0.331458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1005, '2021-06-13 00:00:00', 0.00949589919119174, 0.0247916666666667, 0.0120385853085769, 0.0383333333333333, 0.0568353202083739, 0.119583333333333, 0.0610027173307806, 0.148125, 0.125931313231356, 0.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1020, '2021-06-13 00:00:00', 0.00869938778455626, 0.0281250000000001, 0.0119782411425703, 0.0375, 0.0531609533071196, 0.125, 0.0566773221013458, 0.143333333333333, 0.122996811258301, 0.327291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1035, '2021-06-13 00:00:00', 0.00992499041725522, 0.0293749999999999, 0.055803988611277, 0.109791666666667, 0.0562888352252425, 0.126458333333333, 0.0574881840411386, 0.14125, 0.123994324028579, 0.325625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 600, '2021-06-13 00:00:00', 0.02218098391485, 0.0397826086956522, 0.0189418707207911, 0.057608695652174, 0.0172203804248421, 0.0697826086956522, 0.0250749863551601, 0.0958695652173913, 0.124533913662801, 0.307826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 615, '2021-06-13 00:00:00', 0.0152417929707901, 0.0436956521739131, 0.0148377256601812, 0.052608695652174, 0.0145960089839953, 0.0630434782608696, 0.0251182971905928, 0.0932608695652174, 0.12406010273617, 0.305 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 630, '2021-06-13 00:00:00', 0.0118037309034519, 0.0306521739130434, 0.0156259387069804, 0.0465217391304347, 0.0150690112089091, 0.0545652173913043, 0.0282790303460401, 0.0876086956521738, 0.12589364354949, 0.304130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 645, '2021-06-13 00:00:00', 0.0147274313171572, 0.0315217391304349, 0.0119120625082972, 0.0384782608695653, 0.0147508960001188, 0.0469565217391305, 0.0318996697914935, 0.0880434782608695, 0.124159227744023, 0.302173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 660, '2021-06-13 00:00:00', 0.00837604338377009, 0.027608695652174, 0.0117491905364101, 0.0369565217391305, 0.014957119208583, 0.0434782608695653, 0.0334982743936427, 0.0880434782608695, 0.123210912072572, 0.301739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 675, '2021-06-13 00:00:00', 0.0104682844935144, 0.0236956521739131, 0.0151670539555873, 0.0313043478260871, 0.019231787750468, 0.0430434782608696, 0.0340410702887433, 0.0876086956521738, 0.122220480484256, 0.300869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 690, '2021-06-13 00:00:00', 0.0124514868867817, 0.0236956521739132, 0.012788180066261, 0.0289130434782609, 0.0207659648570126, 0.0469565217391305, 0.034343072668534, 0.086086956521739, 0.122872407230012, 0.298913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 705, '2021-06-13 00:00:00', 0.011757597829462, 0.0228260869565219, 0.0174483993625835, 0.033913043478261, 0.0214425420297047, 0.0493478260869566, 0.0355351521112987, 0.0867391304347826, 0.12105596001249, 0.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 720, '2021-06-13 00:00:00', 0.0135388476340091, 0.0241304347826088, 0.019535110784423, 0.0354347826086957, 0.0217922276459005, 0.0460869565217392, 0.0410461034532592, 0.0893478260869565, 0.120296077430061, 0.300652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 735, '2021-06-13 00:00:00', 0.0119947287500201, 0.0243478260869564, 0.0149571192085829, 0.0334782608695651, 0.0168021502482399, 0.0413043478260868, 0.0378876537713857, 0.0882608695652172, 0.11877836669721, 0.299130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 750, '2021-06-13 00:00:00', 0.0104965644671315, 0.0252173913043478, 0.0126561394434736, 0.0297826086956521, 0.0166336959782615, 0.0419565217391305, 0.0360472899761481, 0.0880434782608695, 0.1186176972579, 0.297391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 765, '2021-06-13 00:00:00', 0.00927191347277574, 0.0178260869565216, 0.0114467317599475, 0.0258695652173913, 0.0159172762680826, 0.0402173913043478, 0.0376114943325688, 0.0915217391304347, 0.11577629376357, 0.297826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 780, '2021-06-13 00:00:00', 0.00964795335563813, 0.0210869565217391, 0.0126561394434737, 0.0297826086956522, 0.015739354266528, 0.04, 0.0396713275458361, 0.0947826086956521, 0.115497292201717, 0.296521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 795, '2021-06-13 00:00:00', 0.00960689804872402, 0.0217391304347826, 0.0130103333817222, 0.0302173913043478, 0.0187214868839588, 0.043695652173913, 0.0416388576500745, 0.097391304347826, 0.115826638890541, 0.296086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 810, '2021-06-13 00:00:00', 0.0101811652811558, 0.0232608695652174, 0.0125148133569657, 0.0304347826086956, 0.0195957162375266, 0.0439130434782608, 0.043070169789446, 0.0986956521739129, 0.113728144753578, 0.295 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 825, '2021-06-13 00:00:00', 0.0113731185735029, 0.0195652173913043, 0.0170386679506821, 0.0330434782608695, 0.0243431496073604, 0.0480434782608695, 0.0800129683164812, 0.139565217391304, 0.121024121333989, 0.291739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 840, '2021-06-13 00:00:00', 0.0102247471629109, 0.0199999999999998, 0.0113252315457662, 0.0265217391304347, 0.020150128237413, 0.0458695652173913, 0.0790456914946887, 0.146304347826087, 0.122917836241951, 0.292391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 855, '2021-06-13 00:00:00', 0.0113470234295812, 0.0208695652173912, 0.0203064467264986, 0.0365217391304347, 0.0192907850372082, 0.0480434782608695, 0.0805894784175983, 0.149130434782609, 0.131695390539411, 0.293695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 870, '2021-06-13 00:00:00', 0.0186315428065358, 0.0269565217391304, 0.0189783525526492, 0.0347826086956521, 0.0166455729494129, 0.0445652173913042, 0.0759257750711713, 0.149782608695652, 0.129987837679777, 0.291739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 885, '2021-06-13 00:00:00', 0.0119286415873133, 0.0232608695652174, 0.0108119023858701, 0.0334782608695651, 0.014190961884576, 0.0432608695652173, 0.0760148726866342, 0.146521739130435, 0.129914459543266, 0.288695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029586, 5, 900, '2021-06-13 00:00:00', 0.00863740372351574, 0.0228260869565216, 0.0118162813917431, 0.0284782608695651, 0.0237035378690583, 0.0463043478260869, 0.0797717841683831, 0.146086956521739, 0.130338947006332, 0.287173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 915, '2021-06-13 00:00:00', 0.0104067475830308, 0.0191304347826087, 0.0154350609561274, 0.0321739130434783, 0.0281160778557767, 0.0471739130434782, 0.0892486201884017, 0.148043478260869, 0.130130673151497, 0.286086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 930, '2021-06-13 00:00:00', 0.0163036890512498, 0.0260869565217392, 0.0229452002265994, 0.0358695652173913, 0.028080910765271, 0.0489130434782608, 0.092287037189421, 0.148478260869565, 0.129292694265816, 0.284347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 945, '2021-06-13 00:00:00', 0.00936733876686015, 0.0217391304347826, 0.013292096971405, 0.0319565217391304, 0.016895984975739, 0.0482608695652174, 0.0961635629021696, 0.147608695652174, 0.126632423774435, 0.28304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 960, '2021-06-13 00:00:00', 0.0106507621876496, 0.0254347826086957, 0.010538842141141, 0.0323913043478261, 0.0227592660189937, 0.0545652173913043, 0.0977003363925903, 0.148913043478261, 0.124870288430861, 0.28304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 975, '2021-06-13 00:00:00', 0.00768706114785815, 0.02, 0.0129646829484014, 0.0360869565217391, 0.0219368479149282, 0.0569565217391303, 0.0983485171725508, 0.147391304347826, 0.124538277684797, 0.290652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 990, '2021-06-13 00:00:00', 0.0113774619452761, 0.0289130434782608, 0.0195679620384934, 0.044782608695652, 0.0225871172488356, 0.0602173913043477, 0.0966274169555923, 0.148695652173913, 0.123271848435078, 0.291304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1005, '2021-06-13 00:00:00', 0.0128498473561012, 0.0308695652173911, 0.0152223312140071, 0.041086956521739, 0.067419253416404, 0.111086956521739, 0.0958506743776804, 0.143478260869565, 0.123096575088095, 0.291304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1020, '2021-06-13 00:00:00', 0.0136406449142219, 0.027391304347826, 0.0177097815807074, 0.0399999999999999, 0.0681060844211284, 0.114565217391304, 0.0945877261840247, 0.141739130434782, 0.124242368006671, 0.289565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1035, '2021-06-13 00:00:00', 0.0133847001321829, 0.0271739130434782, 0.06509798027261, 0.101739130434782, 0.0690684772197458, 0.115, 0.0946039173912515, 0.138913043478261, 0.125541908345334, 0.286956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1035);
Date: 2021-06-13 18:01:25 Duration: 1s490ms 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 1029926, 1, 600, '2021-06-13 00:00:00', 0.165901055370843, 0.467727272727273, 0.273487972305311, 0.713636363636363, 0.290663146847112, 0.922272727272726, 0.485803658698856, 1.35636363636364, 1.05306191363062, 4.07181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 615, '2021-06-13 00:00:00', 0.233114151848849, 0.532272727272727, 0.25527169126959, 0.692727272727273, 0.277774473284818, 0.884090909090909, 0.479340275344248, 1.30363636363636, 1.06354965976577, 4.08045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 630, '2021-06-13 00:00:00', 0.15043371640129, 0.457272727272727, 0.160761176420665, 0.601818181818182, 0.286052397343519, 0.824545454545456, 0.475055704184174, 1.24727272727273, 1.08224594111333, 4.06909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 645, '2021-06-13 00:00:00', 0.130234553637039, 0.370909090909089, 0.222286426511506, 0.552727272727271, 0.373264816687326, 0.781363636363636, 0.482364307008017, 1.16909090909091, 1.07482778243994, 4.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 660, '2021-06-13 00:00:00', 0.176054030470824, 0.400454545454546, 0.267112181955295, 0.591818181818182, 0.356193500114487, 0.725, 0.46719666873034, 1.12181818181818, 1.10462741754934, 4.11727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 675, '2021-06-13 00:00:00', 0.155613574008134, 0.378181818181819, 0.26073157150785, 0.489999999999999, 0.34658507198264, 0.655454545454544, 0.424173247297545, 1.04909090909091, 1.09808885532963, 4.08909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 690, '2021-06-13 00:00:00', 0.168137878898083, 0.353181818181818, 0.19550412136797, 0.448636363636363, 0.449263225612164, 0.687727272727272, 0.420222575532317, 1.05181818181818, 1.10824077665804, 4.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 705, '2021-06-13 00:00:00', 0.0931925344909558, 0.279090909090909, 0.237252035056663, 0.448636363636361, 0.402335175038912, 0.614545454545453, 0.384662949106856, 0.99681818181818, 1.10850949028111, 4.08136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 720, '2021-06-13 00:00:00', 0.203882234066545, 0.34181818181818, 0.369988884821929, 0.508181818181817, 0.362897490683785, 0.622272727272728, 0.386569158477128, 0.984999999999999, 1.10516614488149, 4.11272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 735, '2021-06-13 00:00:00', 0.229773085881857, 0.333636363636364, 0.225282890944654, 0.399999999999999, 0.262107674249408, 0.533636363636364, 0.377865960338695, 0.997272727272727, 1.09962724892578, 4.11909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 750, '2021-06-13 00:00:00', 0.198269570309774, 0.281818181818181, 0.243687845888477, 0.398636363636363, 0.297468394770682, 0.547272727272728, 0.373665591172073, 0.995454545454546, 1.0985422256996, 4.12045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 765, '2021-06-13 00:00:00', 0.128431260776295, 0.262272727272727, 0.119439528070908, 0.359090909090909, 0.217918627332608, 0.528636363636363, 0.378867073972206, 1.02454545454545, 1.18998854081572, 4.13181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 780, '2021-06-13 00:00:00', 0.106276002675059, 0.272272727272726, 0.155977576365977, 0.383636363636363, 0.221457196864969, 0.516363636363636, 0.392813417480081, 1.105, 1.21158879270048, 4.14045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 795, '2021-06-13 00:00:00', 0.114824352968487, 0.266818181818182, 0.141209984562919, 0.354545454545455, 0.177017131755843, 0.487272727272727, 0.422110754633768, 1.12818181818182, 1.15346757470136, 4.18727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 810, '2021-06-13 00:00:00', 0.104380257210059, 0.250000000000001, 0.104123844011709, 0.353181818181817, 0.143618210809739, 0.495, 0.433127157078766, 1.12909090909091, 1.15067653730598, 4.18772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 825, '2021-06-13 00:00:00', 0.100548280492293, 0.233636363636364, 0.132267111348926, 0.32772727272727, 0.150408534574099, 0.48681818181818, 0.697437486531265, 1.78, 1.14443884054162, 4.19454545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 840, '2021-06-13 00:00:00', 0.137404039714523, 0.233181818181817, 0.177225490432032, 0.382272727272727, 0.158429112065251, 0.499545454545454, 0.741986919523915, 1.86727272727273, 1.13935207911039, 4.22227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 855, '2021-06-13 00:00:00', 0.142057393437662, 0.297727272727272, 0.166359673976423, 0.402272727272726, 0.166726179850732, 0.514999999999999, 0.757569021615076, 1.92818181818182, 1.12165008703647, 4.25318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 870, '2021-06-13 00:00:00', 0.143672456969926, 0.296818181818181, 0.149299228866931, 0.360454545454544, 0.217534392961693, 0.535454545454545, 0.795220163366792, 1.94681818181818, 1.12853696040301, 4.25363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 885, '2021-06-13 00:00:00', 0.0889975436209499, 0.234090909090909, 0.138889379508512, 0.370454545454544, 0.237364680064224, 0.52909090909091, 0.809365632623923, 1.98181818181818, 1.13217715408195, 4.25818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 900, '2021-06-13 00:00:00', 0.112403879090679, 0.298181818181817, 0.17083256783695, 0.411363636363636, 0.201923649365696, 0.522727272727273, 0.827456855965824, 2.00090909090909, 1.16048401978362, 4.26772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 915, '2021-06-13 00:00:00', 0.140349748656888, 0.268636363636363, 0.166546926683977, 0.359545454545455, 0.19399256914407, 0.529545454545454, 0.882392090210356, 2.01409090909091, 1.16866418359851, 4.26954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 930, '2021-06-13 00:00:00', 0.08904131051571, 0.249545454545456, 0.165090162955769, 0.345, 0.212602916254694, 0.54, 0.925599840608816, 2.02272727272727, 1.17140802167595, 4.28409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 945, '2021-06-13 00:00:00', 0.137957424889896, 0.266818181818181, 0.183951339321289, 0.44, 0.390648533923114, 0.68590909090909, 0.974004653446311, 2.06772727272727, 1.17304032031026, 4.28045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 960, '2021-06-13 00:00:00', 0.173120081938993, 0.359090909090908, 0.208064675259665, 0.466363636363637, 0.394313749865931, 0.764999999999999, 0.950598353373932, 2.06909090909091, 1.19360317029511, 4.30136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 975, '2021-06-13 00:00:00', 0.145495868048022, 0.295000000000002, 0.299971138582838, 0.502727272727273, 0.313614592380698, 0.737272727272729, 0.95596747304697, 2.015, 1.29416146446411, 4.51590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 990, '2021-06-13 00:00:00', 0.237399785190843, 0.424090909090909, 0.242462118253301, 0.585454545454547, 0.259963367382697, 0.720000000000001, 0.947758919608236, 2.00772727272727, 1.2966908432071, 4.565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1005, '2021-06-13 00:00:00', 0.150100255096671, 0.385909090909091, 0.169404993869871, 0.518636363636363, 0.658430016463473, 1.40590909090909, 0.963548186768627, 1.98181818181818, 1.32152017934483, 4.57181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1020, '2021-06-13 00:00:00', 0.166804055926687, 0.400454545454548, 0.15970752489001, 0.49727272727273, 0.692906076729617, 1.45045454545455, 0.926091259890202, 1.94545454545454, 1.34871945038401, 4.60181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1035, '2021-06-13 00:00:00', 0.112096317582624, 0.326818181818182, 0.638892609312213, 1.22136363636364, 0.706641498775872, 1.43227272727272, 0.91447048998657, 1.88909090909091, 1.37098481051008, 4.59227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 600, '2021-06-13 00:00:00', 0.154131312647565, 0.487307692307692, 0.210162208415675, 0.651923076923076, 0.352391609085472, 0.849615384615384, 0.566509012760133, 1.43269230769231, 1.27732003097832, 4.49769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 615, '2021-06-13 00:00:00', 0.126641832923223, 0.436923076923078, 0.247774090655179, 0.620000000000001, 0.295080693005517, 0.806153846153846, 0.576908604946692, 1.33653846153846, 1.24574228721427, 4.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 630, '2021-06-13 00:00:00', 0.152440656801766, 0.436923076923076, 0.172052317624611, 0.575, 0.246706614921761, 0.731923076923076, 0.586310497944562, 1.29, 1.24222858047698, 4.43961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 645, '2021-06-13 00:00:00', 0.104348528425729, 0.383846153846155, 0.143672704971563, 0.515384615384615, 0.229774806143888, 0.712692307692308, 0.531247153838531, 1.24653846153846, 1.22703225460709, 4.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 660, '2021-06-13 00:00:00', 0.114934094827628, 0.375384615384615, 0.176204863287464, 0.518076923076922, 0.291397692826514, 0.703846153846152, 0.534570424230091, 1.21846153846154, 1.26210306783802, 4.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 675, '2021-06-13 00:00:00', 0.127011204835818, 0.359615384615383, 0.187770727627727, 0.504615384615384, 0.286215626085272, 0.679230769230769, 0.513054952822195, 1.17576923076923, 1.29357661602955, 4.39269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 690, '2021-06-13 00:00:00', 0.14886286926616, 0.328076923076923, 0.181355579329246, 0.445384615384614, 0.226671229215016, 0.630384615384615, 0.498567794942519, 1.16461538461538, 1.28912301734402, 4.37692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 705, '2021-06-13 00:00:00', 0.12432030590993, 0.29653846153846, 0.183475842048443, 0.440769230769231, 0.249233903114199, 0.60153846153846, 0.496791706855098, 1.165, 1.33710410388099, 4.39076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 720, '2021-06-13 00:00:00', 0.157014453033912, 0.311538461538463, 0.166353192381106, 0.444230769230771, 0.280627045135601, 0.593461538461538, 0.534984255699318, 1.17807692307692, 1.39274698127339, 4.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 735, '2021-06-13 00:00:00', 0.153432520873309, 0.328461538461538, 0.196577250424904, 0.448846153846152, 0.287695351691014, 0.636153846153845, 0.561677706655557, 1.17538461538462, 1.38088065545701, 4.40923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 750, '2021-06-13 00:00:00', 0.13001538370516, 0.309999999999999, 0.185676724857603, 0.429615384615384, 0.244041925780103, 0.647307692307692, 0.515700121567384, 1.14115384615385, 1.35952146558435, 4.41884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 765, '2021-06-13 00:00:00', 0.138965961521297, 0.276538461538461, 0.211022784041477, 0.431153846153846, 0.228710431634549, 0.622692307692306, 0.4688788592114, 1.17076923076923, 1.35565777392379, 4.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 780, '2021-06-13 00:00:00', 0.145800706973067, 0.305384615384615, 0.175318611061733, 0.463846153846153, 0.195279681088827, 0.613076923076922, 0.442294193773954, 1.18192307692308, 1.33818390135517, 4.36192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 795, '2021-06-13 00:00:00', 0.0932655431467688, 0.297692307692307, 0.153408454285134, 0.396923076923077, 0.186692672181191, 0.526923076923076, 0.473779078669178, 1.21884615384615, 1.30670984360898, 4.34884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 810, '2021-06-13 00:00:00', 0.155897895579619, 0.241923076923078, 0.154699211872091, 0.369615384615385, 0.214243929992104, 0.502692307692307, 0.442691071307502, 1.23923076923077, 1.2994273294861, 4.34923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 825, '2021-06-13 00:00:00', 0.102323769702614, 0.263076923076923, 0.126709844192883, 0.360769230769231, 0.190266614558058, 0.505769230769232, 0.695731712217158, 1.71115384615385, 1.32236321089875, 4.36269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 840, '2021-06-13 00:00:00', 0.0777332717596637, 0.227692307692307, 0.123245845615739, 0.348461538461539, 0.188005319073688, 0.465000000000001, 0.696788236233827, 1.73538461538462, 1.34166859372373, 4.35884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 855, '2021-06-13 00:00:00', 0.0954769404298556, 0.269615384615383, 0.130615701730158, 0.357307692307692, 0.236709494138669, 0.500769230769232, 0.683552822785821, 1.81730769230769, 1.37023187257317, 4.37923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 870, '2021-06-13 00:00:00', 0.118506734634984, 0.249615384615384, 0.179967945863871, 0.342692307692308, 0.214015455947964, 0.518846153846154, 0.679326476400312, 1.81269230769231, 1.39102640576607, 4.39230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 885, '2021-06-13 00:00:00', 0.140959350387045, 0.25846153846154, 0.166746698733323, 0.377307692307694, 0.216885648707758, 0.530769230769232, 0.679533776825078, 1.83692307692308, 1.43133273022571, 4.40576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 900, '2021-06-13 00:00:00', 0.12257054483659, 0.27346153846154, 0.134303903374169, 0.371538461538463, 0.231221838202056, 0.563461538461539, 0.666916325047893, 1.83423076923077, 1.44244173325863, 4.40307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 915, '2021-06-13 00:00:00', 0.115830114325314, 0.253846153846153, 0.163540162086825, 0.405769230769232, 0.26382978195449, 0.606923076923078, 0.679723925858592, 1.84384615384615, 1.44545063508289, 4.41346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 930, '2021-06-13 00:00:00', 0.13911644264926, 0.314230769230773, 0.181726760232541, 0.436153846153847, 0.24639805194035, 0.610000000000001, 0.672561235416238, 1.83884615384615, 1.45671690930192, 4.41807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 945, '2021-06-13 00:00:00', 0.133994833425084, 0.298846153846153, 0.194093157648985, 0.441923076923077, 0.250156873858108, 0.697692307692308, 0.702027393723679, 1.84769230769231, 1.46535167740087, 4.43653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 960, '2021-06-13 00:00:00', 0.16154304022815, 0.351923076923077, 0.192622788012058, 0.466538461538461, 0.284227698536553, 0.764230769230769, 0.693841147858456, 1.82346153846154, 1.4690730201258, 4.42653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 975, '2021-06-13 00:00:00', 0.134967232490533, 0.301923076923075, 0.225575844315081, 0.547307692307693, 0.339791791452445, 0.792307692307691, 0.689203442109355, 1.80576923076923, 1.42188022864635, 4.71923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 990, '2021-06-13 00:00:00', 0.148591334254004, 0.420769230769233, 0.189756524160669, 0.593461538461539, 0.264461426589675, 0.779615384615386, 0.737856458836103, 1.82807692307692, 1.43075692715967, 4.71576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1005, '2021-06-13 00:00:00', 0.150155304217386, 0.408846153846153, 0.245231444840302, 0.582307692307692, 0.707450025416312, 1.31846153846154, 0.720464807233176, 1.83153846153846, 1.41923234938415, 4.74269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1020, '2021-06-13 00:00:00', 0.185105375394666, 0.42, 0.199039230767744, 0.556153846153847, 0.648184802707945, 1.31346153846154, 0.705371151620521, 1.78730769230769, 1.40433548479206, 4.72692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1035, '2021-06-13 00:00:00', 0.166813115145708, 0.408846153846155, 0.642948975125852, 1.13076923076923, 0.589636785200463, 1.34653846153846, 0.714602094767538, 1.72807692307693, 1.43521448410494, 4.68384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 600, '2021-06-13 00:00:00', 0.166677948336119, 0.491538461538462, 0.191936287505879, 0.656538461538461, 0.268094128131262, 0.867692307692308, 0.481070121228144, 1.40269230769231, 1.5240072683049, 4.49692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 615, '2021-06-13 00:00:00', 0.138929976828396, 0.498461538461538, 0.25221114475467, 0.702307692307693, 0.278339029574753, 0.856153846153846, 0.48971404528954, 1.31961538461538, 1.52560026017504, 4.45192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 630, '2021-06-13 00:00:00', 0.161596363249254, 0.465769230769232, 0.164881309292006, 0.535384615384616, 0.233007428075719, 0.752692307692308, 0.485646436760799, 1.24730769230769, 1.51293403181215, 4.42576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 645, '2021-06-13 00:00:00', 0.0871214890033094, 0.363076923076924, 0.126223854870868, 0.532692307692309, 0.170869720952724, 0.687307692307695, 0.484932509181989, 1.18653846153846, 1.51771609790703, 4.41692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 660, '2021-06-13 00:00:00', 0.124434103660719, 0.380384615384616, 0.148294924442425, 0.509230769230771, 0.148920732657965, 0.645769230769231, 0.478605667136721, 1.13923076923077, 1.54364962146406, 4.42307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 675, '2021-06-13 00:00:00', 0.0951411906265962, 0.330384615384617, 0.111546471860904, 0.438846153846154, 0.276191962229171, 0.645, 0.467495619066269, 1.10192307692308, 1.55262120795274, 4.39615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 690, '2021-06-13 00:00:00', 0.0963423383245714, 0.305384615384617, 0.121973515410267, 0.39846153846154, 0.245123516745208, 0.618461538461539, 0.428916524064282, 1.08576923076923, 1.54953675459672, 4.39807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 705, '2021-06-13 00:00:00', 0.0864051280529476, 0.284615384615385, 0.207856829424634, 0.482692307692309, 0.216368986829302, 0.636538461538462, 0.410540356865662, 1.10923076923077, 1.56080496983004, 4.36807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 720, '2021-06-13 00:00:00', 0.166037993798453, 0.326153846153846, 0.180583669080184, 0.437692307692307, 0.290033419825001, 0.66076923076923, 0.39905060407846, 1.13423076923077, 1.53964936068124, 4.35807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 735, '2021-06-13 00:00:00', 0.129882787395167, 0.308461538461539, 0.149557295426818, 0.440769230769231, 0.270050707489139, 0.659230769230769, 0.42430105422375, 1.18923076923077, 1.51670031520859, 4.36961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 750, '2021-06-13 00:00:00', 0.133511739616353, 0.315769230769229, 0.270109949123288, 0.460769230769231, 0.330103247251755, 0.661923076923078, 0.437920259689082, 1.22307692307692, 1.50372956856764, 4.37115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 765, '2021-06-13 00:00:00', 0.195638599306123, 0.302307692307692, 0.238415603516211, 0.455, 0.334830381858313, 0.589230769230772, 0.518493824605315, 1.23038461538462, 1.51015210645, 4.35076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 780, '2021-06-13 00:00:00', 0.162707855230918, 0.324615384615385, 0.245954342229484, 0.438461538461541, 0.28273635449628, 0.550384615384617, 0.524100988506839, 1.20461538461538, 1.51679337875867, 4.39307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 795, '2021-06-13 00:00:00', 0.131315825983947, 0.289615384615387, 0.194490656291288, 0.378846153846156, 0.218536390210312, 0.523076923076925, 0.508781349440465, 1.25230769230769, 1.48938996288362, 4.37230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 810, '2021-06-13 00:00:00', 0.132075153431092, 0.249615384615386, 0.165062226028666, 0.368461538461538, 0.234758140679688, 0.539230769230769, 0.514340802910347, 1.30230769230769, 1.48894676249302, 4.36230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 825, '2021-06-13 00:00:00', 0.115869953628395, 0.244615384615385, 0.154736997713988, 0.356538461538461, 0.224119473633013, 0.548461538461538, 0.64980138977525, 1.70461538461538, 1.49202124134189, 4.35923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 840, '2021-06-13 00:00:00', 0.113914948029728, 0.233846153846154, 0.15295046960976, 0.364615384615385, 0.224309195943046, 0.541153846153846, 0.61729446906518, 1.82269230769231, 1.49768400693049, 4.36423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 855, '2021-06-13 00:00:00', 0.133426441849491, 0.288846153846153, 0.17095073514365, 0.411923076923076, 0.194386213502914, 0.555, 0.600745818513571, 1.86346153846154, 1.49768400693049, 4.36423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 870, '2021-06-13 00:00:00', 0.121326641122852, 0.271923076923076, 0.165674843733604, 0.391923076923077, 0.181321643665446, 0.568461538461537, 0.635590700420909, 1.91346153846154, 1.51027236463646, 4.36115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 885, '2021-06-13 00:00:00', 0.139425193617887, 0.289230769230771, 0.139427400463468, 0.410000000000001, 0.250590993760442, 0.649615384615385, 0.645763590940691, 1.91884615384616, 1.52627434775514, 4.35576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 900, '2021-06-13 00:00:00', 0.126240308081909, 0.286153846153846, 0.172448877597435, 0.421153846153844, 0.298258535244429, 0.696923076923078, 0.658815720703565, 1.90307692307692, 1.56303609880061, 4.33461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 915, '2021-06-13 00:00:00', 0.113134365315692, 0.300769230769227, 0.177604573745679, 0.479230769230768, 0.324005935368238, 0.750384615384616, 0.660419913039018, 1.90230769230769, 1.56728280301144, 4.33923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 930, '2021-06-13 00:00:00', 0.127990384254203, 0.321538461538462, 0.186702560651551, 0.485384615384616, 0.315743810463726, 0.723076923076924, 0.658790967197896, 1.86846153846154, 1.57833583245138, 4.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 945, '2021-06-13 00:00:00', 0.143185731992242, 0.343076923076923, 0.239588429154281, 0.518846153846154, 0.399969421908148, 0.733461538461539, 0.653420350039816, 1.85307692307693, 1.60109294401812, 4.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 960, '2021-06-13 00:00:00', 0.167851582793116, 0.353076923076924, 0.259132279852468, 0.511538461538463, 0.336153810948774, 0.719230769230769, 0.648421159432665, 1.835, 1.55737259017082, 4.28576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 975, '2021-06-13 00:00:00', 0.154025472418836, 0.370384615384616, 0.235629761735192, 0.524230769230769, 0.271474605697218, 0.747692307692308, 0.654331837713981, 1.80692307692308, 1.61510985575404, 4.45961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 990, '2021-06-13 00:00:00', 0.137001403698593, 0.394230769230769, 0.165343465363653, 0.527692307692307, 0.25868216316256, 0.757307692307693, 0.678292085938022, 1.77192307692308, 1.61180911257649, 4.50384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1005, '2021-06-13 00:00:00', 0.114827630017275, 0.354230769230767, 0.164736152680582, 0.525, 0.58701605272245, 1.25961538461539, 0.666589944303206, 1.75307692307692, 1.65838958028565, 4.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1020, '2021-06-13 00:00:00', 0.128345687051086, 0.373846153846156, 0.224101625298744, 0.53846153846154, 0.567913861290738, 1.33692307692308, 0.650520265160599, 1.72384615384616, 1.70213987493571, 4.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1035, '2021-06-13 00:00:00', 0.152926830165983, 0.371153846153846, 0.500990557257859, 1.06653846153846, 0.477438840223382, 1.29038461538462, 0.580368715691883, 1.65961538461539, 1.72922339171708, 4.51153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 600, '2021-06-13 00:00:00', 0.194305073372936, 0.52769230769231, 0.274586122121164, 0.758461538461541, 0.302063925990205, 1.01884615384616, 0.467747630837236, 1.41038461538462, 1.65110522424782, 4.47730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 615, '2021-06-13 00:00:00', 0.233476732492523, 0.58923076923077, 0.225796368438468, 0.71, 0.283163448314819, 0.931538461538463, 0.445609176814774, 1.43653846153846, 1.68117326247521, 4.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 630, '2021-06-13 00:00:00', 0.134329674824521, 0.422692307692307, 0.203402216159168, 0.647307692307693, 0.209091809058567, 0.770769230769231, 0.682205585977176, 1.41730769230769, 1.73064225517136, 4.44884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 645, '2021-06-13 00:00:00', 0.19838463029797, 0.462692307692309, 0.19209773153668, 0.571538461538462, 0.186445289974956, 0.714615384615385, 0.68973573534752, 1.40923076923077, 1.77063191675046, 4.47576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 660, '2021-06-13 00:00:00', 0.128962725682209, 0.39076923076923, 0.1552333231474, 0.504230769230769, 0.206442765396647, 0.678846153846154, 0.689103877398867, 1.38807692307692, 1.7577268974883, 4.45961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 675, '2021-06-13 00:00:00', 0.154226606504348, 0.365384615384616, 0.151945840553597, 0.506538461538463, 0.172836961858902, 0.653846153846154, 0.760511973303814, 1.40769230769231, 1.76111769580047, 4.47653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 690, '2021-06-13 00:00:00', 0.103651041777391, 0.326538461538461, 0.159499216299014, 0.44, 0.236600604719948, 0.650384615384616, 0.755696723865823, 1.40153846153846, 1.7685812219012, 4.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 705, '2021-06-13 00:00:00', 0.12477980605851, 0.294999999999999, 0.0967447076668191, 0.413461538461538, 0.241606163956009, 0.611538461538461, 0.756099301577613, 1.44692307692308, 1.72024828261683, 4.48692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 720, '2021-06-13 00:00:00', 0.0912216236173449, 0.294230769230769, 0.208018120512463, 0.463461538461537, 0.220600578840162, 0.616153846153846, 0.750535911096968, 1.43192307692308, 1.73159193096544, 4.48115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 735, '2021-06-13 00:00:00', 0.180464358296547, 0.329230769230768, 0.192677091369113, 0.432692307692305, 0.1805176317832, 0.591153846153846, 0.773368356855008, 1.43115384615385, 1.7083283777289, 4.47461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 750, '2021-06-13 00:00:00', 0.113107845065605, 0.27576923076923, 0.145874550951784, 0.419230769230769, 0.226029610041215, 0.554230769230769, 0.779996153836671, 1.435, 1.69426802892758, 4.46807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 765, '2021-06-13 00:00:00', 0.0965018931659652, 0.283846153846154, 0.12177911908925, 0.393076923076922, 0.219336411793531, 0.522692307692308, 0.761856538080094, 1.42576923076923, 1.65940156034082, 4.45153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 780, '2021-06-13 00:00:00', 0.12231170772315, 0.281923076923076, 0.211053037446478, 0.399230769230769, 0.234482736776408, 0.593076923076924, 0.729318754834843, 1.45461538461538, 1.62254486722366, 4.46961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 795, '2021-06-13 00:00:00', 0.168007783702468, 0.271153846153847, 0.157282695023471, 0.355384615384617, 0.34697816379975, 0.654615384615387, 0.720565162803583, 1.47692307692308, 1.62710299423428, 4.48807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 810, '2021-06-13 00:00:00', 0.0925166651654377, 0.244800000000001, 0.140538251020852, 0.415200000000003, 0.392482696009223, 0.645200000000001, 0.49535408211366, 1.4256, 1.60816437799955, 4.4148 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 825, '2021-06-13 00:00:00', 0.136505846592173, 0.305384615384617, 0.340344847742133, 0.501153846153847, 0.679958935411657, 0.831923076923077, 0.821931777067811, 1.99961538461538, 1.59548444535966, 4.47884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 840, '2021-06-13 00:00:00', 0.351312484176784, 0.367307692307693, 0.378766621874414, 0.501923076923077, 0.688620471556107, 0.813076923076923, 0.851816520510953, 2.09076923076923, 1.60669905276435, 4.49538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 855, '2021-06-13 00:00:00', 0.180837368500412, 0.333076923076923, 0.61947384622262, 0.620384615384616, 0.616571288535359, 0.791923076923077, 0.816692108447241, 2.115, 1.63177505991293, 4.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 870, '2021-06-13 00:00:00', 0.156906230651912, 0.322500000000001, 0.189522665081804, 0.446666666666667, 0.270915985158669, 0.679583333333336, 0.799256787924555, 2.11125, 1.61788016610751, 4.36166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 885, '2021-06-13 00:00:00', 0.137482541711164, 0.308333333333332, 0.171208407622346, 0.474166666666668, 0.325034836483007, 0.780416666666668, 0.783919916051766, 2.135, 1.6051294588631, 4.34333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 900, '2021-06-13 00:00:00', 0.136602141006416, 0.340833333333334, 0.19456333494353, 0.478750000000002, 0.273439909409673, 0.752916666666667, 0.765344362201501, 2.09041666666667, 1.5869407607913, 4.31625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 915, '2021-06-13 00:00:00', 0.118008075135143, 0.279583333333334, 0.245362420495283, 0.561249999999999, 0.326116532475161, 0.719583333333332, 0.754931132284762, 2.04916666666667, 1.55050412559215, 4.3025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 930, '2021-06-13 00:00:00', 0.209402185667482, 0.436666666666666, 0.19073038486341, 0.530416666666666, 0.302846100964773, 0.691250000000001, 0.761017506321331, 1.99791666666667, 1.54306841874479, 4.29083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 945, '2021-06-13 00:00:00', 0.121737868782282, 0.348749999999999, 0.198048449642498, 0.501666666666668, 0.194197997720987, 0.682083333333333, 0.755860077343512, 1.97125, 1.55524707948958, 4.2775 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 960, '2021-06-13 00:00:00', 0.144968137428764, 0.346250000000002, 0.17720658541105, 0.447500000000001, 0.214210718415439, 0.705833333333334, 0.774885568924558, 1.96958333333333, 1.59287220071985, 4.28375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 975, '2021-06-13 00:00:00', 0.127574928253322, 0.306666666666667, 0.161512327343946, 0.500833333333333, 0.23054401635753, 0.698749999999999, 0.809916684747194, 1.97458333333333, 1.62021195383886, 4.54458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 990, '2021-06-13 00:00:00', 0.113673030974873, 0.415416666666666, 0.183468988020366, 0.579999999999999, 0.243697365182928, 0.763333333333332, 0.821555611744213, 1.97333333333333, 1.60612753297299, 4.5575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1005, '2021-06-13 00:00:00', 0.141748910483252, 0.363333333333333, 0.171455829440925, 0.473333333333332, 0.677713012665561, 1.47416666666666, 0.877600380319102, 1.98208333333333, 1.6001621294668, 4.55333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1020, '2021-06-13 00:00:00', 0.146341248011506, 0.343749999999999, 0.216774777932826, 0.57, 0.722150572439961, 1.52166666666667, 0.923250009320413, 1.96916666666667, 1.63454088754105, 4.5125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1035, '2021-06-13 00:00:00', 0.158799846676086, 0.415, 0.679884767516854, 1.28541666666667, 0.722471477798176, 1.52208333333333, 0.881771520572506, 1.91583333333333, 1.58746807568037, 4.47125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 600, '2021-06-13 00:00:00', 0.14764287646999, 0.495652173913044, 0.211722653992053, 0.709130434782609, 0.278199320020881, 0.92695652173913, 0.622654968249805, 1.37086956521739, 1.61725002039218, 4.19391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 615, '2021-06-13 00:00:00', 0.197298954559714, 0.53782608695652, 0.222065403605023, 0.69695652173913, 0.275629355297975, 0.924782608695652, 0.594563645755233, 1.33826086956522, 1.60994881218802, 4.18478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 630, '2021-06-13 00:00:00', 0.138623954605666, 0.414347826086957, 0.130429512409999, 0.608695652173912, 0.221119144104096, 0.821304347826087, 0.575725697751439, 1.25652173913044, 1.61745860287545, 4.14782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 645, '2021-06-13 00:00:00', 0.143040114332661, 0.441739130434782, 0.203037214992565, 0.571739130434783, 0.268343623727594, 0.740869565217393, 0.603690232845621, 1.24652173913044, 1.60930053791822, 4.14130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 660, '2021-06-13 00:00:00', 0.157918776340716, 0.387391304347825, 0.247292852587193, 0.57913043478261, 0.259520689237472, 0.666521739130437, 0.565816420178729, 1.21869565217392, 1.60501043548748, 4.13695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 675, '2021-06-13 00:00:00', 0.185494744926257, 0.390869565217394, 0.178693103662238, 0.466956521739133, 0.177749435048554, 0.576956521739133, 0.575547170486088, 1.2, 1.58141616126142, 4.1095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 690, '2021-06-13 00:00:00', 0.128796496650363, 0.33608695652174, 0.122671191988478, 0.431304347826088, 0.234612623283472, 0.583913043478261, 0.576067148589287, 1.18521739130435, 1.55702983183791, 4.08347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 705, '2021-06-13 00:00:00', 0.115821520046705, 0.303478260869565, 0.12678605426983, 0.387391304347827, 0.30930944378698, 0.592173913043477, 0.571686016258723, 1.17391304347826, 1.54247619311421, 4.06652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 720, '2021-06-13 00:00:00', 0.0962867916438125, 0.265652173913045, 0.200519089211823, 0.405217391304348, 0.339455504485776, 0.578695652173912, 0.582306304629329, 1.14478260869565, 1.55040948307774, 4.05826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 735, '2021-06-13 00:00:00', 0.156260651810836, 0.28086956521739, 0.255899560336155, 0.428695652173911, 0.388943537160362, 0.599565217391305, 0.571549796571108, 1.15652173913044, 1.54926337207314, 4.02521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 750, '2021-06-13 00:00:00', 0.12531541233691, 0.29695652173913, 0.157624409738641, 0.39, 0.347589099107239, 0.640000000000001, 0.504862521888787, 1.1495652173913, 1.50015822617393, 4.00260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 765, '2021-06-13 00:00:00', 0.107510455415812, 0.27695652173913, 0.207711033692933, 0.434347826086957, 0.297202370468101, 0.622608695652173, 0.491442580854246, 1.16391304347826, 1.48980925643297, 3.9795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 780, '2021-06-13 00:00:00', 0.146961316197487, 0.323913043478261, 0.236110612518525, 0.458695652173914, 0.257078447294285, 0.615652173913043, 0.434625366823159, 1.21086956521739, 1.44913903838423, 3.97304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 795, '2021-06-13 00:00:00', 0.173119483973428, 0.303913043478261, 0.171275152505005, 0.404782608695654, 0.216400667771288, 0.547391304347826, 0.427050274275634, 1.26086956521739, 1.44305519658648, 3.96913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 810, '2021-06-13 00:00:00', 0.120787927046365, 0.295217391304348, 0.167249310957654, 0.402173913043478, 0.209066247041875, 0.532173913043479, 0.405684898849032, 1.26565217391304, 1.43775021881396, 3.97565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 825, '2021-06-13 00:00:00', 0.119461902902386, 0.274347826086955, 0.133085903489101, 0.388695652173914, 0.210722453879908, 0.53304347826087, 0.920710543622882, 1.73521739130435, 1.51408486037833, 3.92565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 840, '2021-06-13 00:00:00', 0.10128619491635, 0.249565217391306, 0.126487981587843, 0.35913043478261, 0.205705188330117, 0.506521739130437, 0.885437521648525, 1.84782608695652, 1.48310858240173, 3.91260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 855, '2021-06-13 00:00:00', 0.132509974268476, 0.259565217391305, 0.188228689433073, 0.378695652173912, 0.207811863835989, 0.526956521739129, 0.890412259627449, 1.92391304347826, 1.48762045714151, 3.91652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 870, '2021-06-13 00:00:00', 0.168216639916105, 0.278260869565218, 0.187686139489634, 0.37521739130435, 0.218319126754208, 0.517826086956521, 0.874511043507965, 1.93826086956522, 1.47600799616502, 3.91782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 885, '2021-06-13 00:00:00', 0.137179378254102, 0.280000000000002, 0.168574586769025, 0.400869565217391, 0.22536575454172, 0.554782608695653, 0.875546356810934, 1.93217391304348, 1.47116984453273, 3.9395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029926, 5, 900, '2021-06-13 00:00:00', 0.0951969043240656, 0.255217391304345, 0.127025875799105, 0.350869565217389, 0.237543422283918, 0.562173913043477, 0.874561211267091, 1.93130434782609, 1.46886608951695, 3.93304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 915, '2021-06-13 00:00:00', 0.105480268090871, 0.265217391304347, 0.185062749746873, 0.448695652173914, 0.298052970329991, 0.640869565217391, 0.861699763382488, 1.95086956521739, 1.46703567642008, 3.94130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 930, '2021-06-13 00:00:00', 0.162226358229322, 0.360869565217392, 0.237058722566086, 0.451739130434781, 0.298037056347903, 0.624782608695651, 0.844417145850041, 1.93695652173913, 1.4520604142529, 3.94608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 945, '2021-06-13 00:00:00', 0.165515125946228, 0.279565217391302, 0.174179045585136, 0.417391304347825, 0.220657479637919, 0.604782608695652, 0.862516998744098, 1.96086956521739, 1.40515440193618, 3.9495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 960, '2021-06-13 00:00:00', 0.124489471275679, 0.306086956521738, 0.114889532782944, 0.397826086956523, 0.199195020335554, 0.72826086956522, 0.912031784689866, 2.02260869565217, 1.36753145941514, 3.96173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 975, '2021-06-13 00:00:00', 0.0975895251295936, 0.283478260869566, 0.171582957960431, 0.490434782608697, 0.281359629489943, 0.812173913043481, 0.934199790736358, 2.00739130434783, 1.41070722038986, 4.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 990, '2021-06-13 00:00:00', 0.176144478966432, 0.407826086956523, 0.223989165463553, 0.605652173913046, 0.32425591318155, 0.816521739130435, 0.940414928185505, 1.99565217391304, 1.44869042675417, 4.11695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1005, '2021-06-13 00:00:00', 0.150069812476064, 0.431304347826088, 0.260235527252271, 0.610434782608697, 0.846049410343795, 1.39782608695652, 0.925253944417465, 1.94695652173913, 1.44361165986768, 4.09347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1020, '2021-06-13 00:00:00', 0.199327922161848, 0.410434782608695, 0.215516660214565, 0.557391304347824, 0.761152392380712, 1.48434782608696, 0.85353091318525, 1.89826086956522, 1.46049479947329, 4.08217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1035, '2021-06-13 00:00:00', 0.131628594752516, 0.375217391304346, 0.721502330313786, 1.22739130434783, 0.717220976306295, 1.50173913043478, 0.821388730529166, 1.85608695652174, 1.51511567019523, 4.08869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1035);
Date: 2021-06-13 18:03:02 Duration: 1s465ms 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 1030721, 1, 990, '2021-06-13 00:00:00', 0.461542445037754, 1.05, 0.572002822927679, 1.34590909090909, 0.868232549343935, 1.67295454545454, 1.02252406591139, 2.56568181818182, 3.11763251869828, 7.03204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1005, '2021-06-13 00:00:00', 0.304291900329371, 0.850681818181821, 0.485834400732461, 1.13727272727273, 0.541112020393854, 1.45113636363637, 0.964215609925622, 2.41113636363636, 3.12307727863268, 6.97454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1020, '2021-06-13 00:00:00', 0.371570974616545, 0.825681818181817, 0.381749504233711, 1.03772727272728, 0.457763478881179, 1.39545454545454, 0.964570452589469, 2.27840909090909, 3.13125204893177, 6.92318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1035, '2021-06-13 00:00:00', 0.192574407950288, 0.662045454545457, 0.329453502621556, 0.885909090909091, 0.495866954733362, 1.23931818181818, 0.938514530420027, 2.13, 3.18850974160255, 6.89590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1050, '2021-06-13 00:00:00', 0.242912188185016, 0.632954545454542, 0.267650208666338, 0.856590909090908, 0.43788996225949, 1.2, 0.888374043721696, 2.01181818181818, 3.18771288228934, 6.90409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1065, '2021-06-13 00:00:00', 0.245465037053308, 0.630681818181822, 0.417466850694245, 0.92, 0.596159607031771, 1.20590909090909, 0.853863292128792, 2.02204545454546, 3.18304896340964, 6.91431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1080, '2021-06-13 00:00:00', 0.2927578228795, 0.609999999999998, 0.307913660805788, 0.79181818181818, 0.561768861051189, 1.08340909090909, 0.672694917760609, 1.9175, 3.21850312065443, 6.88136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1095, '2021-06-13 00:00:00', 0.163302795537318, 0.550227272727272, 0.325855932498689, 0.769772727272729, 0.568253761679003, 1.09363636363637, 0.576791581195956, 1.89636363636364, 3.21991117520196, 6.8975 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1110, '2021-06-13 00:00:00', 0.272255390829083, 0.512045454545454, 0.340646825524992, 0.709545454545455, 0.485554977694216, 1.04727272727273, 0.602104219667987, 1.88840909090909, 3.24512955070607, 6.95409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1125, '2021-06-13 00:00:00', 0.22668713094476, 0.489347826086953, 0.359546541375413, 0.751521739130432, 0.404193433909818, 1.02217391304348, 0.619180176450359, 1.86, 3.30219363549809, 7.08152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1140, '2021-06-13 00:00:00', 0.257944137102617, 0.555217391304348, 0.300971418022381, 0.727608695652172, 0.314093997914145, 0.953695652173913, 0.74053533942197, 1.96695652173913, 3.32078428995249, 7.07413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1155, '2021-06-13 00:00:00', 0.226468636853451, 0.516956521739126, 0.25134460541642, 0.713260869565217, 0.343366701500896, 0.885652173913044, 1.1679711980043, 2.49891304347826, 3.34714654889248, 7.10326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1170, '2021-06-13 00:00:00', 0.144300137367464, 0.485434782608698, 0.195776300107528, 0.630217391304348, 0.291588263506984, 0.833478260869566, 1.26657325343784, 2.74847826086957, 3.37300715574801, 7.175 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1185, '2021-06-13 00:00:00', 0.195226128135349, 0.427826086956518, 0.237763791510318, 0.555434782608695, 0.315064614741885, 0.855434782608692, 1.28251247210572, 2.87717391304348, 3.37720563267555, 7.18739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1200, '2021-06-13 00:00:00', 0.158390184648181, 0.385217391304351, 0.202321750953996, 0.549999999999999, 0.279180760857915, 0.816521739130431, 1.43147160935153, 2.93782608695652, 3.37569587321762, 7.18391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1215, '2021-06-13 00:00:00', 0.113062821391592, 0.386739130434778, 0.199655830350347, 0.624782608695646, 0.285790112044298, 0.823478260869559, 1.44642465022368, 2.98021739130435, 3.37303696387748, 7.19978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1230, '2021-06-13 00:00:00', 0.179969804230554, 0.466304347826084, 0.193052502637766, 0.58978260869565, 0.270598808968222, 0.821521739130433, 1.46765562836732, 2.98804347826087, 3.36943528947515, 7.20152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1245, '2021-06-13 00:00:00', 0.14767834397986, 0.430434782608696, 0.249005928783169, 0.583043478260871, 0.292974556760637, 0.834999999999998, 1.45612282307824, 2.95130434782609, 3.3601710677796, 7.18217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1260, '2021-06-13 00:00:00', 0.186759605369116, 0.427826086956522, 0.218071633079937, 0.579347826086956, 0.311205262511765, 0.878478260869563, 1.46257127119336, 2.95478260869566, 3.34012066064506, 7.19586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1275, '2021-06-13 00:00:00', 0.190805707938253, 0.409999999999998, 0.229093849971712, 0.616086956521737, 0.462690298421059, 1.00369565217391, 1.4512930380228, 2.94413043478261, 3.27874974665432, 7.23391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1290, '2021-06-13 00:00:00', 0.190331258973121, 0.456521739130437, 0.297809526096783, 0.682826086956521, 0.594019852345222, 1.05869565217392, 1.44061495295855, 2.97347826086957, 3.22942108947138, 7.23413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1305, '2021-06-13 00:00:00', 0.240599752923236, 0.482173913043473, 0.5015872041033, 0.749782608695652, 0.581602835023623, 1.05369565217392, 1.50749340417674, 2.98, 3.15144246726891, 7.20847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1320, '2021-06-13 00:00:00', 0.224580826472449, 0.454047619047619, 0.370018982782031, 0.652380952380952, 0.563741117552242, 1.10761904761905, 1.55986804997517, 2.99666666666667, 3.21470273749785, 7.37309523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1335, '2021-06-13 00:00:00', 0.230562201089923, 0.437142857142856, 0.332934463735521, 0.666428571428573, 1.22861759326334, 1.8652380952381, 1.5488265527412, 2.9652380952381, 3.16795040395281, 7.33880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1350, '2021-06-13 00:00:00', 0.213500027880005, 0.493809523809527, 0.336325734965378, 0.884999999999999, 1.36123517089304, 2.10690476190476, 1.56171612718342, 2.92119047619048, 3.10696058031303, 7.31404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1365, '2021-06-13 00:00:00', 0.236279193207653, 0.708571428571427, 1.2539895381959, 1.72547619047619, 1.39973790063576, 2.24309523809524, 1.57649048899915, 2.92452380952381, 3.09500832755245, 7.28738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 990, '2021-06-13 00:00:00', 0.346962700278598, 0.916346153846158, 0.772519255423448, 1.45000000000001, 1.08461336606468, 1.90192307692308, 1.13442259118224, 2.56615384615385, 2.92752355308136, 6.88307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1005, '2021-06-13 00:00:00', 0.75505142463686, 1.14442307692308, 1.06706037605838, 1.49538461538461, 1.00497862587298, 1.84903846153846, 1.06008555532815, 2.44423076923077, 2.91957146486629, 6.81653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1020, '2021-06-13 00:00:00', 0.380113141051452, 0.864999999999999, 0.414529390254317, 1.15615384615385, 0.480901717129877, 1.48269230769231, 0.838069232499047, 2.15096153846154, 2.92148395511596, 6.7675 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1035, '2021-06-13 00:00:00', 0.253546612312967, 0.758269230769234, 0.396484600535174, 0.995961538461542, 0.481652324336195, 1.3348076923077, 0.799315981612742, 2.03096153846154, 2.8762144993296, 6.72461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1050, '2021-06-13 00:00:00', 0.283721965744909, 0.64692307692308, 0.330572987402176, 0.872500000000001, 0.411678926423908, 1.24846153846154, 0.748131647197514, 1.91519230769231, 2.88217489994035, 6.68807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1065, '2021-06-13 00:00:00', 0.266509128145013, 0.651346153846155, 0.385981715389972, 0.951730769230774, 0.453947684210415, 1.2225, 0.708862713191948, 1.84211538461539, 2.85857072947034, 6.66884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1080, '2021-06-13 00:00:00', 0.27040347346426, 0.705961538461544, 0.292298911811443, 0.924423076923079, 0.422030850130103, 1.17096153846154, 0.664924547483511, 1.74557692307692, 2.86224817501638, 6.66115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1095, '2021-06-13 00:00:00', 0.236305620233302, 0.612884615384614, 0.298790703696385, 0.808269230769229, 0.59738587580841, 1.11826923076923, 0.747171898664457, 1.74961538461538, 2.86142170150542, 6.66192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1110, '2021-06-13 00:00:00', 0.192742953577674, 0.540384615384617, 0.315863651207044, 0.749615384615384, 0.484293458397027, 1.00807692307692, 0.767685833177571, 1.69653846153846, 2.83887096327992, 6.66288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1125, '2021-06-13 00:00:00', 0.225695250623146, 0.512884615384613, 0.375476978706364, 0.734807692307691, 0.436583765863302, 0.950769230769232, 0.767215444618746, 1.70153846153846, 3.08935945564026, 6.52461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1140, '2021-06-13 00:00:00', 0.304471041947529, 0.536153846153846, 0.282247300184675, 0.673461538461539, 0.441564700372872, 0.935769230769231, 0.778175776069608, 1.74153846153846, 3.08523927509932, 6.58576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1155, '2021-06-13 00:00:00', 0.165103347587551, 0.468653846153848, 0.309535383835441, 0.688076923076925, 0.43119819644264, 0.94826923076923, 1.29578090503223, 2.56807692307692, 2.94551894343829, 6.76461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1170, '2021-06-13 00:00:00', 0.249302719908641, 0.475384615384616, 0.338846516196437, 0.65980769230769, 0.365956964683009, 0.887500000000002, 1.35602603787118, 2.68384615384615, 2.92569447376963, 6.79192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1185, '2021-06-13 00:00:00', 0.230026419887268, 0.458076923076922, 0.314172661984553, 0.66730769230769, 0.369865048154257, 0.836923076923077, 1.34866178687787, 2.80615384615384, 2.92443222628835, 6.81038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1200, '2021-06-13 00:00:00', 0.207301341418346, 0.475384615384612, 0.238601453990027, 0.599423076923078, 0.282049436474148, 0.786730769230771, 1.33275967306707, 2.85288461538462, 2.93394392610671, 6.86519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1215, '2021-06-13 00:00:00', 0.172538512980549, 0.401538461538465, 0.246501755337797, 0.558653846153846, 0.285806820180237, 0.811538461538464, 1.34036768778628, 2.86346153846154, 2.91993329744678, 6.88730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1230, '2021-06-13 00:00:00', 0.141764295168473, 0.393653846153843, 0.194229146984847, 0.580192307692308, 0.306261075152961, 0.809615384615383, 1.3558542013744, 2.92884615384615, 2.91879074012088, 6.90923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1245, '2021-06-13 00:00:00', 0.169134902916625, 0.458846153846154, 0.271793756649867, 0.649615384615384, 0.339408138699391, 0.831730769230765, 1.3125463947844, 2.98903846153846, 2.92480119639977, 6.93903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1260, '2021-06-13 00:00:00', 0.229179808480993, 0.464230769230769, 0.249052435010411, 0.598653846153847, 0.302915829893384, 0.839999999999998, 1.32069388813375, 3.00288461538461, 2.92500587770612, 6.94423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1275, '2021-06-13 00:00:00', 0.138824875846678, 0.402884615384613, 0.189715677953975, 0.555961538461534, 0.31481087118361, 0.843269230769228, 1.37192985916246, 3.04846153846154, 2.9148561648113, 6.93230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1290, '2021-06-13 00:00:00', 0.140744859176509, 0.406346153846152, 0.16866272671997, 0.576346153846151, 0.330821646115338, 0.840192307692308, 1.35508398831386, 3.03884615384616, 2.89339072449875, 6.96673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1305, '2021-06-13 00:00:00', 0.173844426472019, 0.423269230769228, 0.298591630054261, 0.639807692307691, 0.407665256722305, 0.879807692307692, 1.39904897643418, 3.05096153846154, 2.89070952163332, 6.98846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1320, '2021-06-13 00:00:00', 0.180232212332646, 0.424791666666666, 0.229808422891515, 0.551458333333336, 0.2827168271395, 0.958750000000002, 1.36848138618975, 3.115, 2.99152679469962, 7.06104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1335, '2021-06-13 00:00:00', 0.128232126477221, 0.375000000000001, 0.213309731767372, 0.580208333333334, 1.18103944331536, 2.04708333333334, 1.3649776866839, 3.10979166666667, 2.99585075381442, 7.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1350, '2021-06-13 00:00:00', 0.164143445352454, 0.461875, 0.223288985430301, 0.794166666666668, 1.20646146866044, 2.27916666666667, 1.32895634040782, 3.09479166666667, 2.99225497071733, 7.075625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1365, '2021-06-13 00:00:00', 0.218934756345885, 0.692083333333334, 1.07108435421332, 1.97270833333334, 1.19014613644164, 2.4225, 1.28592208429751, 3.08604166666667, 2.95599034846485, 7.074375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 990, '2021-06-13 00:00:00', 0.529197832718394, 1.11211538461539, 0.709370251593732, 1.56807692307692, 0.771665157555151, 1.95865384615385, 0.974053959175061, 2.63365384615385, 2.66222218485581, 6.7901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1005, '2021-06-13 00:00:00', 0.479861558561026, 1.03634615384615, 0.580444657137956, 1.35, 0.668161570741226, 1.58173076923077, 0.866779361509294, 2.28269230769231, 2.65102454069829, 6.59134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1020, '2021-06-13 00:00:00', 0.338674395480157, 0.762115384615381, 0.472817089369665, 1.03, 0.520903209671579, 1.32692307692308, 0.733224385846516, 1.995, 2.60486057503748, 6.47115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1035, '2021-06-13 00:00:00', 0.290817746257793, 0.70019230769231, 0.336739570679684, 0.913461538461537, 0.412812119678971, 1.30461538461538, 0.801467692136408, 1.93769230769231, 2.60307339800179, 6.47365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1050, '2021-06-13 00:00:00', 0.283469778608959, 0.648653846153842, 0.373282528594421, 0.960384615384614, 0.465452344086246, 1.24673076923076, 0.748893748240592, 1.86961538461538, 2.54521877554457, 6.41115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1065, '2021-06-13 00:00:00', 0.256312009382797, 0.654615384615384, 0.325838327065152, 0.871153846153842, 0.538525622560195, 1.21461538461538, 0.675819758629361, 1.73211538461538, 2.48237195037327, 6.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1080, '2021-06-13 00:00:00', 0.278199499529494, 0.590192307692309, 0.356126436061039, 0.77903846153846, 0.565634191383034, 1.12596153846154, 0.732381074619995, 1.69596153846154, 2.45474965823714, 6.34826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1095, '2021-06-13 00:00:00', 0.206412581608184, 0.528076923076924, 0.336643214466229, 0.81442307692308, 0.432874160076048, 1.04096153846154, 0.689415583051215, 1.73038461538462, 2.38226318542166, 6.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1110, '2021-06-13 00:00:00', 0.275839697037134, 0.578461538461538, 0.333930957857137, 0.748269230769231, 0.403847124540963, 0.967500000000001, 0.827401679029922, 1.73153846153846, 2.34967176103714, 6.33576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1125, '2021-06-13 00:00:00', 0.235643880594297, 0.490961538461538, 0.305063675572575, 0.680384615384616, 0.312920056146076, 0.865192307692305, 0.856541907008373, 1.75596153846154, 2.32847493833658, 6.38153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1140, '2021-06-13 00:00:00', 0.254755689903999, 0.497307692307691, 0.293869672840506, 0.689230769230769, 0.29861533012325, 0.818653846153844, 0.870533368776778, 1.85211538461539, 2.37489828122255, 6.48461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1155, '2021-06-13 00:00:00', 0.187418084670448, 0.456538461538463, 0.252235238189706, 0.608846153846152, 0.341924474341699, 0.842884615384617, 1.47252437618585, 2.82596153846154, 2.25884791090843, 6.60326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1170, '2021-06-13 00:00:00', 0.219751345493385, 0.470576923076927, 0.269352285763744, 0.595576923076927, 0.32785438841046, 0.827500000000003, 1.50578867656173, 2.97653846153846, 2.30099730886079, 6.65884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1185, '2021-06-13 00:00:00', 0.183428145646695, 0.391730769230771, 0.267624952843739, 0.606346153846158, 0.373282528594423, 0.824615384615387, 1.58008223982658, 3.06826923076923, 2.30564098379471, 6.64788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1200, '2021-06-13 00:00:00', 0.175677260907606, 0.472499999999999, 0.220584538128891, 0.591538461538458, 0.291371557663724, 0.795769230769228, 1.56414037585653, 3.17134615384615, 2.30936542232842, 6.64057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1215, '2021-06-13 00:00:00', 0.136244830530018, 0.394423076923071, 0.233230490156117, 0.567307692307691, 0.304939149036963, 0.788269230769228, 1.57232068807665, 3.20711538461539, 2.30906701105413, 6.61769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1230, '2021-06-13 00:00:00', 0.228500210402197, 0.457115384615383, 0.272004312748614, 0.607884615384613, 0.390785599293765, 0.839230769230769, 1.66084016041928, 3.34596153846154, 2.30294434449601, 6.61442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1245, '2021-06-13 00:00:00', 0.236914216867299, 0.417115384615382, 0.296253010370943, 0.630384615384614, 0.426940321897028, 0.874038461538464, 1.64030072289762, 3.41269230769231, 2.27420653956833, 6.63923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1260, '2021-06-13 00:00:00', 0.224666676177434, 0.518653846153842, 0.302057368468568, 0.645576923076923, 0.483516923576224, 0.976153846153847, 1.68507091838889, 3.46, 2.23305706289692, 6.67538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1275, '2021-06-13 00:00:00', 0.253947602105997, 0.45423076923077, 0.327855972130356, 0.676538461538463, 0.590998633344769, 1.04576923076923, 1.70475904004506, 3.49923076923077, 2.20272059927298, 6.72596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1290, '2021-06-13 00:00:00', 0.206816250663388, 0.470192307692307, 0.269703612251555, 0.704038461538462, 0.629363047972983, 0.980384615384616, 1.70635956396606, 3.47480769230769, 2.18793166290413, 6.72019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1305, '2021-06-13 00:00:00', 0.216395737907688, 0.508653846153844, 0.543075855305114, 0.73076923076923, 0.602594773905698, 1.05230769230769, 1.68518289352087, 3.52423076923077, 2.18519012550747, 6.72826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1320, '2021-06-13 00:00:00', 0.191464606787189, 0.420000000000002, 0.28427563361914, 0.601875000000002, 0.39049299943622, 1.0875, 1.7600653474158, 3.501875, 2.26584165505824, 6.76333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1335, '2021-06-13 00:00:00', 0.23247944821119, 0.435208333333331, 0.295068157196445, 0.710000000000002, 1.53964527193954, 2.32979166666667, 1.80261806383326, 3.52916666666667, 2.24731981069044, 6.759375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1350, '2021-06-13 00:00:00', 0.257854072735123, 0.551874999999999, 0.245890867745391, 0.886666666666663, 1.59055965847682, 2.508125, 1.84262040439971, 3.58895833333333, 2.22938404398607, 6.76520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1365, '2021-06-13 00:00:00', 0.202215536466431, 0.745416666666661, 1.53994418071245, 2.26041666666667, 1.65392090132088, 2.615, 1.85712375741691, 3.59395833333333, 2.232041698743, 6.76416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 990, '2021-06-13 00:00:00', 0.540044300177164, 1.12461538461539, 0.56884501742228, 1.43057692307692, 0.741538629109461, 1.82653846153846, 1.27839954029066, 2.75423076923077, 2.20187979131119, 6.39884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1005, '2021-06-13 00:00:00', 0.366933236434098, 0.904999999999999, 0.533473559289997, 1.24596153846154, 0.553709448940647, 1.64192307692308, 1.12900802272819, 2.59865384615384, 2.21902154459677, 6.31384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1020, '2021-06-13 00:00:00', 0.321934059182215, 0.913461538461541, 0.340233234482106, 1.13442307692308, 0.51971948794888, 1.58211538461539, 1.14014189400334, 2.39653846153846, 2.22728088795422, 6.24692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1035, '2021-06-13 00:00:00', 0.207134385957895, 0.729423076923077, 0.264980405661657, 1.05115384615385, 0.412707383766498, 1.41923076923077, 1.12332124318229, 2.17615384615385, 2.22128119648237, 6.19192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1050, '2021-06-13 00:00:00', 0.256662903735323, 0.705384615384617, 0.410667561604091, 1.04538461538462, 0.458074943482129, 1.23942307692308, 1.19045899357542, 2.10615384615384, 2.20739283214035, 6.16365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1065, '2021-06-13 00:00:00', 0.28981107904713, 0.707692307692302, 0.30800805434024, 0.884807692307692, 0.398657796188077, 1.13096153846154, 1.289000328221, 2.10961538461538, 2.18731205786041, 6.15403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1080, '2021-06-13 00:00:00', 0.270389747188417, 0.601153846153853, 0.295009256699617, 0.777692307692311, 0.399212494023689, 1.04384615384615, 1.28838911047866, 2.0825, 2.21533508491639, 6.11346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1095, '2021-06-13 00:00:00', 0.240112553735824, 0.565961538461541, 0.340905355690489, 0.822692307692307, 0.521286278944097, 1.11423076923077, 1.26178202737849, 2.07326923076923, 2.23003519289236, 6.09480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1110, '2021-06-13 00:00:00', 0.215525832826098, 0.549230769230767, 0.257741373055657, 0.683846153846154, 0.527452695655109, 1.02288461538462, 1.21045225178284, 1.97442307692308, 2.16663613785198, 6.01307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1125, '2021-06-13 00:00:00', 0.170009954459686, 0.45076923076923, 0.48381389460761, 0.803269230769233, 0.524070018809873, 1.03076923076923, 1.15851504754345, 1.96865384615385, 2.37430022079381, 6.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1140, '2021-06-13 00:00:00', 0.21977219760602, 0.545416666666667, 0.314559085830085, 0.693124999999998, 0.547381116733596, 0.977500000000004, 1.01664353887925, 1.93645833333334, 2.46572985784819, 6.33708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1155, '2021-06-13 00:00:00', 0.247368670324217, 0.502291666666666, 0.325324183354641, 0.676458333333334, 0.564853730906365, 0.983541666666673, 1.38899672830136, 2.72520833333333, 2.44494820786257, 6.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1170, '2021-06-13 00:00:00', 0.2102042441897, 0.426458333333328, 0.288574708383876, 0.645833333333333, 0.508203713576309, 0.915833333333334, 1.36459699351499, 2.81520833333333, 2.43320216603493, 6.39479166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1185, '2021-06-13 00:00:00', 0.229416398842744, 0.481666666666668, 0.318335514826735, 0.676250000000003, 0.537899455544773, 0.956458333333332, 1.26943243051853, 2.8675, 2.40381941518016, 6.41770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1200, '2021-06-13 00:00:00', 0.247997688015172, 0.520625000000001, 0.361235801586481, 0.697499999999998, 0.536323999995352, 0.991041666666664, 1.30683652146723, 2.99270833333333, 2.39596754192466, 6.43312499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1215, '2021-06-13 00:00:00', 0.189320749033201, 0.431458333333329, 0.271457335772908, 0.613958333333327, 0.344333990101368, 0.869374999999997, 1.26537842695606, 2.93270833333333, 2.36726864218562, 6.43229166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1230, '2021-06-13 00:00:00', 0.189516929762659, 0.430833333333331, 0.266213297803725, 0.637708333333331, 0.340667237442444, 0.889583333333331, 1.31114783695902, 3.00770833333333, 2.37189304784907, 6.46125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1245, '2021-06-13 00:00:00', 0.218492757648684, 0.457708333333332, 0.302887074187965, 0.653333333333335, 0.400310963818909, 0.876458333333332, 1.3200624264718, 3.051875, 2.37806777459762, 6.47708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1260, '2021-06-13 00:00:00', 0.297105297783489, 0.484583333333334, 0.339660889605407, 0.681041666666664, 0.366410071613365, 0.88791666666667, 1.39242594057997, 3.1, 2.36210472308618, 6.473125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1275, '2021-06-13 00:00:00', 0.248079489218705, 0.472291666666666, 0.33532998024658, 0.63125, 0.380911140689596, 0.837083333333336, 1.4625065341115, 3.08083333333334, 2.35873430810506, 6.50333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1290, '2021-06-13 00:00:00', 0.232385919495375, 0.471458333333333, 0.336157690308617, 0.642083333333338, 0.398636035006619, 0.832083333333338, 1.44708626223951, 3.04895833333334, 2.36208999777923, 6.486875 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1305, '2021-06-13 00:00:00', 0.184128258503987, 0.42479166666667, 0.269403443889849, 0.573958333333337, 0.378793613263579, 0.842083333333335, 1.42128652617716, 3.03020833333334, 2.35847269074098, 6.47270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1320, '2021-06-13 00:00:00', 0.141808052696329, 0.395000000000004, 0.251346266905729, 0.575227272727277, 0.398625343527184, 1.01954545454545, 1.50166069685693, 3.14409090909091, 2.45861784985014, 6.51727272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1335, '2021-06-13 00:00:00', 0.199005237156172, 0.434318181818185, 0.315653654243429, 0.69090909090909, 1.13900721941849, 2.15727272727273, 1.57193577755091, 3.17022727272727, 2.46139593879824, 6.51840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1350, '2021-06-13 00:00:00', 0.283560387759811, 0.552727272727274, 0.384027204686586, 0.879318181818182, 1.20422113374622, 2.28840909090909, 1.64192441996147, 3.17090909090909, 2.47917007348159, 6.50840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1365, '2021-06-13 00:00:00', 0.27893504961686, 0.715, 1.1424719724318, 2.00727272727273, 1.17257219015528, 2.29272727272727, 1.59443697739728, 3.13568181818182, 2.48315733418572, 6.50318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 990, '2021-06-13 00:00:00', 0.433874332910914, 1.01913043478261, 0.442453409708687, 1.35673913043478, 0.660021708829704, 1.72173913043478, 1.18981589235793, 2.54869565217391, 2.42887901322185, 6.20347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1005, '2021-06-13 00:00:00', 0.23493145077078, 0.902173913043482, 0.383846380051007, 1.12304347826087, 0.465329476542299, 1.44760869565218, 1.05223745234927, 2.31826086956522, 2.37213838420822, 6.12282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1020, '2021-06-13 00:00:00', 0.376494649821054, 0.78869565217391, 0.514569162430964, 1.11717391304347, 0.509403956898989, 1.39413043478261, 1.0187055356576, 2.28717391304348, 2.37177457286858, 6.07847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1035, '2021-06-13 00:00:00', 0.31252209408062, 0.71782608695652, 0.28586686002417, 0.943043478260871, 0.501724299518442, 1.305, 1.03191995545507, 2.20760869565218, 2.37971753231278, 6.05847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1050, '2021-06-13 00:00:00', 0.251169399397452, 0.732391304347826, 0.34036962586788, 1.00413043478261, 0.587378445923221, 1.27456521739131, 0.976782347783121, 2.12913043478261, 2.39832801608272, 6.04499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1065, '2021-06-13 00:00:00', 0.208228221177782, 0.611086956521737, 0.360352127961639, 0.808260869565213, 0.461782506169249, 1.12108695652174, 0.894212396624358, 2.02391304347826, 2.44041514643646, 5.96978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1080, '2021-06-13 00:00:00', 0.258055781879158, 0.567173913043479, 0.358720827958269, 0.80021739130435, 0.499294066875816, 1.08673913043479, 0.872353762504939, 2.05521739130435, 2.52096970253645, 6.01782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1095, '2021-06-13 00:00:00', 0.197523451351964, 0.557173913043482, 0.300089578194095, 0.790869565217396, 0.530378528410802, 1.07826086956522, 0.934211637370896, 2.08826086956522, 2.57551054073839, 6.035 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1110, '2021-06-13 00:00:00', 0.267272492000648, 0.591304347826089, 0.440852681693695, 0.785217391304352, 0.595601134537578, 1.10956521739131, 0.943747208984697, 2.02739130434783, 2.59659970721821, 6.05869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1125, '2021-06-13 00:00:00', 0.280457524279349, 0.502826086956524, 0.354323103480536, 0.69804347826087, 0.540033668984041, 1.05, 0.927200352713018, 1.94630434782609, 2.64917868919269, 6.58 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1140, '2021-06-13 00:00:00', 0.20673181535086, 0.50304347826087, 0.354481054757262, 0.77, 0.616066590133133, 1.05695652173913, 0.931389745330874, 2.01130434782609, 2.58495688070397, 6.6545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1155, '2021-06-13 00:00:00', 0.253302885452687, 0.523478260869564, 0.409374462555843, 0.750217391304348, 0.629505421024161, 1.01956521739131, 1.20268815345725, 2.62739130434783, 2.73171741575253, 6.54369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1170, '2021-06-13 00:00:00', 0.263941318786673, 0.476739130434784, 0.39472910608882, 0.642608695652175, 0.476744249101527, 0.933478260869568, 1.18881958094886, 2.74021739130435, 2.80959372458603, 6.52347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1185, '2021-06-13 00:00:00', 0.265039522744442, 0.468695652173912, 0.347378095886854, 0.680217391304348, 0.354216275685456, 0.896521739130435, 1.4363058194948, 3.01804347826087, 2.82528972945006, 6.50065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1200, '2021-06-13 00:00:00', 0.242867829505465, 0.510652173913044, 0.278577165528962, 0.699347826086956, 0.289405483011013, 0.876521739130437, 1.42948455289189, 3.11521739130435, 2.78073912459464, 6.54652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1215, '2021-06-13 00:00:00', 0.309612310169823, 0.514347826086955, 0.30149741574283, 0.624347826086955, 0.339931840412868, 0.808260869565216, 1.38980200199277, 3.15282608695652, 2.75515067412912, 6.54934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1230, '2021-06-13 00:00:00', 0.15510610928761, 0.420217391304346, 0.201825414712112, 0.583043478260871, 0.309382593131557, 0.753043478260869, 1.36987597170898, 3.22978260869565, 2.75561182707252, 6.60521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1245, '2021-06-13 00:00:00', 0.155350235442931, 0.432173913043483, 0.274029729208561, 0.566739130434784, 0.345561495302313, 0.786739130434784, 1.37630534517674, 3.24369565217391, 2.75020116044716, 6.67217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1260, '2021-06-13 00:00:00', 0.218021783369721, 0.433043478260869, 0.217312456056505, 0.557391304347825, 0.415327743339338, 0.87695652173913, 1.40121774396698, 3.2495652173913, 2.79144408488714, 6.64652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1275, '2021-06-13 00:00:00', 0.149536503930996, 0.415434782608696, 0.289164155958011, 0.604999999999996, 0.568861719688082, 0.976739130434785, 1.40500956490352, 3.27217391304348, 2.79071700166807, 6.66673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1290, '2021-06-13 00:00:00', 0.230031790207201, 0.43152173913043, 0.398816183004255, 0.660434782608696, 0.498876999739982, 0.918478260869565, 1.39245897463711, 3.23978260869565, 2.90451245287962, 6.67695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1305, '2021-06-13 00:00:00', 0.411709177260254, 0.541086956521741, 0.532981490086389, 0.739782608695655, 0.477764474695047, 0.949565217391307, 1.3722064327466, 3.25869565217391, 2.95484125761563, 6.74369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1320, '2021-06-13 00:00:00', 0.251143811959829, 0.439285714285715, 0.207416362949134, 0.552380952380953, 0.536154073449218, 1.10190476190476, 1.32000342712398, 3.26261904761904, 3.09515643115713, 7.02333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1335, '2021-06-13 00:00:00', 0.113385142219739, 0.334761904761903, 0.270400716750244, 0.607619047619047, 1.0754210139024, 2.08142857142857, 1.36316691847296, 3.21595238095238, 3.19566851564814, 7.02880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1350, '2021-06-13 00:00:00', 0.244501923256631, 0.528095238095241, 0.494645014607639, 0.974761904761905, 1.11274761824269, 2.35547619047619, 1.32086065016067, 3.24357142857143, 3.2524250842366, 7.09714285714285 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1365, '2021-06-13 00:00:00', 0.506511646084318, 0.882619047619046, 1.05935531833101, 2.00309523809524, 1.45780191678137, 2.65714285714286, 1.35340580089815, 3.19119047619048, 3.34266207713325, 7.14547619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 930, '2021-06-13 00:00:00', 0.247487373415288, 1.48999999999999, 0.0141421356237382, 1.675, 0.622253967444179, 2.105, 0.45608387386533, 2.2375, 0.986413959755241, 4.84750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 945, '2021-06-13 00:00:00', 0.106066017178006, 0.875, 0.502045814642434, 1.30500000000001, 0.353553390593254, 1.41000000000001, 0.0176776695296677, 1.7025, 0.99348502756712, 4.8425 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 960, '2021-06-13 00:00:00', 0.321733585439868, 1.05250000000001, 0.194454364826305, 1.1425, 0.279307178568673, 1.23750000000001, 0.102530483272057, 1.6425, 0.664680374315373, 5.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 975, '2021-06-13 00:00:00', 0.300520382004291, 0.867500000000007, 0.466690475583119, 1.02000000000002, 0.470226009489048, 1.10250000000001, 0.350017856687344, 1.4675, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 930, '2021-06-13 00:00:00', 1.17733279067562, 1.76250000000002, 0.703571247280618, 2.09750000000003, 0.738749809644649, 2.09750000000003, 0.775687300126881, 2.55000000000001, 0.814471665133226, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 945, '2021-06-13 00:00:00', 0.378302127934801, 1.0775, 0.53740115370177, 1.255, 1.18440385848748, 1.71250000000001, 0.961665222413714, 2.52500000000001, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 960, '2021-06-13 00:00:00', 0.38537319574666, 0.532499999999985, 0.799030662740795, 1.07999999999998, 1.22683026535867, 1.38249999999999, 0.629325035256038, 1.92999999999999, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 975, '2021-06-13 00:00:00', 0.650538238691635, 0.789999999999992, 0.61164736572637, 0.892500000000013, 0.929845417260329, 1.32250000000001, 0.350017856687364, 1.7325, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 930, '2021-06-13 00:00:00', 0.254558441227167, 0.719999999999999, 0.190918830920375, 1.14, 0.424264068711924, 1.605, 0.403050865276307, 2.235, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 945, '2021-06-13 00:00:00', 0.0282842712474764, 0.759999999999991, 0.113137084989845, 1.11999999999999, 0.540936687607699, 1.42249999999999, 0.240416305603408, 1.85499999999999, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 960, '2021-06-13 00:00:00', 0.395979797464468, 0.740000000000009, 0.293449314192432, 1.02250000000001, 0.332340187157677, 1.39, 0.106066017177966, 1.77000000000001, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 975, '2021-06-13 00:00:00', 0.0247487373415268, 0.427499999999995, 0.0459619407771039, 0.772499999999994, 0.406586399182277, 1.21749999999999, 0.212132034355992, 1.545, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 930, '2021-06-13 00:00:00', 0.654073772597544, 1.0425, 0.357088924499203, 1.57249999999999, 0.183847763108496, 1.72499999999999, 0.576292026667055, 3.27749999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 945, '2021-06-13 00:00:00', 0.360624458405133, 0.939999999999998, 0.332340187157677, 1.08499999999999, 1.05358910396796, 1.66499999999999, 0.134350288425422, 2.77499999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 960, '2021-06-13 00:00:00', 0.0318198051533858, 0.872499999999988, 0.526794551983981, 1.2225, 1.11015764646287, 1.85499999999999, 0.134350288425422, 2.77499999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 975, '2021-06-13 00:00:00', 0.00707106781185904, 0.800000000000011, 0.519723484172122, 1.24250000000001, 0.197989898732234, 1.7, 0.314662517628029, 2.41250000000001, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 930, '2021-06-13 00:00:00', 0.0388908729652448, 0.737499999999997, 0.502045814642454, 1.17999999999999, 0.463154941677189, 1.35250000000001, 0.516187950266172, 2.045, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 945, '2021-06-13 00:00:00', 0.477297077300908, 0.957499999999996, 0.318198051533938, 1.06999999999999, 0.325269119345797, 1.21000000000001, 0.441941738241592, 2.0975, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 960, '2021-06-13 00:00:00', 0.102530483272037, 0.772500000000008, 0.130814754519513, 1.07250000000002, 0.169705627484778, 1.14500000000001, 0.374766594028871, 2.16500000000001, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 975, '2021-06-13 00:00:00', 0.0954594154601976, 0.537500000000009, 0.0141421356237181, 0.735000000000014, 0.0565685424949125, 1.465, 0.431335136523804, 2.20500000000001, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-06-13 18:06:32 Duration: 1s201ms Database: acaweb_fx User: pgperfstats
6 58s558ms 217 58ms 4s818ms 269ms 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 #6
Day Hour Count Duration Avg duration Jun 13 18 217 58s558ms 269ms [ User: postgres - Total duration: 58s558ms - Times executed: 217 ]
-
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 = '689' 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 ('329' = 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', '#SINA', '#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', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#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-06-13 18:31:06 Duration: 4s818ms 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 = '666' 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-06-13 18:07:20 Duration: 797ms 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 = '431' 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 ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-06-13 18:06:42 Duration: 733ms Database: acaweb_fx User: postgres Bind query: yes
7 28s186ms 79 83ms 1s551ms 356ms (( 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 #7
Day Hour Count Duration Avg duration Jun 13 18 79 28s186ms 356ms [ User: postgres - Total duration: 28s186ms - Times executed: 79 ]
-
(( 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:09:07 Duration: 1s551ms 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:04:05 Duration: 1s450ms 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:39:19 Duration: 1s442ms Database: acaweb_fx User: postgres Bind query: yes
8 8s870ms 8 1s63ms 1s184ms 1s108ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #8
Day Hour Count Duration Avg duration Jun 13 18 8 8s870ms 1s108ms [ User: pgperfstats - Total duration: 8s870ms - Times executed: 8 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032106, 1, 990, '2021-06-13 00:00:00', 6.71801286378231, 12.8482608695652, 9.530480123446, 18.4682608695652, 9.23794890654848, 21.64, 11.2986774034483, 27.0526086956522, 32.024385582502, 79.3491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1005, '2021-06-13 00:00:00', 6.2913042126138, 11.2621739130435, 6.38235729060824, 15.1186956521739, 7.51111645201506, 18.1339130434783, 12.3731853222912, 25.7182608695652, 31.917892339304, 78.2517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1020, '2021-06-13 00:00:00', 3.60690871991988, 8.92217391304349, 3.82487174602206, 11.515652173913, 7.23955693291932, 15.3413043478261, 11.87660597836, 23.4517391304348, 31.7722796312198, 77.264347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1035, '2021-06-13 00:00:00', 2.25453876863728, 7.18217391304347, 4.03263799143444, 10.1834782608695, 10.2324722013685, 15.0034782608696, 11.5259808941852, 22.0291304347826, 31.9667035394309, 76.5952173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1050, '2021-06-13 00:00:00', 2.65283717165009, 6.56782608695652, 4.83861636218405, 9.96913043478259, 9.00607967687635, 13.5743478260869, 10.3881794712679, 20.63, 31.367681783554, 76.1382608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1065, '2021-06-13 00:00:00', 3.62280714647542, 7.11956521739129, 7.92352264256208, 10.5773913043478, 8.36942414233551, 12.8117391304348, 9.23234462917079, 19.3865217391304, 31.1223317760393, 75.7747826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1080, '2021-06-13 00:00:00', 6.2826508717487, 7.41739130434782, 6.22795505046977, 8.99173913043478, 7.08376083651423, 11.0630434782609, 9.18529121495652, 18.8073913043478, 31.3763412040311, 75.7434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1095, '2021-06-13 00:00:00', 2.69713425724064, 5.56826086956523, 4.06007053230269, 7.56, 5.17493140242099, 9.72173913043478, 8.03187282193065, 18.0591304347826, 31.5911196245153, 75.5213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1110, '2021-06-13 00:00:00', 2.34243716195493, 5.56869565217391, 2.50256398164231, 6.93913043478261, 4.06254578569517, 9.51652173913043, 8.79658674372743, 18.8173913043478, 31.3285232964588, 76.0108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1125, '2021-06-13 00:00:00', 1.82822642408087, 4.57869565217393, 2.78225503557886, 6.89391304347827, 3.73655508102287, 9.19434782608696, 9.57661585040588, 19.115652173913, 33.5668704660619, 80.7526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1140, '2021-06-13 00:00:00', 2.39691773419654, 5.28652173913043, 3.68011293648666, 7.18695652173912, 3.66157356181965, 8.48130434782608, 9.26783463886149, 19.0204347826087, 34.5381202870745, 81.044347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1155, '2021-06-13 00:00:00', 2.29796524533657, 4.50521739130434, 2.54706961749451, 6.02999999999999, 2.91158630004484, 8.80434782608696, 22.5754874935874, 30.7408695652174, 35.540726446763, 81.48 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1170, '2021-06-13 00:00:00', 1.50110525815061, 4.08478260869563, 2.23333928184369, 5.7895652173913, 2.77877343772064, 8.32, 23.7982805536924, 32.2113043478261, 36.327673773835, 81.74 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1185, '2021-06-13 00:00:00', 1.67055243992681, 4.2, 2.33734275326599, 6.40434782608696, 3.50588201393773, 8.62782608695652, 23.9039553096687, 33.4039130434783, 36.9467150283134, 82.0182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1200, '2021-06-13 00:00:00', 1.56463080795995, 4.37173913043479, 1.8484734648346, 5.43782608695653, 3.52272554379659, 8.1904347826087, 25.2883615530846, 35.0786956521739, 37.310592568151, 82.0078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1215, '2021-06-13 00:00:00', 1.56984843557331, 3.85826086956521, 2.38634239779744, 5.64869565217391, 4.04479898316705, 8.03521739130436, 25.3777439841157, 35.5652173913043, 38.7481116204416, 82.7178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1230, '2021-06-13 00:00:00', 1.80964412460227, 3.76130434782609, 3.06589991560231, 5.54826086956522, 3.81439006153042, 7.94521739130435, 25.3052055058184, 35.7543478260869, 40.5998494856923, 83.4165217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1245, '2021-06-13 00:00:00', 2.10845802825597, 4.1004347826087, 2.53875409049713, 5.59217391304347, 3.58571788171807, 8.27999999999999, 24.9734527982022, 36.7191304347826, 40.7527414825055, 83.2773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1260, '2021-06-13 00:00:00', 1.93153075750652, 4.28739130434783, 3.0490905791209, 6.07521739130435, 5.13423755361172, 8.2604347826087, 25.0136019914162, 37.4086956521739, 40.9006351265471, 82.9908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1275, '2021-06-13 00:00:00', 1.72831979912956, 3.82434782608696, 2.55989956262955, 5.50695652173913, 4.93202417376404, 9.13521739130436, 25.1209340839271, 38.0273913043478, 41.0257910252686, 82.6973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1290, '2021-06-13 00:00:00', 2.10330738987067, 4.18260869565219, 3.39621877626936, 5.8926086956522, 5.74450299194855, 10.2665217391305, 24.8375694568075, 37.6473913043478, 41.3505638800921, 82.5882608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1305, '2021-06-13 00:00:00', 2.46116372423095, 4.24782608695653, 3.51536536876174, 7.17130434782609, 6.08534561264159, 10.6330434782609, 24.8036990738687, 37.1717391304348, 41.7216572607678, 82.9886956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1320, '2021-06-13 00:00:00', 2.4094216852064, 4.79142857142857, 4.34126035024062, 7.11714285714287, 5.46619847007823, 10.2942857142857, 24.8776148182984, 38.897619047619, 43.9722320983855, 83.8042857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1335, '2021-06-13 00:00:00', 3.43582533233075, 4.68571428571429, 5.16999742101804, 7.57333333333335, 21.5991204957627, 26.5980952380952, 25.0242220943743, 38.6828571428571, 44.0485041149175, 83.5761904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1350, '2021-06-13 00:00:00', 3.24861758144541, 5.57809523809526, 4.09792950042777, 7.79523809523811, 20.9540875771406, 27.3780952380953, 23.8425505387003, 37.4747619047619, 44.3226231549232, 82.8433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1365, '2021-06-13 00:00:00', 2.50090678792809, 5.21047619047619, 18.8724462920846, 23.382380952381, 20.5706029612765, 27.4347619047619, 25.0608530619067, 36.6419047619048, 44.6336038524467, 82.2014285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 990, '2021-06-13 00:00:00', 7.93035178189564, 12.3292307692308, 9.37565813895012, 14.7715384615385, 13.686109769229, 19.9838461538462, 18.1081561606493, 28.7065384615385, 40.5102192311254, 74.6169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1005, '2021-06-13 00:00:00', 6.33916462586721, 8.97807692307692, 10.0303009848236, 12.8453846153846, 13.8889998753856, 17.7015384615384, 18.5065932741654, 26.6511538461538, 40.2885657151581, 73.4007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1020, '2021-06-13 00:00:00', 4.56104827694417, 8.24576923076922, 8.46054280855458, 12.0738461538461, 10.4369816223185, 15.6442307692308, 14.0554454435064, 23.5311538461538, 38.6678311241548, 71.5403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1035, '2021-06-13 00:00:00', 5.69772690168227, 8.07038461538461, 6.24757677331472, 10.5034615384615, 7.81379635890656, 14.2415384615385, 12.0204918432586, 21.4519230769231, 37.3811392837865, 70.2769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1050, '2021-06-13 00:00:00', 3.09827823153441, 6.00999999999999, 4.74482039864361, 8.64615384615384, 5.9059287552034, 13.0223076923077, 10.9113124078425, 19.5223076923077, 36.1000379479877, 69.6396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1065, '2021-06-13 00:00:00', 2.74525215319382, 5.91423076923077, 4.180412714259, 8.38769230769231, 6.48776865754674, 12.7630769230769, 10.8152277546344, 18.5307692307692, 35.7836423308407, 69.1176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1080, '2021-06-13 00:00:00', 3.24083664411616, 5.99307692307692, 4.41345118751927, 9.46923076923077, 5.64529805713092, 11.3769230769231, 9.97709583920168, 17.3957692307692, 35.7388675899976, 68.8938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1095, '2021-06-13 00:00:00', 3.03282716543239, 6.28384615384618, 3.64870659907779, 8.04038461538464, 4.81856456442564, 10.2526923076923, 11.3808686230615, 17.2788461538462, 35.1519868264392, 68.4953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1110, '2021-06-13 00:00:00', 3.15943960464266, 5.62115384615385, 3.47213097945074, 7.15846153846155, 4.55679030087559, 9.55538461538463, 11.2045820091604, 17.535, 34.9322483079196, 68.1203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1125, '2021-06-13 00:00:00', 1.93226773905292, 4.75115384615384, 2.91787912967358, 7.12884615384615, 3.17852866300408, 8.13269230769232, 11.2527250990081, 17.3130769230769, 34.967120873098, 69.1069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1140, '2021-06-13 00:00:00', 2.34905941896883, 4.88192307692308, 2.70479096305909, 6.26692307692307, 3.36695491276842, 7.73423076923077, 11.0422588338549, 17.1680769230769, 34.7288387278443, 69.6707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1155, '2021-06-13 00:00:00', 2.54875378296018, 4.3553846153846, 2.87791003227102, 5.53307692307693, 4.87728934805136, 7.81076923076922, 15.308931952898, 27.4484615384615, 34.1650580474352, 70.5892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1170, '2021-06-13 00:00:00', 2.36332855230793, 3.79538461538462, 2.81860543804638, 5.12615384615384, 5.85640368774611, 8.49807692307692, 14.9784714224732, 27.6130769230769, 33.927451596696, 70.4396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1185, '2021-06-13 00:00:00', 2.02615759885172, 3.98884615384615, 3.86984523642046, 5.78307692307692, 6.60806155680026, 9.12153846153847, 14.0809800795257, 29.25, 33.4962811460524, 70.7688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1200, '2021-06-13 00:00:00', 2.7654499425257, 3.94576923076924, 4.3187305827238, 6.3646153846154, 5.47480131005824, 8.72576923076923, 13.3924475214721, 29.8388461538462, 33.2572287480481, 70.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1215, '2021-06-13 00:00:00', 2.60454068001369, 4.24807692307693, 3.95729458867271, 6.0973076923077, 4.0615303103065, 8.3826923076923, 12.520788897485, 30.1088461538462, 33.2001306948308, 70.5230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1230, '2021-06-13 00:00:00', 2.65265289561513, 4.28923076923078, 2.99584052672008, 6.20730769230769, 4.46780794642674, 8.57961538461538, 12.0208548012962, 30.1869230769231, 33.0589881552076, 70.5653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1245, '2021-06-13 00:00:00', 1.98749955007253, 4.05230769230769, 2.79213191224639, 5.87384615384615, 4.21352781115596, 8.17615384615384, 12.3770374546515, 30.3919230769231, 33.1477735834318, 70.3484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1260, '2021-06-13 00:00:00', 1.9953692544335, 4.1023076923077, 3.5598806375841, 5.88692307692308, 3.64396588686219, 7.62076923076923, 12.5285660546056, 30.6407692307692, 32.9561438675004, 70.1988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1275, '2021-06-13 00:00:00', 2.24041428174481, 4.02192307692308, 2.83686590339517, 5.63192307692307, 6.49672944938155, 8.64153846153846, 12.5442649905782, 30.5880769230769, 32.8876839046988, 70.0961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1290, '2021-06-13 00:00:00', 2.25334363523665, 4.31846153846154, 2.25010399759655, 5.36999999999999, 7.06489249741282, 9.375, 11.9514261266821, 30.7876923076923, 32.7587139246949, 70.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1305, '2021-06-13 00:00:00', 1.14822411374462, 3.52884615384615, 6.16204023405835, 6.76038461538461, 6.80007248830142, 9.31461538461539, 10.8771798946941, 30.8776923076923, 32.6740620440976, 69.7476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1320, '2021-06-13 00:00:00', 3.66497501326082, 4.38625000000001, 4.90063697427418, 6.29916666666667, 4.7737552251111, 8.53208333333333, 10.7678192051493, 31.37, 33.9048727954458, 69.1841666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1335, '2021-06-13 00:00:00', 2.24079271525807, 4.11708333333333, 2.52860447276956, 5.65666666666668, 10.6241322834085, 20.7995833333333, 11.3288055240369, 31.0979166666667, 33.8570795772465, 69.06875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1350, '2021-06-13 00:00:00', 2.00906527945248, 4.30041666666668, 3.21050032219912, 6.67416666666667, 10.2420897631973, 21.25875, 11.4255560230031, 30.785, 33.876077401445, 68.95125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1365, '2021-06-13 00:00:00', 2.9769235347728, 5.32708333333332, 10.4813715705532, 19.3325, 10.1145641781786, 22.5520833333333, 11.4880096203055, 30.0820833333333, 33.8788075965886, 68.8695833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 990, '2021-06-13 00:00:00', 5.36312415171109, 10.3644, 5.45618373957477, 13.0792, 9.0481296778211, 19.9744, 10.6728483858184, 26.9848, 31.4480706721414, 67.2464 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1005, '2021-06-13 00:00:00', 3.45633396267467, 9.43269230769229, 5.80921831097915, 13.7057692307692, 9.06832146286435, 18.8030769230769, 9.97396349733414, 25.9903846153846, 31.0829473802945, 67.1846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1020, '2021-06-13 00:00:00', 4.62390417787326, 8.71538461538461, 7.13205500647496, 12.9461538461538, 7.48810934338312, 16.1484615384615, 9.34863741614048, 22.9915384615385, 30.8867001225696, 65.3073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1035, '2021-06-13 00:00:00', 5.75646697202373, 8.37, 6.41752102870308, 10.7880769230769, 7.17881409747835, 14.3503846153846, 9.58486839522829, 21.3630769230769, 31.3355586293812, 63.7311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1050, '2021-06-13 00:00:00', 3.61734743445228, 7.1676923076923, 3.7049890065237, 9.22346153846153, 5.46278403239734, 12.2757692307692, 8.34027143074262, 19.8765384615385, 31.5804106783839, 63.0711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1065, '2021-06-13 00:00:00', 3.72779819526425, 6.35923076923078, 5.1129021715054, 9.17384615384616, 5.18000482625258, 10.985, 8.93132589002585, 19.4669230769231, 32.009472597967, 62.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1080, '2021-06-13 00:00:00', 2.96453810126403, 5.76307692307692, 3.71754939959936, 7.49153846153846, 3.66962502800407, 10.2903846153846, 9.40801455388722, 19.4346153846154, 32.3519148143328, 62.8480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1095, '2021-06-13 00:00:00', 2.19977411427768, 4.91307692307694, 2.43594079124711, 6.61653846153846, 3.65993249202139, 9.46461538461538, 10.490765646327, 19.6996153846154, 32.5657085833928, 63.0065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1110, '2021-06-13 00:00:00', 2.23399593691526, 4.79538461538461, 2.8335779230778, 6.94961538461538, 4.01571246672177, 10.0188461538462, 10.4101656825654, 19.7015384615385, 32.2746767701147, 62.7761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1125, '2021-06-13 00:00:00', 2.13272959806477, 5.02653846153846, 2.77842578561204, 6.73461538461539, 5.34306816207835, 9.80423076923078, 10.3827908579534, 19.425, 37.1852589155351, 69.6761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1140, '2021-06-13 00:00:00', 1.91614504830763, 4.47038461538462, 3.48363868125535, 6.89769230769232, 4.6916280920216, 9.23692307692309, 9.80425864298068, 19.2534615384615, 37.4322938568372, 69.8692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1155, '2021-06-13 00:00:00', 3.00595012497649, 4.96807692307693, 4.32113774191652, 6.72076923076924, 5.70290313382985, 9.43192307692308, 14.5555884747458, 25.1496153846154, 36.7908116727324, 70.2365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1170, '2021-06-13 00:00:00', 2.74707892412734, 4.45884615384615, 3.99289499755985, 6.42769230769232, 5.31688128656121, 8.65884615384616, 15.0085840719954, 26.6896153846154, 36.617968865656, 70.5196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1185, '2021-06-13 00:00:00', 2.42989167216597, 4.44153846153847, 4.88594335431129, 6.6876923076923, 4.93853251326904, 7.96076923076924, 15.8749112559603, 28.5807692307692, 36.345812379674, 70.9984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1200, '2021-06-13 00:00:00', 4.47611727350322, 4.80461538461537, 4.17831208099083, 6.13038461538461, 4.99447134339563, 8.12, 15.1595117284876, 28.8496153846154, 35.9941578956278, 71.1088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1215, '2021-06-13 00:00:00', 1.6180341348496, 3.92769230769232, 2.69332771007282, 5.1569230769231, 4.94660685567545, 8.99923076923078, 14.4513993573154, 29.9492307692308, 36.0596842940231, 71.2092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1230, '2021-06-13 00:00:00', 2.75760174510667, 3.70923076923076, 3.53681551681736, 5.82, 4.7577090964196, 9.25961538461538, 14.3052779555175, 30.2442307692308, 35.8812796787491, 70.9192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1245, '2021-06-13 00:00:00', 2.23667129045341, 4.4876923076923, 4.06992458822596, 7.31307692307692, 4.33195283730275, 9.72923076923077, 13.9040391309089, 30.4480769230769, 35.576760057007, 70.8819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1260, '2021-06-13 00:00:00', 3.2645440016121, 5.04653846153848, 3.17274741412647, 6.79692307692308, 6.08610089908525, 9.63192307692308, 14.0290477992573, 30.7469230769231, 35.3250853578369, 70.5765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1275, '2021-06-13 00:00:00', 2.14207878904151, 4.62846153846154, 3.10718435490793, 6.33115384615386, 7.04582443721103, 10.845, 13.793170863204, 30.5523076923077, 35.3258569061509, 70.2730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1290, '2021-06-13 00:00:00', 2.37798832241423, 4.29730769230769, 4.41587522468649, 6.625, 6.26099260992524, 11.1126923076923, 13.1898111259586, 30.6315384615384, 34.9776575830915, 70.285 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1305, '2021-06-13 00:00:00', 3.82262022500475, 5.18423076923077, 6.0344970474253, 8.25884615384615, 6.78301998772273, 10.9619230769231, 13.1066793071906, 30.9476923076923, 34.7973241146279, 70.1784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1320, '2021-06-13 00:00:00', 2.23889234874645, 4.65958333333334, 3.67087864141543, 7.0825, 4.58771863989505, 9.11833333333332, 13.693059571724, 30.0925, 35.7717232267149, 70.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1335, '2021-06-13 00:00:00', 2.36580102560498, 4.91333333333333, 2.79939508864304, 6.06041666666666, 11.7423713132387, 18.9383333333333, 13.6853387116349, 29.77, 35.7043923738048, 70.625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1350, '2021-06-13 00:00:00', 2.19763505133144, 4.11541666666666, 2.35762961283242, 5.90999999999999, 11.9198909087022, 20.4491666666667, 14.9109577205801, 30.2141666666667, 35.9230677977257, 70.83 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1365, '2021-06-13 00:00:00', 2.16280007551938, 4.64208333333332, 11.9664963377527, 17.8920833333333, 12.642377293183, 22.7908333333333, 14.9696325395637, 30.82125, 36.3278078275853, 70.9504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 990, '2021-06-13 00:00:00', 4.1149986821196, 10.3469230769231, 5.04790674057459, 13.7276923076923, 7.90369094887854, 17.6911538461538, 12.3805453589337, 27.1092307692308, 33.7832128202979, 68.7073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1005, '2021-06-13 00:00:00', 3.6842029510622, 9.06076923076924, 6.69823793132309, 12.8907692307693, 7.15463666765504, 16.7953846153846, 11.1077059668572, 25.1596153846154, 34.0274195409435, 67.7138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1020, '2021-06-13 00:00:00', 3.93396611381127, 7.75423076923078, 3.89379909402314, 10.3792307692308, 7.12101311936399, 15.4096153846154, 10.8226165256623, 23.7873076923077, 34.0221848007353, 67.5288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1035, '2021-06-13 00:00:00', 2.87228959864105, 6.84653846153845, 5.45643541010205, 10.6592307692307, 6.90376825754213, 14.3319230769231, 10.5666638356382, 22.7661538461538, 34.1637194606298, 66.9907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1050, '2021-06-13 00:00:00', 2.91210167299257, 6.64192307692307, 4.03146302895689, 9.29307692307694, 5.02564200261634, 12.7684615384616, 9.72601883925476, 20.7076923076923, 34.1368018059463, 66.5984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1065, '2021-06-13 00:00:00', 2.86999257570738, 6.54423076923078, 3.46611618163838, 8.65423076923076, 4.4924829009563, 11.5788461538461, 10.1138758073329, 19.5603846153846, 34.0350267202209, 66.6296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1080, '2021-06-13 00:00:00', 2.39580020356136, 5.71884615384615, 3.59085479431377, 8.78692307692307, 4.52194854187713, 10.8388461538462, 10.330161544645, 18.9484615384615, 34.2264649560047, 66.4492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1095, '2021-06-13 00:00:00', 2.88561005415066, 6.01423076923076, 3.30418273381808, 7.57653846153845, 4.66508835764291, 10.0742307692308, 10.7234424223108, 19.0757692307692, 34.0674887313629, 67.1273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1110, '2021-06-13 00:00:00', 1.98760021518026, 4.86884615384614, 2.84882701907564, 6.95923076923077, 5.76086661482856, 9.64807692307692, 10.0044510786257, 18.7542307692308, 34.0791947178243, 67.1838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1125, '2021-06-13 00:00:00', 2.03402715358927, 5.30230769230768, 2.94627890475688, 6.87923076923076, 4.87259212329535, 9.245, 10.8419126612349, 19.2569230769231, 37.941300381186, 71.4288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1140, '2021-06-13 00:00:00', 2.2101419376627, 4.75076923076922, 3.95515266650792, 7.02615384615386, 5.95053202534156, 8.91923076923079, 10.674974213624, 20.1723076923077, 37.9508253320612, 71.6392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1155, '2021-06-13 00:00:00', 4.08972032458619, 5.24960000000001, 3.97308872289557, 6.49440000000002, 6.3965028726641, 10.0764, 13.5896762531955, 26.3344, 38.2086568812183, 72.8224 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1170, '2021-06-13 00:00:00', 2.00608370866069, 4.4796153846154, 3.9963285650707, 6.03500000000003, 5.71128588511716, 9.96769230769232, 13.68806883609, 27.2426923076923, 37.2621925631784, 72.9588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1185, '2021-06-13 00:00:00', 3.40524602070665, 4.26730769230769, 5.12915271155592, 7.46346153846154, 5.32454879272919, 10.1196153846154, 14.9323582814689, 28.8403846153846, 37.2969298819003, 73.2688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1200, '2021-06-13 00:00:00', 4.14862298439694, 5.60320000000001, 4.67396273697883, 7.28880000000001, 5.83259496279313, 10.4784, 15.921695135883, 29.9652, 38.0365545670653, 73.926 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1215, '2021-06-13 00:00:00', 2.73041205681487, 4.63800000000002, 3.36608362938296, 6.8024, 5.30455150476142, 9.18599999999999, 15.9210392772164, 30.568, 38.0106283952265, 73.8728 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1230, '2021-06-13 00:00:00', 2.81698254639014, 5.2236, 4.98183282872211, 7.208, 5.50705886416093, 9.36159999999999, 16.2610579606617, 30.8432, 38.2355142199849, 74.1232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1245, '2021-06-13 00:00:00', 2.85182836089411, 4.518, 3.3918747028745, 6.07839999999999, 4.5375302386504, 8.56839999999999, 17.5616639018061, 31.4584, 38.1775286741647, 74.1496 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1260, '2021-06-13 00:00:00', 2.11016192111727, 4.204, 3.15712801978846, 5.9136, 5.00297971213156, 8.4032, 18.8149089111091, 32.3716, 38.1251464478062, 74.162 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1275, '2021-06-13 00:00:00', 2.79222151700039, 4.1748, 3.55375796399624, 5.9496, 6.96566335678089, 9.39080000000001, 18.6205436100382, 32.4588, 38.2587128987198, 74.1428 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1290, '2021-06-13 00:00:00', 2.45404203984637, 4.3184, 3.4237665418853, 5.9624, 6.20122506714063, 9.75560000000002, 18.6140339081386, 32.394, 38.3161381361257, 74.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1305, '2021-06-13 00:00:00', 1.81770386293623, 4.1416, 4.84509435752631, 7.08320000000002, 6.70218640942392, 10.0188, 18.5583880226705, 32.1192, 38.3161381361257, 74.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1320, '2021-06-13 00:00:00', 3.07105394482347, 4.94782608695653, 3.60416464202156, 6.89869565217394, 4.50847072746351, 9.62913043478263, 19.5041678124276, 32.3056521739131, 40.0688471836227, 74.1634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1335, '2021-06-13 00:00:00', 2.54541453949363, 4.44521739130436, 3.61560544954762, 6.25130434782609, 12.7355689857699, 21.3808695652174, 18.928394088427, 32.9713043478261, 40.160602545753, 74.1082608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1350, '2021-06-13 00:00:00', 3.01758030698288, 4.46999999999999, 3.62180304713729, 6.47130434782609, 13.2194161609492, 22.27, 19.2178690111069, 33.145652173913, 40.160602545753, 74.1082608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1365, '2021-06-13 00:00:00', 2.45808667841007, 4.55086956521738, 12.3580734200816, 19.4082608695652, 14.3252033075406, 24.0495652173913, 19.1808433026906, 32.5495652173913, 39.956913835294, 73.9321739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 990, '2021-06-13 00:00:00', 5.11511833422479, 10.1291304347826, 8.79371330416731, 14.1813043478261, 10.8212084433261, 19.3539130434783, 17.4745734424634, 29.0352173913043, 38.7944945719223, 73.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1005, '2021-06-13 00:00:00', 6.06418654874861, 9.60695652173913, 8.06510418615884, 13.5134782608696, 9.25719369884121, 17.4752173913044, 14.8521161106566, 26.1356521739131, 38.7233271046709, 73.4556521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1020, '2021-06-13 00:00:00', 4.6066798466451, 8.17913043478261, 5.39159043611716, 11.5126086956522, 6.87527123431902, 14.22, 14.0415891159507, 24.3739130434783, 38.6878098734773, 73.6034782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1035, '2021-06-13 00:00:00', 4.51985540536148, 7.96260869565217, 5.21641764465598, 10.1730434782609, 7.98052756138982, 13.6873913043478, 13.9458653540864, 23.1117391304348, 38.6597094963209, 73.7126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1050, '2021-06-13 00:00:00', 4.1840503193794, 6.58043478260871, 5.26061407768222, 8.72826086956523, 9.60235066741061, 13.3973913043478, 13.7825607429248, 22.4347826086957, 38.6680379805444, 73.7239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1065, '2021-06-13 00:00:00', 2.65294288081249, 5.38826086956521, 5.29677513940984, 8.60217391304347, 8.6999746262862, 12.2930434782609, 13.2721769811204, 21.43, 39.034759213776, 74.9578260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1080, '2021-06-13 00:00:00', 3.90955821731118, 6.44999999999999, 7.26961190932864, 9.05130434782608, 7.30533231531285, 11.354347826087, 13.3159173377374, 21.09, 39.0327249445999, 75.464347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1095, '2021-06-13 00:00:00', 4.35073275369463, 6.31869565217393, 5.43787780478404, 8.68826086956521, 6.24710832710567, 10.5752173913044, 14.9152725001906, 21.9191304347826, 39.0536390838511, 75.524347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1110, '2021-06-13 00:00:00', 4.06720796522763, 5.49478260869565, 4.66761828712549, 7.18173913043479, 6.98686514718726, 10.1413043478261, 14.2133288360183, 21.744347826087, 38.3903089096951, 75.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1125, '2021-06-13 00:00:00', 2.70411887558232, 4.65956521739131, 2.82905960716093, 6.35652173913044, 8.83600888209302, 11.034347826087, 14.3508658757372, 21.8882608695652, 37.1567329398966, 75.8713043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1140, '2021-06-13 00:00:00', 2.83725999315797, 4.72478260869566, 5.21776461609116, 6.80695652173913, 9.85932092443031, 11.33, 14.3703779096036, 21.4860869565217, 36.327155610956, 76.244347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1155, '2021-06-13 00:00:00', 5.30387828868516, 5.22608695652175, 8.74389761230915, 8.62000000000002, 9.61273247790136, 11.514347826087, 15.1075239350014, 29.7860869565217, 37.070731953779, 76.9469565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1170, '2021-06-13 00:00:00', 4.80061400881806, 5.85695652173914, 6.09693307207612, 7.83739130434784, 6.51706149378951, 10.1578260869565, 15.807096345049, 31.6830434782609, 36.3546513054589, 77.0952173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1185, '2021-06-13 00:00:00', 4.12160153453559, 5.06913043478263, 4.8164060863815, 6.73304347826087, 7.77319006550505, 9.90260869565218, 16.4457257923737, 32.9982608695652, 36.216525561067, 77.5334782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1200, '2021-06-13 00:00:00', 3.44380821471853, 4.80826086956522, 4.41642720408836, 6.62260869565219, 6.6241986613581, 9.37478260869566, 16.1874517839256, 33.1004347826087, 36.214202299945, 77.4713043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1215, '2021-06-13 00:00:00', 3.48888222923705, 4.87913043478262, 6.04860154353146, 7.04478260869566, 5.61072145600875, 9.00043478260871, 16.0318343630253, 33.5369565217391, 36.2177479477005, 77.8786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1230, '2021-06-13 00:00:00', 4.60152191699325, 5.18695652173913, 4.58649883260664, 6.69478260869564, 5.74576097396684, 9.30347826086957, 15.8865850261932, 33.8873913043478, 36.424430601782, 78.1308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1245, '2021-06-13 00:00:00', 3.15143796778902, 4.65608695652175, 4.03319119622371, 6.62304347826088, 5.49319298495515, 9.02347826086957, 16.0533115542466, 34.1213043478261, 36.5552428070153, 78.0530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1260, '2021-06-13 00:00:00', 3.16443851990288, 4.82434782608696, 4.20540880784576, 6.54217391304348, 5.50297354041986, 9.31217391304347, 15.8421652435752, 34.5278260869565, 36.6425644793122, 78.2895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1275, '2021-06-13 00:00:00', 2.5284156641563, 4.34695652173913, 4.4883265805945, 6.52130434782608, 9.49559257028593, 11.3565217391304, 15.7141025129201, 34.5421739130435, 36.3343563066878, 78.4786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1290, '2021-06-13 00:00:00', 2.40772570759296, 4.11391304347826, 3.06693278045704, 6.12695652173911, 10.1677152205559, 11.4465217391304, 15.5951279130537, 34.4334782608696, 36.3343563066878, 78.4786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1305, '2021-06-13 00:00:00', 2.68573541205333, 4.59260869565217, 9.0482718634784, 8.76652173913044, 11.7015628326849, 12.59, 15.6556528577751, 34.6586956521739, 36.3003377743189, 78.3704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1320, '2021-06-13 00:00:00', 3.25006688575863, 4.9804761904762, 5.49933415883016, 7.12476190476191, 9.26124963284679, 10.8595238095238, 15.6267918286878, 34.0114285714286, 37.9367651368382, 77.142380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1335, '2021-06-13 00:00:00', 4.17672912582037, 5.05523809523808, 7.80680673698097, 7.72714285714284, 12.1675413645133, 24.2214285714286, 15.6884070179832, 33.3861904761905, 37.890483520649, 76.8671428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1350, '2021-06-13 00:00:00', 6.22221917233485, 5.71285714285713, 9.31229857564205, 8.42952380952381, 14.7959545629395, 26.9971428571428, 15.6323854469465, 33.1261904761905, 37.7525948209429, 76.8342857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1365, '2021-06-13 00:00:00', 8.45070642299325, 6.63761904761906, 12.2364568478983, 22.8619047619048, 15.2479121911977, 28.1280952380953, 15.4787830978561, 32.9380952380953, 38.0865205689312, 77.0009523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 945, '2021-06-13 00:00:00', 2.02939646200539, 8.11499999999995, 3.91030049996159, 17.135, 2.99813275223097, 17.78, 4.24971175493114, 23.865, 17.3029029356348, 74.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 960, '2021-06-13 00:00:00', 4.47598592491079, 11.505, 3.56381817718017, 12.15, 0.205060966544153, 14.815, 4.24971175493114, 23.865, 17.3029029356348, 74.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 975, '2021-06-13 00:00:00', 0.38183766184079, 9.18000000000001, 1.28693434175955, 11.19, 5.16187950266176, 14.34, 4.95681853611769, 23.365, 18.0100097168214, 73.595 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 930, '2021-06-13 00:00:00', 1.42128463018495, 7.69500000000005, 2.41830519165804, 8.75, 0.572756492761145, 12.815, 1.90918830920371, 15.5600000000001, 8.02566196646733, 77.2550000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 945, '2021-06-13 00:00:00', 2.85671139599371, 7.48999999999995, 2.05060966544097, 10.96, 0.700035713374689, 13.715, 1.90918830920371, 15.5600000000001, 4.63862048458379, 79.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 960, '2021-06-13 00:00:00', 0.586898628384863, 7.72499999999997, 2.97691954879539, 10.245, 1.31521861300699, 13.28, 2.92035100630044, 16.275, 4.63862048458379, 79.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 975, '2021-06-13 00:00:00', 1.87383297014442, 6.02499999999998, 2.84256926036991, 9.36000000000001, 3.05470129472592, 9.51000000000005, 5.62856997824494, 16.97, 6.4346717087976, 78.3800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 930, '2021-06-13 00:00:00', 3.3587572106361, 10.155, 5.73463599542291, 16.605, 13.2865364184953, 23.325, 5.91141269071955, 28.54, 6.30032142037212, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 945, '2021-06-13 00:00:00', 2.14960461480708, 11.01, 8.81055049358441, 15.72, 9.70150503787945, 17.73, 0.162634559672919, 24.475, 6.30032142037212, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 960, '2021-06-13 00:00:00', 4.52548339959389, 9.53000000000003, 3.56381817718017, 12.85, 3.74200908603918, 12.85, 3.92910954034114, 28.425, 4.1255650173582, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 975, '2021-06-13 00:00:00', 1.01116269709681, 5.73500000000001, 5.94676802977892, 9.22500000000002, 1.11015764646292, 13.645, 5.74877813104663, 28.425, 6.30032142037212, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 930, '2021-06-13 00:00:00', 2.75064537881566, 14.385, 1.98697005513416, 16.225, 7.24784450716211, 20.235, 7.45997654151804, 25.855, 14.559328624631, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 945, '2021-06-13 00:00:00', 2.51730014102407, 11.61, 7.77110352524016, 15.625, 7.41755013464689, 15.875, 8.01151983084353, 23.155, 14.559328624631, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 960, '2021-06-13 00:00:00', 2.05060966544097, 11.58, 2.15314014871302, 11.58, 2.26079715614867, 15.625, 2.37383701395611, 23.155, 2.49252886465391, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 975, '2021-06-13 00:00:00', 0.982878425849372, 8.76499999999999, 3.19612265096318, 10.87, 7.93373808491308, 15.61, 7.9690934239723, 23.185, 14.559328624631, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 930, '2021-06-13 00:00:00', 9.35502271509812, 14.335, 8.95197184982175, 15.74, 11.4480587874102, 20.955, 2.14960461480708, 30.83, 0.268700576850885, 74.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 945, '2021-06-13 00:00:00', 2.43951839509362, 9.48500000000001, 7.37512372777574, 12.975, 7.84888527117069, 16.76, 2.43951839509354, 31.035, 0.268700576850885, 74.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 960, '2021-06-13 00:00:00', 5.93262589415512, 9.94499999999999, 4.39113311116849, 12.5550000000001, 11.9006071273695, 17.865, 3.29511760032929, 31.64, 0.0212132034356575, 74.825 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 975, '2021-06-13 00:00:00', 2.12132034355964, 6.8900000000001, 4.7376154339499, 12.1, 9.043895731376, 16.055, 11.299566363361, 30.44, 4.82953931550407, 71.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 930, '2021-06-13 00:00:00', 0, 12.16, 0, 15.55, 0, 21.66, 0, 26.87, 0, 86.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-06-13 18:10:23 Duration: 1s184ms 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 1032076, 1, 990, '2021-06-13 00:00:00', 0.858948709397422, 2.46739130434783, 1.3239968236113, 3.57695652173914, 1.28998452667131, 4.23652173913044, 1.93096885305341, 6.4895652173913, 4.42020039607957, 14.8947826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1005, '2021-06-13 00:00:00', 1.10465132302213, 2.40000000000001, 1.21864014149642, 2.98739130434783, 1.23308427852465, 3.78826086956522, 1.90409471398927, 6.09304347826088, 4.59002734067481, 14.6065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1020, '2021-06-13 00:00:00', 0.572992974316962, 1.85130434782609, 0.753123666416739, 2.36956521739131, 1.12611683693779, 3.54130434782609, 2.03314521041669, 5.68391304347826, 4.77582292228054, 14.3986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1035, '2021-06-13 00:00:00', 0.581572082339341, 1.67521739130435, 1.15089671174554, 2.47217391304348, 1.42780976024904, 3.5504347826087, 1.9528045100689, 5.63000000000001, 5.02219606941862, 14.3447826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1050, '2021-06-13 00:00:00', 0.858332559448082, 1.56565217391304, 1.02235835243348, 2.35434782608696, 1.29974640275034, 3.13956521739131, 1.88640266638987, 5.24173913043479, 5.12750268595409, 14.1326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1065, '2021-06-13 00:00:00', 0.76797511076271, 1.50304347826087, 1.14065060139658, 2.16260869565217, 1.20103545576636, 2.78956521739131, 1.72202576266231, 4.85, 5.2545930595379, 14.0386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1080, '2021-06-13 00:00:00', 0.603702345315244, 1.48739130434783, 0.743608869095592, 1.99217391304349, 0.763004255604869, 2.61869565217391, 1.67159399442969, 4.70086956521739, 5.29494262398606, 14.1508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1095, '2021-06-13 00:00:00', 0.428504154328385, 1.28391304347827, 0.569772161662491, 1.71304347826087, 0.969882434503738, 2.4908695652174, 1.94114926636472, 4.57173913043478, 5.47790513463236, 14.1991304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1110, '2021-06-13 00:00:00', 0.403150145139129, 1.13869565217391, 0.490846248356548, 1.49130434782609, 0.956584421230402, 2.35913043478261, 1.96031517188499, 4.48086956521739, 5.52379559601559, 14.3321739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1125, '2021-06-13 00:00:00', 0.423769551066467, 1.03478260869566, 0.838748597308019, 1.70913043478261, 0.906376401843173, 2.26, 1.99574765329992, 4.29782608695652, 5.82958272800109, 14.825652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1140, '2021-06-13 00:00:00', 0.586729058546014, 1.23347826086957, 0.688118819595437, 1.65434782608696, 0.850571767704415, 2.19782608695652, 2.01422382779533, 4.37608695652173, 5.98133704830078, 14.9626086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1155, '2021-06-13 00:00:00', 0.369901706845577, 1.07, 0.509757750727612, 1.48565217391304, 0.876150852425273, 2.05695652173913, 1.68144888585149, 5.61608695652173, 6.2490879018256, 14.9521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1170, '2021-06-13 00:00:00', 0.336349855502338, 1.00304347826086, 0.690193877785656, 1.38304347826086, 0.935043065102793, 1.99347826086955, 1.99537112559387, 6.09826086956521, 6.2275587309182, 14.9582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1185, '2021-06-13 00:00:00', 0.427793770269536, 0.944347826086958, 0.517522220790431, 1.35739130434783, 0.921130084413202, 2.00478260869566, 2.13283765033528, 6.38347826086957, 6.38107531176269, 15.0730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1200, '2021-06-13 00:00:00', 0.326495343743462, 0.949130434782606, 0.576149478298703, 1.2986956521739, 0.830779670947761, 1.91304347826087, 2.26250866397135, 6.5, 6.39840058448403, 15.0486956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1215, '2021-06-13 00:00:00', 0.466017099212994, 0.970869565217383, 0.659843076326102, 1.41260869565218, 0.803550667904226, 1.97130434782609, 2.22403934051138, 6.56347826086956, 6.37703953269705, 15.1017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1230, '2021-06-13 00:00:00', 0.45863304370129, 0.925217391304352, 0.469899493080002, 1.24347826086957, 0.779875585496651, 1.95826086956521, 2.30491912524345, 6.49608695652174, 6.47388832461031, 15.0786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1245, '2021-06-13 00:00:00', 0.211261971384726, 0.84956521739131, 0.467142520423209, 1.32304347826087, 0.901997344500616, 1.94913043478261, 2.33493903907694, 6.53695652173913, 6.53133423409569, 15.1121739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1260, '2021-06-13 00:00:00', 0.4914385594431, 1.00869565217391, 0.706749504180989, 1.44695652173912, 1.01146979502359, 1.97565217391304, 2.31079918759192, 6.67260869565217, 6.5132108072565, 15.0582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1275, '2021-06-13 00:00:00', 0.413004512412062, 0.919999999999991, 0.529181633828146, 1.25826086956521, 1.419767280379, 2.07869565217391, 2.39701502449775, 6.75086956521739, 6.56491973646632, 15.145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1290, '2021-06-13 00:00:00', 0.301927928996804, 0.861739130434782, 0.481622751028545, 1.23826086956522, 1.33904794802673, 2.04695652173913, 2.44648889332004, 6.79478260869565, 6.5738143552937, 15.1647826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1305, '2021-06-13 00:00:00', 0.477042519297178, 0.948260869565208, 1.30182298451208, 1.64608695652173, 1.47876243525488, 2.14739130434782, 2.50521258949756, 6.82086956521739, 6.62223282503211, 15.1769565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1320, '2021-06-13 00:00:00', 0.30069047524782, 0.89952380952382, 0.318074564483595, 1.14714285714286, 0.515368568991903, 1.94619047619048, 2.54631807013297, 6.69571428571429, 6.78835024491364, 14.732380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1335, '2021-06-13 00:00:00', 0.272646640317075, 0.775238095238097, 0.405510847720557, 1.22761904761905, 1.39679275484948, 3.85, 2.47608831291077, 6.62666666666667, 6.79808789643228, 14.8290476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1350, '2021-06-13 00:00:00', 0.358490884522487, 1.02428571428572, 0.540530603512268, 1.65333333333334, 1.75447875857352, 4.55571428571429, 2.47147102908754, 6.60238095238096, 6.80817411365961, 14.8304761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1365, '2021-06-13 00:00:00', 0.456422423388076, 1.24285714285714, 1.41433544886097, 3.54619047619048, 2.23211217502722, 4.93380952380952, 2.56673973303544, 6.44142857142857, 6.84181638372234, 14.7928571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 990, '2021-06-13 00:00:00', 0.82629143675918, 2.65846153846154, 1.08298732146852, 3.62153846153846, 1.68636308710149, 4.4673076923077, 1.96697585140235, 5.765, 6.70013089424378, 15.105 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1005, '2021-06-13 00:00:00', 0.82851943944512, 2.15269230769231, 1.51939993215945, 3.05807692307692, 1.62819961921136, 3.685, 1.86244772771253, 5.04653846153846, 6.82986749505434, 14.895 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1020, '2021-06-13 00:00:00', 0.897227953198075, 1.935, 1.09196823002532, 2.49115384615385, 1.16375255101762, 3.01, 1.36851227475454, 4.50461538461539, 6.82828381411858, 14.7396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1035, '2021-06-13 00:00:00', 0.670154172847278, 1.77884615384616, 0.616363653897729, 2.22192307692308, 0.833505756521123, 2.68038461538461, 1.37100328227178, 4.305, 6.7874469767018, 14.6826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1050, '2021-06-13 00:00:00', 0.519776431229378, 1.40653846153846, 0.557347702550624, 1.8526923076923, 0.794978857967541, 2.69923076923077, 1.41086269298665, 4.13846153846153, 6.77118891957796, 14.6592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1065, '2021-06-13 00:00:00', 0.504921166733354, 1.36576923076923, 0.645572494886387, 1.81961538461538, 0.84098367312424, 2.86153846153846, 1.50411952266485, 4.20346153846153, 6.76410823049469, 14.6480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1080, '2021-06-13 00:00:00', 0.598803422219295, 1.39846153846154, 0.849466076653222, 2.16384615384615, 0.907819111090718, 2.71653846153846, 1.65230864131186, 4.07961538461538, 6.74011071582199, 14.6026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1095, '2021-06-13 00:00:00', 0.635125305625709, 1.54192307692308, 0.961187806830695, 2.015, 1.03262652419039, 2.37846153846154, 1.89640360034056, 4.01115384615384, 6.67048614304949, 14.5342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1110, '2021-06-13 00:00:00', 0.548746263348062, 1.23230769230769, 0.541634563151202, 1.6, 0.686224565172473, 2.04192307692307, 1.99249036287603, 3.83461538461538, 6.62720138171808, 14.5230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1125, '2021-06-13 00:00:00', 0.297469584741277, 1.03192307692308, 0.528449109695959, 1.43230769230769, 0.584128542228634, 1.89692307692308, 1.93759902972726, 3.825, 6.95117257402275, 14.8180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1140, '2021-06-13 00:00:00', 0.402531221913758, 1.04076923076924, 0.40838537606606, 1.42884615384616, 0.600899454023846, 1.87192307692308, 2.07580686814697, 4.09692307692307, 6.89026564185914, 14.8961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1155, '2021-06-13 00:00:00', 0.345819873077566, 1.02076923076923, 0.508935691872302, 1.35346153846154, 0.64866205495501, 1.81230769230769, 2.5475771898927, 6.20153846153846, 6.68346134412861, 15.0734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1170, '2021-06-13 00:00:00', 0.521631906763617, 0.980384615384615, 0.55054378712184, 1.3223076923077, 0.649670685809355, 1.79, 2.58806764862245, 6.38307692307692, 6.69365877873632, 15.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1185, '2021-06-13 00:00:00', 0.296948843043066, 0.891153846153851, 0.441778399026193, 1.24807692307692, 0.750414142067821, 1.88423076923077, 2.56756529390424, 6.58346153846154, 6.71650459688668, 15.255 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1200, '2021-06-13 00:00:00', 0.380767645684337, 0.909999999999997, 0.584911827674768, 1.28461538461539, 0.69444033913316, 1.82076923076923, 2.51067652543784, 6.63384615384615, 6.7261502076139, 15.3861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1215, '2021-06-13 00:00:00', 0.41802410677634, 0.861923076923081, 0.615721215636276, 1.25384615384616, 0.987291944976451, 1.89423076923077, 2.43901345125127, 6.90115384615385, 6.72363825503837, 15.4807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1230, '2021-06-13 00:00:00', 0.336039374982242, 0.882307692307693, 0.487284469120608, 1.20692307692308, 1.00152783286337, 1.895, 2.4731631878722, 7.00192307692308, 6.7296423496235, 15.4769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1245, '2021-06-13 00:00:00', 0.457508301732163, 0.855384615384621, 0.915869322220482, 1.38615384615385, 1.03505756064392, 1.92807692307693, 2.38799835716991, 7.04192307692308, 6.69133378678375, 15.4803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1260, '2021-06-13 00:00:00', 0.562375866644903, 0.981153846153847, 0.585146004133874, 1.30961538461539, 0.900627558983173, 1.85500000000001, 2.34467383331145, 6.96076923076923, 6.66358961937067, 15.4411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1275, '2021-06-13 00:00:00', 0.358978893744254, 0.915384615384616, 0.585684083917128, 1.34538461538462, 1.15194183880958, 1.935, 2.29313467013707, 6.83884615384615, 6.63053515649668, 15.4326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1290, '2021-06-13 00:00:00', 0.446369974176303, 1.00307692307692, 0.629341047323426, 1.36307692307693, 1.21276239032409, 1.91384615384616, 2.22049270346783, 6.75961538461539, 6.59916586803561, 15.4769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1305, '2021-06-13 00:00:00', 0.443466068427061, 0.916923076923078, 0.99784567945149, 1.34, 1.07852841337702, 1.93346153846154, 2.2196092864771, 6.75576923076922, 6.56647669255333, 15.5180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1320, '2021-06-13 00:00:00', 0.314613865012294, 0.850833333333335, 0.52157509498647, 1.17333333333334, 0.890016996255228, 2.20541666666666, 2.22639485670692, 6.74916666666666, 6.56304006749435, 15.1358333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1335, '2021-06-13 00:00:00', 0.36640809393946, 0.851250000000004, 0.539712584542044, 1.36875, 2.12497566055968, 5.07541666666667, 2.23581028822383, 6.78708333333333, 6.56426110945044, 15.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1350, '2021-06-13 00:00:00', 0.409026548516487, 0.986250000000002, 0.634322073361482, 1.79916666666666, 2.28684323746811, 5.26458333333333, 2.24665028431218, 6.63874999999999, 6.57171491747182, 15.0425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1365, '2021-06-13 00:00:00', 0.56007359117907, 1.45708333333333, 2.15289285495761, 4.68208333333333, 2.29031166792466, 5.34833333333334, 2.14070471262774, 6.51416666666666, 6.61693736897422, 14.9508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 990, '2021-06-13 00:00:00', 0.961104746285932, 2.6184, 1.08840219281906, 3.2488, 1.12131812316279, 4.0428, 1.34512118413175, 5.6452, 6.24353820628442, 14.6312 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1005, '2021-06-13 00:00:00', 0.695637947387976, 2.13192307692308, 0.945328595698955, 2.74692307692308, 1.04785377723304, 3.65153846153846, 1.45359353116549, 5.29307692307692, 6.2642522299154, 14.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1020, '2021-06-13 00:00:00', 0.731469753304944, 1.86000000000001, 0.777379028432175, 2.55307692307692, 1.14405567373943, 3.41076923076923, 1.57460793654997, 5.03307692307692, 6.2172397536082, 14.7569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1035, '2021-06-13 00:00:00', 0.624569718552973, 1.7104, 0.82247087081144, 2.348, 0.99169266072374, 2.9528, 1.46520760758786, 4.44399999999999, 6.22837316908142, 14.3264 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1050, '2021-06-13 00:00:00', 0.474496170042093, 1.45884615384615, 0.702350339930155, 1.91, 0.739098099036934, 2.515, 1.5615231223195, 4.39230769230769, 6.1431200917399, 14.5373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1065, '2021-06-13 00:00:00', 0.424442620929548, 1.35346153846154, 0.507004475780576, 1.89846153846154, 0.841796978995623, 2.36307692307692, 1.53470758928709, 4.34923076923077, 6.16251278669292, 14.5403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1080, '2021-06-13 00:00:00', 0.39509920857347, 1.38923076923077, 0.578257861032744, 1.75307692307693, 0.739444698093417, 2.23230769230769, 1.60164338679419, 4.31846153846154, 6.16648306448784, 14.4557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1095, '2021-06-13 00:00:00', 0.33814812412042, 1.11192307692308, 0.493896906090893, 1.55692307692307, 0.67699971594131, 2.07615384615384, 1.54012906552066, 4.13153846153846, 6.10764767761256, 14.3980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1110, '2021-06-13 00:00:00', 0.413685313325894, 1.12653846153846, 0.484024157057664, 1.51076923076923, 0.674597201754793, 2.16423076923077, 1.59081657792952, 4.17576923076923, 6.07769775490687, 14.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1125, '2021-06-13 00:00:00', 0.365354411707112, 1.08038461538461, 0.574973577988252, 1.50884615384615, 0.675331485556995, 2.12615384615385, 1.86362871838787, 4.15, 6.37896876160547, 15.2023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1140, '2021-06-13 00:00:00', 0.405593961417648, 0.977692307692301, 0.58494286374496, 1.49692307692307, 0.591834306334005, 1.88961538461538, 1.80137558549016, 4.10499999999999, 6.28895265830977, 15.3615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1155, '2021-06-13 00:00:00', 0.359825598781498, 1.05769230769231, 0.44079037403981, 1.41192307692308, 0.755715860319514, 1.93230769230769, 4.70591897344348, 6.62576923076923, 6.24722835774763, 15.4830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1170, '2021-06-13 00:00:00', 0.265696472284854, 0.941153846153847, 0.341833967794982, 1.13769230769231, 0.744519669627039, 1.76846153846155, 4.58488575480517, 6.86423076923077, 6.29059166839348, 15.5865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1185, '2021-06-13 00:00:00', 0.305758325881977, 0.81807692307693, 0.762275944382751, 1.33615384615386, 1.19105409035604, 1.8846153846154, 4.45871821870884, 6.99807692307692, 6.27196395446863, 15.6203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1200, '2021-06-13 00:00:00', 0.616617697293373, 1.08576923076924, 0.657304050941891, 1.42615384615386, 1.15129846427682, 1.97807692307693, 4.39167059504519, 7.09115384615384, 6.28220681461048, 15.6523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1215, '2021-06-13 00:00:00', 0.373145465551357, 0.928461538461544, 0.703578107850265, 1.33692307692308, 0.800161618290097, 1.99884615384616, 4.30868789593948, 7.27923076923076, 6.30203224853209, 15.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1230, '2021-06-13 00:00:00', 0.683048933938006, 1.02038461538461, 0.814395103506517, 1.39923076923077, 0.82378722047346, 2.05576923076923, 4.22965452308051, 7.55423076923077, 6.1655865776221, 15.8146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1245, '2021-06-13 00:00:00', 0.498889381912079, 0.968846153846159, 0.530501069381943, 1.44923076923077, 0.85141267224627, 2.09346153846154, 4.24299228593001, 7.59346153846154, 6.18470256731508, 15.9646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1260, '2021-06-13 00:00:00', 0.427428986454512, 1.14346153846154, 0.652159961500713, 1.50615384615385, 1.11284832057895, 2.13076923076924, 4.2770192352223, 7.56846153846154, 6.20760674805206, 15.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1275, '2021-06-13 00:00:00', 0.674899878614475, 1.08461538461538, 0.810856716926363, 1.53384615384615, 1.42834304218343, 2.15038461538462, 4.26649991661333, 7.60846153846153, 6.27725056178138, 15.9088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1290, '2021-06-13 00:00:00', 0.553877103836073, 1.02038461538462, 0.850020904720311, 1.46346153846155, 1.34282755637269, 2.04461538461539, 4.27366779962346, 7.61730769230769, 6.34050286770573, 15.9238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1305, '2021-06-13 00:00:00', 0.634433969407745, 1.0423076923077, 1.15414383852274, 1.45, 1.45082051055468, 2.13192307692308, 4.30781638420209, 7.685, 6.38354557858297, 15.9469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1320, '2021-06-13 00:00:00', 0.388887068663783, 0.87375, 0.603841416699569, 1.31625, 1.07246262730061, 2.21749999999999, 4.46729790180578, 7.76124999999999, 6.56346320743571, 15.7483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1335, '2021-06-13 00:00:00', 0.485063681759753, 1.01791666666668, 0.616775010067277, 1.42125000000001, 4.97308041402387, 5.63624999999999, 4.47715584456492, 7.84874999999999, 6.55218083784964, 15.7795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1350, '2021-06-13 00:00:00', 0.423617743671846, 1.06541666666666, 1.13748737849344, 1.95416666666666, 4.87474590567832, 6.06791666666666, 4.55223163539806, 7.96958333333333, 6.58022795957708, 15.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1365, '2021-06-13 00:00:00', 0.996122827971428, 1.59458333333333, 4.86731088152291, 5.57249999999999, 4.72404549058341, 6.25833333333333, 4.46279529530832, 7.99874999999999, 6.57802137556509, 15.855 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 990, '2021-06-13 00:00:00', 1.14980586990219, 2.88846153846153, 2.00001815376377, 3.70615384615384, 2.34235598030307, 4.44346153846154, 2.92092348410567, 6.375, 6.10801280790557, 15.4126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1005, '2021-06-13 00:00:00', 1.37538699449115, 2.27576923076922, 1.5830337476358, 2.97961538461539, 2.14035151678051, 3.96615384615385, 2.47211202136024, 5.64461538461539, 5.66752401508264, 15.2126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1020, '2021-06-13 00:00:00', 0.765717863285061, 1.77038461538461, 0.78106987769735, 2.39692307692308, 1.43256327555244, 3.47846153846154, 2.32315862566464, 5.22500000000001, 5.15559270635745, 14.8619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1035, '2021-06-13 00:00:00', 0.722252992112463, 1.55576923076923, 1.32874150985059, 2.395, 1.51381418430909, 3.09423076923077, 2.3437558287107, 5.06076923076923, 5.12778680704078, 14.6815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1050, '2021-06-13 00:00:00', 0.881190453525582, 1.63384615384616, 1.18346037599003, 2.29769230769232, 1.54988580224481, 2.825, 2.34539801444315, 4.94038461538462, 5.1261940897857, 14.6753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1065, '2021-06-13 00:00:00', 0.537450963773948, 1.56846153846154, 0.691242025965978, 2.07346153846154, 1.11528271683082, 2.49346153846154, 2.4705660516134, 4.93384615384616, 5.13696835167921, 14.6303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1080, '2021-06-13 00:00:00', 0.651055592569011, 1.43423076923077, 0.921443349400189, 1.81461538461538, 1.12292913674633, 2.45538461538462, 2.49797185424804, 4.84923076923077, 5.16691867706321, 14.5861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1095, '2021-06-13 00:00:00', 0.532456137594016, 1.22153846153846, 0.883096039728754, 1.68115384615384, 0.991908572089495, 2.34115384615384, 2.52887789041215, 4.80923076923077, 5.21849652677857, 14.525 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1110, '2021-06-13 00:00:00', 0.573606270752119, 1.19192307692308, 0.67664568617215, 1.60423076923077, 1.02060200937411, 2.16269230769231, 2.65116499791203, 4.79961538461538, 5.26252814353885, 14.5176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1125, '2021-06-13 00:00:00', 0.47194980176351, 1.08615384615385, 0.749796382616383, 1.66115384615385, 1.03138383513832, 2.20615384615384, 2.80969365973205, 4.90769230769231, 5.02504943718505, 15.0146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1140, '2021-06-13 00:00:00', 0.505276162113354, 1.12, 0.734493127160601, 1.51807692307692, 1.54647813285045, 2.30115384615384, 3.1321681848939, 5.30153846153846, 5.00632266393054, 15.0811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1155, '2021-06-13 00:00:00', 0.695592553151625, 1.1536, 0.793632366611479, 1.56239999999999, 1.59192148047572, 2.3516, 3.12934748256991, 6.4336, 5.15308619502268, 15.0484 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1170, '2021-06-13 00:00:00', 0.334765359847541, 0.989615384615382, 1.01782603923944, 1.53461538461538, 1.17150613117671, 2.32115384615385, 3.22770871338502, 6.83653846153845, 5.03798751029081, 15.1930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1185, '2021-06-13 00:00:00', 0.934594276431471, 1.13230769230769, 1.01980005581788, 1.70807692307692, 1.11755722620641, 2.32307692307692, 3.44697952505579, 6.95038461538461, 5.08354818545533, 15.1669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1200, '2021-06-13 00:00:00', 0.696928260296569, 1.22439999999999, 0.873021572852968, 1.62599999999999, 1.2359870549484, 2.3684, 3.48991165122176, 6.904, 5.23021510073917, 15.248 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1215, '2021-06-13 00:00:00', 0.477859812078813, 1.054, 0.590552848326605, 1.4412, 1.04372458052879, 2.2312, 3.70207248263276, 6.9236, 5.13056283462157, 15.31 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1230, '2021-06-13 00:00:00', 0.502123158863112, 1.0612, 0.918092769459245, 1.6988, 1.18188056362166, 2.326, 3.70849326995928, 6.99159999999999, 5.06998001310985, 15.3516 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1245, '2021-06-13 00:00:00', 0.647733226979547, 1.164, 0.800394069609876, 1.59160000000001, 1.24910407893017, 2.2488, 3.60893880986272, 7.1068, 5.05875320607756, 15.3344 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1260, '2021-06-13 00:00:00', 0.559396996774203, 1.06000000000001, 0.798571641536725, 1.52, 1.35922796714409, 2.21560000000001, 3.48147109710824, 7.1608, 5.06740729236034, 15.214 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1275, '2021-06-13 00:00:00', 0.477846558356689, 1.0204, 0.784942036076549, 1.4744, 1.5338522310401, 2.25119999999999, 3.41550128092497, 7.0936, 5.10485471552979, 15.088 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1290, '2021-06-13 00:00:00', 0.489293708659055, 0.960000000000006, 0.89916034906647, 1.3568, 1.64042657053991, 2.2208, 3.31024561022291, 6.9052, 5.22087674629463, 14.9604 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1305, '2021-06-13 00:00:00', 0.571921614675764, 0.908800000000008, 1.33600311875884, 1.60719999999999, 1.78961336606543, 2.2708, 3.37242000152216, 7.086, 5.25123715582021, 14.932 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1320, '2021-06-13 00:00:00', 0.462035794174883, 1.04043478260869, 0.538275316362861, 1.32304347826086, 0.889514234356323, 2.0691304347826, 3.10818955221366, 6.77826086956521, 5.26043453922791, 14.4747826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1335, '2021-06-13 00:00:00', 0.293028347857715, 0.877391304347818, 0.511423263980733, 1.28086956521739, 2.12680855379743, 4.48652173913043, 3.11777880293514, 6.76086956521739, 5.25707075141428, 14.5026086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1350, '2021-06-13 00:00:00', 0.475113882749206, 1.03173913043479, 0.797367457111258, 1.76304347826087, 2.2845007930657, 4.94434782608695, 3.16712011176898, 6.7795652173913, 5.28423627068538, 14.534347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1365, '2021-06-13 00:00:00', 0.833016092447604, 1.48608695652174, 2.01737453141454, 4.28, 2.23252396204537, 5.10217391304347, 3.05536028680964, 6.67086956521739, 5.28343193051892, 14.465652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 990, '2021-06-13 00:00:00', 1.22132096567028, 2.66391304347826, 1.22096815728614, 3.20782608695652, 1.15166368745908, 3.74739130434783, 1.88206271921299, 5.09652173913044, 5.07706783355918, 14.3778260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1005, '2021-06-13 00:00:00', 0.681116846145185, 1.89260869565217, 0.839252443566074, 2.54086956521738, 0.951602559280938, 2.95260869565217, 1.65724508290782, 4.44608695652174, 5.00224585924799, 14.18 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1020, '2021-06-13 00:00:00', 0.597352525336331, 1.73130434782608, 0.59821869968116, 2.14260869565218, 0.966420803770522, 2.74652173913044, 1.72989352867549, 4.24956521739131, 5.09716207951269, 14.1060869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1035, '2021-06-13 00:00:00', 0.446225717887649, 1.51913043478262, 0.671043079264849, 1.96478260869565, 1.20390963903954, 2.56434782608696, 1.66098249414309, 3.9908695652174, 5.07841327807464, 14.0421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1050, '2021-06-13 00:00:00', 0.606546629888622, 1.50521739130435, 0.910173505589272, 1.92608695652174, 1.40967997377366, 2.55608695652174, 1.76866489026925, 3.78130434782609, 5.08112639623789, 14.04 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1065, '2021-06-13 00:00:00', 0.589678682518367, 1.29869565217391, 0.879403993281362, 1.83173913043479, 1.23812126577921, 2.30521739130435, 1.44968253305347, 3.59608695652175, 5.42874740791763, 14.294347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1080, '2021-06-13 00:00:00', 0.653184355577764, 1.41956521739131, 1.00165732229358, 1.82913043478261, 1.03631110746843, 2.15043478260869, 1.51691894411137, 3.60608695652174, 5.45526594055812, 14.2908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1095, '2021-06-13 00:00:00', 0.65499901940005, 1.22652173913043, 0.758013578361393, 1.55869565217391, 0.823476194846133, 2.08695652173912, 2.25909536268558, 3.78869565217391, 5.45963585923229, 14.3034782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1110, '2021-06-13 00:00:00', 0.481095998407588, 0.964782608695653, 0.555860618921675, 1.2091304347826, 0.804095249308482, 1.86652173913043, 2.46013946068265, 3.77043478260869, 5.42824843090919, 14.2591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1125, '2021-06-13 00:00:00', 0.452180924998841, 0.866956521739125, 0.590880966189923, 1.32304347826087, 0.850908140771742, 1.9691304347826, 2.55160818854034, 3.8395652173913, 6.50912145034459, 15.475652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1140, '2021-06-13 00:00:00', 0.45762188164604, 1.01782608695652, 0.667842375665979, 1.4295652173913, 1.05439528029797, 1.98304347826087, 2.64601639579168, 4.25130434782608, 6.56836239750672, 15.5886956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1155, '2021-06-13 00:00:00', 0.442004506978975, 0.929565217391309, 0.706179667875084, 1.39478260869566, 1.2604323557098, 1.95478260869565, 2.94196903759741, 5.9, 6.60610383699335, 15.5347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1170, '2021-06-13 00:00:00', 0.597451438481716, 1.05869565217391, 0.834085615647005, 1.40521739130434, 1.15908270941841, 1.89999999999999, 2.9264232374055, 6.18434782608695, 6.59166190875773, 15.5839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1185, '2021-06-13 00:00:00', 0.37056147975293, 0.87608695652173, 0.763286787104035, 1.27391304347826, 0.934517270918133, 1.75043478260869, 2.787605259538, 6.43391304347826, 6.54960207583473, 15.6665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1200, '2021-06-13 00:00:00', 0.720580025481235, 0.929130434782608, 0.765342672999904, 1.35695652173912, 0.930144703774891, 1.73652173913043, 2.83146919223241, 6.51217391304348, 6.56874065212965, 15.7608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1215, '2021-06-13 00:00:00', 0.441213740966207, 1.0082608695652, 0.53952182019489, 1.29260869565217, 0.737612053522706, 1.69521739130434, 3.01656598729934, 6.63391304347826, 6.54384911690528, 15.7860869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1230, '2021-06-13 00:00:00', 0.445775515564371, 0.853913043478264, 0.591248427953354, 1.16260869565217, 0.82901865887258, 1.67086956521739, 3.20130500810852, 6.86913043478261, 6.55676294494512, 15.8030434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1245, '2021-06-13 00:00:00', 0.506023792969639, 0.86652173913043, 0.555680688586516, 1.21913043478261, 0.86445440766122, 1.80217391304348, 3.24696142539817, 7.15304347826087, 6.56291897966116, 15.8134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1260, '2021-06-13 00:00:00', 0.333731448685766, 0.913043478260873, 0.597917664563307, 1.24652173913044, 0.917938918287875, 1.86130434782609, 3.22834084089339, 7.17130434782609, 6.47342921261606, 15.7630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1275, '2021-06-13 00:00:00', 0.358654159775279, 0.83652173913043, 0.644761193037731, 1.30478260869565, 1.83398333189265, 2.13304347826087, 3.20250883618607, 7.20913043478261, 6.43934589023381, 15.8286956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1290, '2021-06-13 00:00:00', 0.526708775688571, 0.866956521739137, 0.663467058375471, 1.26391304347826, 1.99375586534382, 2.14521739130435, 3.22750065442415, 7.16173913043478, 6.42943465940246, 15.8386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1305, '2021-06-13 00:00:00', 0.444282963637658, 0.866521739130434, 1.48131671477985, 1.5408695652174, 1.88456944055787, 2.13739130434782, 3.24570668078733, 7.30130434782609, 6.40817462123845, 15.8773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1320, '2021-06-13 00:00:00', 0.362361960581112, 0.784761904761907, 0.504544112942333, 1.09047619047619, 1.37281428009, 2.20761904761904, 3.04109832915988, 7.04761904761904, 6.50709649243844, 15.4904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1335, '2021-06-13 00:00:00', 0.385973722273568, 0.784285714285713, 0.606088552385975, 1.24666666666666, 2.68605392989152, 4.65428571428571, 3.13170499735785, 7.03190476190476, 6.6153957877493, 15.4771428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1350, '2021-06-13 00:00:00', 0.387525728792539, 0.901904761904755, 1.22511340582937, 1.84857142857141, 2.65192409932325, 5.27285714285714, 2.99797431610079, 7.04999999999999, 6.49647864322701, 15.4561904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1365, '2021-06-13 00:00:00', 1.2608275815813, 1.55809523809523, 2.52275963787202, 4.52809523809523, 2.51095324338709, 5.6247619047619, 2.93399151165714, 7.00190476190476, 6.46183841598392, 15.4357142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 945, '2021-06-13 00:00:00', 3.98808224589212, 3.68000000000001, 3.66281312654628, 4.16000000000003, 3.47896536343778, 4.29000000000002, 6.87307791313322, 7.19000000000003, 4.14364573775318, 18.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 960, '2021-06-13 00:00:00', 0.431335136523763, 1.87500000000003, 0.813172798364473, 2.405, 1.43542676580863, 2.845, 4.20728534805991, 5.30500000000001, 4.45477272147526, 18.45 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 975, '2021-06-13 00:00:00', 0.68589357775093, 1.57500000000002, 0.629325035256018, 1.935, 1.53442171517478, 2.77499999999998, 4.20728534805991, 5.30500000000001, 4.45477272147526, 18.45 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 930, '2021-06-13 00:00:00', 0.00707106781189924, 4.035, 0.197989898732254, 4.36999999999998, 0.289913780286502, 5.155, 0.219203102167831, 6.98499999999999, 1.75362481734261, 18.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 945, '2021-06-13 00:00:00', 0.197989898732254, 1.68999999999997, 2.22031529292579, 3.78999999999999, 1.8526197667088, 4.04999999999998, 1.67584307141212, 5.64499999999998, 2.03646752981721, 18.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 960, '2021-06-13 00:00:00', 2.37587878478681, 3.24000000000001, 2.34052344572747, 3.26500000000001, 1.4071424945612, 4.785, 1.81019335983756, 5.10999999999999, 2.03646752981721, 18.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 975, '2021-06-13 00:00:00', 0.0494974746830937, 1.61500000000001, 0.544472221513709, 2.435, 0.45961940777128, 4.095, 0.551543289325528, 4.22, 2.03646752981721, 18.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 930, '2021-06-13 00:00:00', 0.30405591591026, 2.22500000000002, 0.424264068711904, 3.45000000000002, 2.34052344572743, 4.80500000000001, 1.04651803615614, 7.20000000000002, 6.30739248818402, 19.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 945, '2021-06-13 00:00:00', 0.106066017178006, 2.345, 0.947523086789996, 3.55000000000001, 1.59099025766973, 4.005, 0.912167747730661, 7.02500000000001, 5.34572726577034, 19.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 960, '2021-06-13 00:00:00', 0.311126983722079, 2.48999999999998, 0.247487373415268, 3.00499999999997, 0.367695526216992, 3.08999999999997, 1.40007142674938, 6.68000000000001, 4.63154941677189, 18.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 975, '2021-06-13 00:00:00', 0.890954544295084, 2.16999999999999, 0.127279220613624, 2.70999999999998, 0.933380951166198, 3.45999999999998, 0.572756492761065, 8.04500000000002, 4.63154941677189, 18.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 930, '2021-06-13 00:00:00', 1.85969083452062, 4.11500000000001, 1.37885822331376, 4.45500000000001, 2.5950818869546, 5.315, 3.09005663378518, 7.20500000000001, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 945, '2021-06-13 00:00:00', 0.247487373415308, 2.55500000000001, 1.04651803615606, 3.52000000000001, 2.22031529292575, 4.35000000000002, 3.09005663378518, 7.20500000000001, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 960, '2021-06-13 00:00:00', 0.961665222413674, 2.97, 1.74655374953075, 3.52500000000001, 3.64867099092256, 4.87, 2.94863527754787, 7.30500000000001, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 975, '2021-06-13 00:00:00', 1.65462986797654, 2.55000000000001, 1.89504617357995, 3.54000000000005, 2.53144227664783, 4.62000000000003, 2.33345237791562, 6.79000000000005, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 930, '2021-06-13 00:00:00', 0.127279220613543, 2.88, 0.6081118318204, 3.91, 2.51022907321225, 5.57500000000002, 3.5496760415565, 8.09999999999999, 0.84145706961199, 18.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 945, '2021-06-13 00:00:00', 1.26572113832389, 3.005, 1.67584307141212, 3.98500000000001, 3.22440692221062, 5.55000000000001, 3.61331565186327, 7.61500000000001, 1.15258405333407, 17.945 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 960, '2021-06-13 00:00:00', 0.0353553390593354, 2.82500000000002, 0.933380951166238, 3.93000000000004, 2.32638131010372, 4.91500000000002, 1.97282791951048, 6.45500000000001, 1.838477631085, 17.46 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 975, '2021-06-13 00:00:00', 0.6081118318204, 1.94000000000003, 0.869741340859426, 2.67499999999998, 1.61927452891713, 3.345, 0.247487373415308, 5.45499999999998, 1.838477631085, 17.46 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 930, '2021-06-13 00:00:00', 0, 4.30000000000001, 0, 7.37, 0, 7.62, 0, 12.92, 0, 21.07 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-06-13 18:10:12 Duration: 1s182ms 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 1031761, 1, 990, '2021-06-13 00:00:00', 0.533328351426007, 1.44130434782609, 0.718554213753398, 1.95739130434782, 0.942883895039938, 2.55869565217391, 2.02365526520973, 3.88478260869565, 3.39153952007131, 9.52695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1005, '2021-06-13 00:00:00', 0.489384949154037, 1.19391304347826, 0.787070919556213, 1.67478260869565, 1.09824221753648, 2.31217391304347, 2.00764270950083, 3.56739130434782, 3.46306479676042, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1020, '2021-06-13 00:00:00', 0.542693108742572, 1.13391304347826, 0.628825054062412, 1.52130434782609, 0.90395529638673, 2.07521739130435, 1.94876255456408, 3.29869565217391, 3.53323436234968, 9.17782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1035, '2021-06-13 00:00:00', 0.280523931045688, 0.911304347826086, 0.678308172060886, 1.34739130434782, 0.994073147673199, 1.96217391304348, 1.916428867645, 3.06782608695652, 3.55526881735212, 9.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1050, '2021-06-13 00:00:00', 0.555758926324823, 0.919565217391306, 0.707283116661655, 1.37695652173913, 0.976050564037185, 1.84260869565217, 1.80868064945131, 3.00565217391304, 3.49511171908049, 9.00826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1065, '2021-06-13 00:00:00', 0.521571053296068, 0.950000000000002, 0.899493928864031, 1.39434782608696, 0.961461749448298, 1.72217391304348, 1.74013560872678, 2.74086956521739, 3.50846463722693, 8.96826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1080, '2021-06-13 00:00:00', 0.49003186151152, 0.906956521739131, 0.506760228168859, 1.06826086956522, 0.888678683423619, 1.5804347826087, 1.53875071240949, 2.57913043478261, 3.54618143455723, 8.80130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1095, '2021-06-13 00:00:00', 0.286925228860276, 0.675217391304349, 0.539481525360726, 1.05695652173913, 0.997163962635755, 1.52782608695652, 1.42105163419053, 2.61826086956522, 3.431331054609, 8.75347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1110, '2021-06-13 00:00:00', 0.368938762231191, 0.733913043478259, 0.523725631938523, 1.00608695652174, 0.976853058158287, 1.36652173913044, 1.36757987099742, 2.52739130434782, 3.42494049456401, 8.71913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1125, '2021-06-13 00:00:00', 0.271391524708848, 0.614782608695658, 0.572085499013755, 0.890000000000001, 0.762691821268094, 1.24521739130435, 1.37016804601053, 2.46826086956522, 3.5509159314984, 8.85695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1140, '2021-06-13 00:00:00', 0.359384629962058, 0.598695652173909, 0.566174668225901, 0.879130434782612, 0.718087600764383, 1.26043478260869, 1.41638059577744, 2.57608695652174, 3.71310897508672, 8.99652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1155, '2021-06-13 00:00:00', 0.385656875079962, 0.666956521739137, 0.501060929764006, 0.925652173913044, 0.778404164607477, 1.26695652173913, 1.99832934175094, 3.90260869565217, 3.78803932097242, 9.11652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1170, '2021-06-13 00:00:00', 0.377406900280648, 0.61782608695652, 0.568832449611684, 0.886086956521736, 0.68121752198029, 1.20869565217391, 1.89291136578953, 4.1095652173913, 3.74572831801921, 9.11478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1185, '2021-06-13 00:00:00', 0.301163094495606, 0.570869565217389, 0.382485629686917, 0.770434782608692, 0.483673770433684, 1.08695652173913, 1.7921770054803, 4.10434782608695, 3.7775728347365, 9.07739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1200, '2021-06-13 00:00:00', 0.232549879897447, 0.526086956521734, 0.299870854943043, 0.7895652173913, 0.496174695105709, 1.05434782608695, 1.7892970112495, 4.10260869565217, 3.74289899481344, 9.07260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1215, '2021-06-13 00:00:00', 0.188019635674599, 0.521739130434778, 0.246223652309281, 0.704782608695646, 0.401590218453233, 0.947391304347822, 1.7785395038622, 4.10130434782609, 3.72778871392307, 9.13217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1230, '2021-06-13 00:00:00', 0.18529967182768, 0.487826086956523, 0.324032155726347, 0.671739130434782, 0.481729427279172, 0.912173913043483, 1.80880040172503, 4.1195652173913, 3.74059378939136, 9.11652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1245, '2021-06-13 00:00:00', 0.280652120334443, 0.497391304347826, 0.299640759877952, 0.671304347826088, 0.445724528976391, 0.913913043478264, 1.78986518802516, 4.18086956521739, 3.73778326223111, 9.11652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1260, '2021-06-13 00:00:00', 0.22442460462716, 0.491304347826086, 0.417969399564529, 0.684347826086961, 0.454162130859365, 0.977826086956522, 1.75032520975988, 4.21260869565218, 3.75319800395836, 9.1604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1275, '2021-06-13 00:00:00', 0.296631950123365, 0.477826086956525, 0.333493900721108, 0.660000000000002, 0.8732031805178, 1.17739130434783, 1.68077809950119, 4.20826086956522, 3.77364498100812, 9.18347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1290, '2021-06-13 00:00:00', 0.190699772317781, 0.471304347826086, 0.327217276813219, 0.735652173913042, 1.04576597870338, 1.22086956521739, 1.67589171591671, 4.20695652173913, 3.7594418158549, 9.16869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1305, '2021-06-13 00:00:00', 0.265397755038441, 0.542173913043478, 0.82656439292542, 0.937826086956524, 1.08055742458515, 1.3495652173913, 1.63859478986585, 4.22739130434783, 3.75979527026517, 9.16826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1320, '2021-06-13 00:00:00', 0.282493994879285, 0.521428571428571, 0.29007141977697, 0.68285714285714, 0.471628384783333, 1.27666666666666, 1.62843570863048, 4.04857142857143, 3.93898705857471, 9.06095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1335, '2021-06-13 00:00:00', 0.2151422563705, 0.511904761904759, 0.291134071553031, 0.809047619047617, 1.58371594374628, 3.16523809523809, 1.61415701130431, 4.06857142857143, 3.88268635526144, 9.11666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1350, '2021-06-13 00:00:00', 0.248555828738735, 0.650000000000002, 0.519550630009105, 1.15142857142857, 1.57226906094345, 3.44, 1.63992348834299, 4.04904761904762, 3.90712761379459, 9.12523809523809 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1365, '2021-06-13 00:00:00', 0.39390777262366, 0.946666666666669, 1.54846021828752, 3.00904761904762, 1.5328728086893, 3.40238095238095, 1.5852211803014, 3.9352380952381, 3.8116852915613, 9.05380952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 990, '2021-06-13 00:00:00', 0.601260854691714, 1.64115384615385, 0.619225322479631, 2.03, 0.730649026551053, 2.42, 0.843057530658499, 3.085, 3.78285746696655, 9.05884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1005, '2021-06-13 00:00:00', 0.50097566346542, 1.25384615384615, 0.575326529359299, 1.59384615384615, 0.731159668976935, 1.97230769230769, 0.881954560141196, 2.70038461538462, 3.81444840250653, 8.96615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1020, '2021-06-13 00:00:00', 0.317395409786985, 0.969615384615386, 0.532835232145348, 1.41576923076924, 0.585483889287643, 1.65923076923077, 0.661955727081041, 2.40423076923077, 3.7983848591818, 8.92346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1035, '2021-06-13 00:00:00', 0.476817171864244, 1.05884615384616, 0.446276216639941, 1.2823076923077, 0.492332751766059, 1.63346153846154, 0.714545579102821, 2.29076923076924, 3.79810446650188, 8.92153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1050, '2021-06-13 00:00:00', 0.256051677476368, 0.772307692307693, 0.311390183136599, 1.05961538461539, 0.55207427036586, 1.52500000000001, 0.756291864702635, 2.23423076923077, 3.77493761537856, 8.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1065, '2021-06-13 00:00:00', 0.252289516230856, 0.784999999999995, 0.378288453228687, 1.12692307692307, 0.535850725482385, 1.43, 0.727627229160224, 2.25576923076923, 3.77114406227891, 8.91653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1080, '2021-06-13 00:00:00', 0.354121230871362, 0.855384615384609, 0.435472687477023, 1.11269230769231, 0.484902051965135, 1.335, 0.770434043500556, 2.19615384615385, 3.77114406227891, 8.91653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1095, '2021-06-13 00:00:00', 0.262362051664957, 0.784615384615391, 0.292362525221422, 1.03038461538462, 0.397911470633275, 1.35153846153846, 1.1660611542216, 2.33115384615385, 3.76206745533111, 8.92346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1110, '2021-06-13 00:00:00', 0.256676090403088, 0.70115384615385, 0.30816578954542, 0.913076923076925, 0.455737441280187, 1.31615384615384, 1.26371442733164, 2.35692307692308, 3.73386118978938, 8.93923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1125, '2021-06-13 00:00:00', 0.160866882378424, 0.596923076923076, 0.343877661609246, 0.970384615384614, 0.447155281925465, 1.28961538461538, 1.24604654808719, 2.3, 3.84180926928165, 8.99230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1140, '2021-06-13 00:00:00', 0.293803702128842, 0.683846153846148, 0.353810031601048, 0.89846153846153, 0.497169991049336, 1.18499999999999, 1.20537539636158, 2.37538461538462, 3.82810137716416, 9.00192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1155, '2021-06-13 00:00:00', 0.210719280998714, 0.541153846153839, 0.370545751353531, 0.818076923076919, 0.497696849343206, 1.08307692307692, 1.96607238304814, 3.85384615384615, 3.6557359776742, 9.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1170, '2021-06-13 00:00:00', 0.370362815877367, 0.586153846153848, 0.449445641446641, 0.75423076923077, 0.48397981521801, 1.03269230769231, 1.99253020438452, 4.04615384615385, 3.57062580164663, 9.22615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1185, '2021-06-13 00:00:00', 0.164675905481509, 0.486923076923074, 0.266117383006941, 0.712307692307696, 0.489385328754348, 1.055, 2.32028277454412, 4.43192307692308, 3.56192698495545, 9.22038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1200, '2021-06-13 00:00:00', 0.302174682032659, 0.538461538461544, 0.471872212167008, 0.790769230769236, 0.499537786358553, 1.055, 2.29115207835575, 4.49538461538461, 3.53599697615603, 9.23884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1215, '2021-06-13 00:00:00', 0.26127733570642, 0.504615384615386, 0.278811764457669, 0.71, 0.423017911968456, 0.981923076923074, 2.34482120033458, 4.68230769230769, 3.53142841006081, 9.28115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1230, '2021-06-13 00:00:00', 0.159894195786319, 0.486923076923076, 0.305483475569713, 0.718076923076923, 0.541728856390491, 1.01692307692308, 2.35527927463783, 4.77269230769231, 3.52055032848341, 9.27884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1245, '2021-06-13 00:00:00', 0.224558370003127, 0.487692307692305, 0.335332900035407, 0.691923076923074, 0.548973447585444, 1.10961538461539, 2.33111343485337, 4.74461538461538, 3.49230670958983, 9.25692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1260, '2021-06-13 00:00:00', 0.244688813362228, 0.516153846153846, 0.375773254052943, 0.738461538461539, 0.478662881207799, 1.09692307692308, 2.345058733068, 4.76269230769231, 3.51417551332621, 9.25153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1275, '2021-06-13 00:00:00', 0.289218841816258, 0.52653846153846, 0.35354207670375, 0.8, 0.920440028548223, 1.24461538461539, 2.36007327135279, 4.74461538461538, 3.5380705954604, 9.23346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1290, '2021-06-13 00:00:00', 0.231317630443175, 0.569615384615385, 0.316797435887058, 0.756153846153845, 0.959628854537806, 1.26346153846154, 2.39036025607986, 4.73307692307692, 3.54910608463596, 9.215 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1305, '2021-06-13 00:00:00', 0.275438671102046, 0.547692307692307, 0.851297019485335, 0.958846153846156, 0.879088076448454, 1.26961538461539, 2.41638114670552, 4.75461538461538, 3.53565176235095, 9.23576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1320, '2021-06-13 00:00:00', 0.228501339862247, 0.550416666666672, 0.337238358056922, 0.78416666666667, 0.495681166517933, 1.35041666666667, 2.47986836373411, 4.79583333333333, 3.63142194771123, 9.34916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1335, '2021-06-13 00:00:00', 0.275246595629808, 0.537083333333332, 0.353682234765059, 0.802916666666668, 1.96957064216868, 3.35458333333333, 2.47522857969504, 4.78, 3.62640854693392, 9.35708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1350, '2021-06-13 00:00:00', 0.305129753820679, 0.637916666666667, 0.454588323077332, 1.15375000000001, 1.97325702763261, 3.61291666666666, 2.45776376354428, 4.75125, 3.611949948094, 9.33541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1365, '2021-06-13 00:00:00', 0.391626115692957, 0.953333333333341, 1.92541991467474, 3.26375, 2.30412154344265, 3.9775, 2.45813158101133, 4.7125, 3.60913572596069, 9.33541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 990, '2021-06-13 00:00:00', 0.77951373731748, 1.722, 1.02484437843021, 2.1732, 1.62767502899074, 2.9152, 1.79115949410803, 3.80239999999999, 3.2563874155266, 8.7044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1005, '2021-06-13 00:00:00', 0.946376490377094, 1.35269230769231, 1.64690254720794, 1.99, 1.68137860102952, 2.525, 1.80442396519051, 3.40538461538461, 3.08870229160303, 8.39538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1020, '2021-06-13 00:00:00', 0.846095830178923, 1.23307692307692, 0.881184168299419, 1.71153846153846, 0.981349149816797, 2.12692307692308, 1.37074561405884, 3.10653846153846, 2.97553648685668, 8.28423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1035, '2021-06-13 00:00:00', 0.560356136755904, 1.0964, 0.603020176555754, 1.394, 0.605845965021912, 1.7892, 1.29741627860915, 2.8184, 2.98161404835256, 8.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1050, '2021-06-13 00:00:00', 0.443556257814222, 0.973076923076925, 0.471809120464882, 1.27038461538461, 0.81920233247865, 1.68730769230769, 1.34350889608002, 2.77192307692308, 2.97468377116989, 8.12346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1065, '2021-06-13 00:00:00', 0.365477138083267, 0.831538461538457, 0.418705146851571, 1.105, 0.980999255076949, 1.55653846153846, 1.59920210874529, 2.79076923076923, 2.98280335358431, 8.12961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1080, '2021-06-13 00:00:00', 0.239030413256428, 0.813461538461536, 0.58436250603674, 1.18346153846154, 0.789201738857302, 1.43923076923077, 1.51659152251153, 2.71538461538461, 2.98646402700842, 8.13076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1095, '2021-06-13 00:00:00', 0.448978327385117, 0.758461538461538, 0.697039012262144, 1.04076923076923, 0.744741565913975, 1.31, 1.52187581622155, 2.735, 2.99242039930118, 8.14038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1110, '2021-06-13 00:00:00', 0.255917053870078, 0.671538461538461, 0.289675680718976, 0.850000000000002, 0.47993973980715, 1.17307692307692, 1.46784871364655, 2.80038461538462, 2.98332339204761, 8.22769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1125, '2021-06-13 00:00:00', 0.242875403321254, 0.607307692307692, 0.417313016626792, 0.863076923076925, 0.548324581022814, 1.19038461538461, 1.57114270027117, 2.83576923076923, 3.36734693558822, 9.03423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1140, '2021-06-13 00:00:00', 0.39880050921964, 0.585384615384619, 0.480130751422503, 0.821538461538463, 0.609925089977951, 1.08615384615385, 1.53764540275558, 2.87576923076923, 3.37378146663582, 9.13423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1155, '2021-06-13 00:00:00', 0.232033485647095, 0.583461538461539, 0.310409159262165, 0.774615384615385, 0.589145535108651, 1.17269230769231, 1.54734656254356, 3.83423076923077, 3.34409350715786, 9.33423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1170, '2021-06-13 00:00:00', 0.275833004105462, 0.540384615384616, 0.350676708445473, 0.723076923076925, 0.547276332957476, 1.13923076923077, 1.69046739098984, 3.99, 3.33331694354945, 9.37538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1185, '2021-06-13 00:00:00', 0.217937182198484, 0.523846153846158, 0.563116738819279, 0.867307692307695, 0.801523261335272, 1.22653846153847, 1.78777472337497, 4.15230769230769, 3.35723927334075, 9.43346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1200, '2021-06-13 00:00:00', 0.528592907196516, 0.617692307692311, 0.565003063300072, 0.857307692307697, 0.844545212161328, 1.28384615384616, 1.92285428865128, 4.29384615384615, 3.44194336877383, 9.50692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1215, '2021-06-13 00:00:00', 0.317098383180021, 0.590769230769231, 0.517169366693492, 0.888076923076922, 0.656648951993257, 1.28961538461539, 1.93038919949798, 4.42769230769231, 3.44215918373247, 9.57038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1230, '2021-06-13 00:00:00', 0.513038610033018, 0.676153846153844, 0.576649340187311, 0.892692307692307, 0.677368323848882, 1.29961538461538, 2.10303388904257, 4.60346153846154, 3.47773659815602, 9.58961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1245, '2021-06-13 00:00:00', 0.241680335599291, 0.525769230769228, 0.381927298760463, 0.842692307692307, 0.737948507688715, 1.31, 2.13234507959231, 4.67653846153846, 3.4770186389182, 9.59115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1260, '2021-06-13 00:00:00', 0.359363539951057, 0.666923076923077, 0.485044169281365, 0.930384615384614, 0.860476880304443, 1.31269230769231, 2.12707184067314, 4.68115384615384, 3.49245589146751, 9.59192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1275, '2021-06-13 00:00:00', 0.480735494200937, 0.678846153846153, 0.753531991051782, 1.0276923076923, 1.28572086933601, 1.61692307692307, 2.13908236975938, 4.80423076923077, 3.47533329890264, 9.59846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1290, '2021-06-13 00:00:00', 0.501543463873118, 0.734615384615382, 0.617308799423881, 0.966923076923076, 1.2338470170724, 1.66230769230769, 2.10231447548794, 4.89692307692308, 3.44336668884482, 9.58692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1305, '2021-06-13 00:00:00', 0.345462009488745, 0.6, 1.12583589458609, 1.11230769230769, 1.15878822648755, 1.59307692307692, 2.21863866784601, 4.92153846153846, 3.44607364089358, 9.58346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1320, '2021-06-13 00:00:00', 0.871519994864876, 0.779166666666667, 0.872605626678021, 1.09333333333333, 0.912776362755846, 1.57708333333333, 2.30656467061085, 4.86666666666667, 3.437582462779, 9.64083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1335, '2021-06-13 00:00:00', 0.369405858651151, 0.707916666666667, 0.516710435266248, 0.993750000000001, 1.60722733617398, 3.18833333333333, 2.32360192498567, 4.84708333333333, 3.35164495629287, 9.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1350, '2021-06-13 00:00:00', 0.491642470541932, 0.750833333333334, 0.670337223159821, 1.20291666666667, 1.71025974804913, 3.42166666666666, 2.38289522931937, 4.89375, 3.30840954718185, 9.62208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1365, '2021-06-13 00:00:00', 0.531339399979914, 0.965416666666668, 1.45864042315369, 3.03833333333333, 1.65769593023011, 3.55916666666666, 2.189249383309, 4.89041666666667, 3.26715938313125, 9.56 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 990, '2021-06-13 00:00:00', 0.526934385055527, 1.49038461538462, 0.623251646916888, 1.91884615384615, 0.982925930381016, 2.36923076923077, 1.59848221279293, 3.63576923076923, 3.19148733110682, 8.87923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1005, '2021-06-13 00:00:00', 0.441030436765814, 1.20961538461538, 0.693986033998244, 1.65384615384615, 1.00419029762598, 2.13307692307693, 1.61626735221811, 3.41807692307693, 3.15158216676103, 8.81307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1020, '2021-06-13 00:00:00', 0.460105840666453, 1.09423076923077, 0.677308360633925, 1.43884615384615, 1.07994729216113, 2.04692307692308, 1.79341702216317, 3.24384615384616, 3.09381735824108, 8.72461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1035, '2021-06-13 00:00:00', 0.378024012261328, 0.973076923076927, 0.696451334651937, 1.34730769230769, 1.02675897853391, 1.825, 1.68701981202173, 3.12961538461539, 3.03470358456206, 8.69538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1050, '2021-06-13 00:00:00', 0.469544623913589, 0.918076923076923, 0.715796382736363, 1.36269230769231, 0.770678821659091, 1.70538461538461, 1.68641704851987, 3.0123076923077, 3.03450193606792, 8.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1065, '2021-06-13 00:00:00', 0.462578226232729, 0.971153846153847, 0.629864576409393, 1.26576923076923, 0.756031745365234, 1.68, 1.6933328538259, 2.93192307692308, 3.03521670750845, 8.70269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1080, '2021-06-13 00:00:00', 0.343427072092685, 0.806923076923075, 0.381599870988531, 1.05230769230769, 0.720195699899584, 1.58461538461539, 1.71687910062236, 2.76461538461539, 2.9978653174448, 8.6426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1095, '2021-06-13 00:00:00', 0.37417910150087, 0.774999999999998, 0.584731891224842, 1.14923076923077, 0.803360346391235, 1.53961538461538, 1.69837791391125, 2.73346153846154, 3.04608823550164, 8.65153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1110, '2021-06-13 00:00:00', 0.445073546212822, 0.812307692307694, 0.509888826495162, 1.10115384615385, 0.897115034215449, 1.40076923076923, 1.6647760764185, 2.58923076923077, 3.09838322603654, 8.64115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1125, '2021-06-13 00:00:00', 0.318048133754334, 0.708846153846157, 0.564593250456941, 0.99846153846154, 0.93449591512463, 1.36884615384615, 1.70070578109388, 2.64192307692308, 3.22498021460836, 9.17423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1140, '2021-06-13 00:00:00', 0.384699083200604, 0.665769230769229, 0.644319676987943, 0.970384615384612, 0.973687123969817, 1.39115384615385, 1.63094158740847, 2.92230769230769, 3.25629674039981, 9.23730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1155, '2021-06-13 00:00:00', 0.579642993574493, 0.721199999999994, 0.673804620544166, 0.967199999999999, 0.973086669658289, 1.4532, 1.8789982260059, 3.7748, 3.52644887481254, 9.476 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1170, '2021-06-13 00:00:00', 0.27899931072427, 0.596153846153845, 0.517221571327175, 0.866923076923078, 0.692630215471873, 1.37615384615385, 1.8673830310398, 3.96923076923077, 3.41808720688137, 9.45192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1185, '2021-06-13 00:00:00', 0.355968883687668, 0.595384615384613, 0.530063566579878, 0.949230769230771, 0.916514803271271, 1.37923076923077, 1.88473462731086, 4.13615384615385, 3.44220251493809, 9.51307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1200, '2021-06-13 00:00:00', 0.518149592299368, 0.729599999999998, 0.632786957303429, 1.0188, 1.0384287810598, 1.4152, 1.9220733596822, 4.2208, 3.52417375659411, 9.6256 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1215, '2021-06-13 00:00:00', 0.369029357459091, 0.640799999999997, 0.65739840786746, 0.953199999999998, 0.847267568913942, 1.3096, 1.99121085439656, 4.1504, 3.52515143882736, 9.6248 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1230, '2021-06-13 00:00:00', 0.50623380632536, 0.683200000000003, 0.721285195559519, 0.932400000000002, 0.779829041093836, 1.226, 2.00003541635309, 4.206, 3.54330589515873, 9.634 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1245, '2021-06-13 00:00:00', 0.435900217939837, 0.604400000000005, 0.553211231508062, 0.835200000000002, 0.615295863792368, 1.0784, 2.01413447085011, 4.2572, 3.53781712359471, 9.638 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1260, '2021-06-13 00:00:00', 0.373096055549599, 0.584399999999997, 0.483607278687992, 0.815200000000001, 0.694226908150354, 1.1348, 2.0363567958489, 4.3036, 3.55412492746104, 9.6504 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1275, '2021-06-13 00:00:00', 0.327201263241247, 0.537600000000002, 0.425939354055638, 0.750799999999997, 0.728155889902705, 1.1788, 2.01290362412113, 4.2732, 3.5729788225886, 9.6612 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1290, '2021-06-13 00:00:00', 0.284533536394808, 0.524799999999999, 0.445801525345081, 0.7884, 0.80994382521259, 1.2056, 2.0583924148066, 4.3128, 3.57224891816532, 9.6496 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1305, '2021-06-13 00:00:00', 0.284084494473035, 0.549599999999998, 0.557732910988764, 0.879199999999996, 0.840629724274208, 1.258, 2.11619800585862, 4.4176, 3.57224891816532, 9.6496 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1320, '2021-06-13 00:00:00', 0.388051278140409, 0.617391304347826, 0.58351158578985, 0.826956521739133, 0.701532202275874, 1.52260869565218, 2.16874592640093, 4.56956521739131, 3.64416399538994, 9.74695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1335, '2021-06-13 00:00:00', 0.405829555920342, 0.56391304347826, 0.499705446835274, 0.846521739130438, 1.57040942774519, 3.27695652173913, 2.17271810241669, 4.62695652173913, 3.64719731044864, 9.74869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1350, '2021-06-13 00:00:00', 0.348822411978954, 0.629565217391305, 0.532850118712441, 1.30739130434782, 1.53492619333058, 3.46434782608696, 2.1540376646822, 4.63652173913044, 3.6327863085566, 9.73 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1365, '2021-06-13 00:00:00', 0.439415260034273, 1.08304347826087, 1.39270473619265, 3.02086956521739, 1.49338488641486, 3.54434782608696, 2.04347181901263, 4.5104347826087, 3.63122247732659, 9.63695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 990, '2021-06-13 00:00:00', 0.501751477780131, 1.52000000000001, 0.585566176478435, 1.88173913043479, 0.726750578370636, 2.38130434782609, 1.37870449587884, 3.20521739130435, 3.60610697427037, 9.19565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1005, '2021-06-13 00:00:00', 0.563689147088584, 1.16, 0.629821167917773, 1.57739130434783, 0.734459011467412, 1.92130434782609, 1.43815043713858, 2.92695652173913, 3.61784078377682, 9.22086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1020, '2021-06-13 00:00:00', 0.449648523256114, 1.19739130434783, 0.566575944066861, 1.51913043478261, 0.722419627762891, 1.78913043478261, 1.45107687965591, 2.82826086956521, 3.66807641482293, 9.23130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1035, '2021-06-13 00:00:00', 0.440170197050575, 1.00956521739131, 0.556481393670962, 1.26478260869565, 0.741346654177437, 1.60304347826087, 1.49333248047218, 2.69347826086956, 3.72244511423049, 9.20608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1050, '2021-06-13 00:00:00', 0.558829239193047, 0.999130434782607, 0.730653505743007, 1.3, 0.905939557704287, 1.68086956521739, 1.50818819135855, 2.65043478260869, 3.73775386463169, 9.18695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1065, '2021-06-13 00:00:00', 0.407761167793689, 0.796521739130437, 0.455865159316064, 1.06695652173913, 0.698556671233549, 1.48217391304348, 1.3584574779387, 2.41608695652174, 3.73602354606591, 9.21913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1080, '2021-06-13 00:00:00', 0.43741650812587, 0.77826086956522, 0.678947395029535, 1.16173913043478, 0.724269565260098, 1.46130434782609, 1.39862227523184, 2.49521739130435, 3.76750050816869, 9.28347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1095, '2021-06-13 00:00:00', 0.297547950099972, 0.695652173913043, 0.467720060865436, 0.965652173913044, 0.620519991046653, 1.28782608695652, 1.27355575801561, 2.31478260869565, 3.76026752475239, 9.24869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1110, '2021-06-13 00:00:00', 0.343164764123545, 0.705652173913042, 0.409527829919112, 0.90304347826087, 0.676011027344165, 1.34, 1.23302465602742, 2.2795652173913, 3.79739847499121, 9.25521739130434 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1125, '2021-06-13 00:00:00', 0.279733780838657, 0.636521739130437, 0.405032570788092, 0.91826086956522, 0.806442683872539, 1.3195652173913, 1.31246697681023, 2.28173913043478, 3.94306265268559, 9.39391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1140, '2021-06-13 00:00:00', 0.376295653671864, 0.644347826086958, 0.504177802880093, 0.930434782608692, 0.886904507116229, 1.30217391304348, 1.21816504914421, 2.34478260869565, 3.98067138357735, 9.4591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1155, '2021-06-13 00:00:00', 0.251223095033605, 0.54695652173913, 0.526134760837248, 0.822173913043478, 0.798777227572582, 1.20217391304348, 1.37365341895801, 3.20652173913043, 4.08115843238138, 9.47782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1170, '2021-06-13 00:00:00', 0.385773182863455, 0.558695652173909, 0.60081565112796, 0.816086956521737, 0.744912919016038, 1.1795652173913, 1.32493209610476, 3.24217391304347, 4.11521768571123, 9.49434782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1185, '2021-06-13 00:00:00', 0.262578427960181, 0.537391304347829, 0.390843822108822, 0.750434782608695, 0.52065290418888, 1.10608695652173, 1.44532666548448, 3.46652173913043, 4.10271523896259, 9.52782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1200, '2021-06-13 00:00:00', 0.375219566814095, 0.564782608695655, 0.552390779360527, 0.870869565217391, 0.546490057914333, 1.08173913043478, 1.62343764967169, 3.66043478260869, 4.10878861387609, 9.57434782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1215, '2021-06-13 00:00:00', 0.462885775442194, 0.642173913043477, 0.478463449729727, 0.789999999999998, 0.567463324370776, 1.05347826086956, 1.69420787278466, 3.74304347826086, 4.14374217459125, 9.61086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1230, '2021-06-13 00:00:00', 0.31769488432408, 0.521304347826086, 0.416333041663794, 0.731739130434783, 0.53401344152673, 1.03391304347826, 1.63077687056845, 3.74826086956522, 4.10716812895768, 9.56130434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1245, '2021-06-13 00:00:00', 0.334928462658549, 0.549565217391305, 0.413400054115967, 0.757826086956526, 0.501400016239118, 1.00260869565218, 1.74592048499379, 3.85260869565217, 4.1125336717869, 9.63826086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1260, '2021-06-13 00:00:00', 0.335334768723179, 0.553043478260868, 0.398689553015622, 0.73478260869565, 0.659162542107029, 1.14043478260869, 1.7745773866433, 3.89391304347826, 4.11459332873488, 9.64652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1275, '2021-06-13 00:00:00', 0.255537873402522, 0.487826086956522, 0.374896560173657, 0.692608695652175, 0.746970958370022, 1.18260869565217, 1.91062082495688, 4.01086956521739, 4.20036517328349, 9.70695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1290, '2021-06-13 00:00:00', 0.231729193181031, 0.465652173913046, 0.44725071445558, 0.808260869565221, 0.908128640919611, 1.22391304347826, 2.03511884067053, 4.08782608695652, 4.21927658037015, 9.71304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1305, '2021-06-13 00:00:00', 0.462780307109344, 0.637391304347828, 0.637770635416222, 0.931739130434784, 1.11074432900955, 1.35434782608696, 2.13202792735084, 4.20391304347826, 4.24418886601842, 9.75130434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1320, '2021-06-13 00:00:00', 0.317472908480466, 0.577619047619046, 0.38299260219139, 0.743333333333334, 0.611241515668064, 1.31809523809524, 2.25389990059558, 4.13047619047619, 4.42528228854762, 9.67666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1335, '2021-06-13 00:00:00', 0.341304918832193, 0.552380952380948, 0.451504363739926, 0.828095238095236, 1.32716418046328, 2.74952380952381, 2.28909443521523, 4.16333333333333, 4.46637005056359, 9.66714285714285 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1350, '2021-06-13 00:00:00', 0.304711416948969, 0.647619047619046, 0.53132762738168, 1.11761904761905, 1.24405634537837, 2.81190476190476, 2.28340639438204, 4.16380952380952, 4.45476294062242, 9.63142857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1365, '2021-06-13 00:00:00', 0.472333618980317, 0.940952380952383, 1.26957829519059, 2.63238095238095, 1.39699132492109, 3.01619047619047, 2.25267280400523, 4.1795238095238, 4.40985363108789, 9.64761904761904 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 945, '2021-06-13 00:00:00', 0.791959594928936, 1.06, 0.876812408671325, 1.58000000000001, 0.403050865276327, 2.35500000000002, 1.64048773235279, 3.68000000000001, 0.106066017177966, 9.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 960, '2021-06-13 00:00:00', 0.106066017178006, 0.844999999999999, 0.205060966544093, 1.49499999999999, 0.0424264068711945, 1.84999999999999, 0.869741340859466, 2.94499999999999, 0.106066017177966, 9.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 975, '2021-06-13 00:00:00', 0.247487373415288, 1.05499999999999, 0.410121933088186, 1.18000000000001, 0.0707106781186708, 1.52000000000001, 0.827314933988272, 2.505, 0.106066017177966, 9.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 930, '2021-06-13 00:00:00', 0.0565685424949326, 1.23999999999999, 0.735391052434024, 1.84999999999999, 0.989949493661171, 2.58, 0.445477272147542, 3.80499999999999, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 945, '2021-06-13 00:00:00', 0.205060966544113, 1.11500000000001, 0.346482322781435, 1.86499999999999, 0.516187950266193, 2.245, 0.339411254969515, 3.25, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 960, '2021-06-13 00:00:00', 0.318198051533938, 1.245, 0.45961940777126, 1.40500000000002, 0.296984848098361, 1.93000000000001, 0.707106781186548, 2.84, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 975, '2021-06-13 00:00:00', 0.00707106781185904, 0.955000000000013, 0.0282842712474563, 1.41000000000001, 1.00409162928489, 2.33, 0.254558441227147, 2.86, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 930, '2021-06-13 00:00:00', 0.183847763108496, 1.65000000000001, 0.091923881554248, 2.255, 0.120208152801704, 2.515, 0.516187950266193, 2.965, 2.0081832585698, 7.77999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 945, '2021-06-13 00:00:00', 0.417193000900045, 1.535, 0.325269119345797, 1.59999999999999, 0.205060966544093, 1.795, 0.523259018078052, 2.96000000000001, 2.01525432638166, 7.77499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 960, '2021-06-13 00:00:00', 0.169705627484758, 0.730000000000004, 0.120208152801704, 1.045, 0.410121933088186, 1.87, 0.565685424949246, 2.99000000000001, 2.01525432638166, 7.77499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 975, '2021-06-13 00:00:00', 0.00707106781185904, 0.835000000000008, 0.466690475583119, 1.45, 0.657609306503494, 2.405, 1.3505739520663, 3.545, 2.01525432638166, 7.77499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 930, '2021-06-13 00:00:00', 0.346482322781395, 1.425, 0.183847763108496, 1.81999999999999, 0.509116882454293, 2.31, 2.1283914113715, 3.85499999999999, 4.1577878733769, 8.75999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 945, '2021-06-13 00:00:00', 0.240416305603429, 1.14, 0.601040764008541, 1.655, 1.47785317267987, 2.27500000000001, 2.63750829382582, 3.49499999999999, 4.1577878733769, 8.75999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 960, '2021-06-13 00:00:00', 0.452548339959381, 1.28999999999999, 1.13844191771033, 1.86499999999999, 2.15667568261896, 2.675, 2.53851334445971, 3.56499999999998, 4.1577878733769, 8.75999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 975, '2021-06-13 00:00:00', 0.53740115370177, 1.25999999999999, 0.947523086789976, 1.61999999999999, 1.85969083452062, 2.29499999999999, 1.80312229202568, 3.05499999999999, 4.32749350086165, 8.64 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 930, '2021-06-13 00:00:00', 0.30405591591022, 1.505, 0.445477272147542, 1.605, 1.15965512114595, 2.27, 0.0777817459305299, 3.035, 4.20728534805995, 8.72499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 945, '2021-06-13 00:00:00', 0.106066017177986, 0.845000000000013, 0.728319984622145, 1.575, 0.494974746830595, 1.89, 0.289913780286482, 2.795, 4.20728534805995, 8.72499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 960, '2021-06-13 00:00:00', 0.148492424049181, 1.16500000000001, 0.0848528137423889, 1.31999999999999, 0.374766594028891, 1.97499999999999, 0.254558441227167, 2.81999999999999, 4.20728534805995, 8.72499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 975, '2021-06-13 00:00:00', 0.091923881554248, 1.065, 0.318198051533958, 1.765, 0.197989898732254, 1.84999999999999, 0.431335136523804, 2.69499999999999, 4.03050865276331, 8.59999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 930, '2021-06-13 00:00:00', 0, 1.09, 0, 1.97999999999999, 0, 2.98999999999998, 0, 5.19999999999999, 0, 9.47999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-06-13 18:07:41 Duration: 1s137ms Database: acaweb_fx User: pgperfstats
9 8s672ms 4 2s69ms 2s289ms 2s168ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Jun 13 18 4 8s672ms 2s168ms [ User: postgres - Total duration: 8s672ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-06-13 18:01:03 Duration: 2s289ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-06-13 18:46:03 Duration: 2s168ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-06-13 18:16:04 Duration: 2s144ms Database: acaweb_fx User: postgres
10 6s502ms 49 51ms 356ms 132ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Jun 13 18 49 6s502ms 132ms [ User: postgres - Total duration: 6s502ms - Times executed: 49 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:05:12 Duration: 356ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:31:13 Duration: 263ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:56:12 Duration: 217ms Database: acaweb_fx User: postgres
11 6s470ms 4 1s599ms 1s634ms 1s617ms select updateresultsmaterializedview ();Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Jun 13 18 4 6s470ms 1s617ms [ User: postgres - Total duration: 6s470ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:32:04 Duration: 1s634ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:47:04 Duration: 1s620ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:02:04 Duration: 1s616ms Database: acaweb_fx User: postgres
12 6s348ms 82 50ms 186ms 77ms 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 #12
Day Hour Count Duration Avg duration Jun 13 18 82 6s348ms 77ms [ User: postgres - Total duration: 6s348ms - Times executed: 82 ]
-
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 '%nzdchf%' 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 > 515157776 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 186ms 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 '%eurchf%' 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 > 515077724 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 170ms 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 '%nzdchf%' 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 > 515157776 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 150ms Database: acaweb_fx User: postgres Bind query: yes
13 5s786ms 60 51ms 957ms 96ms 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 Jun 13 18 60 5s786ms 96ms [ User: pgperfstats - Total duration: 5s786ms - Times executed: 60 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 1031646order by pricedatetime asc;
Date: 2021-06-13 18:06:37 Duration: 957ms 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 = 1032156order by pricedatetime asc;
Date: 2021-06-13 18:10:49 Duration: 716ms 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 = 1031741order by pricedatetime asc;
Date: 2021-06-13 18:07:25 Duration: 130ms Database: acaweb_fx User: pgperfstats
14 5s35ms 67 52ms 756ms 75ms 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 #14
Day Hour Count Duration Avg duration Jun 13 18 67 5s35ms 75ms [ User: postgres - Total duration: 5s35ms - Times executed: 67 ]
-
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 = '689' 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 ('329' = 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', '#SINA', '#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', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#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-06-13 18:46:02 Duration: 756ms 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 ('224' = 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', 'ENI.MI', '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-06-13 18:12:30 Duration: 105ms 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 ('224' = 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', 'ENI.MI', '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-06-13 18:16:14 Duration: 92ms Database: acaweb_fx User: postgres Bind query: yes
15 4s841ms 6 336ms 2s56ms 806ms select fixcandlegaps (?, false);Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Jun 13 18 6 4s841ms 806ms [ User: postgres - Total duration: 4s841ms - Times executed: 6 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-06-13 18:06:06 Duration: 2s56ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-06-13 18:06:02 Duration: 853ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-06-13 18:06:03 Duration: 703ms Database: acaweb_fx User: postgres
16 4s736ms 21 51ms 771ms 225ms 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 #16
Day Hour Count Duration Avg duration Jun 13 18 21 4s736ms 225ms [ User: postgres - Total duration: 4s736ms - Times executed: 21 ]
-
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 = 566 AND groupid = 5376 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-06-13 18:21:20 Duration: 771ms 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 = 566 AND groupid = 5376 AND patternclassid = '2' 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-06-13 18:21:20 Duration: 570ms 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 = 566 AND groupid = 3596 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-06-13 18:21:20 Duration: 539ms Database: acaweb_fx User: postgres Bind query: yes
17 4s322ms 2 2s156ms 2s165ms 2s161ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #17
Day Hour Count Duration Avg duration Jun 13 18 2 4s322ms 2s161ms [ User: pgperfstats - Total duration: 4s322ms - 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 1031766, 1, 0, '2021-06-13 00:00:00', 0.000479126930347893, 0.00113884615384616, 0.000731109167898084, 0.00149615384615386, 0.000745568342840638, 0.00160807692307694, 0.000915314910080342, 0.00269423076923078, 0.00274867277062947, 0.00880499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 15, '2021-06-13 00:00:00', 0.000425211078804944, 0.0007573076923077, 0.000557320512673046, 0.000996923076923092, 0.000542983920997237, 0.00160346153846154, 0.000904857744875699, 0.00254346153846153, 0.0027420853658933, 0.00879192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 30, '2021-06-13 00:00:00', 0.000492106304963276, 0.000646153846153843, 0.000487567431233877, 0.000795000000000016, 0.000618777454713365, 0.00155846153846157, 0.000919200990827614, 0.00249769230769231, 0.00273887200251379, 0.00878961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 45, '2021-06-13 00:00:00', 0.000352253405290084, 0.000542307692307675, 0.000551942165309157, 0.00129192307692307, 0.00066361620047922, 0.00151769230769231, 0.000950829030979749, 0.00255038461538461, 0.00275671588335442, 0.00876769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 60, '2021-06-13 00:00:00', 0.000522753655764743, 0.00117076923076922, 0.000623403561106307, 0.00135000000000002, 0.000882070030361273, 0.00165346153846154, 0.000981017133073936, 0.00255884615384615, 0.00278286783455762, 0.00871576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 75, '2021-06-13 00:00:00', 0.000408943291159814, 0.000671153846153828, 0.000486916356740638, 0.000863461538461516, 0.000825174014281955, 0.0012880769230769, 0.00108373549142981, 0.00233115384615384, 0.00273655766359013, 0.00858961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 90, '2021-06-13 00:00:00', 0.000336783884138476, 0.000569230769230766, 0.000683210520545933, 0.000976153846153819, 0.00077059856854666, 0.00120692307692305, 0.00105644425387166, 0.00230769230769231, 0.00268198872825029, 0.00853653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 105, '2021-06-13 00:00:00', 0.000549094359272259, 0.000736153846153827, 0.000640810544424919, 0.000936923076923049, 0.000629745858385632, 0.00112961538461535, 0.000937715390641616, 0.00226692307692308, 0.00271004388269892, 0.00846538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 120, '2021-06-13 00:00:00', 0.000254138665964976, 0.000632307692307676, 0.000319389802833224, 0.0008253846153846, 0.000443154600562824, 0.00103499999999999, 0.000777376356728191, 0.002195, 0.00273714854435163, 0.00842692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 135, '2021-06-13 00:00:00', 0.000264787868650785, 0.000563846153846184, 0.000309874416249803, 0.000716923076923085, 0.000464803018658285, 0.00111538461538461, 0.000808675745610357, 0.0021673076923077, 0.00273535229062843, 0.00841807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 150, '2021-06-13 00:00:00', 0.000207557591636987, 0.000448076923076929, 0.000324421615518132, 0.000724230769230774, 0.000525122256827289, 0.00120576923076923, 0.000784244467379511, 0.00210923076923078, 0.00270914817722358, 0.00837961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 165, '2021-06-13 00:00:00', 0.000269381056954936, 0.000583076923076951, 0.000334155422152399, 0.000920384615384607, 0.0004978105911041, 0.00124076923076923, 0.000748377938251468, 0.00210153846153847, 0.00270049320281714, 0.00835653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 180, '2021-06-13 00:00:00', 0.000261343569919852, 0.000682692307692279, 0.000398410109541176, 0.00092884615384615, 0.000447038976101464, 0.00122961538461537, 0.000688774161938319, 0.00201461538461537, 0.00268724703281716, 0.00830384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 195, '2021-06-13 00:00:00', 0.000277858846289876, 0.000578461538461536, 0.000390728117158821, 0.000807307692307678, 0.000388947494973466, 0.00108807692307692, 0.00060238806812166, 0.00192076923076925, 0.00265123602524153, 0.0082526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 210, '2021-06-13 00:00:00', 0.00035605703950998, 0.000553846153846136, 0.000369616225085076, 0.000831923076923095, 0.000366946024117151, 0.00107576923076922, 0.00057882480410409, 0.00189307692307694, 0.0026532475601392, 0.00824884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 225, '2021-06-13 00:00:00', 0.000195175660525434, 0.000561538461538502, 0.000210461763382673, 0.000736923076923088, 0.000379018976590072, 0.00108923076923079, 0.000553648041490404, 0.00182692307692309, 0.00265312947290554, 0.00821999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 240, '2021-06-13 00:00:00', 0.000154018979849408, 0.00055461538461538, 0.000286156492957184, 0.00077153846153846, 0.000415951180567367, 0.00110923076923076, 0.000524362910147611, 0.00177269230769232, 0.00265216663242599, 0.0082203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 255, '2021-06-13 00:00:00', 0.000196447291815214, 0.000533461538461566, 0.000320078836442599, 0.000777692307692347, 0.000436675552855371, 0.00104153846153846, 0.000604041771352314, 0.00176769230769231, 0.00266353082609127, 0.00820269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 270, '2021-06-13 00:00:00', 0.000262494542067798, 0.000599230769230766, 0.000324561953313173, 0.000797307692307663, 0.000362325820222644, 0.000989999999999995, 0.00061522641235687, 0.00171346153846152, 0.00265952962874149, 0.00817538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 285, '2021-06-13 00:00:00', 0.000207165485690848, 0.00054846153846151, 0.000251988094956886, 0.000704999999999973, 0.000270985949110628, 0.000885769230769218, 0.000606839479472262, 0.00170307692307691, 0.00266512150105481, 0.00818615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 300, '2021-06-13 00:00:00', 0.000166182476165838, 0.000453846153846138, 0.000192360638865154, 0.000618846153846168, 0.000250443606426661, 0.000815000000000002, 0.000661665032614392, 0.00178384615384615, 0.00266647716313837, 0.00818730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 315, '2021-06-13 00:00:00', 0.000131332226990003, 0.00041192307692306, 0.000201236561902041, 0.000561923076923035, 0.000287929745704656, 0.000783461538461504, 0.000637344128757415, 0.00199653846153847, 0.00269400679571983, 0.00821615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 330, '2021-06-13 00:00:00', 0.000201181127727836, 0.000444615384615342, 0.000217812904894227, 0.000587692307692263, 0.000297879944840982, 0.000792692307692291, 0.000705101847526023, 0.00214615384615384, 0.00269087189187102, 0.00821653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 345, '2021-06-13 00:00:00', 0.000118947305721755, 0.00040730769230767, 0.000233263469394294, 0.000590384615384589, 0.000261625686812314, 0.000829999999999997, 0.000712870254674702, 0.00222000000000002, 0.00268787834546133, 0.00820499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 360, '2021-06-13 00:00:00', 0.000183761132577468, 0.000458076923076926, 0.00023644156864776, 0.000636153846153855, 0.000320380783059546, 0.000829615384615379, 0.000891429275852065, 0.00245692307692308, 0.00268676871982799, 0.00820692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 375, '2021-06-13 00:00:00', 0.000195467486967868, 0.000423461538461554, 0.000243471053405042, 0.000573076923076928, 0.000353441105963393, 0.000843846153846191, 0.00112218475100342, 0.00266884615384616, 0.00267385716780949, 0.00822192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 390, '2021-06-13 00:00:00', 0.000135122166945327, 0.000404999999999997, 0.000231157621881339, 0.000564615384615386, 0.000360765852042558, 0.000850000000000009, 0.00112822535937572, 0.00279269230769231, 0.00267078936761285, 0.00822038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 405, '2021-06-13 00:00:00', 0.000173255258550449, 0.000395769230769236, 0.000226244251945686, 0.000607692307692318, 0.000312602967651629, 0.000823846153846171, 0.00147849320385524, 0.00301692307692308, 0.00265706480625058, 0.00820423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 420, '2021-06-13 00:00:00', 0.00017368406330507, 0.000443076923076939, 0.000232015914573488, 0.000610769230769244, 0.000355701906311772, 0.000829615384615397, 0.00168555218069516, 0.00323307692307694, 0.00266598020651663, 0.00821230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 435, '2021-06-13 00:00:00', 0.00021273023726342, 0.00046692307692307, 0.000223229443880884, 0.000629230769230767, 0.000437033355530359, 0.000966923076923058, 0.00175177009380183, 0.00333769230769234, 0.00266598020651663, 0.00821230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 450, '2021-06-13 00:00:00', 0.00012961540744122, 0.000411923076923102, 0.000254006965379978, 0.000593461538461549, 0.000387691391940295, 0.000886153846153827, 0.00171508712494548, 0.00336038461538463, 0.00262702314709722, 0.00818884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 465, '2021-06-13 00:00:00', 0.000201146330202263, 0.000409615384615369, 0.000337178564881234, 0.000685769230769197, 0.00035894310669816, 0.000911923076923064, 0.00170628503345267, 0.00342615384615387, 0.0026320615202069, 0.00819038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 480, '2021-06-13 00:00:00', 0.000280093665652157, 0.000562692307692288, 0.000312687605225288, 0.000658461538461522, 0.00042165096758044, 0.00104153846153843, 0.00168538605483909, 0.00355307692307694, 0.0026436161713718, 0.00821230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 495, '2021-06-13 00:00:00', 0.000179493303924807, 0.000445384615384604, 0.000251677449251093, 0.000688461538461522, 0.000489113011952787, 0.00126346153846152, 0.00168106889073129, 0.00367615384615385, 0.00262029091162384, 0.00819730769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 510, '2021-06-13 00:00:00', 0.000244073444179918, 0.000540384615384594, 0.000369096193423876, 0.000819999999999975, 0.000545604111195867, 0.00137961538461536, 0.00165240244678884, 0.00378461538461538, 0.00264057805443022, 0.00818730769230764 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 525, '2021-06-13 00:00:00', 0.000205455216905878, 0.000599615384615384, 0.00039315704437089, 0.000982692307692298, 0.000557789042008353, 0.00142384615384616, 0.00161830262454689, 0.00389923076923078, 0.00262360400975454, 0.00816499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 540, '2021-06-13 00:00:00', 0.000380094725035746, 0.00082, 0.000480533197444405, 0.00114807692307694, 0.000710454350831481, 0.00173576923076923, 0.00161099037861805, 0.00401500000000001, 0.00260547190469481, 0.00814038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 555, '2021-06-13 00:00:00', 0.00032145630161213, 0.000786923076923091, 0.000364512741151134, 0.00108153846153846, 0.000812252707929274, 0.00188769230769229, 0.00144306362139185, 0.00402384615384615, 0.00256639828433669, 0.00803807692307688 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 570, '2021-06-13 00:00:00', 0.000272353842243148, 0.000746153846153849, 0.000580650166093667, 0.00127884615384616, 0.000794082731593756, 0.00194076923076925, 0.00135653948877848, 0.00408923076923078, 0.00254870057389736, 0.0079911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 585, '2021-06-13 00:00:00', 0.00056704090206559, 0.000960769230769231, 0.000763358268543557, 0.00152961538461537, 0.00111113303226237, 0.00212384615384615, 0.00127200151185203, 0.00411038461538462, 0.00243479937571867, 0.00792999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 600, '2021-06-13 00:00:00', 0.000372617560179104, 0.0011503846153846, 0.000394071645184552, 0.00145269230769229, 0.000861035155183302, 0.00215846153846154, 0.00106180028543687, 0.00399038461538461, 0.0022937374606658, 0.00785653846153841 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 615, '2021-06-13 00:00:00', 0.000247650187531963, 0.000958846153846167, 0.000641007500256126, 0.00143884615384616, 0.000847567015730231, 0.00204538461538464, 0.00104436370027955, 0.00397346153846155, 0.00227079423584317, 0.00783769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 630, '2021-06-13 00:00:00', 0.000456569145492096, 0.00101923076923078, 0.000706851850433734, 0.00153653846153846, 0.000770662152856965, 0.00199807692307695, 0.00106968011034217, 0.00392653846153846, 0.00221772416263579, 0.00781730769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 645, '2021-06-13 00:00:00', 0.000538048896834317, 0.00110615384615387, 0.000633290916258384, 0.0014042307692308, 0.000793115376222143, 0.00203000000000004, 0.0010488047409387, 0.00386076923076924, 0.00213502776058338, 0.00779653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 660, '2021-06-13 00:00:00', 0.000239457399455196, 0.000929615384615386, 0.000411524744559309, 0.00133384615384617, 0.000695252472127941, 0.0019, 0.00104078794115882, 0.00378653846153845, 0.00193648170262862, 0.00777423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 675, '2021-06-13 00:00:00', 0.000378523447094126, 0.000960000000000021, 0.000611275589365254, 0.00138538461538464, 0.000730777562705512, 0.0019003846153846, 0.00113707938969168, 0.00386153846153843, 0.00190477925230198, 0.00777999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 690, '2021-06-13 00:00:00', 0.000362997986856025, 0.000986538461538468, 0.00050268632213491, 0.00132846153846151, 0.000677806416657088, 0.00189846153846152, 0.00110969933557909, 0.00385384615384614, 0.0019293605556884, 0.00771192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 705, '2021-06-13 00:00:00', 0.00024568303532428, 0.000911923076923056, 0.000497917663876266, 0.00128499999999996, 0.000692031680021823, 0.00181961538461537, 0.00141944783414054, 0.00393192307692304, 0.00194229301441525, 0.00771692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 720, '2021-06-13 00:00:00', 0.000489521587486574, 0.000969230769230756, 0.000637913425522238, 0.00133846153846153, 0.00065170651724176, 0.00182576923076921, 0.00140310863661868, 0.00401461538461537, 0.00195237102400767, 0.00770615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 735, '2021-06-13 00:00:00', 0.000449161954687226, 0.000952307692307688, 0.000440744998662667, 0.00125192307692309, 0.000491894923113281, 0.00170384615384613, 0.00133868270498108, 0.00408076923076922, 0.00196853686392091, 0.00768576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 750, '2021-06-13 00:00:00', 0.000468405642743395, 0.000900384615384638, 0.000466777660793031, 0.00118576923076922, 0.000537543844365658, 0.0016957692307692, 0.00137697734744793, 0.00417115384615383, 0.00199232465689246, 0.00774846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 765, '2021-06-13 00:00:00', 0.000350523125540177, 0.000832307692307679, 0.000379999190282526, 0.00112923076923074, 0.000615215784532922, 0.00176230769230766, 0.00137418468135165, 0.00444346153846148, 0.00186892914628838, 0.00771192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 780, '2021-06-13 00:00:00', 0.000317517534343209, 0.000795769230769226, 0.00035080742032324, 0.0012353846153846, 0.000605276287835056, 0.00171923076923075, 0.0013586966605481, 0.0044561538461538, 0.0018483396707482, 0.00770346153846149 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 795, '2021-06-13 00:00:00', 0.00029718085661506, 0.000912692307692292, 0.000568873786191092, 0.00131423076923076, 0.000588647079849559, 0.00173576923076921, 0.00143181928382686, 0.00454769230769228, 0.00185726912842072, 0.0077238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 810, '2021-06-13 00:00:00', 0.000436963825293794, 0.000955769230769258, 0.000433053736228603, 0.00118653846153845, 0.000458534790224455, 0.00159307692307693, 0.00149913595627103, 0.00466384615384613, 0.00182551050815509, 0.00766615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 825, '2021-06-13 00:00:00', 0.000285268025116471, 0.000784615384615375, 0.000410551598930826, 0.00115615384615384, 0.000319586511701541, 0.00157653846153846, 0.00149592698299802, 0.00467153846153843, 0.00177648975402446, 0.00758961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 840, '2021-06-13 00:00:00', 0.00038975889983425, 0.000909999999999984, 0.000364769263212552, 0.00118384615384615, 0.0006212440372721, 0.00182192307692308, 0.0015713165964101, 0.00500961538461538, 0.00177472151661564, 0.00759269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 855, '2021-06-13 00:00:00', 0.000243593924390563, 0.000794999999999999, 0.000271949373116506, 0.0011926923076923, 0.000722198033782985, 0.00190499999999999, 0.00162283929722428, 0.00520923076923076, 0.00172721158117758, 0.0076103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 870, '2021-06-13 00:00:00', 0.000256438326668635, 0.000853846153846145, 0.000548275057303874, 0.00133153846153845, 0.000674697083027738, 0.00198192307692304, 0.00160757213021567, 0.0051080769230769, 0.00171194235165342, 0.00758884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 885, '2021-06-13 00:00:00', 0.000482974278658996, 0.000998076923076894, 0.000552262479400734, 0.00142538461538458, 0.00108098559016939, 0.00225538461538457, 0.0015568170684494, 0.00500923076923077, 0.00168918045672586, 0.00758115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 900, '2021-06-13 00:00:00', 0.000448798224321178, 0.000959615384615369, 0.000584013698469453, 0.00147999999999998, 0.00107535954631281, 0.00236307692307691, 0.0016377303243772, 0.00505615384615383, 0.00166256983658986, 0.00755769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 915, '2021-06-13 00:00:00', 0.000387344609041898, 0.00104038461538459, 0.000857050846709889, 0.0016380769230769, 0.000889903019781, 0.00234923076923076, 0.00169551213048312, 0.00497576923076921, 0.00164116604888111, 0.00753499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 930, '2021-06-13 00:00:00', 0.000717211265946081, 0.00130999999999998, 0.000738921875749734, 0.00175153846153845, 0.000872458595006104, 0.00236999999999999, 0.00170789969981126, 0.00492576923076923, 0.00166958511658991, 0.00746769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 945, '2021-06-13 00:00:00', 0.000546612645861201, 0.00121423076923076, 0.000519062468450398, 0.00160538461538461, 0.000844716429432884, 0.00249538461538461, 0.00173854780248874, 0.00492730769230772, 0.00169844381261656, 0.00754076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 960, '2021-06-13 00:00:00', 0.000331391704088153, 0.0011126923076923, 0.000588653221671837, 0.00158615384615386, 0.000869624145160517, 0.0025430769230769, 0.00176859931540794, 0.00486346153846156, 0.00177992432855575, 0.00764884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 975, '2021-06-13 00:00:00', 0.000431509693268446, 0.00114615384615387, 0.000682793808272582, 0.00191076923076923, 0.00106010449412385, 0.00276153846153847, 0.00169786766721807, 0.00470884615384617, 0.00175437071777452, 0.00769615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 990, '2021-06-13 00:00:00', 0.000630785712730271, 0.00150115384615384, 0.000712604000506945, 0.00195269230769228, 0.00106253658760538, 0.00280000000000001, 0.00177675417112649, 0.00456076923076927, 0.00173871039743655, 0.00762461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1005, '2021-06-13 00:00:00', 0.00059967273125883, 0.00138076923076922, 0.000863973646321759, 0.00201769230769232, 0.000907497658399221, 0.00256, 0.00174140579815451, 0.0043569230769231, 0.00186210885412627, 0.00755576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1020, '2021-06-13 00:00:00', 0.00074395285210414, 0.00150461538461539, 0.000844721255799808, 0.00198500000000001, 0.00106827546145107, 0.0029173076923077, 0.00179130171834726, 0.00423538461538464, 0.00181073482746222, 0.00760384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1035, '2021-06-13 00:00:00', 0.000501653420048279, 0.00124807692307694, 0.0005647790582302, 0.00169076923076924, 0.0012534015870668, 0.00292653846153845, 0.00156171720083521, 0.00405615384615388, 0.001886606884982, 0.00756846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1050, '2021-06-13 00:00:00', 0.000425922347563309, 0.00122461538461539, 0.000812498520708745, 0.00218461538461537, 0.00113144074252531, 0.00273692307692304, 0.00146833846443994, 0.00388538461538463, 0.00189052491693139, 0.00758269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1065, '2021-06-13 00:00:00', 0.000681635250984447, 0.00170115384615384, 0.00112259452231804, 0.00222769230769228, 0.00110891908562418, 0.00246846153846152, 0.0014608874015474, 0.00369000000000002, 0.00183402357169651, 0.00753769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1080, '2021-06-13 00:00:00', 0.000694152277685095, 0.0013907692307692, 0.000689061345934867, 0.00161153846153845, 0.00101042687095036, 0.00207230769230768, 0.00133194392351354, 0.00335884615384618, 0.00184407108156009, 0.0075730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1095, '2021-06-13 00:00:00', 0.000349599551135084, 0.0010403846153846, 0.000500304061392848, 0.0013080769230769, 0.000821159873874463, 0.00189346153846151, 0.001220849893123, 0.00314230769230771, 0.00178938773370626, 0.00761730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1110, '2021-06-13 00:00:00', 0.000338065310030712, 0.000941923076923056, 0.000538626172633832, 0.00135692307692305, 0.000738365450479328, 0.00182346153846151, 0.00114761672776505, 0.00294192307692308, 0.00181929119756525, 0.00759269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1125, '2021-06-13 00:00:00', 0.000489361279157282, 0.000972307692307691, 0.000599108183373084, 0.00130884615384615, 0.000769263383923958, 0.00184692307692312, 0.001065301185292, 0.00287884615384615, 0.00177982522910363, 0.0075353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1140, '2021-06-13 00:00:00', 0.000323863456508349, 0.000863461538461516, 0.000447656633524459, 0.0011873076923077, 0.000708672974379135, 0.00167576923076928, 0.00100542505362734, 0.00278346153846153, 0.00182015489619808, 0.00751961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1155, '2021-06-13 00:00:00', 0.000340025564649729, 0.000865769230769223, 0.000565770271399971, 0.00128000000000002, 0.000702822551190198, 0.00165346153846155, 0.000933183879975495, 0.00273807692307693, 0.00185293999238633, 0.00757115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1170, '2021-06-13 00:00:00', 0.000351449088117283, 0.000847307692307726, 0.000386337437203046, 0.00111384615384619, 0.000530177473914295, 0.00143807692307698, 0.000813585795201605, 0.00260538461538465, 0.00205965079190996, 0.00767576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1185, '2021-06-13 00:00:00', 0.000288418766059683, 0.000794230769230788, 0.000343091151826362, 0.00106653846153847, 0.000561510599941048, 0.00140692307692312, 0.000786292175094847, 0.00258076923076925, 0.00207442911516543, 0.00768807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1200, '2021-06-13 00:00:00', 0.000385753209269272, 0.000788461538461546, 0.000471060342370101, 0.00103538461538464, 0.000664367831389068, 0.00151384615384619, 0.000835793128618663, 0.0026869230769231, 0.00206996662923675, 0.00772538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1215, '2021-06-13 00:00:00', 0.000281002874335159, 0.000708846153846195, 0.000512831806285898, 0.00100730769230773, 0.000614946651845024, 0.00143923076923079, 0.000827125513682568, 0.00271384615384617, 0.00221827445066237, 0.00787153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1230, '2021-06-13 00:00:00', 0.000369476136421026, 0.000713846153846185, 0.000527858518340491, 0.00107115384615389, 0.000534806363232393, 0.0013846153846154, 0.000740234162535497, 0.00264115384615387, 0.00226139194711166, 0.00788846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1245, '2021-06-13 00:00:00', 0.000324433944918507, 0.0007242307692308, 0.00031577133888553, 0.000943461538461553, 0.000392061219709419, 0.00128000000000003, 0.000719567498303958, 0.00254576923076926, 0.00229801640216412, 0.00792076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1260, '2021-06-13 00:00:00', 0.000281327895195932, 0.00070576923076926, 0.000386100226127096, 0.000974230769230815, 0.000550148511417951, 0.00140076923076924, 0.000753116601453363, 0.00246615384615388, 0.00237451847750232, 0.007995 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1275, '2021-06-13 00:00:00', 0.000271925611999948, 0.000623461538461566, 0.000377390228563745, 0.00084923076923079, 0.00062014787318464, 0.00136923076923076, 0.000786751451319862, 0.0024346153846154, 0.00243884275835896, 0.00802500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1290, '2021-06-13 00:00:00', 0.000250378482732439, 0.000645769230769234, 0.000520001331359247, 0.00110576923076921, 0.000569803879890703, 0.00132730769230767, 0.000712280519501694, 0.00238653846153846, 0.00251407744204815, 0.00804576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1305, '2021-06-13 00:00:00', 0.000482796501166343, 0.000902692307692295, 0.000532696478739604, 0.00108153846153843, 0.000546334498833252, 0.00137576923076918, 0.000670671764266728, 0.00233615384615384, 0.0026760863502223, 0.00813307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1320, '2021-06-13 00:00:00', 0.00034051205784593, 0.000717307692307677, 0.000426061750670735, 0.000913846153846154, 0.000435129158544189, 0.00129423076923077, 0.000567056773714421, 0.00223576923076923, 0.00275054615555641, 0.00822192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1335, '2021-06-13 00:00:00', 0.000254797657276973, 0.00063538461538461, 0.000279498451901547, 0.000940769230769202, 0.000355381701619736, 0.00126192307692308, 0.000542338100620481, 0.00213884615384614, 0.00277833466998875, 0.00826346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1350, '2021-06-13 00:00:00', 0.000299179647600664, 0.00070730769230768, 0.000303067395398846, 0.000994615384615384, 0.000358084003895951, 0.00131192307692306, 0.000540301340421763, 0.00209153846153846, 0.00280175274810937, 0.0083023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1365, '2021-06-13 00:00:00', 0.000256405928168615, 0.000729999999999974, 0.000363031890949212, 0.000991923076923059, 0.000367796766623186, 0.00127769230769227, 0.000541627746136256, 0.00203384615384615, 0.00280044666766956, 0.00832153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1380, '2021-06-13 00:00:00', 0.000356003457200155, 0.000767692307692332, 0.000368656813518806, 0.00101038461538462, 0.000582774794872298, 0.0015676923076923, 0.000560658404158754, 0.0019953846153846, 0.00279937215488375, 0.0083226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1395, '2021-06-13 00:00:00', 0.000333766615835292, 0.000738076923076942, 0.00036902053309557, 0.000958076923076914, 0.000610280137440045, 0.00170461538461537, 0.000568288117608826, 0.00200923076923075, 0.00281615507112364, 0.00837576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1410, '2021-06-13 00:00:00', 0.000247455046422574, 0.000604999999999984, 0.000524710762816405, 0.00122423076923075, 0.000578194138277509, 0.0016073076923077, 0.000570819114552495, 0.00191769230769228, 0.0027988475925198, 0.00840038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1425, '2021-06-13 00:00:00', 0.000483428938378255, 0.00108346153846154, 0.000666301848898957, 0.00148692307692309, 0.000628624995220045, 0.00158576923076924, 0.0005810796317731, 0.00191153846153845, 0.00279378378657939, 0.00840961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 0, '2021-06-13 00:00:00', 0.00056388487641201, 0.000956923076923095, 0.000548620647975085, 0.00115384615384619, 0.000562308976111325, 0.00134923076923081, 0.000575824759667527, 0.00181307692307694, 0.00277712582468887, 0.00843961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 15, '2021-06-13 00:00:00', 0.000322340717970174, 0.000663461538461547, 0.000381974626624055, 0.000993846153846183, 0.000450024956572914, 0.0012776923076923, 0.000448831131513174, 0.00174423076923077, 0.00279978782163109, 0.00843961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 30, '2021-06-13 00:00:00', 0.000433979262177366, 0.00081500000000001, 0.000478181812863954, 0.0010353846153846, 0.0005041110988661, 0.00121999999999999, 0.000476168199112627, 0.00180192307692307, 0.00275408287121835, 0.00843269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 45, '2021-06-13 00:00:00', 0.000482714758901712, 0.000718461538461531, 0.00046130267053871, 0.000941923076923065, 0.000428907915524977, 0.000995000000000011, 0.000582770571032496, 0.00180846153846151, 0.00276359835109115, 0.00840961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 60, '2021-06-13 00:00:00', 0.000260360991997334, 0.000680384615384632, 0.000287615127450679, 0.000757692307692327, 0.000263955707240099, 0.000856153846153827, 0.000582910469441576, 0.0017861538461538, 0.00274875210847507, 0.00840692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 75, '2021-06-13 00:00:00', 0.000112296996329416, 0.000401153846153878, 0.000133962681370557, 0.000505000000000046, 0.000303814720866835, 0.00078076923076923, 0.000637462276410245, 0.0018030769230769, 0.00274429590241285, 0.00840000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 90, '2021-06-13 00:00:00', 0.000132621497271184, 0.000377307692307722, 0.000257630624075494, 0.000561538461538425, 0.000327978423305347, 0.0007953846153846, 0.000627347161895568, 0.00183730769230767, 0.00274363635738019, 0.0083973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 105, '2021-06-13 00:00:00', 0.000228174022656776, 0.000449230769230723, 0.000299184532714154, 0.000649230769230761, 0.000301874400779785, 0.000798076923076916, 0.000609121056554796, 0.00185730769230767, 0.00274238629944518, 0.00839115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 120, '2021-06-13 00:00:00', 0.000195134667503107, 0.000501538461538476, 0.000215346590049995, 0.000596923076923085, 0.000247740559084292, 0.00081076923076923, 0.000597729164292753, 0.00185192307692305, 0.00274660509328544, 0.00837653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 135, '2021-06-13 00:00:00', 0.000127559940661405, 0.000366538461538463, 0.000185040951808402, 0.000548076923076944, 0.000248804217129752, 0.000886538461538462, 0.00059730729109894, 0.00183999999999998, 0.002750817612722, 0.00837153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 150, '2021-06-13 00:00:00', 0.000163969978490431, 0.000386923076923101, 0.000260948565518504, 0.000623076923076923, 0.000309540851038359, 0.000986538461538451, 0.000567525804225258, 0.00186153846153843, 0.00274691054431365, 0.00836846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 165, '2021-06-13 00:00:00', 0.000262814353899073, 0.000510769230769212, 0.000264610308538095, 0.000768846153846144, 0.000461062318497688, 0.00110230769230767, 0.000561457444102769, 0.00187230769230767, 0.00274691054431365, 0.00836846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 180, '2021-06-13 00:00:00', 0.000250260172313026, 0.000603076923076946, 0.000295454799354391, 0.000801538461538443, 0.00046642882217314, 0.00110961538461539, 0.000537949954778426, 0.00185307692307688, 0.00274746016979599, 0.00837423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 195, '2021-06-13 00:00:00', 0.00014937253377429, 0.000518076923076918, 0.000361208228886573, 0.000769230769230753, 0.000378921546578621, 0.00102846153846155, 0.000533397239760917, 0.00174384615384613, 0.00274082648961108, 0.00837538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 210, '2021-06-13 00:00:00', 0.000306232943010081, 0.000541153846153856, 0.000303648582309326, 0.000692307692307719, 0.000402582433030329, 0.000973846153846163, 0.000415966159866208, 0.0016603846153846, 0.00271218549399669, 0.00843692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 225, '2021-06-13 00:00:00', 0.000130521439441378, 0.000459615384615398, 0.000279472029699989, 0.000726153846153855, 0.000358745678076343, 0.000997692307692302, 0.000383812454201251, 0.00167999999999998, 0.00269669578444549, 0.00847192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 240, '2021-06-13 00:00:00', 0.000241349092841435, 0.000545769230769254, 0.000281811994066981, 0.000715000000000021, 0.000383846123015261, 0.00094461538461539, 0.000405383199530433, 0.00170653846153846, 0.00272511603140405, 0.00849576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 255, '2021-06-13 00:00:00', 0.000214040973791325, 0.000491538461538454, 0.000337678272005496, 0.000711153846153816, 0.00043033010584898, 0.000930000000000004, 0.000452435630780756, 0.001725, 0.00274221732292571, 0.00846961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 270, '2021-06-13 00:00:00', 0.000206611117431178, 0.000531923076923077, 0.000340249682077495, 0.000665384615384636, 0.000406969475324797, 0.000951923076923087, 0.000460880261439574, 0.00169115384615387, 0.00275664690409311, 0.00846307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 285, '2021-06-13 00:00:00', 0.000324693464907816, 0.000474615384615385, 0.000391461364632572, 0.000675000000000015, 0.000374628431300215, 0.000922307692307697, 0.000460929662580047, 0.0016919230769231, 0.0027506151759477, 0.0084596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 300, '2021-06-13 00:00:00', 0.000247405304339634, 0.000505769230769239, 0.000262098337387985, 0.000673461538461544, 0.00034398568843218, 0.000926923076923069, 0.000470959250237881, 0.00169884615384618, 0.00278197450632569, 0.00848692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 315, '2021-06-13 00:00:00', 0.000146668123535878, 0.000453461538461546, 0.000247534612964281, 0.000645769230769225, 0.000420135692366154, 0.000914999999999965, 0.000584572953925799, 0.00180153846153846, 0.00278453266345469, 0.00847307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 330, '2021-06-13 00:00:00', 0.000179861485166074, 0.000466923076923096, 0.000283298157695837, 0.000634615384615375, 0.00039123335550736, 0.000856538461538454, 0.000660597049295895, 0.00182730769230771, 0.0027947372795199, 0.00847730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 345, '2021-06-13 00:00:00', 0.000215528331173571, 0.00046269230769229, 0.000354073655961808, 0.000651923076923052, 0.000323616344552554, 0.000796538461538453, 0.000618533376998781, 0.00202653846153848, 0.00276170028452371, 0.0084573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 360, '2021-06-13 00:00:00', 0.0002488623345114, 0.000447307692307685, 0.00021384537907997, 0.000545384615384601, 0.000225495011031289, 0.000740000000000023, 0.000696206534342716, 0.00219653846153846, 0.00274106719812107, 0.00845576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 375, '2021-06-13 00:00:00', 0.000108213464255398, 0.00036307692307691, 0.00022984811038198, 0.000523076923076925, 0.000248680208609076, 0.000755384615384619, 0.00083510331005301, 0.00241153846153849, 0.00273069075510206, 0.00844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 390, '2021-06-13 00:00:00', 0.000142630776698223, 0.000373461538461577, 0.000171952140031851, 0.000533461538461566, 0.000265063127459229, 0.000737692307692324, 0.000997093005460605, 0.00260769230769231, 0.00273069709330503, 0.00843884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 405, '2021-06-13 00:00:00', 0.000118279980749721, 0.000383076923076922, 0.000152420975742049, 0.00052192307692308, 0.000345328606046243, 0.000759615384615374, 0.00101826526693498, 0.00277807692307692, 0.00273412500417619, 0.00843346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 420, '2021-06-13 00:00:00', 0.000140294744679226, 0.000358846153846148, 0.000166317583140017, 0.000498461538461525, 0.000365683553825506, 0.000817307692307692, 0.00100665760736288, 0.00296346153846154, 0.00273063207672902, 0.00841653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 435, '2021-06-13 00:00:00', 0.000135401397561247, 0.000348461538461524, 0.000247811653044444, 0.000581153846153845, 0.000318923429440591, 0.000871923076923101, 0.00104435751320353, 0.00313884615384615, 0.00273703635343046, 0.00841 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 450, '2021-06-13 00:00:00', 0.000221558118786003, 0.000449999999999993, 0.000304499842111852, 0.000621923076923086, 0.000282074730959985, 0.000883076923076935, 0.00104432856603953, 0.00321307692307693, 0.00269464654453973, 0.00838999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 465, '2021-06-13 00:00:00', 0.000217217721334012, 0.00044346153846154, 0.00022265979568702, 0.000665769230769228, 0.0002204666379785, 0.000888461538461552, 0.00107151172864107, 0.00324423076923077, 0.00272863620485794, 0.00838346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 480, '2021-06-13 00:00:00', 0.00018200126795839, 0.000492692307692324, 0.000218256377120675, 0.000660384615384629, 0.000287990384454878, 0.000922307692307705, 0.00107202726716182, 0.00336769230769231, 0.00273459354313467, 0.00838461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 495, '2021-06-13 00:00:00', 0.000142461870742287, 0.00040923076923076, 0.000165993975794317, 0.000585000000000006, 0.000350533659088332, 0.00105538461538459, 0.00116476455197541, 0.00341269230769232, 0.00272838661821625, 0.00837846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 510, '2021-06-13 00:00:00', 0.00014182166483083, 0.000455769230769245, 0.000231525044333994, 0.000659615384615367, 0.000427035577692752, 0.00118923076923075, 0.00142600016182973, 0.0035873076923077, 0.00272862921347247, 0.00837576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 525, '2021-06-13 00:00:00', 0.000146797610544419, 0.000471538461538451, 0.000290162023704023, 0.000884999999999973, 0.000510693796561248, 0.00142192307692307, 0.00143380660642061, 0.00372576923076924, 0.00273266024232799, 0.00836 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 540, '2021-06-13 00:00:00', 0.000267941440215278, 0.000756153846153829, 0.000363529704637547, 0.000985384615384597, 0.000654080681920452, 0.00165846153846151, 0.00142374808705212, 0.00379115384615385, 0.00275667759896137, 0.00836076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 555, '2021-06-13 00:00:00', 0.000230759281836843, 0.000725384615384594, 0.000443407088524561, 0.00113538461538461, 0.000675851713367292, 0.00184653846153847, 0.00145128913516436, 0.00384192307692308, 0.00287776988976908, 0.00836653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 570, '2021-06-13 00:00:00', 0.000347841918117987, 0.000845000000000002, 0.000577098311848553, 0.00128769230769231, 0.00070790525224344, 0.00198538461538462, 0.00142839818839684, 0.00379423076923078, 0.00304734497302412, 0.00839076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 585, '2021-06-13 00:00:00', 0.00030134595503403, 0.000924230769230769, 0.000404424947872318, 0.00137346153846153, 0.00061299479229811, 0.00204115384615383, 0.00138396248281742, 0.00372807692307693, 0.00316729022740505, 0.00833076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 600, '2021-06-13 00:00:00', 0.00035345438178073, 0.00113500000000002, 0.000520420540007359, 0.00155846153846154, 0.000598210279468285, 0.00213346153846155, 0.00136933116745142, 0.0037196153846154, 0.0031429724539286, 0.00829961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 615, '2021-06-13 00:00:00', 0.000419956957501439, 0.00106038461538463, 0.000433297197704375, 0.00143230769230771, 0.000619307305351367, 0.00203153846153845, 0.00130044471683285, 0.00360269230769233, 0.00320011309896288, 0.00828038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 630, '2021-06-13 00:00:00', 0.00026472278679055, 0.000916923076923063, 0.000478763150050392, 0.0014430769230769, 0.000679468570620856, 0.00202846153846152, 0.00119348081741535, 0.0034626923076923, 0.00319847408329949, 0.00828730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 645, '2021-06-13 00:00:00', 0.000340585017060617, 0.00106692307692308, 0.000398884020159348, 0.0014326923076923, 0.000569308352301305, 0.00197999999999999, 0.000990925907344303, 0.00355692307692309, 0.00308125598766776, 0.0082623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 660, '2021-06-13 00:00:00', 0.000368553096059957, 0.00100923076923076, 0.000444674643375974, 0.00143653846153846, 0.000640037138345566, 0.00194346153846155, 0.00101269541324133, 0.00370000000000003, 0.00306991636067474, 0.00825230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 675, '2021-06-13 00:00:00', 0.000421552624691874, 0.000971153846153846, 0.000437815556528609, 0.00142769230769228, 0.000625171607210027, 0.00190346153846156, 0.00101347331185689, 0.00370192307692308, 0.00310494575698935, 0.00836807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 690, '2021-06-13 00:00:00', 0.000374245702919684, 0.000990384615384596, 0.0005451279313505, 0.0014273076923077, 0.000748598793644581, 0.00191807692307694, 0.00111796800559695, 0.0037273076923077, 0.00312252020994877, 0.00843730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 705, '2021-06-13 00:00:00', 0.000391208187738772, 0.000919615384615397, 0.000389770938649092, 0.0012042307692308, 0.000608280805600097, 0.0017315384615385, 0.00120068704690913, 0.00384423076923079, 0.00308217315941454, 0.00843923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 720, '2021-06-13 00:00:00', 0.000214772867502821, 0.000790769230769236, 0.00059341216704748, 0.00118500000000001, 0.000616606719192905, 0.00166961538461538, 0.00131836267917675, 0.00400807692307693, 0.00292702214125288, 0.00841115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 735, '2021-06-13 00:00:00', 0.000399660625261733, 0.000866153846153884, 0.00041179102242988, 0.00122038461538465, 0.00043958861887694, 0.00160692307692308, 0.0015062344285821, 0.00421307692307693, 0.00292037215752745, 0.00843846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 750, '2021-06-13 00:00:00', 0.000334110069380669, 0.000888461538461552, 0.000352021852468552, 0.00117923076923077, 0.000439890895563879, 0.00149999999999999, 0.00150113085577298, 0.00416538461538464, 0.00293697691250976, 0.00844576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 765, '2021-06-13 00:00:00', 0.000319686384782629, 0.000859230769230762, 0.000349637174576909, 0.00114692307692306, 0.000425490847772825, 0.00146769230769231, 0.00132074431229571, 0.00436153846153848, 0.00298952244707052, 0.00853269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 780, '2021-06-13 00:00:00', 0.000281379021688108, 0.000826923076923046, 0.000357951651225966, 0.0010557692307692, 0.000563470154830448, 0.00162884615384616, 0.00122639490440005, 0.00458269230769233, 0.00300608339615113, 0.00856423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 795, '2021-06-13 00:00:00', 0.000234864609116433, 0.000725769230769211, 0.000348585713993026, 0.00109000000000001, 0.000545954774120169, 0.00171115384615386, 0.00135733358520977, 0.00467769230769232, 0.00300426107643539, 0.00850615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 810, '2021-06-13 00:00:00', 0.000311450452906082, 0.000835769230769223, 0.000393153718224617, 0.00123461538461537, 0.000680195899383724, 0.00174230769230769, 0.00144150909172938, 0.00476730769230769, 0.00300515167926425, 0.00850384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 825, '2021-06-13 00:00:00', 0.000247342801671022, 0.000937692307692319, 0.000477340710442922, 0.00135692307692309, 0.000722857257959417, 0.00195115384615387, 0.00140666676388382, 0.00473923076923078, 0.00296349380604408, 0.00847653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 840, '2021-06-13 00:00:00', 0.000338983094654518, 0.000971538461538464, 0.000443377942617833, 0.00126, 0.00108483426596668, 0.00214576923076927, 0.00132203881009016, 0.00488884615384616, 0.00291628385766228, 0.00847346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 855, '2021-06-13 00:00:00', 0.000226027908419735, 0.00083615384615385, 0.000576584238958514, 0.0013042307692308, 0.000929997601320324, 0.00203346153846158, 0.00130802352366522, 0.00487846153846156, 0.00283593902505788, 0.00842307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 870, '2021-06-13 00:00:00', 0.000557709050146555, 0.000980769230769242, 0.00091380119029505, 0.00154384615384617, 0.000897358259645399, 0.0020696153846154, 0.00141078723249986, 0.00496384615384616, 0.00281732663789903, 0.00841423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 885, '2021-06-13 00:00:00', 0.000627179400171963, 0.00111500000000001, 0.000554786861360726, 0.00147269230769233, 0.000538098646946969, 0.0022369230769231, 0.00144759434394289, 0.00495423076923077, 0.00280408923922519, 0.0084173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 900, '2021-06-13 00:00:00', 0.000311089400951943, 0.00107384615384615, 0.000416130342006548, 0.0014926923076923, 0.00066262659167894, 0.00241500000000001, 0.00145098019919693, 0.00499653846153846, 0.00280283965896129, 0.00847307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 915, '2021-06-13 00:00:00', 0.000275975751443164, 0.00111115384615382, 0.000449508449479936, 0.00170538461538461, 0.000875356718495586, 0.00249576923076923, 0.00156581146325527, 0.00502153846153845, 0.00286534981083665, 0.00849846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 930, '2021-06-13 00:00:00', 0.000470080844110875, 0.00122000000000002, 0.000579676965745075, 0.00175576923076925, 0.000756469125914294, 0.00230153846153847, 0.00166625032748571, 0.00502307692307692, 0.00292623299456172, 0.00853346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 945, '2021-06-13 00:00:00', 0.000394024794221834, 0.00120653846153847, 0.00065694584720036, 0.0016846153846154, 0.000995506210620811, 0.00247384615384618, 0.0017057882003975, 0.00492576923076924, 0.0028817205597725, 0.00866423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 960, '2021-06-13 00:00:00', 0.000464956077330049, 0.00125192307692308, 0.000630732907021667, 0.00164, 0.00100186349446343, 0.00261230769230767, 0.00160614742114835, 0.00493846153846156, 0.00285954824296536, 0.00872807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 975, '2021-06-13 00:00:00', 0.00060041485657835, 0.00115499999999998, 0.000824190791951989, 0.00188230769230768, 0.000935781779295535, 0.00277653846153846, 0.00163505182227917, 0.00505769230769231, 0.00288630655656352, 0.00871846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 990, '2021-06-13 00:00:00', 0.000576439602547065, 0.00144884615384614, 0.00082819442161849, 0.00208499999999999, 0.000994791358101708, 0.00281461538461536, 0.00166525031613407, 0.00496884615384616, 0.0029167985874928, 0.00872500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1005, '2021-06-13 00:00:00', 0.000539446439916383, 0.00145769230769228, 0.000626213529569095, 0.00199076923076922, 0.000941930015365348, 0.00272192307692309, 0.00162980381075099, 0.00488730769230768, 0.00306760001404255, 0.00873538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1020, '2021-06-13 00:00:00', 0.000519601178419922, 0.00136423076923076, 0.000812476177165543, 0.00196153846153844, 0.00094097429050141, 0.00283615384615386, 0.00162078143546207, 0.00470269230769233, 0.00335585479194426, 0.00882576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1035, '2021-06-13 00:00:00', 0.000391468242154348, 0.00128923076923074, 0.000569955598810486, 0.00179423076923077, 0.000952836090513319, 0.00266384615384619, 0.00166711025891651, 0.00440384615384618, 0.00427653993856643, 0.0094346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1050, '2021-06-13 00:00:00', 0.000435449370014638, 0.00124807692307695, 0.000749998974358284, 0.00207230769230772, 0.000943376994550001, 0.00258807692307697, 0.0017412135467497, 0.00424384615384621, 0.00448729378784824, 0.00947846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1065, '2021-06-13 00:00:00', 0.00070094617372629, 0.00166153846153849, 0.000806916733860823, 0.00199115384615389, 0.000909408345278139, 0.00251346153846157, 0.00177587720469459, 0.00416961538461541, 0.00450368375717205, 0.00955076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1080, '2021-06-13 00:00:00', 0.00049888737745571, 0.0012338461538462, 0.000508262197628791, 0.00168230769230772, 0.000685760779101465, 0.00223961538461541, 0.00172492626375293, 0.00399115384615389, 0.00438101725103271, 0.00940807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1095, '2021-06-13 00:00:00', 0.000345815646751914, 0.00114730769230768, 0.000493306738714886, 0.00157653846153845, 0.000791471074353618, 0.00221230769230767, 0.00174023521840716, 0.00384115384615385, 0.00447487302785056, 0.00934384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1110, '2021-06-13 00:00:00', 0.000327594496055921, 0.00106307692307693, 0.000427239439262734, 0.00149153846153844, 0.000941006989265303, 0.00216307692307691, 0.00170161231234921, 0.00376269230769232, 0.00442995447102839, 0.00931615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1125, '2021-06-13 00:00:00', 0.000360328269135872, 0.00106730769230771, 0.000689536410596611, 0.00[...];
Date: 2021-06-13 18:07:44 Duration: 2s165ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 0, '2021-06-13 00:00:00', 0.000554380735596053, 0.000745000000000013, 0.000513499606770884, 0.000945384615384643, 0.000545860647192873, 0.0010696153846154, 0.0012869470134332, 0.00281384615384613, 0.00327444200766153, 0.0078723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 15, '2021-06-13 00:00:00', 0.000347609197010279, 0.000471923076923077, 0.000541858340840505, 0.000727692307692301, 0.000670574036525064, 0.00139846153846154, 0.00132395474010485, 0.00286192307692306, 0.00323746329946527, 0.00785384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 30, '2021-06-13 00:00:00', 0.000534492714205204, 0.000417692307692286, 0.000517929160585299, 0.000538846153846114, 0.000878381816401415, 0.00149884615384614, 0.0013141797675883, 0.00292269230769229, 0.00319981367245993, 0.00782346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 45, '2021-06-13 00:00:00', 0.000232159096642466, 0.000324615384615359, 0.000630265023621018, 0.00115499999999998, 0.000995627749404676, 0.00149115384615384, 0.00144697562575823, 0.00299230769230767, 0.00320276440690754, 0.00782038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 60, '2021-06-13 00:00:00', 0.00064712476504804, 0.00107230769230767, 0.000853523376274035, 0.00128692307692306, 0.00124117221268385, 0.00169269230769229, 0.00142949851346547, 0.003065, 0.00320350894152983, 0.00780846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 75, '2021-06-13 00:00:00', 0.000374812568543907, 0.000582692307692342, 0.000568582041979491, 0.00085153846153848, 0.0010171840465793, 0.00138076923076925, 0.00117595813635584, 0.00289153846153848, 0.00294716239013838, 0.00763692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 90, '2021-06-13 00:00:00', 0.000402891854166658, 0.000555384615384616, 0.000899465140214715, 0.000958461538461541, 0.00095045033860472, 0.00131038461538462, 0.00110853527753444, 0.0028123076923077, 0.00287685565531858, 0.0075623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 105, '2021-06-13 00:00:00', 0.00061367054553848, 0.000676538461538461, 0.000687402244798379, 0.00096538461538462, 0.000692914469136339, 0.00117769230769229, 0.000966653306715783, 0.00269884615384616, 0.00282005248178113, 0.00747 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 120, '2021-06-13 00:00:00', 0.000416010354900744, 0.000706153846153835, 0.000471790859793444, 0.000868846153846141, 0.000490457400330032, 0.00113730769230769, 0.000938724584824418, 0.00265038461538464, 0.00281121282340228, 0.00744153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 135, '2021-06-13 00:00:00', 0.000370178543200655, 0.000591923076923086, 0.000397297795691799, 0.000778461538461514, 0.000349653894807206, 0.00115461538461538, 0.000941154528307543, 0.00261961538461541, 0.00279871530967608, 0.00743923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 150, '2021-06-13 00:00:00', 0.000230402991433589, 0.000491538461538436, 0.000339946828421521, 0.000739615384615371, 0.000541164129802209, 0.00130884615384615, 0.000970466660149374, 0.00266153846153848, 0.00277274914951818, 0.00743538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 165, '2021-06-13 00:00:00', 0.000265651014563248, 0.000547692307692309, 0.0003076754033818, 0.00094192307692309, 0.000609212985365903, 0.00144269230769231, 0.000984045417963685, 0.00263423076923079, 0.0027573421985673, 0.00747 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 180, '2021-06-13 00:00:00', 0.000301450085165286, 0.000781923076923075, 0.000471051360910227, 0.00111423076923077, 0.000572002286170789, 0.00144884615384614, 0.00100422277638746, 0.00259076923076924, 0.00274818779450133, 0.00747192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 195, '2021-06-13 00:00:00', 0.000297700158910571, 0.00068576923076924, 0.000371152259861094, 0.000975000000000008, 0.000459949997282342, 0.00131500000000001, 0.000897887777808836, 0.00244769230769232, 0.00263870585995951, 0.00738384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 210, '2021-06-13 00:00:00', 0.0002762899814437, 0.000698076923076927, 0.000338420766775053, 0.00092384615384616, 0.000502133907975217, 0.00136769230769232, 0.000853614306707311, 0.00234423076923079, 0.00256853603918953, 0.00739423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 225, '2021-06-13 00:00:00', 0.000172464935120624, 0.000578076923076901, 0.000262985521683979, 0.000834230769230769, 0.000740506687239299, 0.00135307692307691, 0.000814532711719739, 0.00218653846153846, 0.00251630281288915, 0.00735038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 240, '2021-06-13 00:00:00', 0.000185542033388276, 0.000624615384615394, 0.000396134398327714, 0.000947692307692307, 0.000799702348473379, 0.00137038461538463, 0.000825886190706669, 0.00217, 0.00251336599312248, 0.00736615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 255, '2021-06-13 00:00:00', 0.000346570894068431, 0.000609230769230789, 0.000632566566883242, 0.000937307692307692, 0.000674683287522039, 0.00130846153846156, 0.000762956193923437, 0.00211692307692311, 0.00244059463120079, 0.00737307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 270, '2021-06-13 00:00:00', 0.000346586874446276, 0.000612307692307673, 0.00038155007736659, 0.000872692307692312, 0.000431254520600607, 0.0011726923076923, 0.00063152026582987, 0.0019746153846154, 0.00243895513567719, 0.00736307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 285, '2021-06-13 00:00:00', 0.000222799323296877, 0.000543461538461546, 0.000264714650432967, 0.000754615384615384, 0.000364148110188495, 0.0010196153846154, 0.000609778774512639, 0.00190692307692308, 0.00244427318125765, 0.00740076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 300, '2021-06-13 00:00:00', 0.000195275348004973, 0.000517307692307691, 0.000262095695970303, 0.000733076923076909, 0.000381712134790279, 0.000978076923076943, 0.000620334897144559, 0.00191076923076922, 0.00244019535787923, 0.00741576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 315, '2021-06-13 00:00:00', 0.000178674177033119, 0.00047269230769227, 0.000219349036925181, 0.000634999999999984, 0.000332148252348926, 0.000872307692307685, 0.000703744381040546, 0.00199192307692304, 0.00248190339488435, 0.0074626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 330, '2021-06-13 00:00:00', 0.000171961086832509, 0.000451153846153847, 0.000269830716162218, 0.000623846153846159, 0.000352445740504817, 0.000864999999999979, 0.000795072614003565, 0.00210730769230765, 0.00248056659160455, 0.00746884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 345, '2021-06-13 00:00:00', 0.00016933944063288, 0.000409615384615404, 0.000253661191355736, 0.000540000000000002, 0.000288208524936649, 0.000821923076923073, 0.00082699009388542, 0.00227384615384614, 0.00246248604837906, 0.00747153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 360, '2021-06-13 00:00:00', 0.000204909360825298, 0.000399615384615381, 0.00027220919557178, 0.000655384615384605, 0.000300761341623843, 0.000825769230769235, 0.000953000766808981, 0.00241769230769229, 0.00246868585408388, 0.00746538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 375, '2021-06-13 00:00:00', 0.000227244700369762, 0.000461923076923054, 0.000214215204516747, 0.000598076923076904, 0.000258859332159647, 0.000768076923076916, 0.0010281059508406, 0.0024953846153846, 0.0024751961227656, 0.00745961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 390, '2021-06-13 00:00:00', 0.000130327988610985, 0.00032576923076923, 0.000174382867895278, 0.000444230769230793, 0.000246618047876588, 0.0007326923076923, 0.00101386511012978, 0.0026076923076923, 0.0024751961227656, 0.00745961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 405, '2021-06-13 00:00:00', 0.000165416025639778, 0.000327692307692328, 0.000246178484343851, 0.000529615384615387, 0.000242192866565861, 0.000815769230769246, 0.00104438402898552, 0.00277499999999999, 0.00247444418001296, 0.007465 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 420, '2021-06-13 00:00:00', 0.000175174638136209, 0.000413076923076905, 0.000177987467147372, 0.000603461538461538, 0.000260066263745335, 0.000842307692307685, 0.00112899001835203, 0.00290769230769231, 0.00247422827129219, 0.00746846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 435, '2021-06-13 00:00:00', 0.000152228573078569, 0.000401538461538479, 0.000180968335521837, 0.000568461538461556, 0.000407146921128745, 0.000906153846153856, 0.00117746932019482, 0.002965, 0.00247494633974464, 0.00745923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 450, '2021-06-13 00:00:00', 0.000173437641198877, 0.000406153846153868, 0.000240107988525681, 0.000590384615384623, 0.000334881839092294, 0.00093461538461541, 0.00129182143324248, 0.00306884615384616, 0.00247870440723809, 0.00748346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 465, '2021-06-13 00:00:00', 0.000205396801712801, 0.000429615384615347, 0.000337367181842905, 0.000703846153846145, 0.000311441561378441, 0.000960384615384604, 0.00128849775379643, 0.00315230769230769, 0.00247870440723809, 0.00748346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 480, '2021-06-13 00:00:00', 0.00021726162888238, 0.000488846153846154, 0.000213715842974888, 0.000637692307692318, 0.000374332020455742, 0.00103730769230769, 0.00141834838944675, 0.00317192307692308, 0.00247473886734306, 0.0074873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 495, '2021-06-13 00:00:00', 0.000180968335521801, 0.000451538461538465, 0.000273293586853748, 0.000714230769230785, 0.000493130190330509, 0.00128423076923076, 0.00160536336648795, 0.00325346153846154, 0.00246715070787835, 0.00750615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 510, '2021-06-13 00:00:00', 0.000215546889419612, 0.000537307692307702, 0.000318846961119886, 0.000810769230769247, 0.000595441142218267, 0.0013930769230769, 0.00188185456807498, 0.00335615384615384, 0.00245495169935253, 0.00750961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 525, '2021-06-13 00:00:00', 0.000259495368270524, 0.000565384615384621, 0.000435550933169246, 0.00100615384615384, 0.000611840225498821, 0.00153269230769231, 0.00188750188996338, 0.00336923076923077, 0.0024573568038725, 0.00750769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 540, '2021-06-13 00:00:00', 0.000395406898504072, 0.00084115384615384, 0.000508188335772654, 0.00113923076923078, 0.000782338506313985, 0.00162846153846155, 0.00184685366543711, 0.00339730769230768, 0.00245709838255176, 0.00750730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 555, '2021-06-13 00:00:00', 0.00033129141250568, 0.000745000000000004, 0.000459303151105474, 0.00113076923076925, 0.000808597646451065, 0.0016669230769231, 0.00178022850737245, 0.00334153846153846, 0.00244992109763057, 0.00748423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 570, '2021-06-13 00:00:00', 0.000339375217807008, 0.000816538461538465, 0.000524543024560828, 0.00112423076923079, 0.000639443628356828, 0.0017119230769231, 0.00154490109217882, 0.00340076923076924, 0.00243863659890901, 0.0075126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 585, '2021-06-13 00:00:00', 0.000304620823572276, 0.000775384615384639, 0.00047377891630856, 0.00132230769230773, 0.000625808646103968, 0.00185269230769234, 0.00137066839394283, 0.00346961538461542, 0.00244619569630383, 0.00754576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 600, '2021-06-13 00:00:00', 0.000411582312545136, 0.00112000000000004, 0.00048879899911769, 0.00144730769230773, 0.000715200348476942, 0.00190653846153849, 0.00140816459920759, 0.00344346153846156, 0.00247837555358653, 0.00755576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 615, '2021-06-13 00:00:00', 0.000345707746736864, 0.000944615384615373, 0.000497666709602098, 0.00129192307692308, 0.000745643346379503, 0.00174000000000001, 0.00145108723164602, 0.00329692307692309, 0.00250641257577437, 0.00755999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 630, '2021-06-13 00:00:00', 0.000255735440220206, 0.000746153846153849, 0.000472671621253589, 0.0010623076923077, 0.00071304590422948, 0.00161769230769231, 0.00139027551226365, 0.00312500000000002, 0.00248443019314595, 0.00746423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 645, '2021-06-13 00:00:00', 0.000356889338591135, 0.000785000000000019, 0.000532589754082692, 0.0011296153846154, 0.000750478104021285, 0.00165423076923078, 0.00135674026764377, 0.00317192307692311, 0.00245094521797986, 0.00755730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 660, '2021-06-13 00:00:00', 0.000314132994862909, 0.000766538461538462, 0.000546809065256012, 0.00116807692307691, 0.000684084677619587, 0.00155961538461539, 0.00126155002339915, 0.00318730769230771, 0.00246499492900085, 0.00752999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 675, '2021-06-13 00:00:00', 0.000393840264379042, 0.000803076923076923, 0.000497073899474201, 0.00110769230769231, 0.000908177549567512, 0.00155769230769232, 0.00130724543043169, 0.00325115384615386, 0.00247679386428376, 0.00751961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 690, '2021-06-13 00:00:00', 0.000455918346265587, 0.000841538461538458, 0.000588449984803639, 0.00113423076923078, 0.00124646132958622, 0.00178461538461538, 0.00137668676958068, 0.00338769230769234, 0.002536067731442, 0.00753653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 705, '2021-06-13 00:00:00', 0.000251244594277874, 0.000690384615384612, 0.000574144447115725, 0.00107538461538462, 0.00102515927467956, 0.00169346153846153, 0.00159982984672168, 0.00349346153846155, 0.00258485306828359, 0.00752576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 720, '2021-06-13 00:00:00', 0.000377602354947012, 0.000746538461538467, 0.000784504547224152, 0.00118923076923077, 0.000821177484797584, 0.00155269230769227, 0.00153716942662605, 0.00347538461538463, 0.00262807332177304, 0.00753423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 735, '2021-06-13 00:00:00', 0.000483886191323802, 0.000834615384615395, 0.000553860437849973, 0.00113576923076924, 0.000742478178907506, 0.00146461538461537, 0.00169200368248371, 0.00349269230769233, 0.00262420956597479, 0.00752961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 750, '2021-06-13 00:00:00', 0.000507819471253891, 0.000773846153846168, 0.00054898227517973, 0.000968461538461529, 0.000812402325489962, 0.00147846153846153, 0.00180039311946455, 0.00361076923076925, 0.00263966921004532, 0.00755846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 765, '2021-06-13 00:00:00', 0.000302828969247297, 0.000635769230769194, 0.000490093240736274, 0.000960769230769188, 0.000973945820638113, 0.00158230769230766, 0.00171073101783553, 0.00382384615384616, 0.00251285458270986, 0.0074830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 780, '2021-06-13 00:00:00', 0.000297620305345307, 0.000694615384615349, 0.000416141987602965, 0.0010330769230769, 0.00079094111421384, 0.00150961538461537, 0.00155937980768485, 0.0039042307692308, 0.00245684037238571, 0.00744384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 795, '2021-06-13 00:00:00', 0.000240853929560235, 0.000698846153846137, 0.000624528991751752, 0.00111269230769229, 0.000608736522517037, 0.00143192307692308, 0.00141255142860764, 0.00400153846153847, 0.00241970440025537, 0.00735423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 810, '2021-06-13 00:00:00', 0.000508144134609906, 0.000792307692307673, 0.000490836021498009, 0.000979999999999972, 0.000454453010179862, 0.00135653846153847, 0.00141783518625563, 0.00406615384615387, 0.00237259614379234, 0.0072926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 825, '2021-06-13 00:00:00', 0.000369106405337981, 0.000653461538461524, 0.000374201303290921, 0.000948846153846144, 0.000503525570353682, 0.001355, 0.00143488541488375, 0.0042519230769231, 0.00233623553211964, 0.00725730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 840, '2021-06-13 00:00:00', 0.000302249005851906, 0.00070230769230769, 0.000370354715623557, 0.00100884615384618, 0.000671650092052289, 0.0014853846153846, 0.00137898134086778, 0.00462153846153849, 0.00230788681231585, 0.00725846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 855, '2021-06-13 00:00:00', 0.000306649386358177, 0.000755384615384636, 0.000434402861585689, 0.00106538461538463, 0.000720228168974662, 0.00164615384615385, 0.00157426676460942, 0.00480038461538464, 0.00226989284735236, 0.00728153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 870, '2021-06-13 00:00:00', 0.000311180630205971, 0.000725769230769254, 0.000497035674311662, 0.00104730769230768, 0.000738376701857635, 0.00170807692307694, 0.00150297883704842, 0.00475576923076927, 0.00225645344597358, 0.00725307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 885, '2021-06-13 00:00:00', 0.000341747545149012, 0.000770769230769216, 0.000549874950819244, 0.00121769230769232, 0.00115815217546681, 0.00198269230769231, 0.00142839210303056, 0.00472000000000002, 0.0020814309057436, 0.00724115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 900, '2021-06-13 00:00:00', 0.000471687804183409, 0.000984230769230786, 0.000610759048549102, 0.00137115384615386, 0.00105236122783302, 0.0020480769230769, 0.00159299799603914, 0.00487115384615387, 0.00205240260707748, 0.00726730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 915, '2021-06-13 00:00:00', 0.000344276275462259, 0.000876923076923083, 0.000789812928191527, 0.00156269230769231, 0.000852474136760906, 0.00202807692307691, 0.0017713767353281, 0.00480346153846154, 0.00202097436515543, 0.00722423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 930, '2021-06-13 00:00:00', 0.000649327225791322, 0.00128538461538462, 0.000651079576844996, 0.00155615384615384, 0.000873121720301116, 0.00206153846153847, 0.0018182184010306, 0.00479307692307695, 0.00197840884006859, 0.00720153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 945, '2021-06-13 00:00:00', 0.000276275225092679, 0.000960000000000004, 0.00049885730964337, 0.00135115384615385, 0.000858221058128633, 0.00217076923076925, 0.00184827703551175, 0.00474000000000003, 0.0018382136813933, 0.00723846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 960, '2021-06-13 00:00:00', 0.000430991879273827, 0.00112500000000001, 0.000596380363913451, 0.00155846153846155, 0.000735210278659194, 0.00239307692307697, 0.001818378821495, 0.0047115384615385, 0.00174690372241419, 0.00732615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 975, '2021-06-13 00:00:00', 0.000400370021163103, 0.000998076923076928, 0.000611922066430524, 0.00160615384615387, 0.000799550739237582, 0.00241576923076924, 0.00182720589551791, 0.0045042307692308, 0.00171540123137864, 0.00730576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 990, '2021-06-13 00:00:00', 0.000583501895059873, 0.00130769230769231, 0.00065579980528767, 0.00190423076923081, 0.000784814333751323, 0.00257153846153848, 0.0018228437630843, 0.00440076923076926, 0.00171106678375261, 0.00724153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1005, '2021-06-13 00:00:00', 0.000485945865930932, 0.00132923076923079, 0.00072630201389271, 0.00174115384615384, 0.000983949967458483, 0.00246846153846153, 0.00170506377051957, 0.0041923076923077, 0.00173808701207346, 0.00723230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1020, '2021-06-13 00:00:00', 0.000642322229222906, 0.00122538461538462, 0.000726155736633794, 0.00172307692307693, 0.00108788298296067, 0.00266576923076923, 0.00159038611663961, 0.00406000000000001, 0.00175539835496544, 0.00730923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1035, '2021-06-13 00:00:00', 0.000512837656123716, 0.00120769230769229, 0.000589079072660169, 0.00169692307692307, 0.00106431689901951, 0.00265230769230769, 0.00137547463136855, 0.00376230769230769, 0.00177692599733359, 0.007245 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1050, '2021-06-13 00:00:00', 0.000386565150245874, 0.00120615384615387, 0.000620265947923828, 0.00199538461538461, 0.000959697147742278, 0.00255884615384619, 0.00124020544203834, 0.00359846153846155, 0.00170140055429455, 0.00717961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1065, '2021-06-13 00:00:00', 0.00045334602169273, 0.00144884615384615, 0.000908721163969577, 0.00187692307692308, 0.000952012928160462, 0.00228384615384617, 0.00121974120836535, 0.00336615384615387, 0.0017213801260795, 0.00709153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1080, '2021-06-13 00:00:00', 0.000642668954140006, 0.00111923076923077, 0.000640230727640778, 0.00144923076923078, 0.000913600905967496, 0.00202884615384616, 0.00108883508675731, 0.00317538461538462, 0.00187466493416413, 0.00717384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1095, '2021-06-13 00:00:00', 0.000354603353708839, 0.000933461538461539, 0.000526839780052874, 0.00126192307692307, 0.000916642703649478, 0.00181538461538461, 0.00100134586355639, 0.00292153846153846, 0.00193250495073502, 0.00719076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1110, '2021-06-13 00:00:00', 0.000415310264001035, 0.00089884615384615, 0.000713533029799871, 0.00132576923076924, 0.000900588610939449, 0.00167961538461536, 0.000961453387005617, 0.00280384615384614, 0.0020296226629219, 0.00722192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1125, '2021-06-13 00:00:00', 0.00050514415307379, 0.000868846153846167, 0.00065185840841044, 0.00114923076923076, 0.000749686703794457, 0.00163692307692307, 0.000858148274797805, 0.00267769230769232, 0.00211231043755773, 0.00725923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1140, '2021-06-13 00:00:00', 0.000402919537682374, 0.000761923076923055, 0.000458283922744586, 0.0010280769230769, 0.000576288522823832, 0.00148730769230772, 0.000829616500837297, 0.00262653846153846, 0.00216097399692466, 0.00733615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1155, '2021-06-13 00:00:00', 0.000325543332812176, 0.000727692307692318, 0.000502431625658207, 0.00112153846153848, 0.000525574411038485, 0.00141730769230773, 0.000881862713892479, 0.00255538461538462, 0.00235384376319636, 0.0074126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1170, '2021-06-13 00:00:00', 0.000348126413821191, 0.000739999999999988, 0.00032935928476592, 0.000958461538461549, 0.000507470347750612, 0.00125692307692306, 0.000918254531497316, 0.00246923076923077, 0.00226743898230173, 0.00740346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1185, '2021-06-13 00:00:00', 0.000285188466699588, 0.000692692307692354, 0.000278484911896198, 0.000925384615384665, 0.000421729224101814, 0.00115653846153847, 0.000875822953657754, 0.0024446153846154, 0.00233031618851639, 0.00746846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1200, '2021-06-13 00:00:00', 0.000284398690898201, 0.000641153846153836, 0.000350148320221364, 0.000860384615384598, 0.000510811722050917, 0.00122384615384614, 0.000856145206950671, 0.00242615384615385, 0.00230003187268887, 0.00751884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1215, '2021-06-13 00:00:00', 0.000270441234907779, 0.000597692307692312, 0.000345555517080265, 0.00084615384615383, 0.000559542807876353, 0.00126807692307692, 0.000867597567113656, 0.00239153846153847, 0.00241690762370813, 0.00766230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1230, '2021-06-13 00:00:00', 0.000304953212048099, 0.000622692307692296, 0.000549591316693252, 0.000938846153846155, 0.000541100303512715, 0.00126153846153847, 0.000885054713649851, 0.0022746153846154, 0.00252512327193377, 0.00771346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1245, '2021-06-13 00:00:00', 0.000389140275281515, 0.00063307692307692, 0.000363133372404496, 0.000874615384615367, 0.000456279941061841, 0.00118923076923076, 0.000855228354570595, 0.00217346153846155, 0.00252281259403377, 0.00772923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1260, '2021-06-13 00:00:00', 0.000300287298330218, 0.000642692307692282, 0.000445215246127798, 0.000916153846153827, 0.000596422281996184, 0.00134653846153845, 0.000846091829895163, 0.00210923076923078, 0.00253176776186127, 0.00769999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1275, '2021-06-13 00:00:00', 0.000306911412926606, 0.000601153846153805, 0.000333422347089175, 0.000812307692307668, 0.000616968893368692, 0.00139115384615382, 0.000855138315397863, 0.00205846153846155, 0.00253775006346477, 0.00769923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1290, '2021-06-13 00:00:00', 0.000216111438489863, 0.00056807692307693, 0.000567210719221698, 0.00103, 0.000646746770085035, 0.00137423076923077, 0.000826871118224495, 0.00200038461538464, 0.00262784371974147, 0.00774115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1305, '2021-06-13 00:00:00', 0.000487495483213772, 0.000809615384615359, 0.000536910965259026, 0.00107576923076919, 0.000691925296101117, 0.00141615384615384, 0.000763215868243321, 0.00191230769230771, 0.00264753005358118, 0.00780076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1320, '2021-06-13 00:00:00', 0.000377485812265236, 0.000703461538461527, 0.000478508098155102, 0.000894999999999996, 0.000619914634321667, 0.00127307692307691, 0.000582614267432007, 0.00176076923076924, 0.00263239160051496, 0.00777846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1335, '2021-06-13 00:00:00', 0.000262631651967892, 0.000570769230769238, 0.000336689082777469, 0.000876538461538482, 0.000470134677921776, 0.00117115384615386, 0.000467035824684181, 0.0016823076923077, 0.00259828171031434, 0.00777961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1350, '2021-06-13 00:00:00', 0.00028898123441872, 0.000643076923076926, 0.000342511089096189, 0.000894615384615387, 0.000373580801680973, 0.00113115384615387, 0.000456606378202673, 0.00168423076923077, 0.00257235806216789, 0.007815 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1365, '2021-06-13 00:00:00', 0.000287368163752462, 0.000662692307692285, 0.000353903289701478, 0.000846538461538448, 0.000358972893769887, 0.00108153846153848, 0.000478533175443446, 0.00166499999999998, 0.00254955142359173, 0.0078126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1380, '2021-06-13 00:00:00', 0.000243239672877486, 0.000568461538461522, 0.000258967476425421, 0.00075807692307691, 0.0003915627467155, 0.00112576923076922, 0.000478179239004973, 0.00162923076923076, 0.00255849490010168, 0.00783192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1395, '2021-06-13 00:00:00', 0.000260891961134518, 0.000546153846153854, 0.000304146978639248, 0.000765769230769243, 0.000388983092375305, 0.0012296153846154, 0.000407015403223929, 0.00166846153846153, 0.0025613789555328, 0.00783692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1410, '2021-06-13 00:00:00', 0.000271327505764919, 0.000481153846153855, 0.000338803550975823, 0.000880384615384593, 0.000375750530988927, 0.00113269230769232, 0.000506945604728777, 0.00178538461538459, 0.00256394302708816, 0.00783961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1425, '2021-06-13 00:00:00', 0.000305427821008707, 0.000713076923076906, 0.000405349042374416, 0.000970384615384627, 0.000397769357214034, 0.00104269230769231, 0.000710840023114561, 0.00194846153846151, 0.00256113448419914, 0.0078053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 0, '2021-06-13 00:00:00', 0.000409914812913787, 0.000653076923076923, 0.000379499467923003, 0.000790384615384618, 0.000399272415198529, 0.000932307692307694, 0.000769929567208306, 0.00197653846153845, 0.0025626350621067, 0.0078276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 15, '2021-06-13 00:00:00', 0.00023518503353742, 0.000450000000000019, 0.000284059582048988, 0.000724615384615392, 0.000347658541587104, 0.000902307692307694, 0.000710070419043075, 0.00205, 0.00257570017366454, 0.00785076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 30, '2021-06-13 00:00:00', 0.000341506391425715, 0.00058884615384616, 0.000378524259968406, 0.000746153846153858, 0.000394187187084438, 0.000916538461538454, 0.000701634246160077, 0.00217115384615386, 0.00257597001893688, 0.00784846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 45, '2021-06-13 00:00:00', 0.00039047998077317, 0.00053115384615385, 0.000378616103521958, 0.000723076923076937, 0.000378365106538863, 0.000861923076923087, 0.000806895379740238, 0.00231192307692308, 0.00257597001893688, 0.00784846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 60, '2021-06-13 00:00:00', 0.000212569988474386, 0.000535000000000012, 0.000288561685179878, 0.000660384615384612, 0.000294490172227306, 0.000777307692307686, 0.000924234818647299, 0.00233499999999999, 0.00258540245342074, 0.00781461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 75, '2021-06-13 00:00:00', 0.000234120613228436, 0.000427307692307682, 0.000225657671297449, 0.000524230769230762, 0.000305260796444871, 0.000838076923076914, 0.00102181768658376, 0.00240076923076923, 0.00259479327767096, 0.00783192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 90, '2021-06-13 00:00:00', 0.000131906726952728, 0.000320769230769265, 0.000211760387085176, 0.000502307692307695, 0.000356549273755248, 0.000849230769230782, 0.00100854655512087, 0.00245307692307693, 0.00258877104790319, 0.00781653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 105, '2021-06-13 00:00:00', 0.000198057101323368, 0.000398846153846119, 0.000320913359982665, 0.000694230769230748, 0.000433342110364747, 0.000984230769230752, 0.00101539655004643, 0.00249692307692308, 0.00259066255261829, 0.00781269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 120, '2021-06-13 00:00:00', 0.00023799967679352, 0.000540384615384603, 0.000284475225364449, 0.000686923076923076, 0.000405698637679958, 0.000990769230769205, 0.00101263411267539, 0.00251038461538464, 0.00260359302030576, 0.00783384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 135, '2021-06-13 00:00:00', 0.000235434786005694, 0.000448461538461556, 0.00032258308410988, 0.000710384615384623, 0.000367150356959364, 0.00106923076923081, 0.000979335410446221, 0.00248461538461543, 0.00260524240714761, 0.00783000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 150, '2021-06-13 00:00:00', 0.000199981537609385, 0.000443846153846175, 0.000261269092051734, 0.000631538461538465, 0.000460401329945306, 0.00117576923076923, 0.000879667069888449, 0.00243307692307695, 0.00255085349215939, 0.00778846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 165, '2021-06-13 00:00:00', 0.000184167148160408, 0.000431538461538479, 0.000321060981506882, 0.000808076923076931, 0.00060473121810757, 0.00135038461538461, 0.00084154509911601, 0.00245692307692308, 0.00256038437619166, 0.00780192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 180, '2021-06-13 00:00:00', 0.000271384201116035, 0.000705769230769251, 0.000386298409961102, 0.00102230769230771, 0.000624600302963067, 0.00142846153846157, 0.00083559651654464, 0.00244846153846157, 0.00255086341340464, 0.00779807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 195, '2021-06-13 00:00:00', 0.000284111841466613, 0.000673461538461535, 0.000496188084686268, 0.000971153846153846, 0.000506643403649502, 0.00126653846153847, 0.000794250202779583, 0.00221576923076924, 0.00255879394667463, 0.00778769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 210, '2021-06-13 00:00:00', 0.00033876268071639, 0.000598076923076913, 0.000368943606280681, 0.000839230769230784, 0.000373126705639738, 0.00118653846153848, 0.000813135621198291, 0.00206846153846155, 0.00258942143820113, 0.00782076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 225, '2021-06-13 00:00:00', 0.00019774575751554, 0.000550769230769261, 0.000362038884439461, 0.000888076923076925, 0.000422841123100205, 0.00120115384615385, 0.000808593460655848, 0.00211076923076924, 0.00259162060969881, 0.00782423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 240, '2021-06-13 00:00:00', 0.000335421892776603, 0.00066961538461539, 0.000326841528290684, 0.000885769230769218, 0.000579784575377943, 0.00120692307692307, 0.000823160139574686, 0.00209384615384616, 0.00261057223317333, 0.00783076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 255, '2021-06-13 00:00:00', 0.000230756615039768, 0.000526153846153834, 0.000353129525158214, 0.0007926923076923, 0.000623980275822372, 0.00113923076923078, 0.00082177940143044, 0.00197423076923078, 0.00261761535635898, 0.00777307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 270, '2021-06-13 00:00:00', 0.000234455506686022, 0.000555769230769251, 0.000385149920860033, 0.000752692307692311, 0.00051287680332085, 0.00110115384615386, 0.000761754250701347, 0.00187153846153848, 0.00262399050185901, 0.00777692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 285, '2021-06-13 00:00:00', 0.000282147806327457, 0.000539230769230758, 0.00040777388153428, 0.000773461538461541, 0.000429218431033042, 0.00108730769230769, 0.000783193560906999, 0.00184192307692308, 0.00261497383425653, 0.00777807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 300, '2021-06-13 00:00:00', 0.000277485411951978, 0.000503076923076931, 0.000323010121298932, 0.000726538461538456, 0.000381400052438393, 0.000974999999999991, 0.000834168770969964, 0.00178153846153846, 0.00261389238198813, 0.00777576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 315, '2021-06-13 00:00:00', 0.000191351468809092, 0.000510769230769246, 0.000271041580687452, 0.000713461538461558, 0.000420478847908532, 0.000927692307692347, 0.000808060260509954, 0.00187576923076922, 0.00260600575594149, 0.007775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 330, '2021-06-13 00:00:00', 0.000260215591089727, 0.000478076923076929, 0.0003082119650251, 0.000648846153846143, 0.000453678978336695, 0.000853846153846171, 0.000810827592411242, 0.00198423076923078, 0.0026060921820877, 0.0077773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 345, '2021-06-13 00:00:00', 0.000155278410010461, 0.000419230769230783, 0.00028805795357077, 0.000565769230769248, 0.000433520294973388, 0.000859615384615363, 0.000898402000134753, 0.00207692307692306, 0.0026060921820877, 0.0077773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 360, '2021-06-13 00:00:00', 0.000205230077267918, 0.000400769230769243, 0.000264441646900401, 0.000564230769230785, 0.00042016480283156, 0.000867692307692313, 0.00092431804383222, 0.00213961538461538, 0.00260374396118066, 0.00778115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 375, '2021-06-13 00:00:00', 0.000133635554918842, 0.000352307692307703, 0.000319696971906453, 0.0005830769230769, 0.000417854593774523, 0.000807692307692296, 0.000884324340082033, 0.00233846153846154, 0.00259869591555816, 0.0077773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 390, '2021-06-13 00:00:00', 0.000237239249574069, 0.000387692307692277, 0.000305749017232211, 0.0005476923076923, 0.000358865734481022, 0.000776153846153832, 0.000873407914216105, 0.00251423076923077, 0.00258448593311352, 0.00776653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 405, '2021-06-13 00:00:00', 0.00012510180469706, 0.00035769230769232, 0.000177556058320064, 0.000506923076923076, 0.000433248374314531, 0.000838076923076905, 0.000875496167017028, 0.00268846153846153, 0.00257077722458825, 0.00774653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 420, '2021-06-13 00:00:00', 0.000156714831657822, 0.00038653846153844, 0.00020066351475503, 0.000544615384615366, 0.000465902763047611, 0.000864230769230752, 0.000885750529212334, 0.002765, 0.00253722404335013, 0.00775461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 435, '2021-06-13 00:00:00', 0.000136681550158912, 0.000384615384615376, 0.000350459039634548, 0.000638461538461536, 0.000383204303813961, 0.000921538461538469, 0.000983652299419746, 0.0028096153846154, 0.00252842246348317, 0.00775192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 450, '2021-06-13 00:00:00', 0.000330356450845755, 0.000469230769230752, 0.000363045239817116, 0.00065461538461536, 0.000337035035841433, 0.000926153846153816, 0.00101092440560413, 0.00284192307692309, 0.00253393570436313, 0.00774307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 465, '2021-06-13 00:00:00', 0.000186681134970423, 0.000424615384615357, 0.000279185628900552, 0.000653846153846167, 0.000303963560569077, 0.000914615384615356, 0.00102779442721554, 0.00288423076923077, 0.00252856055128972, 0.0077323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 480, '2021-06-13 00:00:00', 0.000271574327550686, 0.000496153846153868, 0.000277358141148823, 0.000676538461538453, 0.000306559066965005, 0.000992307692307668, 0.00107353972374638, 0.00297653846153847, 0.00253856582769456, 0.0077373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 495, '2021-06-13 00:00:00', 0.000178995917443762, 0.000446538461538432, 0.000250522223795392, 0.000665769230769186, 0.000389361607684259, 0.00117769230769227, 0.00109195125278625, 0.00304153846153845, 0.00253264799096794, 0.00774538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 510, '2021-06-13 00:00:00', 0.000158523960819319, 0.000514615384615348, 0.000224315711579744, 0.000748461538461514, 0.000350107895457277, 0.00140653846153845, 0.00117834016245797, 0.00317846153846153, 0.00253322333431906, 0.00776269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 525, '2021-06-13 00:00:00', 0.000193158364680769, 0.000513076923076928, 0.00025965094913099, 0.00101884615384614, 0.000415182073127109, 0.00153192307692307, 0.00117417263833532, 0.00325576923076924, 0.00252275844143792, 0.00778307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 540, '2021-06-13 00:00:00', 0.000243467578002636, 0.000872692307692294, 0.000291385285516251, 0.00122576923076925, 0.000525365953041634, 0.00162576923076922, 0.0012585332121775, 0.00331538461538462, 0.00251891099790856, 0.00779615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 555, '2021-06-13 00:00:00', 0.000265496921610439, 0.000746153846153858, 0.000342663773309129, 0.00105769230769229, 0.000563092013248801, 0.00163384615384615, 0.00126936616527243, 0.0032423076923077, 0.00251817788215088, 0.00785961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 570, '2021-06-13 00:00:00', 0.000360845374939707, 0.000825769230769217, 0.000536729125207643, 0.00113692307692307, 0.000634646358218486, 0.00179000000000002, 0.00131168570344247, 0.00325923076923079, 0.00251851971174767, 0.00788153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 585, '2021-06-13 00:00:00', 0.000350416016493799, 0.000740769230769207, 0.000451371925782499, 0.00129615384615384, 0.000649175216361865, 0.00194269230769231, 0.00126609375032629, 0.00322423076923079, 0.00252977992353851, 0.0079023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 600, '2021-06-13 00:00:00', 0.000401776822856436, 0.00110615384615385, 0.000569443047736447, 0.00146576923076924, 0.000689430645811902, 0.00199884615384617, 0.00128734604755433, 0.00332038461538463, 0.00255924919879611, 0.00794269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 615, '2021-06-13 00:00:00', 0.000405808025852359, 0.000948076923076934, 0.000531812575429197, 0.00138384615384614, 0.000708922150440081, 0.00184884615384616, 0.0012064120995108, 0.00329307692307692, 0.00256182278856287, 0.00789999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 630, '2021-06-13 00:00:00', 0.000321784686732247, 0.000874230769230783, 0.000422535387685077, 0.00126192307692309, 0.00054385801314454, 0.00165846153846153, 0.00118810210646418, 0.00323115384615384, 0.00256371125219191, 0.00788076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 645, '2021-06-13 00:00:00', 0.000409224407122316, 0.000876153846153873, 0.00047561393522961, 0.00123615384615387, 0.00057414337528584, 0.00167615384615384, 0.00112842197508116, 0.00329192307692306, 0.00256708553691654, 0.00786192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 660, '2021-06-13 00:00:00', 0.000289243043929394, 0.000831538461538469, 0.00042725114214185, 0.00111346153846152, 0.000588503708896212, 0.00162615384615383, 0.00105231766189606, 0.00329269230769229, 0.00251721619743226, 0.00787423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 675, '2021-06-13 00:00:00', 0.000300330074827947, 0.000716923076923051, 0.000435009637382202, 0.00109423076923077, 0.000433699825295726, 0.00151653846153844, 0.000978908654495467, 0.00320692307692307, 0.00250771047893369, 0.00784038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 690, '2021-06-13 00:00:00', 0.000254609504928622, 0.000745000000000047, 0.000301439877919309, 0.00106500000000001, 0.000517593841361546, 0.00150923076923078, 0.000914599281736983, 0.00319961538461539, 0.00246394979968842, 0.00782615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 705, '2021-06-13 00:00:00', 0.000198181346634455, 0.000689615384615385, 0.000280700223342644, 0.000966153846153847, 0.000539300972056931, 0.00149846153846154, 0.00102706662206198, 0.00325461538461539, 0.00237720174866294, 0.00782807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 720, '2021-06-13 00:00:00', 0.000208401978434402, 0.000699230769230755, 0.000436769962337153, 0.00104, 0.000612783309674315, 0.00153923076923075, 0.00114735957746471, 0.00341500000000001, 0.00239503280851142, 0.00782307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 735, '2021-06-13 00:00:00', 0.000385497281243527, 0.000748076923076947, 0.000477424500676449, 0.00107307692307693, 0.000567583948382561, 0.00148653846153846, 0.00130553920484396, 0.00367384615384616, 0.00244872827276651, 0.00779307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 750, '2021-06-13 00:00:00', 0.000201350822809733, 0.000696923076923091, 0.000267670578251588, 0.00100346153846154, 0.000413770653679251, 0.00133307692307691, 0.00135919184133014, 0.00365230769230771, 0.00240573906763356, 0.00775269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 765, '2021-06-13 00:00:00', 0.000225618125294796, 0.000733461538461544, 0.000336764926001253, 0.00100884615384616, 0.000470850131309161, 0.00132961538461541, 0.00147794660047181, 0.00403307692307693, 0.00239141802156088, 0.00772192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 780, '2021-06-13 00:00:00', 0.000230252369903464, 0.000718076923076913, 0.000295520661779278, 0.00092730769230767, 0.000504427931880785, 0.00141346153846156, 0.00143121701843086, 0.00430692307692307, 0.00248441554804842, 0.00773384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 795, '2021-06-13 00:00:00', 0.00020720001485, 0.000670384615384575, 0.00030488333203679, 0.000985384615384606, 0.000430805506714336, 0.00156576923076921, 0.00140519826140161, 0.00438307692307693, 0.00248949364638367, 0.00771115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 810, '2021-06-13 00:00:00', 0.000242118851933366, 0.000748461538461531, 0.000376966229868811, 0.00112346153846155, 0.000603129785752215, 0.00171153846153847, 0.00137728808226108, 0.00446230769230769, 0.00248135285681018, 0.00772000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 825, '2021-06-13 00:00:00', 0.000311790856924183, 0.00080846153846154, 0.000404915375774312, 0.0012273076923077, 0.000681875355178614, 0.00179500000000001, 0.00138557807985857, 0.00438884615384617, 0.00251130395182694, 0.00769346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 840, '2021-06-13 00:00:00', 0.000348427014761175, 0.000814230769230774, 0.000550848995083609, 0.00121115384615386, 0.000699201412601989, 0.00167115384615385, 0.00151068787184971, 0.00461538461538463, 0.00247522269394401, 0.00768923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 855, '2021-06-13 00:00:00', 0.000340135041055515, 0.000799615384615388, 0.000417535811453521, 0.00119192307692308, 0.000538362188636833, 0.00157461538461539, 0.00156821745941052, 0.00462500000000002, 0.00249111380711521, 0.00768000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 870, '2021-06-13 00:00:00', 0.000360433286262725, 0.00087192307692305, 0.000474581759187837, 0.0011103846153846, 0.00056568501700285, 0.00168346153846152, 0.00164363012870901, 0.00470000000000001, 0.00247842608244706, 0.00769038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 885, '2021-06-13 00:00:00', 0.000307187990550503, 0.000737307692307723, 0.000312246697340421, 0.00114500000000002, 0.000590715342093475, 0.00190615384615386, 0.00176915747005351, 0.00475307692307694, 0.00242160226677745, 0.00768846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 900, '2021-06-13 00:00:00', 0.000267551001608173, 0.000893461538461542, 0.000395125880623452, 0.00136730769230767, 0.000867474850001203, 0.00222384615384616, 0.00180996948550562, 0.00484153846153847, 0.0023760577563558, 0.00770230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 915, '2021-06-13 00:00:00', 0.00030178775017195, 0.000969615384615383, 0.000497419185550616, 0.00153461538461539, 0.000961103532404302, 0.00242000000000004, 0.00201170360257554, 0.0049192307692308, 0.00237814591646519, 0.00771500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 930, '2021-06-13 00:00:00', 0.0005221743004017, 0.001105, 0.000708727136383379, 0.00163307692307694, 0.0010507295633914, 0.00227615384615388, 0.00199652101262327, 0.00492807692307694, 0.00237369546358545, 0.00767307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 945, '2021-06-13 00:00:00', 0.000445256710742858, 0.00104846153846155, 0.000692036570843361, 0.00166115384615388, 0.0010015597067344, 0.00251538461538464, 0.00192615887195218, 0.00476000000000001, 0.00231792612877578, 0.00761846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 960, '2021-06-13 00:00:00', 0.000532759001656615, 0.00129807692307695, 0.00054687602307597, 0.00156423076923078, 0.00108719830474765, 0.00261192307692306, 0.00181051203977049, 0.0046746153846154, 0.00232959923922219, 0.00760615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 975, '2021-06-13 00:00:00', 0.000341841168695935, 0.000989230769230768, 0.000710132490346803, 0.00191192307692308, 0.00094109829454736, 0.00260499999999999, 0.00168712285814091, 0.00469346153846155, 0.00220409245233986, 0.00765346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 990, '2021-06-13 00:00:00', 0.000705984528050129, 0.00151692307692311, 0.000983086896542639, 0.00203961538461538, 0.00111263464180916, 0.0025596153846154, 0.00177461137674184, 0.00470153846153845, 0.00219168698635408, 0.00776038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1005, '2021-06-13 00:00:00', 0.000486210464083823, 0.00126615384615383, 0.000792945046112141, 0.0017946153846154, 0.000995818024772345, 0.00242153846153847, 0.00168664582940407, 0.00464307692307689, 0.00223080078757519, 0.0079180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1020, '2021-06-13 00:00:00', 0.0005879692561298, 0.00132961538461542, 0.000845504310137766, 0.00183153846153849, 0.000927761905795964, 0.00255307692307697, 0.00168377506263113, 0.00450230769230772, 0.00238492418844193, 0.00805076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1035, '2021-06-13 00:00:00', 0.000463364285998038, 0.00125769230769229, 0.000497543504089374, 0.00165846153846154, 0.000864940727182186, 0.00251769230769233, 0.00168372686438333, 0.00428192307692309, 0.00255499402377746, 0.0083623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1050, '2021-06-13 00:00:00', 0.000352895713512344, 0.00106076923076925, 0.000744849907441336, 0.00176576923076925, 0.0010712084477176, 0.00238346153846158, 0.00183501184234284, 0.00417730769230769, 0.00277923143775676, 0.00841923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1065, '2021-06-13 00:00:00', 0.000632791738738261, 0.00147576923076924, 0.000770844891112273, 0.00191538461538462, 0.000937533999383497, 0.00243499999999999, 0.0017206607407085, 0.00412576923076925, 0.00292510386403366, 0.00854615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1080, '2021-06-13 00:00:00', 0.000651668273327437, 0.00121653846153846, 0.000644825080634567, 0.00159923076923078, 0.000830219340804666, 0.00217807692307691, 0.00158311829578892, 0.00388346153846156, 0.0029006020860398, 0.00854269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1095, '2021-06-13 00:00:00', 0.000536285802104095, 0.00108230769230769, 0.000749784379261552, 0.00155615384615382, 0.0011817963510625, 0.00216884615384614, 0.0016340579502011, 0.00379423076923077, 0.00316919569995533, 0.00852423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1110, '2021-06-13 00:00:00', 0.000346640358962382, 0.00106653846153841, 0.000497220737236957, 0.00141730769230767, 0.001008823839162, 0.00208153846153847, 0.00149036190751933, 0.00353884615384617, 0.00316687540742509, 0.00836961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1125, '2021-06-13 00:00:00', 0.000324122483970746, 0.000930769230769214, 0.000706394638014323, 0.00135576923[...];
Date: 2021-06-13 18:10:36 Duration: 2s156ms Database: acaweb_fx User: pgperfstats
18 4s45ms 1 4s45ms 4s45ms 4s45ms refresh materialized view prfsymboltree;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Jun 13 18 1 4s45ms 4s45ms [ User: postgres - Total duration: 4s45ms - Times executed: 1 ]
-
refresh materialized view prfsymboltree;
Date: 2021-06-13 18:12:07 Duration: 4s45ms Database: acaweb_fx User: postgres
19 4s11ms 16 239ms 324ms 250ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Jun 13 18 16 4s11ms 250ms [ User: postgres - Total duration: 4s11ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:16:13 Duration: 324ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:56:13 Duration: 256ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:01:13 Duration: 254ms Database: acaweb_fx User: postgres
20 3s637ms 16 216ms 249ms 227ms with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Jun 13 18 16 3s637ms 227ms [ User: postgres - Total duration: 3s637ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:01:12 Duration: 249ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:11:12 Duration: 247ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:18:12 Duration: 240ms Database: acaweb_fx User: postgres
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 291 8m2s 183ms 9s829ms 1s658ms 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 #1
Day Hour Count Duration Avg duration Jun 13 18 291 8m2s 1s658ms [ User: postgres - Total duration: 8m2s - Times executed: 291 ]
-
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-06-13 18:01:09 Duration: 9s829ms 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-06-13 18:06:51 Duration: 9s659ms 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-06-13 18:16:19 Duration: 9s537ms Database: acaweb_fx User: postgres Bind query: yes
2 217 58s558ms 58ms 4s818ms 269ms 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 #2
Day Hour Count Duration Avg duration Jun 13 18 217 58s558ms 269ms [ User: postgres - Total duration: 58s558ms - Times executed: 217 ]
-
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 = '689' 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 ('329' = 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', '#SINA', '#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', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#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-06-13 18:31:06 Duration: 4s818ms 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 = '666' 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-06-13 18:07:20 Duration: 797ms 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 = '431' 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 ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-06-13 18:06:42 Duration: 733ms Database: acaweb_fx User: postgres Bind query: yes
3 190 5m38s 51ms 9s618ms 1s781ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Jun 13 18 190 5m38s 1s781ms [ User: postgres - Total duration: 5m38s - Times executed: 190 ]
-
WITH rar_max as ( ;
Date: 2021-06-13 18:56:07 Duration: 9s618ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-06-13 18:11:35 Duration: 9s546ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-06-13 18:41:16 Duration: 9s246ms Database: acaweb_fx User: postgres Bind query: yes
4 97 2m43s 1s640ms 1s845ms 1s685ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #4
Day Hour Count Duration Avg duration Jun 13 18 97 2m43s 1s685ms [ User: pgperfstats - Total duration: 2m43s - Times executed: 97 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1030696, 1, 600, '2021-06-13 00:00:00', 0.127406174627972, 0.3136, 0.139638819817412, 0.413600000000001, 0.17654366787474, 0.494799999999999, 0.265638852579963, 0.7016, 0.994352720785402, 2.0096 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 615, '2021-06-13 00:00:00', 0.116337153709952, 0.2852, 0.128743931895835, 0.342, 0.156843871413579, 0.416000000000001, 0.23630982487686, 0.6344, 0.988318099938812, 1.9668 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 630, '2021-06-13 00:00:00', 0.0684348838921596, 0.220000000000001, 0.0939006567247175, 0.295600000000001, 0.1237699478872, 0.382400000000002, 0.207667201711455, 0.594399999999999, 0.989852682641882, 1.936 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 645, '2021-06-13 00:00:00', 0.0702685325495475, 0.202799999999999, 0.105123736615476, 0.254800000000001, 0.127811058467828, 0.332400000000002, 0.203039405042468, 0.58, 0.987042214564975, 1.9276 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 660, '2021-06-13 00:00:00', 0.0600083327547098, 0.155200000000002, 0.091318125254522, 0.2516, 0.117817655722733, 0.323199999999998, 0.192307912820385, 0.553599999999999, 0.989011796357015, 1.9188 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 675, '2021-06-13 00:00:00', 0.0827586853448045, 0.1764, 0.0894743911220792, 0.221600000000001, 0.126699118649922, 0.331199999999999, 0.183371208208922, 0.529999999999999, 0.984539316973509, 1.9252 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 690, '2021-06-13 00:00:00', 0.0414648445473195, 0.131200000000002, 0.0640364479547897, 0.195599999999999, 0.124432043032866, 0.323999999999998, 0.168529918214342, 0.497599999999999, 0.980173794113403, 1.9236 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 705, '2021-06-13 00:00:00', 0.0515816504841255, 0.1424, 0.0970395108533971, 0.222, 0.139549274451712, 0.3236, 0.158095962419452, 0.481199999999999, 0.973501070021667, 1.9372 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 720, '2021-06-13 00:00:00', 0.0943786699065702, 0.1536, 0.107023361935605, 0.230399999999998, 0.13197221929886, 0.301999999999999, 0.141958914243991, 0.477599999999999, 0.969042826710975, 1.9424 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 735, '2021-06-13 00:00:00', 0.0735141709695028, 0.142799999999997, 0.0807774721070167, 0.213999999999999, 0.096517701312592, 0.2636, 0.149024606469312, 0.484, 0.954358423235211, 1.966 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 750, '2021-06-13 00:00:00', 0.0750932753314162, 0.148399999999999, 0.0914239210126845, 0.183999999999999, 0.0980340077048086, 0.252399999999999, 0.138567672997708, 0.495199999999999, 0.960923687570107, 1.9692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 765, '2021-06-13 00:00:00', 0.0686002915445716, 0.1168, 0.0771967184103924, 0.1648, 0.0977701385904711, 0.254399999999998, 0.14711333499494, 0.4956, 0.95806436805328, 1.9704 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 780, '2021-06-13 00:00:00', 0.0551513070259154, 0.108, 0.081349042198828, 0.1748, 0.0942284458112295, 0.2504, 0.168258729342641, 0.498799999999999, 0.955946302536566, 1.976 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 795, '2021-06-13 00:00:00', 0.0592677540207715, 0.117200000000001, 0.0630396700498974, 0.1636, 0.0720948449382242, 0.223200000000001, 0.200001666659723, 0.495600000000002, 0.949148214628955, 1.9664 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 810, '2021-06-13 00:00:00', 0.0561634519356962, 0.1128, 0.0708566628247938, 0.159600000000001, 0.0655743852430194, 0.201999999999999, 0.24139732116713, 0.506799999999998, 0.94711843680362, 1.964 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 825, '2021-06-13 00:00:00', 0.0374165738677405, 0.104000000000002, 0.0518427108344728, 0.1372, 0.0702803908165962, 0.193199999999999, 0.219729379009725, 0.503199999999998, 0.938740290673268, 1.958 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 840, '2021-06-13 00:00:00', 0.0362859017617954, 0.092000000000001, 0.0356464116941195, 0.1204, 0.0774058567982209, 0.191999999999999, 0.220323247373791, 0.505599999999998, 0.938892432603436, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 855, '2021-06-13 00:00:00', 0.0347035060668708, 0.0872000000000008, 0.0562731433871142, 0.140000000000001, 0.0864253049363051, 0.198800000000001, 0.227742544700515, 0.513999999999998, 0.938892432603436, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 870, '2021-06-13 00:00:00', 0.0522812904711948, 0.104, 0.0714656094449169, 0.143600000000002, 0.0902274902676568, 0.2008, 0.227992689941293, 0.528399999999998, 0.936934184810579, 1.9596 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 885, '2021-06-13 00:00:00', 0.0500266595593462, 0.0988000000000017, 0.0553022000767902, 0.152000000000001, 0.0796910701814612, 0.205600000000001, 0.298612346250676, 0.701199999999999, 0.938563974022725, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 900, '2021-06-13 00:00:00', 0.046644042134732, 0.1156, 0.0577119282875447, 0.148399999999999, 0.0718261790714222, 0.224399999999999, 0.360014814509995, 0.7676, 0.936801828919363, 1.9532 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 915, '2021-06-13 00:00:00', 0.0436844747402733, 0.0919999999999999, 0.0494031038161237, 0.1336, 0.0795822425754218, 0.238, 0.385965456139967, 0.798800000000001, 0.932531858258293, 1.9464 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 930, '2021-06-13 00:00:00', 0.0447101778122155, 0.1064, 0.0682446579105888, 0.1664, 0.0878578397184899, 0.2676, 0.410049996951592, 0.8292, 0.932648558318369, 1.946 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 945, '2021-06-13 00:00:00', 0.05951190357119, 0.112, 0.0735798885565882, 0.1684, 0.111947904550882, 0.2936, 0.436708522167055, 0.8532, 0.930724986233849, 1.9436 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 960, '2021-06-13 00:00:00', 0.0620483682299548, 0.115999999999999, 0.0841466973010019, 0.188400000000001, 0.131425517562864, 0.3168, 0.457438520459307, 0.86, 0.929984408471453, 1.9372 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 975, '2021-06-13 00:00:00', 0.0592311854797228, 0.138000000000002, 0.0971116196274497, 0.2316, 0.149406604048594, 0.328400000000001, 0.460884294951925, 0.8632, 0.926287032548046, 1.9308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 990, '2021-06-13 00:00:00', 0.107031148114306, 0.1916, 0.11806495387427, 0.263199999999998, 0.178472220060526, 0.342399999999998, 0.467920221120367, 0.889200000000001, 0.913593272012588, 1.9312 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1005, '2021-06-13 00:00:00', 0.06858571279793, 0.159599999999998, 0.0996711258757207, 0.2148, 0.119061608701826, 0.294399999999998, 0.465239006676497, 0.881600000000001, 0.905644889935711, 1.9148 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1020, '2021-06-13 00:00:00', 0.0565036871953216, 0.144799999999999, 0.0889756521002607, 0.207999999999998, 0.0939982269336337, 0.272399999999997, 0.446220050348855, 0.8804, 0.886187903325249, 1.9104 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1035, '2021-06-13 00:00:00', 0.0592368128784807, 0.1356, 0.0824621125123533, 0.183999999999999, 0.095791440118625, 0.245199999999999, 0.45412920334783, 0.888, 0.881499101909166, 1.9064 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1050, '2021-06-13 00:00:00', 0.0467511140687248, 0.117599999999999, 0.0587877538267982, 0.1668, 0.078460180983734, 0.246799999999998, 0.46192531863928, 0.894000000000002, 0.882652630804818, 1.9056 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1065, '2021-06-13 00:00:00', 0.0490170038524051, 0.1188, 0.0707860626583136, 0.1676, 0.245880729894258, 0.506399999999999, 0.475181719625941, 0.913200000000002, 0.885548417648634, 1.9072 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1080, '2021-06-13 00:00:00', 0.0478991997149562, 0.108800000000001, 0.0625886038615119, 0.165599999999999, 0.30910462090798, 0.579599999999999, 0.471747813985395, 0.907200000000001, 0.890834440286184, 1.9112 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1095, '2021-06-13 00:00:00', 0.0459999999999997, 0.119199999999998, 0.232843294943186, 0.4792, 0.340720804569763, 0.6236, 0.494143029226695, 0.917600000000002, 0.888451461814318, 1.9172 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 600, '2021-06-13 00:00:00', 0.120557678503501, 0.336923076923078, 0.182736464299315, 0.463846153846155, 0.243194129483803, 0.570769230769232, 0.384995504469258, 0.841538461538464, 0.859029953807468, 1.86730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 615, '2021-06-13 00:00:00', 0.12868327247698, 0.280769230769231, 0.170441959442097, 0.377692307692307, 0.230121372657659, 0.499615384615387, 0.325969559692547, 0.768076923076925, 0.826596357638683, 1.83846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 630, '2021-06-13 00:00:00', 0.074350521181764, 0.23, 0.116307285306572, 0.310769230769231, 0.117371206008967, 0.430000000000002, 0.216117133482321, 0.691153846153849, 0.717877748323808, 1.81269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 645, '2021-06-13 00:00:00', 0.0683531553489218, 0.198076923076923, 0.0763111041420885, 0.290769230769232, 0.108846398477575, 0.383461538461537, 0.216772124236846, 0.653076923076925, 0.684863602366305, 1.80692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 660, '2021-06-13 00:00:00', 0.0797968574665604, 0.203461538461539, 0.0741069912615953, 0.270384615384615, 0.140977357701922, 0.368846153846153, 0.213659686273434, 0.622307692307694, 0.68092245124932, 1.81076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 675, '2021-06-13 00:00:00', 0.0702960771418899, 0.181538461538461, 0.0867605014703383, 0.260769230769229, 0.124458210471813, 0.344615384615385, 0.191969949571442, 0.597307692307693, 0.681956123109216, 1.80807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 690, '2021-06-13 00:00:00', 0.0789439918306254, 0.181923076923076, 0.102690723122318, 0.25423076923077, 0.130200437196478, 0.338076923076922, 0.190345839096995, 0.566538461538463, 0.683912724976377, 1.81615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 705, '2021-06-13 00:00:00', 0.0890704129413279, 0.158461538461539, 0.0998028826468247, 0.216153846153846, 0.110857496883995, 0.304230769230769, 0.177878091356456, 0.526153846153847, 0.728344381773854, 1.92846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 720, '2021-06-13 00:00:00', 0.086231352499229, 0.149615384615385, 0.0980431616098822, 0.217307692307693, 0.0911710142871816, 0.318076923076925, 0.187562912522294, 0.549615384615385, 0.71345486623461, 1.94538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 735, '2021-06-13 00:00:00', 0.0716798437498297, 0.154999999999997, 0.0774249015796293, 0.221153846153844, 0.10795440633042, 0.313076923076922, 0.199530603012323, 0.532692307692308, 0.713863162927332, 1.94615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 750, '2021-06-13 00:00:00', 0.0680407117947671, 0.141538461538461, 0.0792202382844573, 0.210384615384616, 0.102905483146129, 0.271538461538461, 0.207789834651784, 0.503846153846156, 0.728125094915807, 1.93692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 765, '2021-06-13 00:00:00', 0.0514003891035873, 0.145000000000001, 0.0737114958156765, 0.194230769230769, 0.0930343195567363, 0.26076923076923, 0.233842813741326, 0.532307692307695, 0.730012012546053, 1.95153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 780, '2021-06-13 00:00:00', 0.0593917891242939, 0.129230769230769, 0.0595327963911806, 0.181923076923077, 0.109479889266687, 0.254615384615384, 0.223105701061523, 0.558076923076924, 0.737675037898437, 1.96269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 795, '2021-06-13 00:00:00', 0.0459832745513127, 0.127692307692306, 0.0719615281831998, 0.177692307692307, 0.107431552448702, 0.251538461538461, 0.209729496109779, 0.572307692307692, 0.749702299890788, 1.96846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 810, '2021-06-13 00:00:00', 0.0489017854007872, 0.109230769230769, 0.0725629700011276, 0.164230769230768, 0.0862875336392151, 0.23846153846154, 0.208840019742755, 0.563076923076924, 0.761157923571306, 1.97423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 825, '2021-06-13 00:00:00', 0.0675733220002827, 0.123076923076923, 0.0919272287443467, 0.178846153846155, 0.0884951106863227, 0.24923076923077, 0.202364864691326, 0.576538461538462, 0.765537719514851, 1.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 840, '2021-06-13 00:00:00', 0.0660640714644614, 0.127307692307692, 0.0524771012332638, 0.174615384615386, 0.0798084244637425, 0.244230769230771, 0.195289134756255, 0.584615384615386, 0.767124200153754, 1.97653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 855, '2021-06-13 00:00:00', 0.0510082949513718, 0.115384615384616, 0.062052087301407, 0.167692307692307, 0.0867613880798249, 0.233461538461538, 0.183884579183625, 0.571538461538462, 0.77819673209681, 1.96307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 870, '2021-06-13 00:00:00', 0.0565318154126174, 0.119615384615383, 0.0676563715801015, 0.155769230769231, 0.0788299045169653, 0.223076923076922, 0.190657163112624, 0.566923076923077, 0.77987859015658, 1.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 885, '2021-06-13 00:00:00', 0.0390049306547871, 0.0957692307692322, 0.0662222365628388, 0.155769230769231, 0.0669190096023085, 0.213076923076924, 0.39698343309746, 0.870384615384616, 0.782214705917657, 1.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 900, '2021-06-13 00:00:00', 0.0525020146133598, 0.117307692307692, 0.0559450279635829, 0.155384615384616, 0.127347495520658, 0.25576923076923, 0.411926991290744, 0.920384615384616, 0.782214705917657, 1.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 915, '2021-06-13 00:00:00', 0.0364607270276487, 0.104230769230771, 0.0522361501703135, 0.153846153846155, 0.139303763271269, 0.271538461538463, 0.541079974182687, 1.01653846153846, 0.781997540818482, 1.96192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 930, '2021-06-13 00:00:00', 0.056568542494924, 0.119999999999999, 0.138464658084512, 0.207307692307692, 0.159532007880742, 0.272307692307693, 0.54877373787802, 1.03384615384616, 0.777446807480447, 1.96653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 945, '2021-06-13 00:00:00', 0.13804179968958, 0.146538461538464, 0.144303099812112, 0.20923076923077, 0.180558535149642, 0.345769230769232, 0.565002518714602, 1.05038461538462, 0.777130520668083, 1.97038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 960, '2021-06-13 00:00:00', 0.0569750282681264, 0.136923076923078, 0.0761223711179259, 0.181153846153847, 0.112930884240691, 0.344230769230769, 0.587986917698528, 1.03384615384616, 0.786727692113644, 1.94730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 975, '2021-06-13 00:00:00', 0.0512069706793304, 0.123076923076923, 0.0961449226628528, 0.250384615384616, 0.127177646802235, 0.353076923076922, 0.641821925938484, 1.03923076923077, 0.792151597767847, 1.94192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 990, '2021-06-13 00:00:00', 0.0698713102782515, 0.194999999999999, 0.100408396829378, 0.265384615384614, 0.120031406146635, 0.33653846153846, 0.686830849179486, 1.04615384615385, 0.792517410631366, 1.94038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1005, '2021-06-13 00:00:00', 0.0869624145160514, 0.182307692307692, 0.0966205902566249, 0.24653846153846, 0.102959289938383, 0.316153846153846, 0.686323090545104, 1.03076923076923, 0.793072797124237, 1.94730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1020, '2021-06-13 00:00:00', 0.0535221018329389, 0.163846153846153, 0.0653558307680695, 0.219230769230767, 0.0946540258804928, 0.31076923076923, 0.686760959420826, 1.02615384615385, 0.79752578931053, 1.95923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1035, '2021-06-13 00:00:00', 0.0565902954441961, 0.162307692307692, 0.0796270151296766, 0.227307692307693, 0.102362853839436, 0.296923076923079, 0.699243547314908, 1.02153846153846, 0.799845369671298, 1.95615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1050, '2021-06-13 00:00:00', 0.0719967948004538, 0.15346153846154, 0.0908328981405711, 0.201153846153848, 0.108741047376856, 0.273846153846156, 0.742162018388478, 1.01730769230769, 0.80109770843608, 1.95846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1065, '2021-06-13 00:00:00', 0.0474276777355234, 0.12423076923077, 0.0790832083703862, 0.176923076923078, 0.418686039891467, 0.655000000000001, 0.754682714788142, 1.005, 0.806224629893031, 1.96307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1080, '2021-06-13 00:00:00', 0.0579442703081029, 0.121538461538462, 0.0785101659267536, 0.179615384615386, 0.435259074044942, 0.707692307692309, 0.771714674255672, 0.993461538461541, 0.812344754399264, 1.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1095, '2021-06-13 00:00:00', 0.0574228579520798, 0.13423076923077, 0.434575832100857, 0.611923076923078, 0.592163309075615, 0.804230769230771, 0.78491312601116, 0.993846153846156, 0.819022306449305, 1.98153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 600, '2021-06-13 00:00:00', 0.308399341513813, 0.393076923076925, 0.29177757598238, 0.506923076923079, 0.462058437862571, 0.645000000000002, 0.680016289397653, 0.876923076923079, 0.684464642004134, 1.90961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 615, '2021-06-13 00:00:00', 0.154880102511091, 0.310384615384617, 0.305361324436377, 0.461538461538464, 0.301225190488139, 0.556153846153848, 0.503126838267067, 0.793846153846155, 0.590398561599249, 1.85769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 630, '2021-06-13 00:00:00', 0.185266959153126, 0.269615384615385, 0.18795621421368, 0.336538461538462, 0.220071666648707, 0.45346153846154, 0.390944418634591, 0.691538461538462, 0.560119218079096, 1.80846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 645, '2021-06-13 00:00:00', 0.117615409770083, 0.214230769230771, 0.141534448103632, 0.310000000000003, 0.221737544095578, 0.406538461538465, 0.323657226089577, 0.645000000000002, 0.541636835470466, 1.78230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 660, '2021-06-13 00:00:00', 0.0869977895386724, 0.203846153846154, 0.114098472989175, 0.272307692307693, 0.222192224471029, 0.355769230769231, 0.266130390251441, 0.60576923076923, 0.544485642955455, 1.75384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 675, '2021-06-13 00:00:00', 0.0743143013464791, 0.171153846153847, 0.138912257863068, 0.236153846153847, 0.184618108954257, 0.329615384615384, 0.262777179667197, 0.569615384615384, 0.55209363754293, 1.73076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 690, '2021-06-13 00:00:00', 0.0905198660728472, 0.164615384615385, 0.137460483832206, 0.220769230769231, 0.126950626380737, 0.307307692307693, 0.21975545849526, 0.547307692307692, 0.552249804122959, 1.73038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 705, '2021-06-13 00:00:00', 0.138159885083021, 0.161923076923078, 0.135196722764102, 0.233076923076923, 0.134037882130962, 0.313076923076923, 0.223254597678559, 0.561153846153845, 0.57484606635168, 1.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 720, '2021-06-13 00:00:00', 0.12554619131557, 0.175384615384615, 0.118783578248588, 0.228461538461538, 0.15462908473555, 0.316923076923078, 0.216038458114789, 0.563846153846153, 0.569981916042415, 1.84076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 735, '2021-06-13 00:00:00', 0.0738074417761412, 0.133461538461537, 0.114155090186048, 0.20076923076923, 0.155323979029441, 0.278461538461539, 0.215998931621288, 0.556538461538461, 0.569921047163551, 1.845 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 750, '2021-06-13 00:00:00', 0.0631774058931263, 0.139230769230768, 0.0989576443970628, 0.206153846153846, 0.104083546324021, 0.26423076923077, 0.191838072743254, 0.555384615384615, 0.564251580550596, 1.83961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 765, '2021-06-13 00:00:00', 0.0707498301166742, 0.138461538461539, 0.0777055586567254, 0.176923076923077, 0.107274629590811, 0.249615384615386, 0.232701856129585, 0.576923076923077, 0.566395485640419, 1.85038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 780, '2021-06-13 00:00:00', 0.0631140603620505, 0.12076923076923, 0.0874845041223785, 0.17846153846154, 0.127567176873145, 0.255769230769232, 0.260060348025963, 0.59923076923077, 0.576214703574444, 1.85076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 795, '2021-06-13 00:00:00', 0.0868181122542104, 0.134230769230769, 0.104986446011633, 0.176923076923076, 0.130902782482032, 0.256538461538461, 0.269067906784771, 0.608461538461537, 0.567789235002404, 1.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 810, '2021-06-13 00:00:00', 0.0655779043463682, 0.117307692307691, 0.0814531484021037, 0.181153846153846, 0.102303470126874, 0.244999999999999, 0.255967846538463, 0.60653846153846, 0.567235807701226, 1.84269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 825, '2021-06-13 00:00:00', 0.0567748590080543, 0.120769230769231, 0.101205807069632, 0.171153846153846, 0.111917552070881, 0.248461538461538, 0.242756288043409, 0.611153846153845, 0.567607800672802, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 840, '2021-06-13 00:00:00', 0.0926573505739546, 0.115769230769232, 0.0952252390590126, 0.170384615384616, 0.114784078231192, 0.249230769230769, 0.241231456042979, 0.623846153846155, 0.563377861993721, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 855, '2021-06-13 00:00:00', 0.0779398189927026, 0.131153846153845, 0.102788805137226, 0.191538461538462, 0.119262477173411, 0.243461538461538, 0.23039130592571, 0.638076923076923, 0.540416363699183, 1.84538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 870, '2021-06-13 00:00:00', 0.0606997655552447, 0.117307692307693, 0.072286821865293, 0.16423076923077, 0.102606792397744, 0.241923076923076, 0.218233467080204, 0.644615384615385, 0.537042041041625, 1.84307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 885, '2021-06-13 00:00:00', 0.0504579032461719, 0.115000000000002, 0.110821408650966, 0.175769230769231, 0.12841099881001, 0.274230769230767, 0.291245600825145, 0.85, 0.50689461808758, 1.85692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 900, '2021-06-13 00:00:00', 0.0885472494469222, 0.133846153846152, 0.0912148773290523, 0.188076923076921, 0.117652029306764, 0.284999999999999, 0.372491817153281, 0.936923076923077, 0.493120674885975, 1.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 915, '2021-06-13 00:00:00', 0.0852552727897911, 0.127307692307693, 0.114583526806363, 0.215769230769231, 0.13119627105395, 0.302692307692309, 0.404715474604832, 0.988846153846154, 0.49030351667262, 1.84846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 930, '2021-06-13 00:00:00', 0.104573124948708, 0.153461538461537, 0.103674787380833, 0.212692307692308, 0.125676018151678, 0.317692307692309, 0.418221877071894, 0.988461538461539, 0.491676097258535, 1.84576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 945, '2021-06-13 00:00:00', 0.0549419273835144, 0.128846153846155, 0.0843408834159601, 0.194230769230771, 0.143012102769175, 0.35269230769231, 0.42902196465198, 0.979615384615385, 0.486590650895043, 1.84230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 960, '2021-06-13 00:00:00', 0.0665085303956145, 0.13923076923077, 0.0785963397072945, 0.215769230769232, 0.146390415827518, 0.37692307692308, 0.436964529452905, 0.975, 0.478249532550337, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 975, '2021-06-13 00:00:00', 0.061515476476686, 0.141923076923077, 0.0976248707277751, 0.268846153846155, 0.165215011424505, 0.370000000000001, 0.440020454070033, 0.965, 0.47731702092167, 1.83346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 990, '2021-06-13 00:00:00', 0.08066359392325, 0.218846153846156, 0.108353410368394, 0.292692307692311, 0.12498861486613, 0.363076923076926, 0.441527418784451, 0.947692307692308, 0.465474447782541, 1.82769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1005, '2021-06-13 00:00:00', 0.101845282357416, 0.192692307692309, 0.117285319430207, 0.249615384615386, 0.122572427568357, 0.320000000000001, 0.452043564952963, 0.919230769230768, 0.479549147236636, 1.81923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1020, '2021-06-13 00:00:00', 0.0699186340299593, 0.163846153846154, 0.094413982015379, 0.225000000000001, 0.113112605568352, 0.312307692307694, 0.454666234303125, 0.914230769230767, 0.479427222358579, 1.81769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1035, '2021-06-13 00:00:00', 0.0623846628094302, 0.150384615384616, 0.0740363735969345, 0.215769230769231, 0.11201716901371, 0.289615384615385, 0.450708160735798, 0.885384615384614, 0.490248916368001, 1.8 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1050, '2021-06-13 00:00:00', 0.0560233467816354, 0.138846153846156, 0.0748208115844368, 0.193076923076925, 0.0903471935624741, 0.268846153846154, 0.432625081957184, 0.86730769230769, 0.483316268487431, 1.78115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1065, '2021-06-13 00:00:00', 0.0705843739517017, 0.136923076923078, 0.0914902264641504, 0.187692307692307, 0.27181328433037, 0.572307692307692, 0.421390555186041, 0.854999999999999, 0.485337154817301, 1.76807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1080, '2021-06-13 00:00:00', 0.0492965906138936, 0.116923076923076, 0.0689090816834878, 0.187307692307692, 0.391981357484492, 0.655769230769231, 0.422424503951252, 0.832307692307691, 0.481224879464252, 1.75423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1095, '2021-06-13 00:00:00', 0.0549307256040251, 0.13423076923077, 0.259981064399226, 0.513076923076922, 0.414709722391643, 0.718076923076922, 0.41621148470459, 0.809999999999998, 0.493374565151529, 1.74230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 600, '2021-06-13 00:00:00', 0.201555489591864, 0.346153846153844, 0.361478374712258, 0.478846153846152, 0.415261178240688, 0.604615384615383, 0.397745376610946, 0.714230769230767, 0.503538861077658, 1.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 615, '2021-06-13 00:00:00', 0.189594303711898, 0.305, 0.251812201085221, 0.405769230769231, 0.419564792832543, 0.528846153846153, 0.411264653701986, 0.658846153846153, 0.501449744395034, 1.69961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 630, '2021-06-13 00:00:00', 0.20713614994825, 0.264230769230769, 0.433791867852987, 0.400769230769231, 0.420590793271338, 0.463846153846154, 0.425732490944904, 0.631923076923076, 0.501132256456854, 1.70846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 645, '2021-06-13 00:00:00', 0.261634213241428, 0.252692307692309, 0.249431661675404, 0.321923076923078, 0.261995889574332, 0.395384615384616, 0.321418012036567, 0.591538461538461, 0.490414581286548, 1.69769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 660, '2021-06-13 00:00:00', 0.1218170128323, 0.200769230769232, 0.177235610243713, 0.272692307692308, 0.200383094634713, 0.35423076923077, 0.300212488850045, 0.576538461538462, 0.488873744909192, 1.67153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 675, '2021-06-13 00:00:00', 0.0904016677858409, 0.177307692307692, 0.182615611431392, 0.277307692307692, 0.206319021085159, 0.34653846153846, 0.300605798603164, 0.600384615384616, 0.482487783823033, 1.67230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 690, '2021-06-13 00:00:00', 0.124749595343879, 0.197692307692308, 0.152214929016128, 0.245769230769231, 0.140721765852392, 0.331153846153846, 0.328743294754668, 0.631923076923076, 0.472891595969375, 1.67230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 705, '2021-06-13 00:00:00', 0.0700384509779065, 0.154230769230769, 0.0953543996806722, 0.212692307692308, 0.119442937776224, 0.281153846153846, 0.321937643269387, 0.630384615384615, 0.504277091107047, 1.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 720, '2021-06-13 00:00:00', 0.0516854391041088, 0.129230769230769, 0.0774606599904342, 0.201923076923077, 0.10384381763754, 0.263461538461538, 0.300367211157379, 0.622692307692308, 0.526683819908915, 1.70961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 735, '2021-06-13 00:00:00', 0.0638423539184283, 0.149615384615386, 0.0610686876834961, 0.174230769230769, 0.119442937776226, 0.281153846153846, 0.293096203686408, 0.624230769230769, 0.558706197732418, 1.71615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 750, '2021-06-13 00:00:00', 0.0395921515143902, 0.103461538461538, 0.0832133495207441, 0.187307692307691, 0.124633616899849, 0.278461538461538, 0.305259788477846, 0.633461538461538, 0.569011558622631, 1.72692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 765, '2021-06-13 00:00:00', 0.0638471733004804, 0.137307692307691, 0.0905954660098309, 0.196538461538461, 0.134530522701956, 0.282307692307692, 0.304948167096286, 0.664230769230769, 0.579515447461199, 1.74307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 780, '2021-06-13 00:00:00', 0.0691675779983207, 0.128076923076922, 0.0970899662089821, 0.202307692307692, 0.205513615495046, 0.309615384615384, 0.315040412548076, 0.662307692307692, 0.599660031889865, 1.75192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 795, '2021-06-13 00:00:00', 0.0641248781675235, 0.130000000000001, 0.108293760030476, 0.196538461538463, 0.209283025148683, 0.299230769230769, 0.315709701125283, 0.673846153846152, 0.604974252471827, 1.75538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 810, '2021-06-13 00:00:00', 0.0865305637421735, 0.136538461538461, 0.199655087203291, 0.226923076923077, 0.206074295788229, 0.301153846153845, 0.33737197001803, 0.689615384615383, 0.623666084227277, 1.77076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 825, '2021-06-13 00:00:00', 0.161044666522629, 0.15923076923077, 0.156971825007401, 0.201923076923077, 0.16245425391594, 0.27076923076923, 0.327963647141194, 0.671923076923077, 0.624796336047565, 1.77230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 840, '2021-06-13 00:00:00', 0.072681602793385, 0.131153846153846, 0.102642771111939, 0.19653846153846, 0.119941011142335, 0.255384615384615, 0.338103306925333, 0.664615384615385, 0.635076736732233, 1.78230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 855, '2021-06-13 00:00:00', 0.0636589470417273, 0.127307692307691, 0.0631627933322971, 0.15153846153846, 0.146669696938393, 0.279999999999999, 0.317443877535252, 0.648846153846155, 0.654481004014161, 1.78423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 870, '2021-06-13 00:00:00', 0.0426668669867102, 0.0973076923076918, 0.0858334702513209, 0.169230769230769, 0.23239753738931, 0.326153846153845, 0.30542177646406, 0.652307692307693, 0.66768820452479, 1.78653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 885, '2021-06-13 00:00:00', 0.0805137350919788, 0.12769230769231, 0.147512711316688, 0.220000000000001, 0.219896828955345, 0.348846153846155, 0.43391030622256, 0.906923076923078, 0.682787949963521, 1.80923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 900, '2021-06-13 00:00:00', 0.0583281571202389, 0.127500000000001, 0.0822993827789543, 0.195833333333334, 0.0970731085615225, 0.288333333333334, 0.39109934243383, 0.892500000000001, 0.712393394007896, 1.765 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 915, '2021-06-13 00:00:00', 0.052640426411205, 0.118333333333333, 0.0620425286583214, 0.188333333333334, 0.102062072615964, 0.275833333333334, 0.367008075573593, 0.880833333333333, 0.730030771636536, 1.76833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 930, '2021-06-13 00:00:00', 0.0553627693660996, 0.132916666666667, 0.08163967314905, 0.189583333333333, 0.109860748486302, 0.267916666666667, 0.354964786985978, 0.885, 0.746295076078969, 1.76541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 945, '2021-06-13 00:00:00', 0.0530517931235425, 0.121666666666666, 0.0648730644624843, 0.174583333333333, 0.0976090991244354, 0.301666666666666, 0.364444186697211, 0.8975, 0.773731664342231, 1.76541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 960, '2021-06-13 00:00:00', 0.0461252233803167, 0.133333333333333, 0.0724106145633993, 0.194583333333333, 0.105025014273686, 0.319583333333333, 0.38018302228635, 0.92, 0.777839701641205, 1.76208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 975, '2021-06-13 00:00:00', 0.0456752874545741, 0.129166666666667, 0.0678112790413015, 0.23375, 0.0927976995591917, 0.321250000000001, 0.375673308584214, 0.935, 0.775294123711043, 1.77125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 990, '2021-06-13 00:00:00', 0.061075802272162, 0.204583333333332, 0.0687452238130137, 0.257083333333333, 0.114909384589189, 0.332916666666668, 0.382338343219265, 0.945, 0.771240178571813, 1.77875 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1005, '2021-06-13 00:00:00', 0.0461075459887136, 0.160416666666667, 0.0765373831176168, 0.226666666666667, 0.117225627855374, 0.301250000000002, 0.385237551407562, 0.939166666666666, 0.774477734263271, 1.76625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1020, '2021-06-13 00:00:00', 0.0715346779186701, 0.162916666666666, 0.0922887324917159, 0.219583333333335, 0.109729575366647, 0.288333333333333, 0.376237812167182, 0.92375, 0.77787882797676, 1.76458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1035, '2021-06-13 00:00:00', 0.0680153435374821, 0.15, 0.0930754719475591, 0.217500000000001, 0.100603252893501, 0.280833333333332, 0.368827951721415, 0.910833333333333, 0.780632292031481, 1.76041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1050, '2021-06-13 00:00:00', 0.0661670591015232, 0.142916666666668, 0.0843345649219787, 0.190833333333333, 0.101023745235709, 0.261666666666666, 0.34922663004192, 0.90125, 0.778634884017343, 1.78125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1065, '2021-06-13 00:00:00', 0.0792309045252168, 0.139166666666667, 0.106993667698309, 0.190416666666667, 0.343534220812958, 0.653750000000001, 0.348106420093261, 0.897083333333333, 0.783291087359122, 1.78333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1080, '2021-06-13 00:00:00', 0.046873248759557, 0.121666666666666, 0.0405911927336003, 0.182916666666666, 0.325722997368152, 0.707916666666668, 0.349127016876443, 0.888749999999999, 0.786306721877392, 1.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1095, '2021-06-13 00:00:00', 0.042392233360315, 0.131666666666665, 0.344012975825377, 0.613333333333334, 0.322890029289374, 0.703333333333334, 0.340406566380237, 0.876249999999999, 0.813350558145001, 1.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 600, '2021-06-13 00:00:00', 0.139737189800851, 0.350869565217392, 0.174242573179751, 0.468260869565218, 0.187249701182368, 0.545217391304348, 0.255427255796935, 0.756086956521739, 0.862054719795068, 1.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 615, '2021-06-13 00:00:00', 0.0950514734693533, 0.275652173913044, 0.125669747256424, 0.337391304347826, 0.167977977099718, 0.454347826086957, 0.191007315216991, 0.647391304347824, 0.846379875280973, 1.7995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 630, '2021-06-13 00:00:00', 0.0712508234471538, 0.223043478260869, 0.0956752577248238, 0.30086956521739, 0.157695859773564, 0.419565217391302, 0.169159746283935, 0.591739130434781, 0.847496895653486, 1.77347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 645, '2021-06-13 00:00:00', 0.066365260687252, 0.199565217391303, 0.10714771304637, 0.294782608695652, 0.16266918829986, 0.413913043478259, 0.177694946667444, 0.578695652173912, 0.854543310063748, 1.77478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 660, '2021-06-13 00:00:00', 0.0782693232149202, 0.195217391304348, 0.126442663035753, 0.288260869565217, 0.143712767991556, 0.374782608695651, 0.185021096970347, 0.553478260869565, 0.876538737365765, 1.75739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 675, '2021-06-13 00:00:00', 0.0943544741833636, 0.188695652173913, 0.100490889996718, 0.264347826086955, 0.122274233353934, 0.343478260869564, 0.182166366215712, 0.531304347826087, 0.884917092653073, 1.75652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 690, '2021-06-13 00:00:00', 0.0683544586388501, 0.172173913043478, 0.0877226134870353, 0.220434782608695, 0.0689933261365417, 0.303478260869565, 0.185004005938895, 0.510869565217393, 0.884589630410199, 1.74521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 705, '2021-06-13 00:00:00', 0.0679397547587547, 0.14608695652174, 0.070892113098742, 0.215652173913044, 0.079598796344206, 0.30217391304348, 0.203144256460296, 0.503043478260872, 0.989880617227978, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 720, '2021-06-13 00:00:00', 0.0642899804092966, 0.158260869565217, 0.0650812808918929, 0.219130434782609, 0.105914052709094, 0.312173913043479, 0.206169660361932, 0.501739130434784, 0.99272273015799, 1.99565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 735, '2021-06-13 00:00:00', 0.0502208560993533, 0.14304347826087, 0.072765800071729, 0.216956521739131, 0.113086416290405, 0.28608695652174, 0.189754365872273, 0.483913043478263, 1.06161522100541, 2.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 750, '2021-06-13 00:00:00', 0.0625195621559668, 0.147826086956521, 0.0824477316758814, 0.206086956521738, 0.106763378423183, 0.255652173913043, 0.175299856034428, 0.478695652173913, 1.05825701279904, 2.06478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 765, '2021-06-13 00:00:00', 0.0656376446504372, 0.139130434782608, 0.0784357948454871, 0.193913043478261, 0.0951179837361947, 0.247391304347825, 0.184464827886707, 0.5, 1.05723238514791, 2.06695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 780, '2021-06-13 00:00:00', 0.0765743845135976, 0.130000000000002, 0.0865819997906436, 0.173478260869566, 0.0936607282472757, 0.257826086956523, 0.211780518797864, 0.523478260869566, 1.07256554016278, 2.07826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 795, '2021-06-13 00:00:00', 0.0493875534399371, 0.111304347826086, 0.0816020421351828, 0.169565217391303, 0.100118506855724, 0.243478260869564, 0.220266636838966, 0.540869565217391, 1.13057192843954, 2.09739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 810, '2021-06-13 00:00:00', 0.0561371837484673, 0.118260869565216, 0.0718886930589464, 0.179565217391302, 0.0770170147003861, 0.230434782608695, 0.210558264166231, 0.535652173913043, 1.1714782391586, 2.11391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 825, '2021-06-13 00:00:00', 0.0592342439149349, 0.137826086956523, 0.0652208167743346, 0.169130434782609, 0.0721576008996211, 0.22608695652174, 0.208357969557829, 0.53304347826087, 1.17050291545934, 2.1204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 840, '2021-06-13 00:00:00', 0.0433069748556306, 0.111304347826085, 0.0529784802310227, 0.163913043478261, 0.0921268244251162, 0.233478260869567, 0.194043717823788, 0.525652173913042, 1.16311578955878, 2.12739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 855, '2021-06-13 00:00:00', 0.055153397295194, 0.113478260869566, 0.0592075467895596, 0.143478260869567, 0.0946117508516242, 0.228260869565219, 0.197896048090412, 0.529130434782609, 1.16590276138787, 2.13260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 870, '2021-06-13 00:00:00', 0.0486781800953094, 0.0982608695652188, 0.0876053854355552, 0.167391304347829, 0.0971043202533109, 0.237391304347829, 0.186699013760466, 0.527391304347826, 1.18783507858332, 2.14608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 885, '2021-06-13 00:00:00', 0.0702142401916581, 0.118695652173914, 0.0831922389204746, 0.168695652173913, 0.0910999971798369, 0.240869565217393, 0.370643602186654, 0.83695652173913, 1.20489991055955, 2.13260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1030696, 5, 900, '2021-06-13 00:00:00', 0.0721630783810058, 0.125652173913042, 0.0802441925299445, 0.171304347826088, 0.105322767602709, 0.272608695652175, 0.362315238453767, 0.877826086956522, 1.19950615661732, 2.13826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 915, '2021-06-13 00:00:00', 0.061254990923544, 0.123913043478259, 0.0709506313915626, 0.193913043478259, 0.106429660937506, 0.269999999999999, 0.394875274249273, 0.90086956521739, 1.21046180714687, 2.14217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 930, '2021-06-13 00:00:00', 0.0732773172092924, 0.148260869565216, 0.104004788579328, 0.214782608695651, 0.112988508982352, 0.268695652173913, 0.407274271242132, 0.90782608695652, 1.22627895645786, 2.14347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 945, '2021-06-13 00:00:00', 0.054930786489437, 0.130869565217392, 0.0625764354743868, 0.16391304347826, 0.101465545467393, 0.300434782608694, 0.424508551010957, 0.914347826086955, 1.23171672350282, 2.14478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 960, '2021-06-13 00:00:00', 0.0458559352583621, 0.0986956521739116, 0.0454750941694826, 0.150434782608695, 0.124871475427712, 0.342608695652173, 0.425418649882658, 0.92086956521739, 1.23451467476634, 2.14086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 975, '2021-06-13 00:00:00', 0.043096545719633, 0.121304347826087, 0.0947057018371866, 0.256521739130434, 0.121421097853515, 0.373913043478261, 0.411786333175014, 0.919565217391304, 1.21374652724985, 2.15478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 990, '2021-06-13 00:00:00', 0.0734497219877573, 0.206956521739129, 0.0990288814820642, 0.286086956521739, 0.103436983164467, 0.360869565217391, 0.404362084835082, 0.902173913043477, 1.18764406240773, 2.14434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1005, '2021-06-13 00:00:00', 0.0756134333590792, 0.170869565217391, 0.0978140528390801, 0.26304347826087, 0.0975105142805482, 0.309130434782609, 0.423040472185251, 0.887826086956522, 1.19151098147366, 2.13434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1020, '2021-06-13 00:00:00', 0.0940250576306684, 0.189565217391304, 0.104107348064145, 0.232608695652172, 0.0853497802002869, 0.288695652173913, 0.409860672364389, 0.903043478260868, 1.16667156031347, 2.1304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1035, '2021-06-13 00:00:00', 0.0646608665885661, 0.130869565217392, 0.0587921911407511, 0.182608695652174, 0.0812574107292298, 0.268695652173913, 0.416374812146127, 0.879565217391304, 1.15684643574215, 2.11869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1050, '2021-06-13 00:00:00', 0.0426216000463821, 0.134347826086957, 0.0585361615878466, 0.190869565217393, 0.0785264488058331, 0.268695652173912, 0.420460880200115, 0.876521739130433, 1.16320448074774, 2.11086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1065, '2021-06-13 00:00:00', 0.0425798482648877, 0.116956521739132, 0.0769579732338951, 0.189565217391304, 0.356293501608628, 0.62782608695652, 0.427688427835436, 0.859130434782608, 1.16669663052054, 2.09913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1080, '2021-06-13 00:00:00', 0.0634483388246283, 0.134347826086956, 0.0663056761352068, 0.166521739130434, 0.367664351139478, 0.650434782608694, 0.431659633884952, 0.848695652173912, 1.17805644858276, 2.09521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1095, '2021-06-13 00:00:00', 0.0604234072383563, 0.116521739130434, 0.368508906580626, 0.58478260869565, 0.39582954370282, 0.68086956521739, 0.433164201309898, 0.836956521739129, 1.18096246003665, 2.09217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:06:27 Duration: 1s845ms 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 1031641, 1, 600, '2021-06-13 00:00:00', 0.158244256135886, 0.109772, 0.155670494742367, 0.127028, 0.153114543398072, 0.138844, 0.148991053646408, 0.156236, 0.217004812696247, 0.359404 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 615, '2021-06-13 00:00:00', 0.0307261018245617, 0.06252, 0.028703542173978, 0.0773200000000001, 0.0306555052152138, 0.09248, 0.0321983602066936, 0.118624, 0.150585985182331, 0.336868 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 630, '2021-06-13 00:00:00', 0.0249550930005613, 0.05056, 0.0271590206008979, 0.066864, 0.0294743232888107, 0.0840639999999999, 0.0328684712148282, 0.111384, 0.148979241059507, 0.335348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 645, '2021-06-13 00:00:00', 0.0147640328727169, 0.04532, 0.0192613602842581, 0.0594000000000001, 0.0260658141378063, 0.07452, 0.0329505690390923, 0.10336, 0.148829638401317, 0.335228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 660, '2021-06-13 00:00:00', 0.014709942216066, 0.0394640000000002, 0.0199115309975568, 0.0550640000000001, 0.0206899266955363, 0.0649840000000001, 0.0304719543186845, 0.09796, 0.148455245556812, 0.335708 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 675, '2021-06-13 00:00:00', 0.0186948763034153, 0.040544, 0.0213211725756348, 0.049264, 0.0237382897446299, 0.0629839999999999, 0.030094296248071, 0.0957999999999999, 0.148246538801642, 0.336228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 690, '2021-06-13 00:00:00', 0.0142381084886068, 0.0307039999999999, 0.0156514024930676, 0.0417839999999999, 0.0247205663365547, 0.058984, 0.0304996174839401, 0.08932, 0.148246538801642, 0.336228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 705, '2021-06-13 00:00:00', 0.0133112133181014, 0.0287439999999999, 0.0210576985130537, 0.04148, 0.0251416599823214, 0.057384, 0.0307245829914745, 0.0874, 0.173476835917652, 0.353948 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 720, '2021-06-13 00:00:00', 0.0165604951616793, 0.0306, 0.0198106469690753, 0.041944, 0.0208104236702026, 0.052704, 0.037016227072281, 0.090624, 0.185891946929751, 0.358748 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 735, '2021-06-13 00:00:00', 0.015276181896447, 0.029944, 0.0173354088500964, 0.040784, 0.0169801177852217, 0.050824, 0.0362730533592087, 0.088624, 0.209062255321232, 0.367708 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 750, '2021-06-13 00:00:00', 0.0136030633804791, 0.02872, 0.0151059590890481, 0.03724, 0.0226330878729939, 0.04944, 0.0414789103039123, 0.092, 0.209763118938165, 0.369324 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 765, '2021-06-13 00:00:00', 0.0141462739499369, 0.0264959999999999, 0.0143403533196827, 0.0351359999999999, 0.0246373699895097, 0.0507999999999999, 0.0409453749931947, 0.0932959999999999, 0.205938344494981, 0.370644 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 780, '2021-06-13 00:00:00', 0.00990352125929635, 0.023816, 0.0193887424381607, 0.03456, 0.0226606854853658, 0.0504399999999999, 0.04369088081816, 0.096416, 0.204591508621448, 0.371804 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 795, '2021-06-13 00:00:00', 0.0178571479619042, 0.026424, 0.0209865290126787, 0.0386239999999999, 0.0252532057370941, 0.0518239999999999, 0.0458490138025528, 0.099204, 0.202529969634126, 0.370588 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 810, '2021-06-13 00:00:00', 0.0162427419688508, 0.0259199999999998, 0.0159455322896415, 0.0344799999999998, 0.0237621547844466, 0.0488399999999998, 0.047820079464593, 0.10052, 0.201863652663541, 0.370148 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 825, '2021-06-13 00:00:00', 0.0129572373598694, 0.02416, 0.020684609415376, 0.037384, 0.0212935827578794, 0.0456, 0.0633644569139513, 0.106724, 0.201240349499465, 0.371108 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 840, '2021-06-13 00:00:00', 0.014478296400705, 0.029224, 0.0151794817654183, 0.0362, 0.0163687018422354, 0.044376, 0.0623375087728087, 0.11094, 0.200769693264032, 0.370884 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 855, '2021-06-13 00:00:00', 0.0122939009268825, 0.02416, 0.0146903505744417, 0.031016, 0.0174472844114302, 0.042176, 0.0633130976444316, 0.11294, 0.200798821543687, 0.370844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 870, '2021-06-13 00:00:00', 0.00898308039223375, 0.0221359999999999, 0.0129568926315946, 0.031976, 0.016840479011398, 0.0438560000000001, 0.0632560142068194, 0.11314, 0.200798821543687, 0.370844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 885, '2021-06-13 00:00:00', 0.0131370975992924, 0.024, 0.0142735092624998, 0.0322160000000001, 0.0192710248819309, 0.0453360000000001, 0.109021047203434, 0.189404, 0.200312270551091, 0.370164 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 900, '2021-06-13 00:00:00', 0.0117185209533172, 0.023296, 0.014511480512569, 0.032216, 0.0283483097673682, 0.0497200000000001, 0.110793528992747, 0.196524, 0.200225530506643, 0.369684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 915, '2021-06-13 00:00:00', 0.0124130307875771, 0.0247999999999999, 0.0180754898504392, 0.0351600000000001, 0.0279369480556962, 0.0519840000000001, 0.108766504954421, 0.199548, 0.199758708445965, 0.368308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 930, '2021-06-13 00:00:00', 0.0143527000944073, 0.0256000000000002, 0.0217718564512384, 0.0379040000000001, 0.029971937986501, 0.0535040000000001, 0.117097782216402, 0.208268, 0.19836248956561, 0.367068 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 945, '2021-06-13 00:00:00', 0.0182217196407657, 0.029024, 0.0222998146479591, 0.0385440000000001, 0.0271285827127035, 0.0577200000000001, 0.114685019073984, 0.213188, 0.197747988443203, 0.366388 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 960, '2021-06-13 00:00:00', 0.015998387418737, 0.026544, 0.0213187022744506, 0.0381040000000001, 0.0278799210902757, 0.0590400000000001, 0.11106937291621, 0.212868, 0.195698580986169, 0.364828 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 975, '2021-06-13 00:00:00', 0.0176121473231782, 0.0282240000000001, 0.0194270018273536, 0.0446560000000001, 0.0314794906777943, 0.0623, 0.108639741347262, 0.211644, 0.193842508409963, 0.363084 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 990, '2021-06-13 00:00:00', 0.0165434095639322, 0.0363760000000001, 0.0248499309187504, 0.0469360000000001, 0.0341361353016615, 0.062736, 0.107587900806736, 0.210484, 0.192541739370974, 0.362684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1005, '2021-06-13 00:00:00', 0.0156548182146371, 0.0326400000000001, 0.0218719317848242, 0.046484, 0.043146916459928, 0.0664839999999999, 0.103515230441386, 0.206228, 0.19953381568045, 0.366788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1020, '2021-06-13 00:00:00', 0.0182531385429102, 0.0338039999999999, 0.0231665707432067, 0.04324, 0.0395663164825841, 0.067644, 0.0961778384036573, 0.201708, 0.194050079275085, 0.365308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1035, '2021-06-13 00:00:00', 0.0182882475923747, 0.0297199999999999, 0.0326967541712221, 0.0469239999999999, 0.0358593930047158, 0.0647239999999999, 0.089439437237347, 0.198628, 0.189502039390961, 0.363028 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1050, '2021-06-13 00:00:00', 0.0240101381364901, 0.0354440000000001, 0.0255153300324858, 0.0492040000000001, 0.0262972381312816, 0.060884, 0.0825905579752714, 0.194388, 0.187752302071994, 0.360788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1065, '2021-06-13 00:00:00', 0.0177877410969841, 0.033604, 0.0229170329667696, 0.0427040000000001, 0.0699342710455088, 0.144068, 0.0802477783700791, 0.190348, 0.184038185168187, 0.359188 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1080, '2021-06-13 00:00:00', 0.0210208721671264, 0.030304, 0.0223164752294503, 0.039344, 0.0708778592603738, 0.146948, 0.0792647899974089, 0.187988, 0.183972874631017, 0.357788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1095, '2021-06-13 00:00:00', 0.0140163000348403, 0.02704, 0.0661315577718637, 0.131428, 0.0676531467610093, 0.147908, 0.0784563462485137, 0.185908, 0.183205270848485, 0.357628 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 600, '2021-06-13 00:00:00', 0.052612158436854, 0.0918192307692308, 0.0585850923542316, 0.105976923076923, 0.0663004452937824, 0.126823076923077, 0.0694979521557733, 0.159784615384615, 0.178576798561894, 0.358453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 615, '2021-06-13 00:00:00', 0.0273363505526699, 0.0557615384615385, 0.0276819641366276, 0.0691076923076923, 0.0507674264131577, 0.0972961538461539, 0.059259754146794, 0.132961538461538, 0.164742050350984, 0.346465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 630, '2021-06-13 00:00:00', 0.018251448836062, 0.0446538461538462, 0.0372900811724265, 0.0709846153846154, 0.0489628681915027, 0.0940615384615385, 0.0617527775768956, 0.129907692307692, 0.16327340449499, 0.346269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 645, '2021-06-13 00:00:00', 0.0285199687128968, 0.0518692307692308, 0.0402554550531783, 0.0696615384615384, 0.0485499267210094, 0.0877538461538462, 0.0644155380204306, 0.128407692307692, 0.166321720909068, 0.348773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 660, '2021-06-13 00:00:00', 0.0274903955255984, 0.042676923076923, 0.0330186893463966, 0.0579230769230769, 0.0416685086772326, 0.0737692307692308, 0.0591506030920552, 0.119076923076923, 0.160505406810439, 0.343580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 675, '2021-06-13 00:00:00', 0.0137463281810649, 0.0368076923076923, 0.0257321110377974, 0.0513076923076924, 0.0319125969822866, 0.069423076923077, 0.0539084837051147, 0.115269230769231, 0.159354894930973, 0.341657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 690, '2021-06-13 00:00:00', 0.0183172470219064, 0.0358076923076924, 0.0273203502624241, 0.0508076923076924, 0.028774668346682, 0.0626923076923078, 0.0515496474657796, 0.111384615384615, 0.155101948854492, 0.338042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 705, '2021-06-13 00:00:00', 0.0183348344373804, 0.0346153846153846, 0.0202035792716194, 0.0472307692307692, 0.034157846266099, 0.0585615384615384, 0.0501320717244422, 0.108230769230769, 0.166691060532767, 0.360661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 720, '2021-06-13 00:00:00', 0.0182495521546736, 0.0343846153846152, 0.0260333513903874, 0.0421538461538461, 0.0368306101789509, 0.058176923076923, 0.0507457766336653, 0.106576923076923, 0.168417696859281, 0.365369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 735, '2021-06-13 00:00:00', 0.0157482111316224, 0.0263846153846154, 0.0249752184867628, 0.0374076923076923, 0.0286501926426602, 0.0534076923076923, 0.046491570782736, 0.103115384615385, 0.166556362370682, 0.366176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 750, '2021-06-13 00:00:00', 0.0166299174335339, 0.0267153846153845, 0.0195855912500845, 0.0392538461538462, 0.0249339126492414, 0.0555000000000001, 0.0433848608831025, 0.103615384615385, 0.166313217014903, 0.366984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 765, '2021-06-13 00:00:00', 0.0136645526820311, 0.0280000000000001, 0.0160721929000179, 0.0366538461538462, 0.0278072763028783, 0.0532692307692308, 0.0422669356134775, 0.108576923076923, 0.166782283692981, 0.365715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 780, '2021-06-13 00:00:00', 0.0129118311875343, 0.0273461538461539, 0.0192879795169467, 0.0398846153846154, 0.0266195127967898, 0.0539615384615384, 0.0435306611658778, 0.111961538461538, 0.166040448269506, 0.363561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 795, '2021-06-13 00:00:00', 0.0143893657314646, 0.0275769230769232, 0.0190395943718913, 0.0378846153846154, 0.0270082608445297, 0.0516153846153846, 0.0422554320586305, 0.112192307692308, 0.166213006063351, 0.361946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 810, '2021-06-13 00:00:00', 0.0138926100997839, 0.0257307692307691, 0.0159807576599051, 0.0367692307692307, 0.0242857666450632, 0.0499615384615385, 0.040607862065596, 0.110961538461538, 0.165531231540711, 0.361869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 825, '2021-06-13 00:00:00', 0.0123115955349168, 0.0248461538461538, 0.0195339546588853, 0.0348461538461539, 0.0244899037281772, 0.0516538461538463, 0.03808017857101, 0.1075, 0.164651804166807, 0.363369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 840, '2021-06-13 00:00:00', 0.0164406625357796, 0.0268461538461539, 0.0173466024161684, 0.0367692307692309, 0.025112424139335, 0.0499230769230771, 0.0367459678583401, 0.104884615384615, 0.165126610630938, 0.362292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 855, '2021-06-13 00:00:00', 0.0131158154677708, 0.0247692307692308, 0.0182637514050268, 0.0362692307692308, 0.023059821868683, 0.0493461538461539, 0.0352315418121538, 0.103692307692308, 0.164056534345751, 0.362138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 870, '2021-06-13 00:00:00', 0.0152585915268944, 0.0282307692307694, 0.0199601140739765, 0.0346153846153848, 0.0221544230694113, 0.0525384615384615, 0.0322167896982543, 0.102792307692308, 0.163854986544153, 0.361830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 885, '2021-06-13 00:00:00', 0.0135107934060713, 0.0223076923076923, 0.0132825507281605, 0.0348846153846153, 0.0211159800952885, 0.0512692307692308, 0.0627573593600476, 0.145384615384615, 0.164296116345317, 0.361023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 900, '2021-06-13 00:00:00', 0.00962696533381429, 0.0250384615384615, 0.0167043522656638, 0.0383461538461538, 0.0209781204701837, 0.0488076923076923, 0.0644981597829318, 0.147869230769231, 0.164643548776884, 0.360484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 915, '2021-06-13 00:00:00', 0.0134263231692878, 0.0278846153846153, 0.0182418369520346, 0.0372692307692308, 0.0200038842382018, 0.0493461538461539, 0.0695721075851964, 0.151215384615385, 0.164746646516588, 0.359792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 930, '2021-06-13 00:00:00', 0.0118995798245148, 0.0270000000000001, 0.0135094269080748, 0.0347692307692308, 0.0178739604323849, 0.0480384615384615, 0.0715559813121059, 0.154538461538462, 0.163860751390178, 0.359523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 945, '2021-06-13 00:00:00', 0.0121476176835055, 0.0247307692307692, 0.0152083479100736, 0.0344230769230768, 0.0194180328560849, 0.0575, 0.080399540756438, 0.161384615384615, 0.163275943868513, 0.358523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 960, '2021-06-13 00:00:00', 0.0151519483387957, 0.0256923076923076, 0.0138989761659461, 0.0366923076923076, 0.030927050644031, 0.0680615384615384, 0.0851808302739169, 0.165576923076923, 0.164102414551214, 0.360138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 975, '2021-06-13 00:00:00', 0.01195819641662, 0.0269615384615384, 0.0181906146553232, 0.0464615384615385, 0.0320055362999303, 0.0720653846153847, 0.0863027319293053, 0.166807692307692, 0.164977137810062, 0.3596 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 990, '2021-06-13 00:00:00', 0.0145895642366516, 0.0361538461538461, 0.0284712864803498, 0.0562153846153846, 0.0326113760236186, 0.0721769230769231, 0.0873294822012501, 0.167038461538462, 0.165473969135748, 0.358061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1005, '2021-06-13 00:00:00', 0.0214594357944328, 0.0419461538461539, 0.0227255440825111, 0.0545653846153846, 0.0280281177501343, 0.0644461538461538, 0.0868683517655396, 0.169342307692308, 0.166154612751081, 0.356942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1020, '2021-06-13 00:00:00', 0.0145846837469998, 0.03535, 0.0212940222742295, 0.0486538461538461, 0.0224658715525436, 0.0576538461538461, 0.100463331619054, 0.17765, 0.168376825419835, 0.358557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1035, '2021-06-13 00:00:00', 0.0152144162404761, 0.0349615384615384, 0.0163112042662517, 0.041153846153846, 0.0218238049280703, 0.0549615384615385, 0.100509357007961, 0.178726923076923, 0.167997971462112, 0.360019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1050, '2021-06-13 00:00:00', 0.0130055609407905, 0.0277692307692307, 0.0185306814188296, 0.0388846153846154, 0.02514156839854, 0.0585384615384615, 0.10027326854459, 0.176496153846154, 0.164886445634097, 0.360634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1065, '2021-06-13 00:00:00', 0.0111487839971625, 0.0261538461538462, 0.0169990044957391, 0.0363846153846154, 0.0536195970202629, 0.118996153846154, 0.0971352383971004, 0.172457692307692, 0.164826878735982, 0.358865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1080, '2021-06-13 00:00:00', 0.0128446337193637, 0.0257692307692307, 0.0175332650871247, 0.0411538461538461, 0.0549632897067181, 0.123019230769231, 0.0961571234210726, 0.171996153846154, 0.164885232673658, 0.359865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1095, '2021-06-13 00:00:00', 0.0153251929339092, 0.0306923076923076, 0.0488988936480163, 0.11115, 0.054492824792317, 0.124365384615385, 0.0946522562614575, 0.169919230769231, 0.163488936205293, 0.361788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 600, '2021-06-13 00:00:00', 0.0330625647011145, 0.0796038461538462, 0.0376417233726293, 0.0906423076923077, 0.0497454655065317, 0.103657692307692, 0.0936883522027233, 0.151657692307692, 0.162136209214541, 0.358292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 615, '2021-06-13 00:00:00', 0.0211396415805436, 0.055473076923077, 0.0263376793557473, 0.0725846153846154, 0.0432805658998976, 0.0927538461538462, 0.0745813917810603, 0.1356, 0.155648795641391, 0.347296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 630, '2021-06-13 00:00:00', 0.0209447992443141, 0.0462692307692307, 0.0242285273688176, 0.0596923076923077, 0.0406015535890703, 0.0833846153846154, 0.0647248377007205, 0.126769230769231, 0.14675101220985, 0.347603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 645, '2021-06-13 00:00:00', 0.0143675381971357, 0.0408846153846154, 0.0257515944241247, 0.0607692307692307, 0.038330144794926, 0.075, 0.0575117914331152, 0.120615384615385, 0.144033602115831, 0.347657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 660, '2021-06-13 00:00:00', 0.0224518630373104, 0.0406153846153846, 0.033490595694911, 0.0525, 0.0398167533351707, 0.067423076923077, 0.0581442900166341, 0.113038461538461, 0.142164012810773, 0.344542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 675, '2021-06-13 00:00:00', 0.0217200368323813, 0.036, 0.0233079715647144, 0.0476923076923076, 0.0290007161715281, 0.0648076923076924, 0.0493968077448798, 0.107269230769231, 0.143150491280492, 0.342465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 690, '2021-06-13 00:00:00', 0.0154899471121907, 0.0325384615384615, 0.0211677548680498, 0.042923076923077, 0.0431276637973283, 0.0646538461538463, 0.0501136707895161, 0.1055, 0.143795920825849, 0.345273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 705, '2021-06-13 00:00:00', 0.0191124606957386, 0.0296153846153847, 0.0203686032903583, 0.0440000000000001, 0.0395617725355405, 0.0634230769230769, 0.0482858316534109, 0.104807692307692, 0.227661223616279, 0.387507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 720, '2021-06-13 00:00:00', 0.0189152278906135, 0.0356769230769231, 0.0364786302037022, 0.0491384615384616, 0.0369526099838074, 0.0618461538461538, 0.0590951254009486, 0.109076923076923, 0.225114579372714, 0.389176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 735, '2021-06-13 00:00:00', 0.0275811808750375, 0.0338076923076924, 0.0297333793261689, 0.0460769230769231, 0.0407102519690633, 0.0582692307692308, 0.0660623481731753, 0.110923076923077, 0.225233027363628, 0.392869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 750, '2021-06-13 00:00:00', 0.0262496007295643, 0.0331923076923076, 0.0301170281504565, 0.042653846153846, 0.0402690948495245, 0.0549999999999999, 0.0667623684881973, 0.108423076923077, 0.226861283946482, 0.394484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 765, '2021-06-13 00:00:00', 0.0181074145459385, 0.0280384615384614, 0.0288690411766921, 0.0393076923076922, 0.0348068074685664, 0.0509230769230769, 0.0572887960586199, 0.110384615384615, 0.230698551227487, 0.397692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 780, '2021-06-13 00:00:00', 0.0194124860691417, 0.0277307692307692, 0.0204991557049403, 0.0361538461538461, 0.0252248961269494, 0.0458461538461539, 0.0466921999745304, 0.109807692307692, 0.230122111397072, 0.398884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 795, '2021-06-13 00:00:00', 0.0187508769025714, 0.0276538461538462, 0.0229979597757313, 0.0371153846153847, 0.0233703625593152, 0.0485769230769231, 0.0480205725144482, 0.112846153846154, 0.230063696865422, 0.398769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 810, '2021-06-13 00:00:00', 0.0128189763181837, 0.0233846153846154, 0.0136643837993297, 0.0303461538461538, 0.0143149733334877, 0.0449615384615384, 0.039749291237029, 0.110384615384615, 0.229928072365117, 0.399038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 825, '2021-06-13 00:00:00', 0.0119655916951643, 0.0221538461538462, 0.0144337744943533, 0.0335769230769231, 0.0145403417587599, 0.0456923076923077, 0.0383149900370397, 0.110961538461538, 0.229125108586151, 0.398346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 840, '2021-06-13 00:00:00', 0.0115039123779695, 0.0264999999999999, 0.0112115325240781, 0.0364615384615383, 0.0177184823104185, 0.0467692307692306, 0.0374689409839874, 0.110807692307692, 0.229070684421945, 0.398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 855, '2021-06-13 00:00:00', 0.00846613162048545, 0.0243461538461538, 0.0102296702706467, 0.0336153846153846, 0.0224523084302295, 0.0468846153846153, 0.0380034006575525, 0.108538461538462, 0.229070308320057, 0.398615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 870, '2021-06-13 00:00:00', 0.00903667740165257, 0.0256923076923077, 0.0145245150852461, 0.0328076923076923, 0.0244442536900095, 0.0491923076923077, 0.0432757882210578, 0.112076923076923, 0.229561350941647, 0.398576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 885, '2021-06-13 00:00:00', 0.0124929518591023, 0.0220769230769231, 0.0189392551230344, 0.0331538461538461, 0.0246589038373879, 0.0496923076923076, 0.0704901367895919, 0.153746153846154, 0.225568655760366, 0.401538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 900, '2021-06-13 00:00:00', 0.0122039085794423, 0.0251538461538462, 0.0169429813015483, 0.0347692307692308, 0.0298723695333742, 0.0559615384615385, 0.0831082704391363, 0.161769230769231, 0.225695424444947, 0.401230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 915, '2021-06-13 00:00:00', 0.0140371485160463, 0.0261923076923078, 0.0193225655248349, 0.0391923076923077, 0.0359807640916002, 0.0631538461538462, 0.109070344273776, 0.1755, 0.224931935003937, 0.401846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 930, '2021-06-13 00:00:00', 0.0166162570995998, 0.0294999999999999, 0.0275583855728999, 0.0432307692307693, 0.0332640947569598, 0.0635, 0.109071634894053, 0.178307692307692, 0.223683075939013, 0.401038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 945, '2021-06-13 00:00:00', 0.0167491905659762, 0.0308461538461539, 0.0222220957261357, 0.0436923076923077, 0.0238181895585318, 0.0641153846153847, 0.10656549448759, 0.180269230769231, 0.222744755614686, 0.399884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 960, '2021-06-13 00:00:00', 0.0137461043432453, 0.0286538461538461, 0.0157030619258205, 0.0411153846153845, 0.0202708202558789, 0.0618846153846154, 0.105609760621173, 0.181692307692308, 0.221995956304129, 0.399269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 975, '2021-06-13 00:00:00', 0.0113492798822724, 0.0276153846153845, 0.0140902585006588, 0.0458461538461539, 0.0271627573087744, 0.0651538461538462, 0.104024412815158, 0.180961538461539, 0.221642275889638, 0.398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 990, '2021-06-13 00:00:00', 0.0121516064148548, 0.0386923076923077, 0.0164221239139812, 0.0493846153846153, 0.0241682881860953, 0.0668846153846154, 0.0996935072339989, 0.180346153846154, 0.22137696357119, 0.396 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1005, '2021-06-13 00:00:00', 0.0128561867776389, 0.0308076923076923, 0.0238513344248524, 0.0456153846153846, 0.0237597267531555, 0.0587307692307693, 0.0895411980813644, 0.176884615384616, 0.220176464193191, 0.392346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1020, '2021-06-13 00:00:00', 0.0152012651295364, 0.0309615384615385, 0.0192083315256687, 0.043, 0.0211882405702205, 0.0586923076923078, 0.0889116761389984, 0.174615384615385, 0.218388700750255, 0.390230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1035, '2021-06-13 00:00:00', 0.0171123736907926, 0.0316, 0.0170891778620271, 0.04204, 0.0264374734042419, 0.0587600000000001, 0.0909944503802292, 0.17836, 0.222232033394528, 0.39208 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1050, '2021-06-13 00:00:00', 0.0131531218873929, 0.0297307692307693, 0.0184050578332738, 0.0418846153846154, 0.0292150909370746, 0.0591923076923078, 0.0898532478758901, 0.174384615384615, 0.216773756572288, 0.390307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1065, '2021-06-13 00:00:00', 0.0131067217047648, 0.0291153846153846, 0.0175452382319359, 0.0413461538461538, 0.0499079799384674, 0.124361538461539, 0.0902441900963926, 0.172423076923077, 0.21681580981242, 0.390153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1080, '2021-06-13 00:00:00', 0.0110456395852008, 0.0283846153846154, 0.0215813309634473, 0.042923076923077, 0.0651982656682971, 0.129576923076923, 0.0903081647216054, 0.170730769230769, 0.215840111763671, 0.390076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1095, '2021-06-13 00:00:00', 0.01910219479939, 0.0315769230769232, 0.0480113063607057, 0.113092307692308, 0.0916719233923971, 0.141307692307692, 0.088758548884037, 0.168, 0.216690850326876, 0.387730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 600, '2021-06-13 00:00:00', 0.0373270232762629, 0.0871666666666666, 0.0472394816143066, 0.100291666666667, 0.071923032532671, 0.12825, 0.0744375294935387, 0.157683333333333, 0.223166718078595, 0.371083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 615, '2021-06-13 00:00:00', 0.0246046640447218, 0.0542083333333333, 0.0544861204238343, 0.0849583333333333, 0.0567486193409271, 0.102333333333333, 0.0752401830468768, 0.131958333333333, 0.213024323303327, 0.359166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 630, '2021-06-13 00:00:00', 0.040150022785923, 0.0564208333333333, 0.0396382882441652, 0.0658791666666666, 0.0490792436351366, 0.0844208333333334, 0.0750794148392799, 0.1215875, 0.211543790649404, 0.355916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 645, '2021-06-13 00:00:00', 0.0180697120274127, 0.0404166666666666, 0.0329316375788267, 0.0588333333333334, 0.033867789622487, 0.072375, 0.0525880214497558, 0.11425, 0.20521905934596, 0.349916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 660, '2021-06-13 00:00:00', 0.0215269834043871, 0.0415666666666668, 0.0213396480690322, 0.0503166666666668, 0.0246397919598784, 0.0672750000000001, 0.053141216706465, 0.112275, 0.20256710732746, 0.348041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 675, '2021-06-13 00:00:00', 0.0128265321710988, 0.0317916666666667, 0.0155395987861586, 0.0451499999999999, 0.0277430954982693, 0.064125, 0.0697442403211262, 0.115791666666667, 0.202398015113141, 0.345 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 690, '2021-06-13 00:00:00', 0.0136463803131882, 0.0330249999999999, 0.019345823052153, 0.045, 0.0293802839835921, 0.060375, 0.0719172103527907, 0.113458333333333, 0.202267324726892, 0.343625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 705, '2021-06-13 00:00:00', 0.0099388529067216, 0.0305416666666667, 0.016180817055381, 0.0429166666666667, 0.0268343009997451, 0.0590833333333334, 0.0696484833423102, 0.111958333333333, 0.204057536643148, 0.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 720, '2021-06-13 00:00:00', 0.0145622103752999, 0.0306666666666666, 0.0225773629735755, 0.0405416666666666, 0.0244966723560923, 0.0579999999999999, 0.0695700564440133, 0.109583333333333, 0.204774319042038, 0.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 735, '2021-06-13 00:00:00', 0.0184457194280242, 0.0303750000000001, 0.0214577441174205, 0.0455000000000001, 0.0265045798612842, 0.0583333333333333, 0.0704704558302806, 0.109541666666667, 0.20555797165312, 0.360916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 750, '2021-06-13 00:00:00', 0.0174048135937126, 0.0321666666666667, 0.0178471773435027, 0.0399999999999999, 0.0242158170851502, 0.0543333333333332, 0.0719026994514518, 0.107458333333333, 0.210015730087196, 0.365458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 765, '2021-06-13 00:00:00', 0.0114499541167362, 0.0236666666666666, 0.0187817364263372, 0.0366666666666666, 0.0310333796447294, 0.0528749999999999, 0.0763532503602807, 0.112583333333333, 0.208839751165018, 0.368708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 780, '2021-06-13 00:00:00', 0.0156324982008635, 0.0278750000000001, 0.0233097836646493, 0.0400416666666668, 0.0309522481682132, 0.0527083333333335, 0.0848558453658533, 0.121416666666667, 0.208293671586989, 0.369083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 795, '2021-06-13 00:00:00', 0.019171234490352, 0.0263333333333334, 0.025380545727964, 0.0355416666666667, 0.0248385730295629, 0.0485416666666667, 0.0796787026260712, 0.123, 0.208310178423385, 0.367 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 810, '2021-06-13 00:00:00', 0.0113213918333161, 0.0219999999999999, 0.0152626758912819, 0.0339166666666667, 0.0198229482005658, 0.0475833333333333, 0.0786596848105352, 0.122041666666667, 0.208126942694506, 0.366958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 825, '2021-06-13 00:00:00', 0.0132202633225983, 0.0235833333333334, 0.0171400349212435, 0.0330416666666667, 0.0231554294506379, 0.049, 0.0776963501464962, 0.125125, 0.208452958409242, 0.366125 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 840, '2021-06-13 00:00:00', 0.0120614369322052, 0.0235000000000001, 0.0155646733975053, 0.0322083333333333, 0.036054683709489, 0.048875, 0.0752461540256521, 0.124375, 0.208814003465951, 0.365375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 855, '2021-06-13 00:00:00', 0.0117934365189938, 0.0227083333333333, 0.0153386884158601, 0.0348333333333333, 0.0521450040682266, 0.0543333333333333, 0.0695232079903924, 0.124458333333333, 0.208720793322605, 0.36675 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 870, '2021-06-13 00:00:00', 0.0119136385125912, 0.02625, 0.0262857417127861, 0.036375, 0.0530829266473627, 0.0518333333333334, 0.0668775514209213, 0.125208333333333, 0.208704266881376, 0.366083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 885, '2021-06-13 00:00:00', 0.022310676913707, 0.024875, 0.0446161568187508, 0.0385833333333333, 0.0474048054495549, 0.0535416666666667, 0.0805336952389531, 0.165570833333333, 0.206588880712535, 0.368129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 900, '2021-06-13 00:00:00', 0.0303383994017627, 0.029625, 0.0338647940398628, 0.0367083333333334, 0.0326814887993943, 0.0510833333333334, 0.0819703179532831, 0.171254166666667, 0.206411646493048, 0.368254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 915, '2021-06-13 00:00:00', 0.0203056356851913, 0.0233333333333334, 0.0208164859415927, 0.03575, 0.0273102146840144, 0.05275, 0.084243184797244, 0.1730875, 0.204767538002402, 0.3675875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 930, '2021-06-13 00:00:00', 0.0134190406577339, 0.027625, 0.0171767769580521, 0.0355416666666667, 0.0328526045114905, 0.0588166666666667, 0.0846825811315494, 0.174670833333333, 0.201148477093307, 0.3665875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 945, '2021-06-13 00:00:00', 0.0150850247270097, 0.0254166666666667, 0.0273582976311641, 0.0430416666666666, 0.0465737493705926, 0.0666249999999999, 0.0807127783599333, 0.175504166666667, 0.201254344763615, 0.366379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 960, '2021-06-13 00:00:00', 0.0236273913750208, 0.0325833333333333, 0.0337331460870098, 0.0466083333333333, 0.0622299889260727, 0.0742249999999999, 0.0846136898121291, 0.177379166666667, 0.201762018256335, 0.3658375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 975, '2021-06-13 00:00:00', 0.0238982247233458, 0.0318583333333333, 0.0343109977298444, 0.0491249999999999, 0.0510685813392148, 0.0765, 0.077056842255609, 0.173670833333333, 0.200308335827978, 0.3644625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 990, '2021-06-13 00:00:00', 0.0235690474987853, 0.0387499999999999, 0.0389628883255164, 0.0549333333333333, 0.0480775339983481, 0.0761666666666666, 0.0737615605039035, 0.173254166666667, 0.200512388165846, 0.362129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1005, '2021-06-13 00:00:00', 0.0344173521705951, 0.0389750000000001, 0.0463464427288997, 0.0585833333333334, 0.0507362460837089, 0.0749166666666667, 0.0732513420513156, 0.175920833333333, 0.201127064486211, 0.361129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1020, '2021-06-13 00:00:00', 0.0222215458834276, 0.0383333333333334, 0.029437725967624, 0.0483333333333333, 0.0319755057976336, 0.0632083333333333, 0.0730611472116614, 0.173591666666667, 0.199509465650274, 0.358508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1035, '2021-06-13 00:00:00', 0.0178653883654756, 0.0319583333333333, 0.0228511249841989, 0.045, 0.0236192242383865, 0.0602916666666667, 0.0718473906014121, 0.174716666666667, 0.198943887471616, 0.357758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1050, '2021-06-13 00:00:00', 0.0160022077281203, 0.031375, 0.0166393435454404, 0.0432083333333333, 0.0240560938677481, 0.0609999999999999, 0.071987323260036, 0.175008333333333, 0.198929200682197, 0.357091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1065, '2021-06-13 00:00:00', 0.0155917388010631, 0.0323166666666665, 0.0186842799925653, 0.0424833333333332, 0.0539301158102257, 0.12595, 0.0721824258992149, 0.17505, 0.198315784633454, 0.3563 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1080, '2021-06-13 00:00:00', 0.0145243423857718, 0.0290000000000001, 0.0180176543857743, 0.041875, 0.0566059068971796, 0.1318, 0.0717568943311928, 0.173633333333333, 0.198065399827167, 0.35555 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1095, '2021-06-13 00:00:00', 0.0139028070359284, 0.030375, 0.0539265684297517, 0.11595, 0.0574893632253652, 0.134341666666667, 0.0704106026889025, 0.170008333333333, 0.197044439922439, 0.35305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 600, '2021-06-13 00:00:00', 0.0275917792935683, 0.0775913043478262, 0.0343773428235043, 0.0973478260869566, 0.0501227035884915, 0.114178260869565, 0.0697976864628988, 0.148439130434783, 0.18969638327097, 0.332265217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 615, '2021-06-13 00:00:00', 0.0214464126744028, 0.055695652173913, 0.030252886707721, 0.0716521739130434, 0.0402032386165209, 0.0908695652173911, 0.0581709692207294, 0.12695652173913, 0.190634658765214, 0.324130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 630, '2021-06-13 00:00:00', 0.0195718560542201, 0.0462869565217391, 0.0247758616431014, 0.0664173913043477, 0.0406018049015659, 0.0823739130434782, 0.0503768941326337, 0.116765217391304, 0.189307642210264, 0.317260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 645, '2021-06-13 00:00:00', 0.0191116958168564, 0.0444347826086955, 0.0231199826305719, 0.0525217391304346, 0.0382360569022334, 0.0732173913043476, 0.0471647520293713, 0.109173913043478, 0.190243852253254, 0.314782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 660, '2021-06-13 00:00:00', 0.0171047689995991, 0.0371304347826087, 0.031079395968309, 0.0527391304347826, 0.0359797373805908, 0.0697826086956522, 0.0406842658304902, 0.101869565217391, 0.189874891200233, 0.312260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 675, '2021-06-13 00:00:00', 0.0191823988822428, 0.0343478260869564, 0.0224266040489853, 0.0470434782608694, 0.0327167143706316, 0.0642608695652174, 0.0393145318052649, 0.0952173913043479, 0.189294362650411, 0.308913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 690, '2021-06-13 00:00:00', 0.014462572658595, 0.0305652173913043, 0.0172374718210823, 0.042304347826087, 0.0261173998911662, 0.0588695652173914, 0.0348259364526263, 0.0911304347826088, 0.18969843969763, 0.30895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 705, '2021-06-13 00:00:00', 0.0144525938971429, 0.0278260869565217, 0.0233651204523954, 0.0417391304347827, 0.0283114384906014, 0.0559130434782609, 0.0362822706298177, 0.089304347826087, 0.205543250115357, 0.322130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 720, '2021-06-13 00:00:00', 0.01587064807611, 0.0308260869565218, 0.0179487632656624, 0.0403913043478261, 0.0219326132891568, 0.0526956521739131, 0.0357476332172133, 0.0884347826086956, 0.216101791269122, 0.322434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 735, '2021-06-13 00:00:00', 0.0167538562607162, 0.0276521739130435, 0.0193733854357235, 0.0383478260869565, 0.0241538219465265, 0.0510434782608696, 0.036532242513744, 0.0851739130434782, 0.216383589274949, 0.320695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 750, '2021-06-13 00:00:00', 0.0109694148996701, 0.0266521739130435, 0.0126717450467426, 0.0368695652173914, 0.0202603606443404, 0.0498695652173913, 0.0345983161188644, 0.0829565217391304, 0.215243055921741, 0.319130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 765, '2021-06-13 00:00:00', 0.0131020621132918, 0.0268695652173913, 0.0213040291982304, 0.0379565217391305, 0.0304741839813319, 0.050304347826087, 0.0395427421722119, 0.0880869565217391, 0.214656983472143, 0.320434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 780, '2021-06-13 00:00:00', 0.0159594347428803, 0.0263913043478261, 0.0160703738909849, 0.0334347826086957, 0.0264033025841802, 0.0460434782608695, 0.0392501353186157, 0.0901304347826086, 0.216045093009396, 0.324130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 795, '2021-06-13 00:00:00', 0.0105517733556317, 0.0203913043478259, 0.0166240694113826, 0.0312173913043479, 0.0193865402964024, 0.0427391304347825, 0.0407123331577329, 0.0946956521739129, 0.216765451282176, 0.324478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 810, '2021-06-13 00:00:00', 0.0117955240388792, 0.0230434782608696, 0.0186990942690338, 0.0332608695652173, 0.0187879786643612, 0.0485217391304348, 0.0508588685081457, 0.102478260869565, 0.218011558238759, 0.325304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 825, '2021-06-13 00:00:00', 0.0132755831028008, 0.0241739130434782, 0.0121910029677498, 0.0304347826086956, 0.0198719219159197, 0.0444347826086957, 0.0546790853210028, 0.104434782608696, 0.217935661536083, 0.32704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 840, '2021-06-13 00:00:00', 0.0104658299641236, 0.0224782608695652, 0.0169167924150132, 0.0347826086956522, 0.0207054440913436, 0.0414782608695652, 0.0556178732610926, 0.103565217391304, 0.223231627875161, 0.334217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 855, '2021-06-13 00:00:00', 0.015732446771654, 0.0273478260869566, 0.0179704412548296, 0.0338695652173914, 0.0230806285663922, 0.0424782608695653, 0.0552215444580467, 0.105347826086956, 0.22267576882929, 0.33504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 870, '2021-06-13 00:00:00', 0.0131096018276319, 0.0229565217391305, 0.0136862066681906, 0.0296956521739131, 0.0241540674076234, 0.0413478260869565, 0.0586248878067646, 0.108173913043478, 0.222274551590111, 0.335391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 885, '2021-06-13 00:00:00', 0.0106029677402691, 0.0211739130434783, 0.0238371450926072, 0.0311304347826087, 0.0274653932447172, 0.0455652173913044, 0.1758611377276, 0.179660869565217, 0.22425127070112, 0.332782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1031641, 5, 900, '2021-06-13 00:00:00', 0.0226371096913424, 0.0234347826086957, 0.0241180397606695, 0.0320434782608696, 0.026281390040304, 0.0484347826086956, 0.17424255684706, 0.185504347826087, 0.225115306422666, 0.332086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 915, '2021-06-13 00:00:00', 0.0119115647794096, 0.0203913043478261, 0.0209107835712872, 0.0344782608695652, 0.0224411395228272, 0.0471739130434783, 0.17439163775869, 0.187417391304348, 0.224950016406807, 0.332347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 930, '2021-06-13 00:00:00', 0.0197965941095917, 0.0277826086956523, 0.0205529298374023, 0.0378260869565218, 0.0212452273180229, 0.0492173913043478, 0.173548354824961, 0.191634782608696, 0.224465751324755, 0.332652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 945, '2021-06-13 00:00:00', 0.0143558667133304, 0.027, 0.0198040799086368, 0.0352608695652174, 0.0299948612199614, 0.0553478260869565, 0.172795522193483, 0.192739130434783, 0.223844278170261, 0.333521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 960, '2021-06-13 00:00:00', 0.0122138391021271, 0.0217826086956521, 0.0141933291684994, 0.0337826086956521, 0.0270414701286628, 0.0568260869565216, 0.171846712188853, 0.193260869565217, 0.223659935613017, 0.334304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 975, '2021-06-13 00:00:00', 0.00973116910622326, 0.0248260869565217, 0.0191428992810749, 0.0412173913043478, 0.032550295530616, 0.0623913043478261, 0.171157452416734, 0.191652173913044, 0.224094806306257, 0.334130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 990, '2021-06-13 00:00:00', 0.0176676609957088, 0.0336521739130435, 0.0226092429243583, 0.0462173913043478, 0.0468098922013835, 0.0695652173913043, 0.165727573018185, 0.190086956521739, 0.2242528217509, 0.333652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1005, '2021-06-13 00:00:00', 0.0175507170219392, 0.0318695652173912, 0.0273054020339777, 0.047304347826087, 0.044657900345192, 0.0703478260869565, 0.165179767923391, 0.185913043478261, 0.224191573570639, 0.33295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1020, '2021-06-13 00:00:00', 0.0184510890666929, 0.0344782608695653, 0.0351346928308219, 0.0480869565217392, 0.0364720370443715, 0.0621304347826088, 0.165946453099916, 0.18195652173913, 0.226516365924453, 0.330869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1035, '2021-06-13 00:00:00', 0.0294592235098342, 0.0361304347826086, 0.0324358899449628, 0.0512173913043478, 0.0338763153705211, 0.0591739130434782, 0.166342330003484, 0.18004347826087, 0.226579270913968, 0.330565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1050, '2021-06-13 00:00:00', 0.0162335961594705, 0.0325652173913043, 0.0188140473967364, 0.0398260869565217, 0.0229065812038941, 0.0544347826086956, 0.166106982527131, 0.177565217391304, 0.226852671104732, 0.33104347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1065, '2021-06-13 00:00:00', 0.00931571836712838, 0.0236521739130435, 0.0136215070585254, 0.0350000000000001, 0.172992898481126, 0.140573913043478, 0.166396355235243, 0.175260869565217, 0.227175473262793, 0.329826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1080, '2021-06-13 00:00:00', 0.0144213828943337, 0.0263913043478261, 0.0180720997815371, 0.0386521739130435, 0.170711361695283, 0.151808695652174, 0.166432314816023, 0.173521739130435, 0.227239282914739, 0.329652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1095, '2021-06-13 00:00:00', 0.0142472520060299, 0.0275652173913044, 0.173776804285008, 0.135095652173913, 0.171107230784901, 0.152547826086957, 0.166706956921917, 0.170130434782609, 0.22721490410671, 0.330608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:06:36 Duration: 1s837ms 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 1029501, 1, 600, '2021-06-13 00:00:00', 0.421772055341118, 1.28199999999999, 0.480303723352907, 1.89399999999999, 0.60861865455034, 2.23, 0.765517254323281, 2.98199999999999, 3.83811802840924, 7.436 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 615, '2021-06-13 00:00:00', 0.336005952328225, 1.204, 0.450693909432995, 1.52, 0.475902651109796, 1.776, 0.758111689220871, 2.63399999999999, 3.85345840339126, 7.318 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 630, '2021-06-13 00:00:00', 0.365125549183653, 0.895999999999999, 0.398465807817929, 1.126, 0.524022900262958, 1.62799999999999, 0.740776619501444, 2.43999999999999, 3.83652186231227, 7.316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 645, '2021-06-13 00:00:00', 0.406950037883437, 0.804000000000008, 0.524698326024897, 1.102, 0.536019278260274, 1.576, 0.747066485216223, 2.346, 3.75080213643252, 7.282 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 660, '2021-06-13 00:00:00', 0.221227635404503, 0.696000000000004, 0.385497514043001, 1.10599999999999, 0.49482320074952, 1.412, 0.605874024309774, 2.21999999999999, 3.65385983128345, 7.20600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 675, '2021-06-13 00:00:00', 0.366287682930603, 0.779999999999995, 0.39134383858699, 1.024, 0.443781102196423, 1.306, 0.601927459638337, 2.17399999999999, 3.66490904843945, 7.152 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 690, '2021-06-13 00:00:00', 0.306825140212905, 0.631999999999995, 0.412734781669784, 0.907999999999993, 0.545916660306322, 1.26399999999999, 0.648478989636513, 2.11399999999999, 3.64884342406377, 7.152 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 705, '2021-06-13 00:00:00', 0.23081377775168, 0.615999999999999, 0.286865241300983, 0.879999999999998, 0.479383284369967, 1.27799999999999, 0.644366614074106, 2.02999999999999, 3.7540111880494, 7.498 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 720, '2021-06-13 00:00:00', 0.233148736503835, 0.603999999999999, 0.413642357598936, 0.887999999999996, 0.521999361430014, 1.24599999999999, 0.753342551566015, 2.07599999999999, 3.77217112549259, 7.536 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 735, '2021-06-13 00:00:00', 0.339705755029263, 0.596, 0.399301473409088, 0.855999999999998, 0.532509780817848, 1.174, 0.902713501985361, 2.05199999999999, 3.7809831173034, 7.52 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 750, '2021-06-13 00:00:00', 0.217025344142109, 0.577999999999994, 0.407298007197027, 0.837999999999994, 0.54008486987386, 1.124, 0.939334871065693, 2.038, 3.78595870729375, 7.516 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 765, '2021-06-13 00:00:00', 0.351994318135964, 0.615999999999999, 0.447511638582362, 0.787999999999997, 0.514117366626202, 1.11599999999999, 1.01117505902785, 2.11799999999999, 3.78857932915933, 7.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 780, '2021-06-13 00:00:00', 0.270801280154531, 0.479999999999991, 0.365114137405459, 0.767999999999996, 0.421930088995791, 1.064, 1.15054334990039, 2.27, 3.80876401649319, 7.522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 795, '2021-06-13 00:00:00', 0.270231382337426, 0.564, 0.334763598180358, 0.753999999999995, 0.40106109260311, 1.02800000000001, 1.33426946303961, 2.406, 3.84093304636604, 7.462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 810, '2021-06-13 00:00:00', 0.230488611432317, 0.45, 0.292432328354219, 0.701999999999998, 0.353824344366903, 1.054, 1.48502805809633, 2.452, 3.83925122908101, 7.488 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 825, '2021-06-13 00:00:00', 0.212681295212657, 0.475999999999995, 0.272687244537277, 0.704000000000003, 0.376408466075532, 0.977999999999993, 1.50975991468842, 2.47, 3.84054358131763, 7.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 840, '2021-06-13 00:00:00', 0.189120772700057, 0.492000000000007, 0.208666400425818, 0.720000000000005, 0.358724592596232, 0.958, 1.5390012995446, 2.554, 3.85941705442675, 7.498 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 855, '2021-06-13 00:00:00', 0.210653744329403, 0.480000000000005, 0.261931924998335, 0.655999999999992, 0.448265174496828, 0.935999999999997, 1.54481660184415, 2.57, 3.86711347993134, 7.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 870, '2021-06-13 00:00:00', 0.203858611133627, 0.402, 0.280059517483924, 0.602, 0.56893174751751, 1.008, 1.54155495090725, 2.508, 3.8678396209426, 7.482 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 885, '2021-06-13 00:00:00', 0.174833253892574, 0.434000000000003, 0.341711379188147, 0.648, 0.49349940898309, 0.940000000000002, 2.12924673691582, 3.334, 3.87418486050077, 7.592 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 900, '2021-06-13 00:00:00', 0.251661147842355, 0.49, 0.378318648760529, 0.77, 0.46189825719523, 0.977999999999995, 2.17468963302812, 3.58599999999999, 3.83868684144288, 7.598 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 915, '2021-06-13 00:00:00', 0.296858552175947, 0.520000000000002, 0.269366540857123, 0.662000000000003, 0.475438394186536, 0.929999999999998, 2.04210879566524, 3.65, 3.75033331851984, 7.57 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 930, '2021-06-13 00:00:00', 0.215503286904553, 0.454000000000002, 0.361789533661031, 0.687999999999996, 0.513565964604357, 0.920000000000001, 2.04524244691594, 3.74799999999999, 3.7538502456367, 7.592 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 945, '2021-06-13 00:00:00', 0.29087511638731, 0.474000000000003, 0.420792902348259, 0.653999999999999, 0.634868752840563, 1.158, 2.018972510957, 3.76999999999999, 3.75035220568238, 7.608 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 960, '2021-06-13 00:00:00', 0.206296711882016, 0.412000000000003, 0.266802048967643, 0.642000000000005, 0.76498910667626, 1.31, 1.95816027604144, 3.778, 3.70781831629689, 7.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 975, '2021-06-13 00:00:00', 0.187483332592534, 0.466000000000008, 0.482415795761293, 0.872, 0.973789847280548, 1.442, 2.03769068637351, 3.802, 3.70393034491741, 7.658 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 990, '2021-06-13 00:00:00', 0.380876182855613, 0.743999999999992, 0.606684981408527, 1.08399999999999, 1.10529030877261, 1.46999999999999, 2.0137485774876, 3.81799999999999, 3.70284012617342, 7.654 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1005, '2021-06-13 00:00:00', 0.367049043044664, 0.692000000000007, 0.708331372546312, 1.04400000000001, 1.00375544830402, 1.326, 1.93345976598084, 3.742, 3.69623344320495, 7.662 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1020, '2021-06-13 00:00:00', 0.474850853777627, 0.643999999999999, 0.720578471322405, 0.844000000000001, 0.88770772216986, 1.186, 1.86603411901641, 3.72, 3.63631910957588, 7.714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1035, '2021-06-13 00:00:00', 0.33301651610693, 0.493999999999996, 0.434050688284211, 0.755999999999995, 0.602584710504123, 1.104, 1.64159982943469, 3.61199999999999, 3.37391587526028, 7.668 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1050, '2021-06-13 00:00:00', 0.250033331111405, 0.521999999999998, 0.430600356092128, 0.809999999999996, 0.447045858945152, 0.961999999999994, 1.47331259412251, 3.576, 3.32023719032241, 7.67799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1065, '2021-06-13 00:00:00', 0.372692903071679, 0.533999999999999, 0.408064537379406, 0.712000000000003, 1.1330011768161, 2.016, 1.3560297440199, 3.544, 3.33400159967969, 7.666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1080, '2021-06-13 00:00:00', 0.225924028528774, 0.46, 0.260400332821088, 0.547999999999997, 1.26144758115428, 2.26999999999999, 1.36015624102528, 3.47399999999999, 3.34044034023461, 7.6 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1095, '2021-06-13 00:00:00', 0.165529453572468, 0.286000000000004, 1.05377496016306, 1.776, 1.13137084989847, 2.49, 1.31996527732109, 3.478, 3.33900184685983, 7.618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 600, '2021-06-13 00:00:00', 0.545389768880935, 1.27500000000001, 0.760417395503688, 1.72884615384616, 0.792551866781262, 2.20769230769231, 1.13808881632594, 3.17307692307693, 3.30833213847425, 7.58846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 615, '2021-06-13 00:00:00', 0.4481114215838, 1.14038461538461, 0.538148535400639, 1.55961538461538, 0.641743418653139, 1.97115384615384, 1.06623168214043, 3.025, 3.36541459327308, 7.61923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 630, '2021-06-13 00:00:00', 0.288103880837876, 0.959615384615382, 0.452752267122551, 1.30384615384615, 0.649875727765286, 1.7076923076923, 0.989856244419051, 2.83076923076923, 3.38372348388349, 7.60384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 645, '2021-06-13 00:00:00', 0.251801203638594, 0.809615384615383, 0.31091057334125, 1.05576923076923, 0.646981155355098, 1.55384615384615, 1.02432904869481, 2.575, 3.45756472768824, 7.53461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 660, '2021-06-13 00:00:00', 0.259348295659596, 0.688461538461543, 0.429297279104069, 1.05192307692308, 0.673155599797302, 1.4923076923077, 0.933883537459819, 2.55769230769231, 3.50592904399654, 7.5076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 675, '2021-06-13 00:00:00', 0.318898344063053, 0.751923076923076, 0.536014494637545, 1.11346153846154, 0.576531405509244, 1.4673076923077, 0.919366420631413, 2.52884615384616, 3.58031208351795, 7.52115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 690, '2021-06-13 00:00:00', 0.406433834145811, 0.767307692307694, 0.458039299623953, 1.05000000000001, 0.536086244496593, 1.3673076923077, 0.899831180747896, 2.50192307692308, 3.65876818278839, 7.54615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 705, '2021-06-13 00:00:00', 0.243025797934172, 0.638461538461539, 0.306895121148276, 0.903846153846154, 0.483337754179609, 1.23076923076923, 0.970497493358632, 2.45576923076923, 3.56908951975151, 8.15 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 720, '2021-06-13 00:00:00', 0.264313333870118, 0.638461538461536, 0.399980768768474, 0.896153846153843, 0.730237053186268, 1.27307692307692, 0.990182578346816, 2.48846153846154, 3.54260443090196, 8.22307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 735, '2021-06-13 00:00:00', 0.355338408584534, 0.605769230769231, 0.458798598348082, 0.851923076923083, 0.649618231081805, 1.19038461538462, 0.986440765892905, 2.44423076923077, 3.50927178507714, 8.21730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 750, '2021-06-13 00:00:00', 0.264204175125685, 0.559615384615389, 0.49969606146752, 0.848076923076928, 0.465390654760564, 1.06730769230769, 0.915257424906323, 2.29807692307692, 3.51629011229822, 8.25192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 765, '2021-06-13 00:00:00', 0.307646150384096, 0.57692307692307, 0.277135068430262, 0.740384615384607, 0.413842221885815, 1.00576923076923, 0.750855921854931, 2.30384615384615, 3.49940929081115, 8.29423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 780, '2021-06-13 00:00:00', 0.19316194879307, 0.463461538461535, 0.237268105412742, 0.648076923076924, 0.437440105790319, 1.01538461538462, 0.685318567136144, 2.38846153846154, 3.50930685682866, 8.32115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 795, '2021-06-13 00:00:00', 0.217724243376449, 0.509615384615385, 0.381636153746151, 0.773076923076924, 0.736000104515043, 1.20192307692308, 0.694342522435101, 2.43653846153846, 3.50756983591862, 8.32307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 810, '2021-06-13 00:00:00', 0.274793628859077, 0.513461538461542, 0.349554661731843, 0.73269230769231, 0.744200655323963, 1.17115384615385, 0.757922261083653, 2.42692307692308, 3.51140833022001, 8.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 825, '2021-06-13 00:00:00', 0.238746727726266, 0.500000000000002, 0.714037814124715, 0.875000000000002, 0.747220490577218, 1.10769230769231, 0.723644621662831, 2.36153846153846, 3.51634261479387, 8.34423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 840, '2021-06-13 00:00:00', 0.20902551678364, 0.465999999999997, 0.235017729827634, 0.625999999999995, 0.46822359331129, 1.006, 0.57942500233709, 2.364, 3.5408626538364, 8.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 855, '2021-06-13 00:00:00', 0.202699177407652, 0.449999999999993, 0.37016814628184, 0.706249999999997, 0.471117811968114, 1.01041666666667, 0.619603513944811, 2.41041666666667, 3.56393976754191, 8.41666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 870, '2021-06-13 00:00:00', 0.335559234711251, 0.498, 0.336736791376692, 0.688000000000002, 0.613779276287493, 1.138, 0.641761897695193, 2.454, 3.51609632025822, 8.32799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 885, '2021-06-13 00:00:00', 0.166007027963677, 0.438, 0.486638127017058, 0.784000000000001, 0.521392366649147, 1.118, 1.23182791005887, 2.836, 3.47341450640913, 8.37599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 900, '2021-06-13 00:00:00', 0.324448249597177, 0.512000000000007, 0.30437093597561, 0.758000000000002, 0.482398521280206, 1.21, 1.6532846094971, 3.172, 3.46162052609276, 8.386 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 915, '2021-06-13 00:00:00', 0.255244980361998, 0.483999999999999, 0.358329457343374, 0.705999999999999, 0.511183267853448, 1.18799999999999, 1.64289632458452, 3.316, 3.48037713473699, 8.36399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 930, '2021-06-13 00:00:00', 0.227980262303556, 0.497999999999997, 0.467011777153419, 0.831999999999994, 0.489744831519435, 1.162, 1.73029862547866, 3.418, 3.48037713473699, 8.36399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 945, '2021-06-13 00:00:00', 0.40039563767187, 0.614000000000001, 0.43035837778918, 0.919999999999998, 0.501306626061665, 1.28799999999999, 1.73252465109928, 3.518, 3.40342719426561, 8.44599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 960, '2021-06-13 00:00:00', 0.293726062854488, 0.624000000000001, 0.355058680596133, 0.774000000000003, 0.312876439935425, 1.368, 1.80484763899892, 3.582, 3.30005934290077, 8.46799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 975, '2021-06-13 00:00:00', 0.197336430155876, 0.454000000000001, 0.29258901779344, 0.84599999999999, 0.405657901849992, 1.36799999999999, 2.23868823197872, 3.762, 3.29814594380944, 8.46199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 990, '2021-06-13 00:00:00', 0.256287598867623, 0.637999999999995, 0.434932945023333, 1.01, 0.435105351227339, 1.366, 2.26787896502437, 3.766, 3.27155926126977, 8.48199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1005, '2021-06-13 00:00:00', 0.356195171219377, 0.759999999999998, 0.448125726405737, 1.096, 0.395811402901264, 1.35, 2.25989122157093, 3.826, 3.29491401000593, 8.50999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1020, '2021-06-13 00:00:00', 0.335186515241884, 0.761999999999994, 0.349082129782282, 1.046, 0.407993055496457, 1.35, 2.21742530877593, 3.80199999999999, 3.35563953169387, 8.51399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1035, '2021-06-13 00:00:00', 0.249582985531201, 0.689999999999996, 0.282060868135469, 0.881999999999996, 0.447241545476265, 1.32399999999999, 2.31862387347898, 3.832, 3.37800730214328, 8.552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1050, '2021-06-13 00:00:00', 0.258972327994081, 0.554000000000001, 0.356919692181128, 0.848, 0.402336923485783, 1.12, 2.60961683011126, 3.848, 3.33019644065232, 8.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1065, '2021-06-13 00:00:00', 0.313873647614243, 0.581999999999998, 0.407482105946589, 0.819999999999993, 1.23060960503321, 1.824, 2.84834454844681, 3.884, 3.29781114276324, 8.508 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1080, '2021-06-13 00:00:00', 0.212877116352756, 0.535999999999999, 0.21650635094611, 0.62, 1.64981059518964, 2.19, 2.87029034535997, 3.87600000000001, 3.27226730774449, 8.474 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1095, '2021-06-13 00:00:00', 0.178955301681739, 0.284000000000001, 1.22526187677029, 1.572, 1.64798614476377, 2.376, 2.86500727166035, 3.84200000000001, 3.24210194164219, 8.468 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 600, '2021-06-13 00:00:00', 1.22175420332133, 1.282, 1.60351696800086, 1.872, 1.67776637229383, 2.414, 2.85273698986313, 3.74600000000001, 3.22616258114808, 8.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 615, '2021-06-13 00:00:00', 0.455402752150962, 1.148, 0.716141280288559, 1.534, 0.935289616464696, 2.082, 1.96825218573908, 3.412, 3.16563184846249, 8.382 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 630, '2021-06-13 00:00:00', 0.414799148182979, 0.881999999999996, 0.716978614278921, 1.30200000000001, 0.893597597728782, 1.88200000000001, 1.93520024803636, 3.11, 3.13115793277823, 8.34599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 645, '2021-06-13 00:00:00', 0.48412291827592, 0.880000000000005, 0.541217762704307, 1.28, 1.26269552941317, 1.87400000000001, 1.96001062922288, 2.918, 3.14219535781382, 8.338 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 660, '2021-06-13 00:00:00', 0.317306371403623, 0.837999999999993, 0.716763559341575, 1.22, 1.17193572064911, 1.64799999999999, 1.86900597466497, 2.838, 3.16831579865392, 8.30199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 675, '2021-06-13 00:00:00', 0.471257183853295, 0.779999999999998, 0.9002684784737, 1.194, 0.891394039318946, 1.56, 1.61283911162893, 2.75, 3.18992554772051, 8.24999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 690, '2021-06-13 00:00:00', 0.447911821679225, 0.720000000000002, 0.470177271533479, 0.923999999999992, 0.502178587091617, 1.34799999999999, 1.6378288473871, 2.654, 3.18723626359892, 8.242 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 705, '2021-06-13 00:00:00', 0.344335108094818, 0.625999999999995, 0.398308925333088, 0.986000000000004, 0.506622805119019, 1.37, 1.65358701010863, 2.632, 3.30383237064676, 8.34799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 720, '2021-06-13 00:00:00', 0.315238005322962, 0.740000000000002, 0.436205226928787, 0.955999999999995, 0.743650903762413, 1.498, 1.68577875179397, 2.532, 3.40424612310372, 8.342 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 735, '2021-06-13 00:00:00', 0.325358776327503, 0.626000000000004, 0.50124844139408, 0.920000000000009, 1.01958733482391, 1.38200000000001, 1.62179170466905, 2.34000000000001, 3.49496900320065, 8.222 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 750, '2021-06-13 00:00:00', 0.26656768996511, 0.628000000000004, 0.525214242000345, 0.972000000000005, 0.787390203986143, 1.25400000000001, 1.6501818081654, 2.31800000000001, 3.49402704626052, 8.198 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 765, '2021-06-13 00:00:00', 0.37463315389858, 0.642000000000003, 0.620167987994654, 0.876000000000001, 0.595839743555268, 1.076, 1.60110638830363, 2.34, 3.47527816632473, 8.162 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 780, '2021-06-13 00:00:00', 0.277968823191867, 0.517999999999997, 0.3155946767612, 0.728000000000006, 0.566421515598893, 1.09, 1.61479616876765, 2.444, 3.46809025257418, 8.166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 795, '2021-06-13 00:00:00', 0.225240612087021, 0.486000000000001, 0.565523356428964, 0.773999999999999, 1.13917001950251, 1.3, 1.68814987486301, 2.488, 3.47998802679933, 8.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 810, '2021-06-13 00:00:00', 0.543545459613697, 0.576000000000008, 0.564859864627205, 0.864000000000008, 1.36364401513004, 1.266, 1.68948956788729, 2.56, 3.46536193395918, 8.146 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 825, '2021-06-13 00:00:00', 0.305122926047854, 0.568000000000009, 0.963336216835359, 0.952, 1.2997595931556, 1.22, 1.48919721102792, 2.47999999999999, 3.27579761279601, 8.078 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 840, '2021-06-13 00:00:00', 0.766083584193667, 0.60833333333333, 1.00527593731518, 0.816666666666668, 1.33658118921461, 1.23333333333333, 1.39976544360169, 2.43958333333333, 3.35318837565215, 8.21875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 855, '2021-06-13 00:00:00', 0.348593187175146, 0.510416666666669, 0.542321232149902, 0.745833333333337, 0.751806399493149, 1.13958333333334, 1.16189305489554, 2.37708333333333, 3.21083353550968, 8.13541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 870, '2021-06-13 00:00:00', 0.29512954659838, 0.533333333333336, 0.502164698139942, 0.860416666666668, 0.703819805660922, 1.11666666666667, 1.13662472297129, 2.36875, 3.22368948769007, 8.125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 885, '2021-06-13 00:00:00', 0.35462140457072, 0.614583333333333, 0.522704609407318, 0.868750000000003, 0.655895780869429, 1.15416666666668, 1.41082608907802, 3.23958333333333, 3.09464752388724, 8.15208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 900, '2021-06-13 00:00:00', 0.462722723497106, 0.570833333333338, 0.627264015329695, 0.804166666666674, 0.781485833969915, 1.14375, 1.32880401440379, 3.44375, 3.08063655077502, 8.14791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 915, '2021-06-13 00:00:00', 0.309093754830731, 0.502083333333334, 0.291796037560888, 0.758333333333338, 0.459599699801867, 1.08333333333334, 1.29182035083852, 3.49791666666667, 3.08521192281756, 8.1375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 930, '2021-06-13 00:00:00', 0.201881996670615, 0.547916666666678, 0.382118427655126, 0.791666666666671, 0.529287188146693, 1.11666666666668, 1.29253535538782, 3.47291666666667, 3.09792400684295, 8.11875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 945, '2021-06-13 00:00:00', 0.315855176866902, 0.54583333333333, 0.383915751627646, 0.775000000000001, 0.586807717315849, 1.27708333333333, 1.27095301170853, 3.51458333333334, 3.10645584787271, 8.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 960, '2021-06-13 00:00:00', 0.250642290866908, 0.539583333333338, 0.478732474988581, 0.812500000000007, 0.562952716371064, 1.41875, 1.26300302075441, 3.56875, 3.10297601423658, 8.10416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 975, '2021-06-13 00:00:00', 0.395759909284789, 0.602083333333338, 0.553541791098695, 0.997916666666665, 1.05356322592167, 1.57708333333333, 1.28290742038362, 3.54583333333333, 3.13153591870585, 8.07708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 990, '2021-06-13 00:00:00', 0.344417172054172, 0.741666666666664, 0.416768103594685, 1.075, 1.09821165563825, 1.67916666666666, 1.26376479191159, 3.55833333333333, 3.11986897602066, 8.06458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1005, '2021-06-13 00:00:00', 0.244467774468587, 0.729166666666664, 0.853244022726695, 1.15416666666667, 0.884034620444765, 1.52708333333333, 1.16180144977342, 3.5, 3.00109807802294, 8.00624999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1020, '2021-06-13 00:00:00', 0.805346153859468, 0.84791666666667, 0.838466077023308, 1.17083333333333, 0.749996980670256, 1.43541666666666, 1.18864647174111, 3.5125, 3.00130406439543, 7.99999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1035, '2021-06-13 00:00:00', 0.315769132322236, 0.683333333333325, 0.363800142218571, 0.918749999999991, 0.793037524013048, 1.32708333333334, 1.14796409263139, 3.47291666666667, 2.97361281750093, 7.92916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1050, '2021-06-13 00:00:00', 0.237743010686812, 0.624999999999988, 0.590320473022548, 0.899999999999994, 0.677641770823799, 1.19374999999999, 1.09390397466921, 3.41458333333333, 2.90123661789994, 7.92499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1065, '2021-06-13 00:00:00', 0.4687904571913, 0.654166666666671, 0.532069380895914, 0.937500000000007, 1.12665136448746, 2.51041666666666, 1.21824706270818, 3.52708333333333, 2.86983862471116, 7.95208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1080, '2021-06-13 00:00:00', 0.333616274843696, 0.660416666666672, 0.387485390093917, 0.783333333333331, 1.06093341456706, 2.70833333333334, 1.26238789142078, 3.50833333333333, 2.85731961150986, 7.91666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1095, '2021-06-13 00:00:00', 0.157367381479214, 0.345833333333327, 0.986812960413771, 2.18541666666666, 0.933398030883915, 2.54166666666666, 1.23274871083201, 3.36458333333333, 2.83546302100349, 7.80625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 600, '2021-06-13 00:00:00', 0.489716381579542, 1.36304347826087, 0.631540872404786, 1.74565217391305, 0.61993401408391, 2.05, 1.16850974311849, 2.97826086956522, 2.92471578971237, 7.73478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 615, '2021-06-13 00:00:00', 0.342883609932699, 1.09347826086957, 0.462528708648567, 1.45652173913043, 0.612525711326124, 1.82826086956521, 1.04483956822096, 2.88478260869565, 2.94631142076704, 7.79347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 630, '2021-06-13 00:00:00', 0.354335095190688, 0.965217391304337, 0.427015101879555, 1.25652173913043, 0.625124493529946, 1.71521739130434, 1.16220963052991, 2.76304347826087, 3.00321139051624, 7.82173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 645, '2021-06-13 00:00:00', 0.334392257413636, 0.749999999999998, 0.521570295475622, 1.06086956521739, 0.701170675517407, 1.58695652173913, 1.1773848894332, 2.63478260869565, 3.0563062518567, 7.76521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 660, '2021-06-13 00:00:00', 0.322432086791756, 0.765217391304344, 0.425682432802717, 1.15652173913043, 0.558990479106072, 1.47608695652174, 1.18711378158743, 2.60869565217391, 3.06432842490034, 7.79782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 675, '2021-06-13 00:00:00', 0.416115577589989, 0.823913043478255, 0.537883055894302, 1.09999999999999, 0.603333952059327, 1.34130434782608, 1.32017635664643, 2.63260869565217, 3.12771621085612, 7.80217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 690, '2021-06-13 00:00:00', 0.325406404459481, 0.704347826086958, 0.400135846497384, 0.902173913043483, 0.665652225546872, 1.31739130434783, 1.2547616815437, 2.59782608695652, 3.12711114459847, 7.77826086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 705, '2021-06-13 00:00:00', 0.324813719798247, 0.636956521739129, 0.543293644532793, 0.880434782608698, 0.719038114620282, 1.27391304347826, 1.25578896668738, 2.57173913043478, 3.33147197700909, 8.04347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 720, '2021-06-13 00:00:00', 0.305483482536716, 0.582608695652173, 0.427893544442416, 0.91739130434782, 0.466549015849055, 1.18043478260869, 1.09372536674689, 2.51521739130435, 3.27092684885994, 8.13478260869564 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 735, '2021-06-13 00:00:00', 0.222410438518644, 0.608695652173903, 0.326785155032185, 0.823913043478246, 0.492974355737716, 1.20652173913043, 1.03283063976374, 2.45869565217391, 3.22865749948982, 8.08260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 750, '2021-06-13 00:00:00', 0.323548751297856, 0.617391304347821, 0.316696136205901, 0.806521739130433, 0.458160525573377, 1.21739130434783, 1.04031387784018, 2.45434782608696, 3.22590490414595, 8.08478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 765, '2021-06-13 00:00:00', 0.198238288361086, 0.554347826086957, 0.398552221820158, 0.895652173913044, 0.438872072080432, 1.25217391304348, 1.05818847368973, 2.51086956521739, 3.23911524786211, 8.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 780, '2021-06-13 00:00:00', 0.317739670207716, 0.58695652173913, 0.244363333450774, 0.869565217391307, 0.453957129141958, 1.16956521739131, 1.26989698004245, 2.63260869565218, 3.23158510525254, 8.07826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 795, '2021-06-13 00:00:00', 0.195351107844227, 0.595652173913048, 0.388610070071878, 0.902173913043476, 0.573526639594111, 1.30652173913044, 1.37976268223508, 2.69782608695652, 3.24552138968596, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 810, '2021-06-13 00:00:00', 0.299142384171659, 0.569565217391305, 0.368350129878919, 0.750000000000002, 0.656888100276276, 1.23260869565218, 1.28255242055147, 2.68043478260869, 3.19581464188655, 8.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 825, '2021-06-13 00:00:00', 0.275067365087113, 0.545652173913046, 0.524611657613835, 0.860869565217397, 0.628663177945339, 1.21086956521739, 1.23227752764478, 2.66521739130434, 3.19979773323203, 8.09347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 840, '2021-06-13 00:00:00', 0.206758114106594, 0.51818181818182, 0.449175531400203, 0.815909090909096, 0.494367627024009, 1.09772727272727, 1.17084902779455, 2.57727272727273, 3.23708639905987, 8.07045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 855, '2021-06-13 00:00:00', 0.246226939281031, 0.540909090909098, 0.313857441375045, 0.777272727272733, 0.478255533139295, 1.07954545454546, 1.04413430659875, 2.54545454545454, 3.26612963824966, 8.06136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 870, '2021-06-13 00:00:00', 0.288149792695231, 0.522727272727275, 0.36160416999473, 0.68636363636364, 0.471985765432133, 1.05909090909092, 1.02781658208405, 2.50454545454545, 3.26660592752084, 8.05 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 885, '2021-06-13 00:00:00', 0.186445447147162, 0.449999999999994, 0.341121146168975, 0.72727272727273, 0.402830891656445, 1.11818181818182, 2.29298289631008, 4.19090909090909, 3.12824031140312, 8.07727272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 900, '2021-06-13 00:00:00', 0.255883157859586, 0.550000000000004, 0.309272292081508, 0.77272727272728, 0.4289320272289, 1.22727272727274, 2.28055491842024, 4.34545454545454, 3.07069041265798, 8.11590909090908 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 915, '2021-06-13 00:00:00', 0.271649204017408, 0.538636363636365, 0.334359891130109, 0.918181818181828, 0.449681224272492, 1.25681818181819, 2.32920011166348, 4.47272727272727, 3.04843388220889, 8.1340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 930, '2021-06-13 00:00:00', 0.31378846929612, 0.631818181818186, 0.402642784762392, 0.954545454545457, 0.434229426461631, 1.23863636363636, 2.38842355949842, 4.51363636363636, 3.07514561651486, 8.11590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 945, '2021-06-13 00:00:00', 0.237376078401769, 0.62045454545455, 0.293545279588739, 0.804545454545454, 0.479131609860073, 1.31363636363637, 2.46281545323842, 4.56136363636363, 3.07901798169509, 8.10227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 960, '2021-06-13 00:00:00', 0.352787293505413, 0.577272727272724, 0.405214923465481, 0.890909090909092, 0.591717728422834, 1.53181818181818, 2.47805520030478, 4.66363636363636, 3.07493708801303, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 975, '2021-06-13 00:00:00', 0.283959709964492, 0.620454545454544, 0.358787339490058, 1.02045454545455, 0.649812660315641, 1.49772727272727, 2.44003960829394, 4.73863636363637, 3.07493708801303, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 990, '2021-06-13 00:00:00', 0.244694791782617, 0.797727272727278, 0.444981637833131, 1.20909090909091, 0.609058602231649, 1.54999999999999, 2.41732227261839, 4.70227272727273, 3.01405438065139, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1005, '2021-06-13 00:00:00', 0.305717522335905, 0.881818181818176, 0.371181861121974, 1.12954545454545, 0.547485396828325, 1.44545454545453, 2.44578995993902, 4.71136363636364, 3.01103759567983, 8.12045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1020, '2021-06-13 00:00:00', 0.323410197495625, 0.756818181818173, 0.515333078521242, 1.01590909090908, 0.556601468561847, 1.36363636363635, 2.49176674573513, 4.71590909090909, 3.00399445471903, 8.12272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1035, '2021-06-13 00:00:00', 0.338741303941028, 0.638636363636369, 0.421018400436961, 0.952272727272722, 0.727970106659932, 1.37499999999999, 2.46886784611052, 4.64318181818182, 3.00439072631434, 8.07272727272728 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1050, '2021-06-13 00:00:00', 0.266216476051381, 0.62954545454545, 0.306044800500551, 0.884090909090909, 0.668541735382358, 1.28636363636363, 2.346593044767, 4.55681818181818, 3.00148952920701, 7.98181818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1065, '2021-06-13 00:00:00', 0.261696099483453, 0.590909090909088, 0.529972840927923, 0.970454545454534, 2.38335679460496, 3.24090909090909, 2.29600632003594, 4.55454545454545, 3.03392435134711, 7.97272727272728 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1080, '2021-06-13 00:00:00', 0.346324235638331, 0.624999999999992, 0.426686873845079, 0.779545454545454, 2.36530202715291, 3.41818181818182, 2.30360154683488, 4.49090909090909, 3.07969277294953, 7.93863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1095, '2021-06-13 00:00:00', 0.197440330182779, 0.372727272727272, 2.40831554540384, 2.88863636363637, 2.38371209111615, 3.475, 2.30659697615114, 4.44090909090909, 3.14012228509782, 7.96818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 600, '2021-06-13 00:00:00', 0.781941689849126, 1.60652173913044, 1.08657819502926, 2.17608695652173, 1.39690510540902, 2.74565217391304, 1.58363356143932, 3.73043478260869, 2.94200195344448, 7.35869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 615, '2021-06-13 00:00:00', 0.889613985657972, 1.41304347826086, 1.10515321850123, 1.85, 1.74357941314999, 2.45652173913043, 1.69705045215342, 3.39565217391304, 2.91955042832921, 7.23260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 630, '2021-06-13 00:00:00', 0.474445796934952, 0.934782608695657, 0.725168646052346, 1.37826086956521, 1.13357404635828, 1.93913043478261, 1.43257555726486, 2.9, 2.87863363777911, 7.0304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 645, '2021-06-13 00:00:00', 0.479871524308234, 0.886956521739125, 0.800123508252639, 1.32391304347826, 1.11793234467598, 1.8, 1.41826036065064, 2.73478260869565, 2.86598043843949, 7.00434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 660, '2021-06-13 00:00:00', 0.466326574739529, 0.921739130434785, 0.859284333161835, 1.32173913043478, 1.24141717435781, 1.70434782608696, 1.45372969960915, 2.74130434782608, 2.85985053093489, 7.00217391304349 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 675, '2021-06-13 00:00:00', 0.825076352916679, 0.793478260869565, 1.16738026359961, 1.16304347826088, 1.24978654303928, 1.45869565217392, 1.45791759555026, 2.64347826086957, 2.80849924055353, 6.96956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 690, '2021-06-13 00:00:00', 0.470912829811032, 0.780434782608703, 0.537405198919854, 1.0304347826087, 0.591599626924397, 1.38913043478262, 0.963001319574376, 2.46521739130435, 2.62128148064845, 6.79565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 705, '2021-06-13 00:00:00', 0.344407608496843, 0.654347826086957, 0.503368102525698, 0.923913043478266, 0.593650527344677, 1.25869565217392, 0.886113778506191, 2.37391304347826, 2.61763365061915, 6.87173913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 720, '2021-06-13 00:00:00', 0.403235432755169, 0.634782608695656, 0.511952011090967, 0.913043478260872, 0.582399968509754, 1.23478260869565, 0.812355186243438, 2.39130434782608, 2.96479008315161, 7.00434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 735, '2021-06-13 00:00:00', 0.350423233658594, 0.656521739130433, 0.443296579850902, 0.891304347826084, 0.811229243417348, 1.36739130434782, 0.760532110373453, 2.4, 2.94174331901012, 7.03913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 750, '2021-06-13 00:00:00', 0.263602287561971, 0.580434782608692, 0.353105925277957, 0.867391304347821, 0.578245267108002, 1.23695652173912, 0.61356535967482, 2.31521739130435, 2.97700674671061, 6.99347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 765, '2021-06-13 00:00:00', 0.167786095708324, 0.573913043478258, 0.426528870617628, 0.902173913043471, 0.424776155885298, 1.20434782608695, 0.515146090028013, 2.34130434782608, 2.9597230401354, 7.02173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 780, '2021-06-13 00:00:00', 0.283209304016334, 0.64565217391304, 0.337407577742084, 0.845652173913043, 0.37271040162337, 1.11304347826086, 0.564163657471012, 2.38478260869565, 3.11833478922766, 7.09130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 795, '2021-06-13 00:00:00', 0.296571315967249, 0.549999999999999, 0.370476671906447, 0.795652173913042, 0.497404329689311, 1.08260869565217, 0.570269681713335, 2.44565217391304, 3.53513700949332, 7.24130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 810, '2021-06-13 00:00:00', 0.276321832182526, 0.560869565217383, 0.288669429496248, 0.758695652173903, 0.489373237935938, 1.13043478260869, 0.629629102189625, 2.49347826086956, 3.53880939536999, 7.26086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 825, '2021-06-13 00:00:00', 0.203720338416626, 0.48260869565217, 0.305127459921944, 0.691304347826081, 0.515270756563163, 1.13695652173913, 0.70013409218204, 2.42173913043478, 3.55045785612819, 7.25652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 840, '2021-06-13 00:00:00', 0.215736431304975, 0.452272727272724, 0.392302836022781, 0.765909090909087, 0.557553406290207, 1.15909090909091, 0.744649021017392, 2.35454545454546, 3.64552221925506, 7.24318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 855, '2021-06-13 00:00:00', 0.274029179727247, 0.534090909090904, 0.477729115948676, 0.83181818181818, 0.581315309601847, 1.14318181818181, 0.744783445675559, 2.325, 3.82143646072739, 7.26363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 870, '2021-06-13 00:00:00', 0.374686015737992, 0.5409090909091, 0.418666197920723, 0.786363636363634, 0.493447322153304, 1.07954545454546, 0.767413291631792, 2.25227272727274, 4.09531989246811, 7.30454545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 885, '2021-06-13 00:00:00', 0.227778657655016, 0.495454545454537, 0.297327562889287, 0.706818181818177, 0.409842383387547, 1.04772727272727, 1.0240717473512, 2.60909090909091, 4.47851110172921, 7.22954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029501, 5, 900, '2021-06-13 00:00:00', 0.240849866117174, 0.490909090909089, 0.320958049071958, 0.670454545454545, 0.40694724548283, 1.08181818181818, 0.918287626238189, 2.82045454545454, 4.48030864834285, 7.19318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 915, '2021-06-13 00:00:00', 0.260577115074291, 0.463636363636368, 0.353430926651055, 0.740909090909089, 0.395599441037171, 1.09318181818182, 0.906422490675143, 2.97272727272728, 4.47763562376628, 7.17727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 930, '2021-06-13 00:00:00', 0.308185585286452, 0.595454545454539, 0.342932666645814, 0.838636363636361, 0.407133363601622, 1.16363636363637, 0.861364064695094, 3.03636363636364, 4.44512294153582, 7.20681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 945, '2021-06-13 00:00:00', 0.24954504056928, 0.531818181818181, 0.392881738702705, 0.79318181818182, 0.429159048812308, 1.16818181818182, 0.894865706145136, 2.99318181818182, 4.42569729385062, 7.26818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 960, '2021-06-13 00:00:00', 0.318070481448422, 0.545454545454543, 0.360555127546399, 0.799999999999996, 0.457264594180337, 1.23636363636364, 0.945609586022418, 3.06818181818182, 4.36979993994595, 7.24090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 975, '2021-06-13 00:00:00', 0.241836408517929, 0.509090909090903, 0.249425747394297, 0.806818181818184, 0.463097046480404, 1.22272727272728, 0.900913437376211, 3.05454545454546, 4.40178350807353, 7.18863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 990, '2021-06-13 00:00:00', 0.238909861826431, 0.677272727272731, 0.329280009528861, 0.934090909090915, 0.468400843988717, 1.29772727272728, 0.930332994426984, 3.03636363636364, 4.40864214255655, 7.22727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1005, '2021-06-13 00:00:00', 0.291844410899308, 0.672727272727268, 0.319843373465483, 0.979545454545451, 0.410079973194957, 1.24318181818182, 0.893652459636694, 3.01363636363636, 4.40727704020192, 7.23636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1020, '2021-06-13 00:00:00', 0.281548362665246, 0.688636363636366, 0.345166062047831, 0.915909090909095, 0.396528496434809, 1.1159090909091, 1.04373258338891, 3.03409090909091, 4.41945717612489, 7.17272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1035, '2021-06-13 00:00:00', 0.253257991758626, 0.584090909090913, 0.295062177026623, 0.770454545454545, 0.339252105877016, 1.01590909090909, 1.04296239758227, 3.0090909090909, 4.43110317242506, 7.15909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1050, '2021-06-13 00:00:00', 0.196960122977444, 0.48863636363636, 0.226539944204882, 0.66818181818182, 0.31217190568868, 0.956818181818181, 1.04797526903174, 3.02045454545454, 4.40341575896717, 7.15681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1065, '2021-06-13 00:00:00', 0.19132993194256, 0.475000000000001, 0.256780348130746, 0.711363636363631, 0.701918367005308, 1.84318181818182, 1.04056521853557, 3.02045454545454, 4.37617763989658, 7.14545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1080, '2021-06-13 00:00:00', 0.197179791383062, 0.543181818181809, 0.221271414694797, 0.659090909090903, 0.678221030515692, 2.21136363636363, 1.00185974254032, 3.0090909090909, 4.35341894302702, 7.14772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1095, '2021-06-13 00:00:00', 0.177113092737516, 0.324999999999998, 0.744071081881144, 1.65681818181818, 0.819305085124474, 2.35681818181818, 1.03735688524215, 2.97954545454545, 4.39748796847705, 7.11363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:01:01 Duration: 1s800ms Database: acaweb_fx User: pgperfstats
5 91 1m38s 1s32ms 1s490ms 1s82ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #5
Day Hour Count Duration Avg duration Jun 13 18 91 1m38s 1s82ms [ User: pgperfstats - Total duration: 1m38s - Times executed: 91 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029586, 1, 600, '2021-06-13 00:00:00', 0.0210300238887622, 0.0424999999999999, 0.0198588089867517, 0.0540909090909091, 0.0231922139494871, 0.0695454545454545, 0.0462635261606144, 0.103863636363636, 0.101276752117554, 0.273863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 615, '2021-06-13 00:00:00', 0.0117444838299902, 0.0311363636363637, 0.0172343787101193, 0.0424999999999999, 0.0227457716921219, 0.0643181818181819, 0.0466177464675664, 0.0975000000000001, 0.102709241607989, 0.272954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 630, '2021-06-13 00:00:00', 0.0150629990172588, 0.0293181818181818, 0.0176255545490114, 0.0447727272727272, 0.0231408261628197, 0.0645454545454546, 0.0482670466489074, 0.0952272727272728, 0.103796962979701, 0.275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 645, '2021-06-13 00:00:00', 0.0120155022521863, 0.0309090909090907, 0.0174512307458659, 0.0454545454545454, 0.0289722960670007, 0.0618181818181818, 0.0470285903646741, 0.0904545454545456, 0.102662604630948, 0.274090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 660, '2021-06-13 00:00:00', 0.0156254870053973, 0.0318181818181819, 0.0189796541782846, 0.0443181818181819, 0.0348776463719992, 0.0554545454545455, 0.0462582623952397, 0.0872727272727273, 0.102128855032763, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 675, '2021-06-13 00:00:00', 0.0150629990172588, 0.0293181818181818, 0.0263519715946721, 0.0379545454545455, 0.0382886055637616, 0.0522727272727272, 0.0427143182903928, 0.0843181818181818, 0.100270197736479, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 690, '2021-06-13 00:00:00', 0.0153952261111355, 0.0268181818181817, 0.0214365064673284, 0.0349999999999998, 0.0321193998100189, 0.050681818181818, 0.0367659027052458, 0.0827272727272727, 0.0962874147215836, 0.271136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 705, '2021-06-13 00:00:00', 0.010182320643137, 0.0231818181818181, 0.0179600928467794, 0.0347727272727272, 0.0215083292030836, 0.045681818181818, 0.0291770235167794, 0.0781818181818182, 0.096442399200955, 0.270227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 720, '2021-06-13 00:00:00', 0.0115000470542987, 0.0218181818181819, 0.0124859228092388, 0.0297727272727272, 0.0135000400833139, 0.0431818181818182, 0.0321193998100189, 0.0756818181818183, 0.0972403302039942, 0.271590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 735, '2021-06-13 00:00:00', 0.00811177328337429, 0.0209090909090908, 0.0139669523367039, 0.0288636363636363, 0.0140268758728823, 0.0440909090909091, 0.0326209039823143, 0.0761363636363638, 0.101605350184659, 0.273863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 750, '2021-06-13 00:00:00', 0.01477097891752, 0.0209090909090909, 0.0137777661406644, 0.0322727272727273, 0.0162185426454144, 0.0447727272727274, 0.0364799951108829, 0.0761363636363638, 0.102232916734627, 0.272954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 765, '2021-06-13 00:00:00', 0.0106320800195035, 0.0247727272727273, 0.0124338074257071, 0.0338636363636364, 0.0151757382127866, 0.0422727272727274, 0.0369017943228025, 0.0761363636363638, 0.102186062366603, 0.270909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 780, '2021-06-13 00:00:00', 0.0106218960324734, 0.021590909090909, 0.0135560404899895, 0.0286363636363637, 0.0148240035837516, 0.0356818181818182, 0.0409677309397895, 0.0754545454545456, 0.103458589076401, 0.271818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 795, '2021-06-13 00:00:00', 0.00855337203447705, 0.0177272727272728, 0.00983632282681114, 0.0240909090909091, 0.0106600358177804, 0.0327272727272728, 0.0461106330057448, 0.0800000000000001, 0.103350787521844, 0.271363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 810, '2021-06-13 00:00:00', 0.0090841425033761, 0.0179545454545455, 0.00919956708938161, 0.0231818181818183, 0.0125980999048315, 0.0329545454545456, 0.0466989297874164, 0.0838636363636364, 0.104502532126161, 0.272272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 825, '2021-06-13 00:00:00', 0.00732663999932115, 0.0168181818181818, 0.00847711459527771, 0.0236363636363637, 0.0120177538220086, 0.0329545454545456, 0.0632767747001238, 0.117954545454546, 0.104650521268322, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 840, '2021-06-13 00:00:00', 0.00866650016490074, 0.0168181818181817, 0.0127156718929166, 0.0245454545454545, 0.0125959520742978, 0.0340909090909091, 0.0651322331277517, 0.122272727272727, 0.105240396832876, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 855, '2021-06-13 00:00:00', 0.0105785047102491, 0.02, 0.0115867703331535, 0.0265909090909091, 0.0173657497410639, 0.0379545454545456, 0.06335668286826, 0.130454545454546, 0.103209323717213, 0.274545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 870, '2021-06-13 00:00:00', 0.00843872746402669, 0.0195454545454547, 0.00881814834643527, 0.0270454545454547, 0.0241478132160425, 0.0395454545454548, 0.0629006638001024, 0.132727272727273, 0.103296582628294, 0.274772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 885, '2021-06-13 00:00:00', 0.00849305802594305, 0.0193181818181818, 0.0151614685921295, 0.0281818181818183, 0.0249718456184774, 0.0395454545454547, 0.0637097211689752, 0.1325, 0.102375729757057, 0.276136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 900, '2021-06-13 00:00:00', 0.0123091490979332, 0.0209090909090911, 0.0182233022416011, 0.0297727272727275, 0.0259255093418052, 0.0406818181818184, 0.0632014747211361, 0.132045454545455, 0.10231307525417, 0.276818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 915, '2021-06-13 00:00:00', 0.0132899727848998, 0.0213636363636366, 0.0140519290475261, 0.0288636363636365, 0.0219946864893826, 0.0413636363636364, 0.0616177997558597, 0.130909090909091, 0.101509174728753, 0.277272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 930, '2021-06-13 00:00:00', 0.00924942960684326, 0.0188636363636365, 0.0142583612593055, 0.0265909090909093, 0.0187833397673005, 0.0413636363636364, 0.0606655011543053, 0.132727272727273, 0.101496646565634, 0.277954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 945, '2021-06-13 00:00:00', 0.0141344808812899, 0.0195454545454548, 0.0158045420618108, 0.0304545454545457, 0.0249241272908826, 0.0445454545454547, 0.0600937218955142, 0.132272727272727, 0.100091949068835, 0.277727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 960, '2021-06-13 00:00:00', 0.0144992162797606, 0.0243181818181819, 0.0181623272151486, 0.0331818181818182, 0.028089413513193, 0.0465909090909092, 0.0599043248733189, 0.131363636363636, 0.099891987120635, 0.278863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 975, '2021-06-13 00:00:00', 0.0171257129279351, 0.0213636363636363, 0.0242963753019633, 0.0338636363636364, 0.0346722439735951, 0.0495454545454546, 0.0586943067513506, 0.129545454545455, 0.103930598305164, 0.312954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 990, '2021-06-13 00:00:00', 0.0181742408453016, 0.0277272727272728, 0.0210042770330153, 0.034318181818182, 0.0315165042999702, 0.0536363636363637, 0.0529073559317446, 0.127045454545455, 0.102017526717598, 0.321363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1005, '2021-06-13 00:00:00', 0.0119907070799456, 0.0215909090909092, 0.0221418097783298, 0.0354545454545455, 0.0532153389012256, 0.0915909090909092, 0.0495979506628722, 0.123636363636364, 0.103864713872801, 0.324545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1020, '2021-06-13 00:00:00', 0.0179721405374495, 0.0279545454545455, 0.0178619041271535, 0.04, 0.0510813797709826, 0.0945454545454546, 0.047841391088666, 0.120681818181818, 0.104380257210059, 0.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1035, '2021-06-13 00:00:00', 0.0121965327554765, 0.0252272727272728, 0.0500151492201628, 0.0740909090909091, 0.0515123025695543, 0.0947727272727273, 0.0465805869676529, 0.115681818181818, 0.104943810980941, 0.323181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 600, '2021-06-13 00:00:00', 0.0115041798423943, 0.0321153846153846, 0.0191602553379484, 0.0486538461538462, 0.0330017482054419, 0.0686538461538462, 0.0348800141143232, 0.0961538461538462, 0.104642247682282, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 615, '2021-06-13 00:00:00', 0.0152970585407784, 0.0350000000000001, 0.028950886793911, 0.051923076923077, 0.0310786842608341, 0.0617307692307692, 0.0356392178106345, 0.0930769230769231, 0.103798065789004, 0.310961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 630, '2021-06-13 00:00:00', 0.0175630731496951, 0.0323076923076924, 0.0200038457840947, 0.0430769230769231, 0.0175510245153513, 0.0509615384615384, 0.031896467130148, 0.0857692307692307, 0.105702958258581, 0.306346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 645, '2021-06-13 00:00:00', 0.0140876377885556, 0.0273076923076923, 0.014460822404531, 0.0363461538461539, 0.0139339099377685, 0.0469230769230769, 0.0327114423640789, 0.0840384615384615, 0.10673115038047, 0.303461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 660, '2021-06-13 00:00:00', 0.0108840037881993, 0.0273076923076923, 0.0131104773133786, 0.0367307692307692, 0.0169160824706504, 0.0480769230769229, 0.0360811052192994, 0.0853846153846154, 0.106571752643646, 0.303461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 675, '2021-06-13 00:00:00', 0.0132273027659285, 0.0251923076923078, 0.0129273115772531, 0.0336538461538462, 0.0153334726861004, 0.0436538461538461, 0.0360555127546399, 0.085, 0.107228906837375, 0.304038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 690, '2021-06-13 00:00:00', 0.0104587100248842, 0.0242307692307691, 0.0106716735044048, 0.0317307692307691, 0.0107774693761498, 0.0419230769230768, 0.0364232596860007, 0.0844230769230769, 0.107228906837375, 0.304038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 705, '2021-06-13 00:00:00', 0.0099072622935828, 0.0219230769230768, 0.0143312461211375, 0.0292307692307691, 0.0121100720953199, 0.040576923076923, 0.0371504218839281, 0.086923076923077, 0.109281569985343, 0.302692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 720, '2021-06-13 00:00:00', 0.0100230503571288, 0.0223076923076922, 0.00778558826392621, 0.0311538461538461, 0.0141053726807035, 0.0401923076923076, 0.039132909620735, 0.0892307692307693, 0.108908747971021, 0.301346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 735, '2021-06-13 00:00:00', 0.00631238099659343, 0.0203846153846154, 0.00938902796640032, 0.0269230769230769, 0.0140876377885555, 0.0373076923076922, 0.0402224583267377, 0.0853846153846155, 0.109328017381709, 0.301153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 750, '2021-06-13 00:00:00', 0.00579124006914427, 0.0184615384615384, 0.0100019228920474, 0.0259615384615383, 0.0142788170162872, 0.0367307692307692, 0.0373342490730181, 0.0853846153846154, 0.109293711551101, 0.301346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 765, '2021-06-13 00:00:00', 0.0083389724509955, 0.0184615384615383, 0.0109139994784399, 0.0263461538461537, 0.0154919333848297, 0.04, 0.0351332627839509, 0.0878846153846154, 0.108608860667004, 0.301730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 780, '2021-06-13 00:00:00', 0.0102281662391351, 0.021153846153846, 0.0127882157292744, 0.0284615384615383, 0.018667124536509, 0.0426923076923077, 0.0330174778890491, 0.0869230769230769, 0.109078658985861, 0.301923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 795, '2021-06-13 00:00:00', 0.00843299381094195, 0.0186538461538462, 0.00976650476806386, 0.0292307692307693, 0.0193549834568616, 0.0411538461538462, 0.0305689636471625, 0.0876923076923077, 0.108620723337959, 0.302692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 810, '2021-06-13 00:00:00', 0.010091885544642, 0.0203846153846154, 0.0134393223272375, 0.0288461538461539, 0.0199663177915669, 0.040576923076923, 0.0300972781800307, 0.0853846153846153, 0.107702581927483, 0.305384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 825, '2021-06-13 00:00:00', 0.00859337848847318, 0.0196153846153846, 0.0158938788410943, 0.0288461538461539, 0.0219895079876394, 0.0415384615384615, 0.0642291570502418, 0.124230769230769, 0.107230879593807, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 840, '2021-06-13 00:00:00', 0.0134521945593104, 0.0201923076923077, 0.0153585355872432, 0.0282692307692306, 0.0257390753524675, 0.0424999999999999, 0.0658380881113193, 0.129423076923077, 0.107230879593807, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 855, '2021-06-13 00:00:00', 0.0103254726097833, 0.021153846153846, 0.0183313518742744, 0.0309615384615383, 0.0248418071930241, 0.0436538461538461, 0.0651459898996093, 0.135, 0.108521709986811, 0.309807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 870, '2021-06-13 00:00:00', 0.0122928997643105, 0.0213461538461538, 0.0201341653759131, 0.0307692307692307, 0.0216484144027651, 0.0405769230769231, 0.0652073615476044, 0.135, 0.109489198624269, 0.313269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 885, '2021-06-13 00:00:00', 0.0118256565926021, 0.0203846153846154, 0.0147126319352295, 0.0276923076923078, 0.0189868375460475, 0.0425000000000001, 0.065288707941078, 0.138846153846154, 0.110326961625608, 0.315961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 900, '2021-06-13 00:00:00', 0.00883393805380487, 0.0209615384615385, 0.00897003558864404, 0.0276923076923077, 0.0211296364961999, 0.0426923076923077, 0.0653631865337526, 0.137115384615385, 0.110928424601701, 0.316346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 915, '2021-06-13 00:00:00', 0.00816182483366222, 0.0188461538461539, 0.0125835668173278, 0.0321153846153846, 0.0203432090351093, 0.0453846153846154, 0.0655473991738919, 0.137307692307692, 0.111463688464692, 0.316923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 930, '2021-06-13 00:00:00', 0.0086380197160799, 0.0261538461538461, 0.015145448668977, 0.0342307692307692, 0.0198028746941914, 0.0469230769230769, 0.0660235971802155, 0.138653846153846, 0.111231567185136, 0.317692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 945, '2021-06-13 00:00:00', 0.0153121369658694, 0.0226923076923078, 0.0193996431370826, 0.0321153846153846, 0.0210128166017424, 0.0515384615384616, 0.0634037732436994, 0.139038461538462, 0.109363367513286, 0.317884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 960, '2021-06-13 00:00:00', 0.0130913947073875, 0.0242307692307692, 0.0177720610466583, 0.0353846153846154, 0.0212639094748318, 0.053076923076923, 0.063512869683117, 0.138269230769231, 0.109188615918299, 0.316923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 975, '2021-06-13 00:00:00', 0.013214211464003, 0.023846153846154, 0.0176646104270222, 0.0409615384615385, 0.0208483535597862, 0.054423076923077, 0.0626148176122504, 0.136153846153846, 0.118125096662557, 0.333461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 990, '2021-06-13 00:00:00', 0.0154421999229882, 0.0326923076923078, 0.0178928434340059, 0.041923076923077, 0.0205060966544099, 0.0525000000000001, 0.061823570312251, 0.136923076923077, 0.116475979696046, 0.335576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1005, '2021-06-13 00:00:00', 0.0116767355817521, 0.0271153846153846, 0.0153635432611903, 0.0390384615384615, 0.0615620387526651, 0.101730769230769, 0.0608001138662901, 0.134423076923077, 0.117424280021048, 0.337307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1020, '2021-06-13 00:00:00', 0.010857468184831, 0.0282692307692306, 0.013004437112593, 0.0363461538461538, 0.0611505078914691, 0.105769230769231, 0.0608402700646411, 0.131538461538462, 0.11535113616859, 0.338269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1035, '2021-06-13 00:00:00', 0.0103496562559046, 0.0263461538461537, 0.0560590348170159, 0.0911538461538461, 0.0572393759037095, 0.107115384615385, 0.0630790102844167, 0.129807692307692, 0.114334865804187, 0.337307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 600, '2021-06-13 00:00:00', 0.0120973614414943, 0.0378846153846155, 0.0170925084804381, 0.0530769230769231, 0.0197766373434765, 0.0663461538461539, 0.035970607659374, 0.0967307692307692, 0.105785886800432, 0.319423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 615, '2021-06-13 00:00:00', 0.0160108136534706, 0.0371153846153846, 0.0194540879627277, 0.0526923076923078, 0.019510352281644, 0.0644230769230769, 0.0377807439760603, 0.0892307692307692, 0.108012107583434, 0.318846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 630, '2021-06-13 00:00:00', 0.0152264951267898, 0.0353846153846153, 0.0155872235648796, 0.0401923076923076, 0.0195103522816439, 0.0555769230769229, 0.0413744625807533, 0.0853846153846153, 0.111446606739937, 0.317884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 645, '2021-06-13 00:00:00', 0.00744208407535255, 0.0257692307692308, 0.0134407531840239, 0.0405769230769229, 0.0177720610466585, 0.0496153846153845, 0.03847926514571, 0.0844230769230768, 0.113835407496965, 0.3175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 660, '2021-06-13 00:00:00', 0.0118791996622409, 0.028653846153846, 0.0160731500909483, 0.0378846153846153, 0.0158854069461928, 0.0471153846153845, 0.0379275625370257, 0.0825, 0.114647452922158, 0.315961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 675, '2021-06-13 00:00:00', 0.00856648208920183, 0.0242307692307693, 0.0105611770905738, 0.0315384615384616, 0.0154882089146749, 0.0432692307692308, 0.0356181673609669, 0.0805769230769231, 0.11593963946813, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 690, '2021-06-13 00:00:00', 0.00735892968806243, 0.021923076923077, 0.00959366778341112, 0.0290384615384616, 0.0137798626765514, 0.0382692307692308, 0.0373445495971686, 0.0811538461538462, 0.115732450073434, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 705, '2021-06-13 00:00:00', 0.00725629700011279, 0.0205769230769231, 0.00999230473144978, 0.0296153846153847, 0.0102525794127811, 0.0363461538461538, 0.0414487635521253, 0.085, 0.11543246443767, 0.314423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 720, '2021-06-13 00:00:00', 0.0073928239634017, 0.0205769230769231, 0.00757526338714474, 0.0257692307692308, 0.013056092005709, 0.0373076923076923, 0.0396819082977853, 0.0855769230769231, 0.112336034358458, 0.314230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 735, '2021-06-13 00:00:00', 0.00773602959186135, 0.0196153846153846, 0.010032639042338, 0.025576923076923, 0.0129079581892483, 0.0388461538461538, 0.041089489578798, 0.0871153846153846, 0.111844156685163, 0.313653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 750, '2021-06-13 00:00:00', 0.00680780095523893, 0.0178846153846152, 0.0106842803292429, 0.0269230769230769, 0.0213226134925775, 0.0394230769230769, 0.0445041052557556, 0.0888461538461539, 0.112320455017706, 0.313269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 765, '2021-06-13 00:00:00', 0.00811456430414804, 0.0196153846153847, 0.0122928997643106, 0.0286538461538462, 0.0291177978879956, 0.0396153846153847, 0.0469094873133356, 0.0925000000000001, 0.112500940167012, 0.312307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 780, '2021-06-13 00:00:00', 0.0121402065626833, 0.0207692307692308, 0.0211332767126963, 0.0288461538461538, 0.0288897107049446, 0.0438461538461539, 0.045366880498375, 0.0919230769230769, 0.112126473920507, 0.312115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 795, '2021-06-13 00:00:00', 0.0144435239680413, 0.0211538461538461, 0.0224713492799506, 0.0298076923076924, 0.0221507075768213, 0.0405769230769231, 0.0429436124022402, 0.0930769230769231, 0.111101478214911, 0.311538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 810, '2021-06-13 00:00:00', 0.0118581357984881, 0.0211538461538462, 0.014460822404531, 0.0313461538461539, 0.0157199040905275, 0.0386538461538462, 0.0404779142059165, 0.0976923076923077, 0.11095338591568, 0.310576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 825, '2021-06-13 00:00:00', 0.0100556145816845, 0.0213461538461538, 0.011469021821344, 0.0284615384615384, 0.0166097746939749, 0.0432692307692307, 0.0533349358733596, 0.128846153846154, 0.113263477717291, 0.308846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 840, '2021-06-13 00:00:00', 0.00787644980549369, 0.0159615384615384, 0.010814875795012, 0.0251923076923077, 0.0177514896449673, 0.0436538461538461, 0.0571869404134034, 0.137884615384615, 0.113166317359077, 0.308846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 855, '2021-06-13 00:00:00', 0.00878153657484743, 0.0186538461538463, 0.0124853760610008, 0.0317307692307693, 0.0181107702762747, 0.0450000000000001, 0.056868606994883, 0.140961538461539, 0.11256724486006, 0.309230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 870, '2021-06-13 00:00:00', 0.00930053761886904, 0.0225, 0.0136733879657361, 0.0301923076923077, 0.0191431851702253, 0.0423076923076924, 0.0557728911265625, 0.141153846153846, 0.112567928210208, 0.308461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 885, '2021-06-13 00:00:00', 0.0101923802609898, 0.0182692307692307, 0.0122490187990085, 0.0290384615384616, 0.0275380855152669, 0.0471153846153846, 0.0567843423706003, 0.142307692307692, 0.112560581978704, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 900, '2021-06-13 00:00:00', 0.0109333646028321, 0.0234615384615385, 0.0163707055437448, 0.03, 0.0282052913748195, 0.0515384615384616, 0.0555753127262042, 0.143846153846154, 0.112672602635314, 0.308653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 915, '2021-06-13 00:00:00', 0.0109474268139208, 0.0196153846153846, 0.0223606797749979, 0.035, 0.0257808814076216, 0.049423076923077, 0.0555351586488582, 0.143076923076923, 0.112225219981963, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 930, '2021-06-13 00:00:00', 0.0147648230602335, 0.025, 0.0140000000000001, 0.035, 0.0206285836047573, 0.0465384615384615, 0.0536659898030258, 0.144038461538462, 0.111946587538605, 0.305961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 945, '2021-06-13 00:00:00', 0.0112249721603219, 0.0249999999999999, 0.0174179394701157, 0.0342307692307692, 0.0289648327884271, 0.0501923076923077, 0.0520620931048834, 0.142307692307692, 0.11209216674752, 0.305576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 960, '2021-06-13 00:00:00', 0.0128781269541092, 0.0246153846153846, 0.0170575947443225, 0.0351923076923076, 0.0248193472919818, 0.0500000000000001, 0.0508198174549442, 0.140576923076923, 0.112309325594024, 0.304230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 975, '2021-06-13 00:00:00', 0.0150345755356931, 0.0259615384615383, 0.0188974967817271, 0.0413461538461537, 0.0192992626403586, 0.0523076923076923, 0.0502333018562848, 0.140769230769231, 0.117620805328623, 0.315576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 990, '2021-06-13 00:00:00', 0.0149871740036401, 0.0311538461538461, 0.0150345755356932, 0.0390384615384615, 0.0203063082278919, 0.0571153846153846, 0.0495766694509239, 0.140384615384615, 0.118828253568559, 0.318076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1005, '2021-06-13 00:00:00', 0.00930673866697596, 0.0261538461538461, 0.0119421683380944, 0.0361538461538461, 0.049212256134485, 0.0996153846153846, 0.0484819554061097, 0.1325, 0.118370344518965, 0.316538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1020, '2021-06-13 00:00:00', 0.0102225241501304, 0.0274999999999999, 0.0213694605957625, 0.0394230769230768, 0.0494710482543539, 0.109230769230769, 0.0473237621236781, 0.131538461538462, 0.117998044312346, 0.316538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1035, '2021-06-13 00:00:00', 0.0157443518566061, 0.0267307692307691, 0.0454261869579481, 0.0884615384615384, 0.0466096721556969, 0.107307692307692, 0.0529952828089445, 0.1275, 0.114392038453462, 0.318461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 600, '2021-06-13 00:00:00', 0.0184109081378822, 0.0398076923076923, 0.0274562589193458, 0.0596153846153846, 0.0261717698763675, 0.0748076923076924, 0.0285717719759583, 0.102884615384615, 0.116670476128282, 0.31 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 615, '2021-06-13 00:00:00', 0.0253445487994195, 0.0428846153846154, 0.0242621896405467, 0.0555769230769231, 0.0230659589338589, 0.0690384615384616, 0.0311429705613421, 0.0982692307692308, 0.117532483234996, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 630, '2021-06-13 00:00:00', 0.0134921629673845, 0.0340384615384616, 0.0146129552636852, 0.0484615384615384, 0.0176591662840055, 0.0596153846153846, 0.0367679835642998, 0.0917307692307692, 0.118686399972623, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 645, '2021-06-13 00:00:00', 0.0128002403823582, 0.0296153846153846, 0.0147596122525681, 0.0396153846153847, 0.0148323969741915, 0.05, 0.0443435018220952, 0.0971153846153847, 0.118540645414915, 0.306730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 660, '2021-06-13 00:00:00', 0.0101753850805983, 0.0284615384615385, 0.0113086080215302, 0.0367307692307693, 0.0168716877091133, 0.0494230769230769, 0.0478993335428184, 0.0971153846153847, 0.121294936161662, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 675, '2021-06-13 00:00:00', 0.00897860705317824, 0.0238461538461539, 0.0115907788282821, 0.0321153846153846, 0.0159675150997748, 0.0448076923076923, 0.0483564489375115, 0.0978846153846154, 0.121788751533136, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 690, '2021-06-13 00:00:00', 0.00890980445265859, 0.0192307692307693, 0.0128242558638517, 0.0326923076923077, 0.0182714573541946, 0.0446153846153846, 0.0535626879316334, 0.0998076923076924, 0.122353994622162, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 705, '2021-06-13 00:00:00', 0.0108627804912002, 0.025, 0.0120064085451831, 0.031923076923077, 0.0167894197453222, 0.0432692307692308, 0.0557842685296189, 0.101730769230769, 0.119513114825883, 0.309230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 720, '2021-06-13 00:00:00', 0.00741360495720798, 0.0201923076923077, 0.0117489770422136, 0.0309615384615385, 0.0154122828139917, 0.0415384615384616, 0.0574339085049402, 0.100576923076923, 0.117457848413148, 0.307884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 735, '2021-06-13 00:00:00', 0.0121037184369102, 0.0224999999999999, 0.00993052791222025, 0.0288461538461537, 0.0162681850909634, 0.0405769230769229, 0.0572350081143189, 0.0996153846153845, 0.11513537182879, 0.306923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 750, '2021-06-13 00:00:00', 0.0089786070531785, 0.0188461538461538, 0.0112403805027302, 0.0271153846153845, 0.0158320512301422, 0.040576923076923, 0.0553940430010302, 0.0974999999999999, 0.113176682839097, 0.305192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 765, '2021-06-13 00:00:00', 0.0110610195663038, 0.0178846153846153, 0.0137169182455042, 0.028076923076923, 0.0194896422195524, 0.0403846153846153, 0.0540128189912784, 0.0957692307692307, 0.116071761622515, 0.305576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 780, '2021-06-13 00:00:00', 0.0101904933073014, 0.0196153846153846, 0.0129748277000567, 0.0278846153846154, 0.0184901221030207, 0.0417307692307692, 0.053943346349523, 0.0982692307692308, 0.115635368557974, 0.306538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 795, '2021-06-13 00:00:00', 0.0101318234367683, 0.0205769230769229, 0.0114034407762948, 0.0290384615384614, 0.0248974821093341, 0.0432692307692307, 0.0529066667312861, 0.0986538461538461, 0.115628217210959, 0.306730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 810, '2021-06-13 00:00:00', 0.0105045777566809, 0.0221153846153845, 0.0120256136897617, 0.0311538461538461, 0.0308794180893756, 0.0434615384615385, 0.0532602463959174, 0.0994230769230769, 0.114542736397986, 0.309038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 825, '2021-06-13 00:00:00', 0.00939926347360022, 0.0228846153846154, 0.0236032918173585, 0.0313461538461539, 0.04352762164596, 0.0555769230769232, 0.0644479515697625, 0.153461538461539, 0.112800027277684, 0.310384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 840, '2021-06-13 00:00:00', 0.0238335574671189, 0.0209615384615386, 0.0303625528469629, 0.0317307692307693, 0.0463037629306566, 0.0559615384615385, 0.0665617122560826, 0.162692307692308, 0.111923909592462, 0.310192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 855, '2021-06-13 00:00:00', 0.0148479472810735, 0.0223076923076923, 0.0391216052840371, 0.0425, 0.0408736326517945, 0.0555769230769231, 0.0662724562811615, 0.164038461538462, 0.112267023721949, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 870, '2021-06-13 00:00:00', 0.0113172306747248, 0.0220833333333334, 0.0122899010031272, 0.0302083333333335, 0.0208470969028152, 0.0445833333333334, 0.0658762014163194, 0.15875, 0.113682592704679, 0.302083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 885, '2021-06-13 00:00:00', 0.00784531153259561, 0.020625, 0.012676293062134, 0.0329166666666667, 0.0247075283369613, 0.048125, 0.0661506296047245, 0.157916666666667, 0.114783981107298, 0.300833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 900, '2021-06-13 00:00:00', 0.0133089677732125, 0.0252083333333332, 0.0195418540054678, 0.0316666666666666, 0.0249265224557925, 0.048125, 0.0648824885376678, 0.156458333333333, 0.115727065214618, 0.299166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 915, '2021-06-13 00:00:00', 0.0151427387295655, 0.0185416666666667, 0.0203590951081621, 0.0341666666666668, 0.0201612611032981, 0.0460416666666667, 0.0625278923268695, 0.155208333333333, 0.115108644332213, 0.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 930, '2021-06-13 00:00:00', 0.0162060442293985, 0.028125, 0.0158571521832364, 0.0366666666666667, 0.0188048714009375, 0.0458333333333334, 0.0614660858534601, 0.152916666666667, 0.114947215359227, 0.300416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 945, '2021-06-13 00:00:00', 0.00670280062599827, 0.0233333333333332, 0.0124072647022341, 0.033125, 0.0180465882600032, 0.046875, 0.0618608624604266, 0.150625, 0.115924138112394, 0.299166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 960, '2021-06-13 00:00:00', 0.0121583751774866, 0.0225, 0.0136466803310539, 0.0308333333333333, 0.0182921144014398, 0.0470833333333334, 0.0620713562029183, 0.149375, 0.117537382274254, 0.297916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 975, '2021-06-13 00:00:00', 0.00833786108880643, 0.0222916666666667, 0.0127670743871021, 0.0339583333333333, 0.0157755428947212, 0.0497916666666666, 0.0621092859868562, 0.150208333333333, 0.122632470521012, 0.328125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 990, '2021-06-13 00:00:00', 0.00832970935693533, 0.0279166666666666, 0.0133089677732125, 0.0385416666666667, 0.01686342195404, 0.0531249999999999, 0.0630159860095326, 0.150833333333333, 0.125918185711015, 0.331458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1005, '2021-06-13 00:00:00', 0.00949589919119174, 0.0247916666666667, 0.0120385853085769, 0.0383333333333333, 0.0568353202083739, 0.119583333333333, 0.0610027173307806, 0.148125, 0.125931313231356, 0.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1020, '2021-06-13 00:00:00', 0.00869938778455626, 0.0281250000000001, 0.0119782411425703, 0.0375, 0.0531609533071196, 0.125, 0.0566773221013458, 0.143333333333333, 0.122996811258301, 0.327291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1035, '2021-06-13 00:00:00', 0.00992499041725522, 0.0293749999999999, 0.055803988611277, 0.109791666666667, 0.0562888352252425, 0.126458333333333, 0.0574881840411386, 0.14125, 0.123994324028579, 0.325625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 600, '2021-06-13 00:00:00', 0.02218098391485, 0.0397826086956522, 0.0189418707207911, 0.057608695652174, 0.0172203804248421, 0.0697826086956522, 0.0250749863551601, 0.0958695652173913, 0.124533913662801, 0.307826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 615, '2021-06-13 00:00:00', 0.0152417929707901, 0.0436956521739131, 0.0148377256601812, 0.052608695652174, 0.0145960089839953, 0.0630434782608696, 0.0251182971905928, 0.0932608695652174, 0.12406010273617, 0.305 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 630, '2021-06-13 00:00:00', 0.0118037309034519, 0.0306521739130434, 0.0156259387069804, 0.0465217391304347, 0.0150690112089091, 0.0545652173913043, 0.0282790303460401, 0.0876086956521738, 0.12589364354949, 0.304130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 645, '2021-06-13 00:00:00', 0.0147274313171572, 0.0315217391304349, 0.0119120625082972, 0.0384782608695653, 0.0147508960001188, 0.0469565217391305, 0.0318996697914935, 0.0880434782608695, 0.124159227744023, 0.302173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 660, '2021-06-13 00:00:00', 0.00837604338377009, 0.027608695652174, 0.0117491905364101, 0.0369565217391305, 0.014957119208583, 0.0434782608695653, 0.0334982743936427, 0.0880434782608695, 0.123210912072572, 0.301739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 675, '2021-06-13 00:00:00', 0.0104682844935144, 0.0236956521739131, 0.0151670539555873, 0.0313043478260871, 0.019231787750468, 0.0430434782608696, 0.0340410702887433, 0.0876086956521738, 0.122220480484256, 0.300869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 690, '2021-06-13 00:00:00', 0.0124514868867817, 0.0236956521739132, 0.012788180066261, 0.0289130434782609, 0.0207659648570126, 0.0469565217391305, 0.034343072668534, 0.086086956521739, 0.122872407230012, 0.298913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 705, '2021-06-13 00:00:00', 0.011757597829462, 0.0228260869565219, 0.0174483993625835, 0.033913043478261, 0.0214425420297047, 0.0493478260869566, 0.0355351521112987, 0.0867391304347826, 0.12105596001249, 0.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 720, '2021-06-13 00:00:00', 0.0135388476340091, 0.0241304347826088, 0.019535110784423, 0.0354347826086957, 0.0217922276459005, 0.0460869565217392, 0.0410461034532592, 0.0893478260869565, 0.120296077430061, 0.300652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 735, '2021-06-13 00:00:00', 0.0119947287500201, 0.0243478260869564, 0.0149571192085829, 0.0334782608695651, 0.0168021502482399, 0.0413043478260868, 0.0378876537713857, 0.0882608695652172, 0.11877836669721, 0.299130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 750, '2021-06-13 00:00:00', 0.0104965644671315, 0.0252173913043478, 0.0126561394434736, 0.0297826086956521, 0.0166336959782615, 0.0419565217391305, 0.0360472899761481, 0.0880434782608695, 0.1186176972579, 0.297391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 765, '2021-06-13 00:00:00', 0.00927191347277574, 0.0178260869565216, 0.0114467317599475, 0.0258695652173913, 0.0159172762680826, 0.0402173913043478, 0.0376114943325688, 0.0915217391304347, 0.11577629376357, 0.297826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 780, '2021-06-13 00:00:00', 0.00964795335563813, 0.0210869565217391, 0.0126561394434737, 0.0297826086956522, 0.015739354266528, 0.04, 0.0396713275458361, 0.0947826086956521, 0.115497292201717, 0.296521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 795, '2021-06-13 00:00:00', 0.00960689804872402, 0.0217391304347826, 0.0130103333817222, 0.0302173913043478, 0.0187214868839588, 0.043695652173913, 0.0416388576500745, 0.097391304347826, 0.115826638890541, 0.296086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 810, '2021-06-13 00:00:00', 0.0101811652811558, 0.0232608695652174, 0.0125148133569657, 0.0304347826086956, 0.0195957162375266, 0.0439130434782608, 0.043070169789446, 0.0986956521739129, 0.113728144753578, 0.295 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 825, '2021-06-13 00:00:00', 0.0113731185735029, 0.0195652173913043, 0.0170386679506821, 0.0330434782608695, 0.0243431496073604, 0.0480434782608695, 0.0800129683164812, 0.139565217391304, 0.121024121333989, 0.291739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 840, '2021-06-13 00:00:00', 0.0102247471629109, 0.0199999999999998, 0.0113252315457662, 0.0265217391304347, 0.020150128237413, 0.0458695652173913, 0.0790456914946887, 0.146304347826087, 0.122917836241951, 0.292391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 855, '2021-06-13 00:00:00', 0.0113470234295812, 0.0208695652173912, 0.0203064467264986, 0.0365217391304347, 0.0192907850372082, 0.0480434782608695, 0.0805894784175983, 0.149130434782609, 0.131695390539411, 0.293695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 870, '2021-06-13 00:00:00', 0.0186315428065358, 0.0269565217391304, 0.0189783525526492, 0.0347826086956521, 0.0166455729494129, 0.0445652173913042, 0.0759257750711713, 0.149782608695652, 0.129987837679777, 0.291739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 885, '2021-06-13 00:00:00', 0.0119286415873133, 0.0232608695652174, 0.0108119023858701, 0.0334782608695651, 0.014190961884576, 0.0432608695652173, 0.0760148726866342, 0.146521739130435, 0.129914459543266, 0.288695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029586, 5, 900, '2021-06-13 00:00:00', 0.00863740372351574, 0.0228260869565216, 0.0118162813917431, 0.0284782608695651, 0.0237035378690583, 0.0463043478260869, 0.0797717841683831, 0.146086956521739, 0.130338947006332, 0.287173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 915, '2021-06-13 00:00:00', 0.0104067475830308, 0.0191304347826087, 0.0154350609561274, 0.0321739130434783, 0.0281160778557767, 0.0471739130434782, 0.0892486201884017, 0.148043478260869, 0.130130673151497, 0.286086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 930, '2021-06-13 00:00:00', 0.0163036890512498, 0.0260869565217392, 0.0229452002265994, 0.0358695652173913, 0.028080910765271, 0.0489130434782608, 0.092287037189421, 0.148478260869565, 0.129292694265816, 0.284347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 945, '2021-06-13 00:00:00', 0.00936733876686015, 0.0217391304347826, 0.013292096971405, 0.0319565217391304, 0.016895984975739, 0.0482608695652174, 0.0961635629021696, 0.147608695652174, 0.126632423774435, 0.28304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 960, '2021-06-13 00:00:00', 0.0106507621876496, 0.0254347826086957, 0.010538842141141, 0.0323913043478261, 0.0227592660189937, 0.0545652173913043, 0.0977003363925903, 0.148913043478261, 0.124870288430861, 0.28304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 975, '2021-06-13 00:00:00', 0.00768706114785815, 0.02, 0.0129646829484014, 0.0360869565217391, 0.0219368479149282, 0.0569565217391303, 0.0983485171725508, 0.147391304347826, 0.124538277684797, 0.290652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 990, '2021-06-13 00:00:00', 0.0113774619452761, 0.0289130434782608, 0.0195679620384934, 0.044782608695652, 0.0225871172488356, 0.0602173913043477, 0.0966274169555923, 0.148695652173913, 0.123271848435078, 0.291304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1005, '2021-06-13 00:00:00', 0.0128498473561012, 0.0308695652173911, 0.0152223312140071, 0.041086956521739, 0.067419253416404, 0.111086956521739, 0.0958506743776804, 0.143478260869565, 0.123096575088095, 0.291304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1020, '2021-06-13 00:00:00', 0.0136406449142219, 0.027391304347826, 0.0177097815807074, 0.0399999999999999, 0.0681060844211284, 0.114565217391304, 0.0945877261840247, 0.141739130434782, 0.124242368006671, 0.289565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1035, '2021-06-13 00:00:00', 0.0133847001321829, 0.0271739130434782, 0.06509798027261, 0.101739130434782, 0.0690684772197458, 0.115, 0.0946039173912515, 0.138913043478261, 0.125541908345334, 0.286956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1035);
Date: 2021-06-13 18:01:25 Duration: 1s490ms 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 1029926, 1, 600, '2021-06-13 00:00:00', 0.165901055370843, 0.467727272727273, 0.273487972305311, 0.713636363636363, 0.290663146847112, 0.922272727272726, 0.485803658698856, 1.35636363636364, 1.05306191363062, 4.07181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 615, '2021-06-13 00:00:00', 0.233114151848849, 0.532272727272727, 0.25527169126959, 0.692727272727273, 0.277774473284818, 0.884090909090909, 0.479340275344248, 1.30363636363636, 1.06354965976577, 4.08045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 630, '2021-06-13 00:00:00', 0.15043371640129, 0.457272727272727, 0.160761176420665, 0.601818181818182, 0.286052397343519, 0.824545454545456, 0.475055704184174, 1.24727272727273, 1.08224594111333, 4.06909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 645, '2021-06-13 00:00:00', 0.130234553637039, 0.370909090909089, 0.222286426511506, 0.552727272727271, 0.373264816687326, 0.781363636363636, 0.482364307008017, 1.16909090909091, 1.07482778243994, 4.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 660, '2021-06-13 00:00:00', 0.176054030470824, 0.400454545454546, 0.267112181955295, 0.591818181818182, 0.356193500114487, 0.725, 0.46719666873034, 1.12181818181818, 1.10462741754934, 4.11727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 675, '2021-06-13 00:00:00', 0.155613574008134, 0.378181818181819, 0.26073157150785, 0.489999999999999, 0.34658507198264, 0.655454545454544, 0.424173247297545, 1.04909090909091, 1.09808885532963, 4.08909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 690, '2021-06-13 00:00:00', 0.168137878898083, 0.353181818181818, 0.19550412136797, 0.448636363636363, 0.449263225612164, 0.687727272727272, 0.420222575532317, 1.05181818181818, 1.10824077665804, 4.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 705, '2021-06-13 00:00:00', 0.0931925344909558, 0.279090909090909, 0.237252035056663, 0.448636363636361, 0.402335175038912, 0.614545454545453, 0.384662949106856, 0.99681818181818, 1.10850949028111, 4.08136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 720, '2021-06-13 00:00:00', 0.203882234066545, 0.34181818181818, 0.369988884821929, 0.508181818181817, 0.362897490683785, 0.622272727272728, 0.386569158477128, 0.984999999999999, 1.10516614488149, 4.11272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 735, '2021-06-13 00:00:00', 0.229773085881857, 0.333636363636364, 0.225282890944654, 0.399999999999999, 0.262107674249408, 0.533636363636364, 0.377865960338695, 0.997272727272727, 1.09962724892578, 4.11909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 750, '2021-06-13 00:00:00', 0.198269570309774, 0.281818181818181, 0.243687845888477, 0.398636363636363, 0.297468394770682, 0.547272727272728, 0.373665591172073, 0.995454545454546, 1.0985422256996, 4.12045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 765, '2021-06-13 00:00:00', 0.128431260776295, 0.262272727272727, 0.119439528070908, 0.359090909090909, 0.217918627332608, 0.528636363636363, 0.378867073972206, 1.02454545454545, 1.18998854081572, 4.13181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 780, '2021-06-13 00:00:00', 0.106276002675059, 0.272272727272726, 0.155977576365977, 0.383636363636363, 0.221457196864969, 0.516363636363636, 0.392813417480081, 1.105, 1.21158879270048, 4.14045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 795, '2021-06-13 00:00:00', 0.114824352968487, 0.266818181818182, 0.141209984562919, 0.354545454545455, 0.177017131755843, 0.487272727272727, 0.422110754633768, 1.12818181818182, 1.15346757470136, 4.18727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 810, '2021-06-13 00:00:00', 0.104380257210059, 0.250000000000001, 0.104123844011709, 0.353181818181817, 0.143618210809739, 0.495, 0.433127157078766, 1.12909090909091, 1.15067653730598, 4.18772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 825, '2021-06-13 00:00:00', 0.100548280492293, 0.233636363636364, 0.132267111348926, 0.32772727272727, 0.150408534574099, 0.48681818181818, 0.697437486531265, 1.78, 1.14443884054162, 4.19454545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 840, '2021-06-13 00:00:00', 0.137404039714523, 0.233181818181817, 0.177225490432032, 0.382272727272727, 0.158429112065251, 0.499545454545454, 0.741986919523915, 1.86727272727273, 1.13935207911039, 4.22227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 855, '2021-06-13 00:00:00', 0.142057393437662, 0.297727272727272, 0.166359673976423, 0.402272727272726, 0.166726179850732, 0.514999999999999, 0.757569021615076, 1.92818181818182, 1.12165008703647, 4.25318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 870, '2021-06-13 00:00:00', 0.143672456969926, 0.296818181818181, 0.149299228866931, 0.360454545454544, 0.217534392961693, 0.535454545454545, 0.795220163366792, 1.94681818181818, 1.12853696040301, 4.25363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 885, '2021-06-13 00:00:00', 0.0889975436209499, 0.234090909090909, 0.138889379508512, 0.370454545454544, 0.237364680064224, 0.52909090909091, 0.809365632623923, 1.98181818181818, 1.13217715408195, 4.25818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 900, '2021-06-13 00:00:00', 0.112403879090679, 0.298181818181817, 0.17083256783695, 0.411363636363636, 0.201923649365696, 0.522727272727273, 0.827456855965824, 2.00090909090909, 1.16048401978362, 4.26772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 915, '2021-06-13 00:00:00', 0.140349748656888, 0.268636363636363, 0.166546926683977, 0.359545454545455, 0.19399256914407, 0.529545454545454, 0.882392090210356, 2.01409090909091, 1.16866418359851, 4.26954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 930, '2021-06-13 00:00:00', 0.08904131051571, 0.249545454545456, 0.165090162955769, 0.345, 0.212602916254694, 0.54, 0.925599840608816, 2.02272727272727, 1.17140802167595, 4.28409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 945, '2021-06-13 00:00:00', 0.137957424889896, 0.266818181818181, 0.183951339321289, 0.44, 0.390648533923114, 0.68590909090909, 0.974004653446311, 2.06772727272727, 1.17304032031026, 4.28045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 960, '2021-06-13 00:00:00', 0.173120081938993, 0.359090909090908, 0.208064675259665, 0.466363636363637, 0.394313749865931, 0.764999999999999, 0.950598353373932, 2.06909090909091, 1.19360317029511, 4.30136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 975, '2021-06-13 00:00:00', 0.145495868048022, 0.295000000000002, 0.299971138582838, 0.502727272727273, 0.313614592380698, 0.737272727272729, 0.95596747304697, 2.015, 1.29416146446411, 4.51590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 990, '2021-06-13 00:00:00', 0.237399785190843, 0.424090909090909, 0.242462118253301, 0.585454545454547, 0.259963367382697, 0.720000000000001, 0.947758919608236, 2.00772727272727, 1.2966908432071, 4.565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1005, '2021-06-13 00:00:00', 0.150100255096671, 0.385909090909091, 0.169404993869871, 0.518636363636363, 0.658430016463473, 1.40590909090909, 0.963548186768627, 1.98181818181818, 1.32152017934483, 4.57181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1020, '2021-06-13 00:00:00', 0.166804055926687, 0.400454545454548, 0.15970752489001, 0.49727272727273, 0.692906076729617, 1.45045454545455, 0.926091259890202, 1.94545454545454, 1.34871945038401, 4.60181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1035, '2021-06-13 00:00:00', 0.112096317582624, 0.326818181818182, 0.638892609312213, 1.22136363636364, 0.706641498775872, 1.43227272727272, 0.91447048998657, 1.88909090909091, 1.37098481051008, 4.59227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 600, '2021-06-13 00:00:00', 0.154131312647565, 0.487307692307692, 0.210162208415675, 0.651923076923076, 0.352391609085472, 0.849615384615384, 0.566509012760133, 1.43269230769231, 1.27732003097832, 4.49769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 615, '2021-06-13 00:00:00', 0.126641832923223, 0.436923076923078, 0.247774090655179, 0.620000000000001, 0.295080693005517, 0.806153846153846, 0.576908604946692, 1.33653846153846, 1.24574228721427, 4.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 630, '2021-06-13 00:00:00', 0.152440656801766, 0.436923076923076, 0.172052317624611, 0.575, 0.246706614921761, 0.731923076923076, 0.586310497944562, 1.29, 1.24222858047698, 4.43961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 645, '2021-06-13 00:00:00', 0.104348528425729, 0.383846153846155, 0.143672704971563, 0.515384615384615, 0.229774806143888, 0.712692307692308, 0.531247153838531, 1.24653846153846, 1.22703225460709, 4.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 660, '2021-06-13 00:00:00', 0.114934094827628, 0.375384615384615, 0.176204863287464, 0.518076923076922, 0.291397692826514, 0.703846153846152, 0.534570424230091, 1.21846153846154, 1.26210306783802, 4.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 675, '2021-06-13 00:00:00', 0.127011204835818, 0.359615384615383, 0.187770727627727, 0.504615384615384, 0.286215626085272, 0.679230769230769, 0.513054952822195, 1.17576923076923, 1.29357661602955, 4.39269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 690, '2021-06-13 00:00:00', 0.14886286926616, 0.328076923076923, 0.181355579329246, 0.445384615384614, 0.226671229215016, 0.630384615384615, 0.498567794942519, 1.16461538461538, 1.28912301734402, 4.37692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 705, '2021-06-13 00:00:00', 0.12432030590993, 0.29653846153846, 0.183475842048443, 0.440769230769231, 0.249233903114199, 0.60153846153846, 0.496791706855098, 1.165, 1.33710410388099, 4.39076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 720, '2021-06-13 00:00:00', 0.157014453033912, 0.311538461538463, 0.166353192381106, 0.444230769230771, 0.280627045135601, 0.593461538461538, 0.534984255699318, 1.17807692307692, 1.39274698127339, 4.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 735, '2021-06-13 00:00:00', 0.153432520873309, 0.328461538461538, 0.196577250424904, 0.448846153846152, 0.287695351691014, 0.636153846153845, 0.561677706655557, 1.17538461538462, 1.38088065545701, 4.40923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 750, '2021-06-13 00:00:00', 0.13001538370516, 0.309999999999999, 0.185676724857603, 0.429615384615384, 0.244041925780103, 0.647307692307692, 0.515700121567384, 1.14115384615385, 1.35952146558435, 4.41884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 765, '2021-06-13 00:00:00', 0.138965961521297, 0.276538461538461, 0.211022784041477, 0.431153846153846, 0.228710431634549, 0.622692307692306, 0.4688788592114, 1.17076923076923, 1.35565777392379, 4.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 780, '2021-06-13 00:00:00', 0.145800706973067, 0.305384615384615, 0.175318611061733, 0.463846153846153, 0.195279681088827, 0.613076923076922, 0.442294193773954, 1.18192307692308, 1.33818390135517, 4.36192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 795, '2021-06-13 00:00:00', 0.0932655431467688, 0.297692307692307, 0.153408454285134, 0.396923076923077, 0.186692672181191, 0.526923076923076, 0.473779078669178, 1.21884615384615, 1.30670984360898, 4.34884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 810, '2021-06-13 00:00:00', 0.155897895579619, 0.241923076923078, 0.154699211872091, 0.369615384615385, 0.214243929992104, 0.502692307692307, 0.442691071307502, 1.23923076923077, 1.2994273294861, 4.34923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 825, '2021-06-13 00:00:00', 0.102323769702614, 0.263076923076923, 0.126709844192883, 0.360769230769231, 0.190266614558058, 0.505769230769232, 0.695731712217158, 1.71115384615385, 1.32236321089875, 4.36269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 840, '2021-06-13 00:00:00', 0.0777332717596637, 0.227692307692307, 0.123245845615739, 0.348461538461539, 0.188005319073688, 0.465000000000001, 0.696788236233827, 1.73538461538462, 1.34166859372373, 4.35884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 855, '2021-06-13 00:00:00', 0.0954769404298556, 0.269615384615383, 0.130615701730158, 0.357307692307692, 0.236709494138669, 0.500769230769232, 0.683552822785821, 1.81730769230769, 1.37023187257317, 4.37923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 870, '2021-06-13 00:00:00', 0.118506734634984, 0.249615384615384, 0.179967945863871, 0.342692307692308, 0.214015455947964, 0.518846153846154, 0.679326476400312, 1.81269230769231, 1.39102640576607, 4.39230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 885, '2021-06-13 00:00:00', 0.140959350387045, 0.25846153846154, 0.166746698733323, 0.377307692307694, 0.216885648707758, 0.530769230769232, 0.679533776825078, 1.83692307692308, 1.43133273022571, 4.40576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 900, '2021-06-13 00:00:00', 0.12257054483659, 0.27346153846154, 0.134303903374169, 0.371538461538463, 0.231221838202056, 0.563461538461539, 0.666916325047893, 1.83423076923077, 1.44244173325863, 4.40307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 915, '2021-06-13 00:00:00', 0.115830114325314, 0.253846153846153, 0.163540162086825, 0.405769230769232, 0.26382978195449, 0.606923076923078, 0.679723925858592, 1.84384615384615, 1.44545063508289, 4.41346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 930, '2021-06-13 00:00:00', 0.13911644264926, 0.314230769230773, 0.181726760232541, 0.436153846153847, 0.24639805194035, 0.610000000000001, 0.672561235416238, 1.83884615384615, 1.45671690930192, 4.41807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 945, '2021-06-13 00:00:00', 0.133994833425084, 0.298846153846153, 0.194093157648985, 0.441923076923077, 0.250156873858108, 0.697692307692308, 0.702027393723679, 1.84769230769231, 1.46535167740087, 4.43653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 960, '2021-06-13 00:00:00', 0.16154304022815, 0.351923076923077, 0.192622788012058, 0.466538461538461, 0.284227698536553, 0.764230769230769, 0.693841147858456, 1.82346153846154, 1.4690730201258, 4.42653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 975, '2021-06-13 00:00:00', 0.134967232490533, 0.301923076923075, 0.225575844315081, 0.547307692307693, 0.339791791452445, 0.792307692307691, 0.689203442109355, 1.80576923076923, 1.42188022864635, 4.71923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 990, '2021-06-13 00:00:00', 0.148591334254004, 0.420769230769233, 0.189756524160669, 0.593461538461539, 0.264461426589675, 0.779615384615386, 0.737856458836103, 1.82807692307692, 1.43075692715967, 4.71576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1005, '2021-06-13 00:00:00', 0.150155304217386, 0.408846153846153, 0.245231444840302, 0.582307692307692, 0.707450025416312, 1.31846153846154, 0.720464807233176, 1.83153846153846, 1.41923234938415, 4.74269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1020, '2021-06-13 00:00:00', 0.185105375394666, 0.42, 0.199039230767744, 0.556153846153847, 0.648184802707945, 1.31346153846154, 0.705371151620521, 1.78730769230769, 1.40433548479206, 4.72692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1035, '2021-06-13 00:00:00', 0.166813115145708, 0.408846153846155, 0.642948975125852, 1.13076923076923, 0.589636785200463, 1.34653846153846, 0.714602094767538, 1.72807692307693, 1.43521448410494, 4.68384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 600, '2021-06-13 00:00:00', 0.166677948336119, 0.491538461538462, 0.191936287505879, 0.656538461538461, 0.268094128131262, 0.867692307692308, 0.481070121228144, 1.40269230769231, 1.5240072683049, 4.49692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 615, '2021-06-13 00:00:00', 0.138929976828396, 0.498461538461538, 0.25221114475467, 0.702307692307693, 0.278339029574753, 0.856153846153846, 0.48971404528954, 1.31961538461538, 1.52560026017504, 4.45192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 630, '2021-06-13 00:00:00', 0.161596363249254, 0.465769230769232, 0.164881309292006, 0.535384615384616, 0.233007428075719, 0.752692307692308, 0.485646436760799, 1.24730769230769, 1.51293403181215, 4.42576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 645, '2021-06-13 00:00:00', 0.0871214890033094, 0.363076923076924, 0.126223854870868, 0.532692307692309, 0.170869720952724, 0.687307692307695, 0.484932509181989, 1.18653846153846, 1.51771609790703, 4.41692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 660, '2021-06-13 00:00:00', 0.124434103660719, 0.380384615384616, 0.148294924442425, 0.509230769230771, 0.148920732657965, 0.645769230769231, 0.478605667136721, 1.13923076923077, 1.54364962146406, 4.42307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 675, '2021-06-13 00:00:00', 0.0951411906265962, 0.330384615384617, 0.111546471860904, 0.438846153846154, 0.276191962229171, 0.645, 0.467495619066269, 1.10192307692308, 1.55262120795274, 4.39615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 690, '2021-06-13 00:00:00', 0.0963423383245714, 0.305384615384617, 0.121973515410267, 0.39846153846154, 0.245123516745208, 0.618461538461539, 0.428916524064282, 1.08576923076923, 1.54953675459672, 4.39807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 705, '2021-06-13 00:00:00', 0.0864051280529476, 0.284615384615385, 0.207856829424634, 0.482692307692309, 0.216368986829302, 0.636538461538462, 0.410540356865662, 1.10923076923077, 1.56080496983004, 4.36807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 720, '2021-06-13 00:00:00', 0.166037993798453, 0.326153846153846, 0.180583669080184, 0.437692307692307, 0.290033419825001, 0.66076923076923, 0.39905060407846, 1.13423076923077, 1.53964936068124, 4.35807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 735, '2021-06-13 00:00:00', 0.129882787395167, 0.308461538461539, 0.149557295426818, 0.440769230769231, 0.270050707489139, 0.659230769230769, 0.42430105422375, 1.18923076923077, 1.51670031520859, 4.36961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 750, '2021-06-13 00:00:00', 0.133511739616353, 0.315769230769229, 0.270109949123288, 0.460769230769231, 0.330103247251755, 0.661923076923078, 0.437920259689082, 1.22307692307692, 1.50372956856764, 4.37115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 765, '2021-06-13 00:00:00', 0.195638599306123, 0.302307692307692, 0.238415603516211, 0.455, 0.334830381858313, 0.589230769230772, 0.518493824605315, 1.23038461538462, 1.51015210645, 4.35076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 780, '2021-06-13 00:00:00', 0.162707855230918, 0.324615384615385, 0.245954342229484, 0.438461538461541, 0.28273635449628, 0.550384615384617, 0.524100988506839, 1.20461538461538, 1.51679337875867, 4.39307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 795, '2021-06-13 00:00:00', 0.131315825983947, 0.289615384615387, 0.194490656291288, 0.378846153846156, 0.218536390210312, 0.523076923076925, 0.508781349440465, 1.25230769230769, 1.48938996288362, 4.37230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 810, '2021-06-13 00:00:00', 0.132075153431092, 0.249615384615386, 0.165062226028666, 0.368461538461538, 0.234758140679688, 0.539230769230769, 0.514340802910347, 1.30230769230769, 1.48894676249302, 4.36230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 825, '2021-06-13 00:00:00', 0.115869953628395, 0.244615384615385, 0.154736997713988, 0.356538461538461, 0.224119473633013, 0.548461538461538, 0.64980138977525, 1.70461538461538, 1.49202124134189, 4.35923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 840, '2021-06-13 00:00:00', 0.113914948029728, 0.233846153846154, 0.15295046960976, 0.364615384615385, 0.224309195943046, 0.541153846153846, 0.61729446906518, 1.82269230769231, 1.49768400693049, 4.36423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 855, '2021-06-13 00:00:00', 0.133426441849491, 0.288846153846153, 0.17095073514365, 0.411923076923076, 0.194386213502914, 0.555, 0.600745818513571, 1.86346153846154, 1.49768400693049, 4.36423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 870, '2021-06-13 00:00:00', 0.121326641122852, 0.271923076923076, 0.165674843733604, 0.391923076923077, 0.181321643665446, 0.568461538461537, 0.635590700420909, 1.91346153846154, 1.51027236463646, 4.36115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 885, '2021-06-13 00:00:00', 0.139425193617887, 0.289230769230771, 0.139427400463468, 0.410000000000001, 0.250590993760442, 0.649615384615385, 0.645763590940691, 1.91884615384616, 1.52627434775514, 4.35576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 900, '2021-06-13 00:00:00', 0.126240308081909, 0.286153846153846, 0.172448877597435, 0.421153846153844, 0.298258535244429, 0.696923076923078, 0.658815720703565, 1.90307692307692, 1.56303609880061, 4.33461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 915, '2021-06-13 00:00:00', 0.113134365315692, 0.300769230769227, 0.177604573745679, 0.479230769230768, 0.324005935368238, 0.750384615384616, 0.660419913039018, 1.90230769230769, 1.56728280301144, 4.33923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 930, '2021-06-13 00:00:00', 0.127990384254203, 0.321538461538462, 0.186702560651551, 0.485384615384616, 0.315743810463726, 0.723076923076924, 0.658790967197896, 1.86846153846154, 1.57833583245138, 4.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 945, '2021-06-13 00:00:00', 0.143185731992242, 0.343076923076923, 0.239588429154281, 0.518846153846154, 0.399969421908148, 0.733461538461539, 0.653420350039816, 1.85307692307693, 1.60109294401812, 4.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 960, '2021-06-13 00:00:00', 0.167851582793116, 0.353076923076924, 0.259132279852468, 0.511538461538463, 0.336153810948774, 0.719230769230769, 0.648421159432665, 1.835, 1.55737259017082, 4.28576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 975, '2021-06-13 00:00:00', 0.154025472418836, 0.370384615384616, 0.235629761735192, 0.524230769230769, 0.271474605697218, 0.747692307692308, 0.654331837713981, 1.80692307692308, 1.61510985575404, 4.45961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 990, '2021-06-13 00:00:00', 0.137001403698593, 0.394230769230769, 0.165343465363653, 0.527692307692307, 0.25868216316256, 0.757307692307693, 0.678292085938022, 1.77192307692308, 1.61180911257649, 4.50384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1005, '2021-06-13 00:00:00', 0.114827630017275, 0.354230769230767, 0.164736152680582, 0.525, 0.58701605272245, 1.25961538461539, 0.666589944303206, 1.75307692307692, 1.65838958028565, 4.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1020, '2021-06-13 00:00:00', 0.128345687051086, 0.373846153846156, 0.224101625298744, 0.53846153846154, 0.567913861290738, 1.33692307692308, 0.650520265160599, 1.72384615384616, 1.70213987493571, 4.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1035, '2021-06-13 00:00:00', 0.152926830165983, 0.371153846153846, 0.500990557257859, 1.06653846153846, 0.477438840223382, 1.29038461538462, 0.580368715691883, 1.65961538461539, 1.72922339171708, 4.51153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 600, '2021-06-13 00:00:00', 0.194305073372936, 0.52769230769231, 0.274586122121164, 0.758461538461541, 0.302063925990205, 1.01884615384616, 0.467747630837236, 1.41038461538462, 1.65110522424782, 4.47730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 615, '2021-06-13 00:00:00', 0.233476732492523, 0.58923076923077, 0.225796368438468, 0.71, 0.283163448314819, 0.931538461538463, 0.445609176814774, 1.43653846153846, 1.68117326247521, 4.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 630, '2021-06-13 00:00:00', 0.134329674824521, 0.422692307692307, 0.203402216159168, 0.647307692307693, 0.209091809058567, 0.770769230769231, 0.682205585977176, 1.41730769230769, 1.73064225517136, 4.44884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 645, '2021-06-13 00:00:00', 0.19838463029797, 0.462692307692309, 0.19209773153668, 0.571538461538462, 0.186445289974956, 0.714615384615385, 0.68973573534752, 1.40923076923077, 1.77063191675046, 4.47576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 660, '2021-06-13 00:00:00', 0.128962725682209, 0.39076923076923, 0.1552333231474, 0.504230769230769, 0.206442765396647, 0.678846153846154, 0.689103877398867, 1.38807692307692, 1.7577268974883, 4.45961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 675, '2021-06-13 00:00:00', 0.154226606504348, 0.365384615384616, 0.151945840553597, 0.506538461538463, 0.172836961858902, 0.653846153846154, 0.760511973303814, 1.40769230769231, 1.76111769580047, 4.47653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 690, '2021-06-13 00:00:00', 0.103651041777391, 0.326538461538461, 0.159499216299014, 0.44, 0.236600604719948, 0.650384615384616, 0.755696723865823, 1.40153846153846, 1.7685812219012, 4.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 705, '2021-06-13 00:00:00', 0.12477980605851, 0.294999999999999, 0.0967447076668191, 0.413461538461538, 0.241606163956009, 0.611538461538461, 0.756099301577613, 1.44692307692308, 1.72024828261683, 4.48692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 720, '2021-06-13 00:00:00', 0.0912216236173449, 0.294230769230769, 0.208018120512463, 0.463461538461537, 0.220600578840162, 0.616153846153846, 0.750535911096968, 1.43192307692308, 1.73159193096544, 4.48115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 735, '2021-06-13 00:00:00', 0.180464358296547, 0.329230769230768, 0.192677091369113, 0.432692307692305, 0.1805176317832, 0.591153846153846, 0.773368356855008, 1.43115384615385, 1.7083283777289, 4.47461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 750, '2021-06-13 00:00:00', 0.113107845065605, 0.27576923076923, 0.145874550951784, 0.419230769230769, 0.226029610041215, 0.554230769230769, 0.779996153836671, 1.435, 1.69426802892758, 4.46807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 765, '2021-06-13 00:00:00', 0.0965018931659652, 0.283846153846154, 0.12177911908925, 0.393076923076922, 0.219336411793531, 0.522692307692308, 0.761856538080094, 1.42576923076923, 1.65940156034082, 4.45153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 780, '2021-06-13 00:00:00', 0.12231170772315, 0.281923076923076, 0.211053037446478, 0.399230769230769, 0.234482736776408, 0.593076923076924, 0.729318754834843, 1.45461538461538, 1.62254486722366, 4.46961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 795, '2021-06-13 00:00:00', 0.168007783702468, 0.271153846153847, 0.157282695023471, 0.355384615384617, 0.34697816379975, 0.654615384615387, 0.720565162803583, 1.47692307692308, 1.62710299423428, 4.48807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 810, '2021-06-13 00:00:00', 0.0925166651654377, 0.244800000000001, 0.140538251020852, 0.415200000000003, 0.392482696009223, 0.645200000000001, 0.49535408211366, 1.4256, 1.60816437799955, 4.4148 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 825, '2021-06-13 00:00:00', 0.136505846592173, 0.305384615384617, 0.340344847742133, 0.501153846153847, 0.679958935411657, 0.831923076923077, 0.821931777067811, 1.99961538461538, 1.59548444535966, 4.47884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 840, '2021-06-13 00:00:00', 0.351312484176784, 0.367307692307693, 0.378766621874414, 0.501923076923077, 0.688620471556107, 0.813076923076923, 0.851816520510953, 2.09076923076923, 1.60669905276435, 4.49538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 855, '2021-06-13 00:00:00', 0.180837368500412, 0.333076923076923, 0.61947384622262, 0.620384615384616, 0.616571288535359, 0.791923076923077, 0.816692108447241, 2.115, 1.63177505991293, 4.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 870, '2021-06-13 00:00:00', 0.156906230651912, 0.322500000000001, 0.189522665081804, 0.446666666666667, 0.270915985158669, 0.679583333333336, 0.799256787924555, 2.11125, 1.61788016610751, 4.36166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 885, '2021-06-13 00:00:00', 0.137482541711164, 0.308333333333332, 0.171208407622346, 0.474166666666668, 0.325034836483007, 0.780416666666668, 0.783919916051766, 2.135, 1.6051294588631, 4.34333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 900, '2021-06-13 00:00:00', 0.136602141006416, 0.340833333333334, 0.19456333494353, 0.478750000000002, 0.273439909409673, 0.752916666666667, 0.765344362201501, 2.09041666666667, 1.5869407607913, 4.31625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 915, '2021-06-13 00:00:00', 0.118008075135143, 0.279583333333334, 0.245362420495283, 0.561249999999999, 0.326116532475161, 0.719583333333332, 0.754931132284762, 2.04916666666667, 1.55050412559215, 4.3025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 930, '2021-06-13 00:00:00', 0.209402185667482, 0.436666666666666, 0.19073038486341, 0.530416666666666, 0.302846100964773, 0.691250000000001, 0.761017506321331, 1.99791666666667, 1.54306841874479, 4.29083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 945, '2021-06-13 00:00:00', 0.121737868782282, 0.348749999999999, 0.198048449642498, 0.501666666666668, 0.194197997720987, 0.682083333333333, 0.755860077343512, 1.97125, 1.55524707948958, 4.2775 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 960, '2021-06-13 00:00:00', 0.144968137428764, 0.346250000000002, 0.17720658541105, 0.447500000000001, 0.214210718415439, 0.705833333333334, 0.774885568924558, 1.96958333333333, 1.59287220071985, 4.28375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 975, '2021-06-13 00:00:00', 0.127574928253322, 0.306666666666667, 0.161512327343946, 0.500833333333333, 0.23054401635753, 0.698749999999999, 0.809916684747194, 1.97458333333333, 1.62021195383886, 4.54458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 990, '2021-06-13 00:00:00', 0.113673030974873, 0.415416666666666, 0.183468988020366, 0.579999999999999, 0.243697365182928, 0.763333333333332, 0.821555611744213, 1.97333333333333, 1.60612753297299, 4.5575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1005, '2021-06-13 00:00:00', 0.141748910483252, 0.363333333333333, 0.171455829440925, 0.473333333333332, 0.677713012665561, 1.47416666666666, 0.877600380319102, 1.98208333333333, 1.6001621294668, 4.55333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1020, '2021-06-13 00:00:00', 0.146341248011506, 0.343749999999999, 0.216774777932826, 0.57, 0.722150572439961, 1.52166666666667, 0.923250009320413, 1.96916666666667, 1.63454088754105, 4.5125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1035, '2021-06-13 00:00:00', 0.158799846676086, 0.415, 0.679884767516854, 1.28541666666667, 0.722471477798176, 1.52208333333333, 0.881771520572506, 1.91583333333333, 1.58746807568037, 4.47125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 600, '2021-06-13 00:00:00', 0.14764287646999, 0.495652173913044, 0.211722653992053, 0.709130434782609, 0.278199320020881, 0.92695652173913, 0.622654968249805, 1.37086956521739, 1.61725002039218, 4.19391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 615, '2021-06-13 00:00:00', 0.197298954559714, 0.53782608695652, 0.222065403605023, 0.69695652173913, 0.275629355297975, 0.924782608695652, 0.594563645755233, 1.33826086956522, 1.60994881218802, 4.18478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 630, '2021-06-13 00:00:00', 0.138623954605666, 0.414347826086957, 0.130429512409999, 0.608695652173912, 0.221119144104096, 0.821304347826087, 0.575725697751439, 1.25652173913044, 1.61745860287545, 4.14782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 645, '2021-06-13 00:00:00', 0.143040114332661, 0.441739130434782, 0.203037214992565, 0.571739130434783, 0.268343623727594, 0.740869565217393, 0.603690232845621, 1.24652173913044, 1.60930053791822, 4.14130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 660, '2021-06-13 00:00:00', 0.157918776340716, 0.387391304347825, 0.247292852587193, 0.57913043478261, 0.259520689237472, 0.666521739130437, 0.565816420178729, 1.21869565217392, 1.60501043548748, 4.13695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 675, '2021-06-13 00:00:00', 0.185494744926257, 0.390869565217394, 0.178693103662238, 0.466956521739133, 0.177749435048554, 0.576956521739133, 0.575547170486088, 1.2, 1.58141616126142, 4.1095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 690, '2021-06-13 00:00:00', 0.128796496650363, 0.33608695652174, 0.122671191988478, 0.431304347826088, 0.234612623283472, 0.583913043478261, 0.576067148589287, 1.18521739130435, 1.55702983183791, 4.08347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 705, '2021-06-13 00:00:00', 0.115821520046705, 0.303478260869565, 0.12678605426983, 0.387391304347827, 0.30930944378698, 0.592173913043477, 0.571686016258723, 1.17391304347826, 1.54247619311421, 4.06652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 720, '2021-06-13 00:00:00', 0.0962867916438125, 0.265652173913045, 0.200519089211823, 0.405217391304348, 0.339455504485776, 0.578695652173912, 0.582306304629329, 1.14478260869565, 1.55040948307774, 4.05826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 735, '2021-06-13 00:00:00', 0.156260651810836, 0.28086956521739, 0.255899560336155, 0.428695652173911, 0.388943537160362, 0.599565217391305, 0.571549796571108, 1.15652173913044, 1.54926337207314, 4.02521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 750, '2021-06-13 00:00:00', 0.12531541233691, 0.29695652173913, 0.157624409738641, 0.39, 0.347589099107239, 0.640000000000001, 0.504862521888787, 1.1495652173913, 1.50015822617393, 4.00260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 765, '2021-06-13 00:00:00', 0.107510455415812, 0.27695652173913, 0.207711033692933, 0.434347826086957, 0.297202370468101, 0.622608695652173, 0.491442580854246, 1.16391304347826, 1.48980925643297, 3.9795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 780, '2021-06-13 00:00:00', 0.146961316197487, 0.323913043478261, 0.236110612518525, 0.458695652173914, 0.257078447294285, 0.615652173913043, 0.434625366823159, 1.21086956521739, 1.44913903838423, 3.97304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 795, '2021-06-13 00:00:00', 0.173119483973428, 0.303913043478261, 0.171275152505005, 0.404782608695654, 0.216400667771288, 0.547391304347826, 0.427050274275634, 1.26086956521739, 1.44305519658648, 3.96913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 810, '2021-06-13 00:00:00', 0.120787927046365, 0.295217391304348, 0.167249310957654, 0.402173913043478, 0.209066247041875, 0.532173913043479, 0.405684898849032, 1.26565217391304, 1.43775021881396, 3.97565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 825, '2021-06-13 00:00:00', 0.119461902902386, 0.274347826086955, 0.133085903489101, 0.388695652173914, 0.210722453879908, 0.53304347826087, 0.920710543622882, 1.73521739130435, 1.51408486037833, 3.92565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 840, '2021-06-13 00:00:00', 0.10128619491635, 0.249565217391306, 0.126487981587843, 0.35913043478261, 0.205705188330117, 0.506521739130437, 0.885437521648525, 1.84782608695652, 1.48310858240173, 3.91260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 855, '2021-06-13 00:00:00', 0.132509974268476, 0.259565217391305, 0.188228689433073, 0.378695652173912, 0.207811863835989, 0.526956521739129, 0.890412259627449, 1.92391304347826, 1.48762045714151, 3.91652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 870, '2021-06-13 00:00:00', 0.168216639916105, 0.278260869565218, 0.187686139489634, 0.37521739130435, 0.218319126754208, 0.517826086956521, 0.874511043507965, 1.93826086956522, 1.47600799616502, 3.91782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 885, '2021-06-13 00:00:00', 0.137179378254102, 0.280000000000002, 0.168574586769025, 0.400869565217391, 0.22536575454172, 0.554782608695653, 0.875546356810934, 1.93217391304348, 1.47116984453273, 3.9395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029926, 5, 900, '2021-06-13 00:00:00', 0.0951969043240656, 0.255217391304345, 0.127025875799105, 0.350869565217389, 0.237543422283918, 0.562173913043477, 0.874561211267091, 1.93130434782609, 1.46886608951695, 3.93304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 915, '2021-06-13 00:00:00', 0.105480268090871, 0.265217391304347, 0.185062749746873, 0.448695652173914, 0.298052970329991, 0.640869565217391, 0.861699763382488, 1.95086956521739, 1.46703567642008, 3.94130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 930, '2021-06-13 00:00:00', 0.162226358229322, 0.360869565217392, 0.237058722566086, 0.451739130434781, 0.298037056347903, 0.624782608695651, 0.844417145850041, 1.93695652173913, 1.4520604142529, 3.94608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 945, '2021-06-13 00:00:00', 0.165515125946228, 0.279565217391302, 0.174179045585136, 0.417391304347825, 0.220657479637919, 0.604782608695652, 0.862516998744098, 1.96086956521739, 1.40515440193618, 3.9495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 960, '2021-06-13 00:00:00', 0.124489471275679, 0.306086956521738, 0.114889532782944, 0.397826086956523, 0.199195020335554, 0.72826086956522, 0.912031784689866, 2.02260869565217, 1.36753145941514, 3.96173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 975, '2021-06-13 00:00:00', 0.0975895251295936, 0.283478260869566, 0.171582957960431, 0.490434782608697, 0.281359629489943, 0.812173913043481, 0.934199790736358, 2.00739130434783, 1.41070722038986, 4.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 990, '2021-06-13 00:00:00', 0.176144478966432, 0.407826086956523, 0.223989165463553, 0.605652173913046, 0.32425591318155, 0.816521739130435, 0.940414928185505, 1.99565217391304, 1.44869042675417, 4.11695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1005, '2021-06-13 00:00:00', 0.150069812476064, 0.431304347826088, 0.260235527252271, 0.610434782608697, 0.846049410343795, 1.39782608695652, 0.925253944417465, 1.94695652173913, 1.44361165986768, 4.09347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1020, '2021-06-13 00:00:00', 0.199327922161848, 0.410434782608695, 0.215516660214565, 0.557391304347824, 0.761152392380712, 1.48434782608696, 0.85353091318525, 1.89826086956522, 1.46049479947329, 4.08217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1035, '2021-06-13 00:00:00', 0.131628594752516, 0.375217391304346, 0.721502330313786, 1.22739130434783, 0.717220976306295, 1.50173913043478, 0.821388730529166, 1.85608695652174, 1.51511567019523, 4.08869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1035);
Date: 2021-06-13 18:03:02 Duration: 1s465ms 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 1030721, 1, 990, '2021-06-13 00:00:00', 0.461542445037754, 1.05, 0.572002822927679, 1.34590909090909, 0.868232549343935, 1.67295454545454, 1.02252406591139, 2.56568181818182, 3.11763251869828, 7.03204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1005, '2021-06-13 00:00:00', 0.304291900329371, 0.850681818181821, 0.485834400732461, 1.13727272727273, 0.541112020393854, 1.45113636363637, 0.964215609925622, 2.41113636363636, 3.12307727863268, 6.97454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1020, '2021-06-13 00:00:00', 0.371570974616545, 0.825681818181817, 0.381749504233711, 1.03772727272728, 0.457763478881179, 1.39545454545454, 0.964570452589469, 2.27840909090909, 3.13125204893177, 6.92318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1035, '2021-06-13 00:00:00', 0.192574407950288, 0.662045454545457, 0.329453502621556, 0.885909090909091, 0.495866954733362, 1.23931818181818, 0.938514530420027, 2.13, 3.18850974160255, 6.89590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1050, '2021-06-13 00:00:00', 0.242912188185016, 0.632954545454542, 0.267650208666338, 0.856590909090908, 0.43788996225949, 1.2, 0.888374043721696, 2.01181818181818, 3.18771288228934, 6.90409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1065, '2021-06-13 00:00:00', 0.245465037053308, 0.630681818181822, 0.417466850694245, 0.92, 0.596159607031771, 1.20590909090909, 0.853863292128792, 2.02204545454546, 3.18304896340964, 6.91431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1080, '2021-06-13 00:00:00', 0.2927578228795, 0.609999999999998, 0.307913660805788, 0.79181818181818, 0.561768861051189, 1.08340909090909, 0.672694917760609, 1.9175, 3.21850312065443, 6.88136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1095, '2021-06-13 00:00:00', 0.163302795537318, 0.550227272727272, 0.325855932498689, 0.769772727272729, 0.568253761679003, 1.09363636363637, 0.576791581195956, 1.89636363636364, 3.21991117520196, 6.8975 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1110, '2021-06-13 00:00:00', 0.272255390829083, 0.512045454545454, 0.340646825524992, 0.709545454545455, 0.485554977694216, 1.04727272727273, 0.602104219667987, 1.88840909090909, 3.24512955070607, 6.95409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1125, '2021-06-13 00:00:00', 0.22668713094476, 0.489347826086953, 0.359546541375413, 0.751521739130432, 0.404193433909818, 1.02217391304348, 0.619180176450359, 1.86, 3.30219363549809, 7.08152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1140, '2021-06-13 00:00:00', 0.257944137102617, 0.555217391304348, 0.300971418022381, 0.727608695652172, 0.314093997914145, 0.953695652173913, 0.74053533942197, 1.96695652173913, 3.32078428995249, 7.07413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1155, '2021-06-13 00:00:00', 0.226468636853451, 0.516956521739126, 0.25134460541642, 0.713260869565217, 0.343366701500896, 0.885652173913044, 1.1679711980043, 2.49891304347826, 3.34714654889248, 7.10326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1170, '2021-06-13 00:00:00', 0.144300137367464, 0.485434782608698, 0.195776300107528, 0.630217391304348, 0.291588263506984, 0.833478260869566, 1.26657325343784, 2.74847826086957, 3.37300715574801, 7.175 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1185, '2021-06-13 00:00:00', 0.195226128135349, 0.427826086956518, 0.237763791510318, 0.555434782608695, 0.315064614741885, 0.855434782608692, 1.28251247210572, 2.87717391304348, 3.37720563267555, 7.18739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1200, '2021-06-13 00:00:00', 0.158390184648181, 0.385217391304351, 0.202321750953996, 0.549999999999999, 0.279180760857915, 0.816521739130431, 1.43147160935153, 2.93782608695652, 3.37569587321762, 7.18391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1215, '2021-06-13 00:00:00', 0.113062821391592, 0.386739130434778, 0.199655830350347, 0.624782608695646, 0.285790112044298, 0.823478260869559, 1.44642465022368, 2.98021739130435, 3.37303696387748, 7.19978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1230, '2021-06-13 00:00:00', 0.179969804230554, 0.466304347826084, 0.193052502637766, 0.58978260869565, 0.270598808968222, 0.821521739130433, 1.46765562836732, 2.98804347826087, 3.36943528947515, 7.20152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1245, '2021-06-13 00:00:00', 0.14767834397986, 0.430434782608696, 0.249005928783169, 0.583043478260871, 0.292974556760637, 0.834999999999998, 1.45612282307824, 2.95130434782609, 3.3601710677796, 7.18217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1260, '2021-06-13 00:00:00', 0.186759605369116, 0.427826086956522, 0.218071633079937, 0.579347826086956, 0.311205262511765, 0.878478260869563, 1.46257127119336, 2.95478260869566, 3.34012066064506, 7.19586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1275, '2021-06-13 00:00:00', 0.190805707938253, 0.409999999999998, 0.229093849971712, 0.616086956521737, 0.462690298421059, 1.00369565217391, 1.4512930380228, 2.94413043478261, 3.27874974665432, 7.23391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1290, '2021-06-13 00:00:00', 0.190331258973121, 0.456521739130437, 0.297809526096783, 0.682826086956521, 0.594019852345222, 1.05869565217392, 1.44061495295855, 2.97347826086957, 3.22942108947138, 7.23413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1305, '2021-06-13 00:00:00', 0.240599752923236, 0.482173913043473, 0.5015872041033, 0.749782608695652, 0.581602835023623, 1.05369565217392, 1.50749340417674, 2.98, 3.15144246726891, 7.20847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1320, '2021-06-13 00:00:00', 0.224580826472449, 0.454047619047619, 0.370018982782031, 0.652380952380952, 0.563741117552242, 1.10761904761905, 1.55986804997517, 2.99666666666667, 3.21470273749785, 7.37309523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1335, '2021-06-13 00:00:00', 0.230562201089923, 0.437142857142856, 0.332934463735521, 0.666428571428573, 1.22861759326334, 1.8652380952381, 1.5488265527412, 2.9652380952381, 3.16795040395281, 7.33880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1350, '2021-06-13 00:00:00', 0.213500027880005, 0.493809523809527, 0.336325734965378, 0.884999999999999, 1.36123517089304, 2.10690476190476, 1.56171612718342, 2.92119047619048, 3.10696058031303, 7.31404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1365, '2021-06-13 00:00:00', 0.236279193207653, 0.708571428571427, 1.2539895381959, 1.72547619047619, 1.39973790063576, 2.24309523809524, 1.57649048899915, 2.92452380952381, 3.09500832755245, 7.28738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 990, '2021-06-13 00:00:00', 0.346962700278598, 0.916346153846158, 0.772519255423448, 1.45000000000001, 1.08461336606468, 1.90192307692308, 1.13442259118224, 2.56615384615385, 2.92752355308136, 6.88307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1005, '2021-06-13 00:00:00', 0.75505142463686, 1.14442307692308, 1.06706037605838, 1.49538461538461, 1.00497862587298, 1.84903846153846, 1.06008555532815, 2.44423076923077, 2.91957146486629, 6.81653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1020, '2021-06-13 00:00:00', 0.380113141051452, 0.864999999999999, 0.414529390254317, 1.15615384615385, 0.480901717129877, 1.48269230769231, 0.838069232499047, 2.15096153846154, 2.92148395511596, 6.7675 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1035, '2021-06-13 00:00:00', 0.253546612312967, 0.758269230769234, 0.396484600535174, 0.995961538461542, 0.481652324336195, 1.3348076923077, 0.799315981612742, 2.03096153846154, 2.8762144993296, 6.72461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1050, '2021-06-13 00:00:00', 0.283721965744909, 0.64692307692308, 0.330572987402176, 0.872500000000001, 0.411678926423908, 1.24846153846154, 0.748131647197514, 1.91519230769231, 2.88217489994035, 6.68807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1065, '2021-06-13 00:00:00', 0.266509128145013, 0.651346153846155, 0.385981715389972, 0.951730769230774, 0.453947684210415, 1.2225, 0.708862713191948, 1.84211538461539, 2.85857072947034, 6.66884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1080, '2021-06-13 00:00:00', 0.27040347346426, 0.705961538461544, 0.292298911811443, 0.924423076923079, 0.422030850130103, 1.17096153846154, 0.664924547483511, 1.74557692307692, 2.86224817501638, 6.66115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1095, '2021-06-13 00:00:00', 0.236305620233302, 0.612884615384614, 0.298790703696385, 0.808269230769229, 0.59738587580841, 1.11826923076923, 0.747171898664457, 1.74961538461538, 2.86142170150542, 6.66192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1110, '2021-06-13 00:00:00', 0.192742953577674, 0.540384615384617, 0.315863651207044, 0.749615384615384, 0.484293458397027, 1.00807692307692, 0.767685833177571, 1.69653846153846, 2.83887096327992, 6.66288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1125, '2021-06-13 00:00:00', 0.225695250623146, 0.512884615384613, 0.375476978706364, 0.734807692307691, 0.436583765863302, 0.950769230769232, 0.767215444618746, 1.70153846153846, 3.08935945564026, 6.52461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1140, '2021-06-13 00:00:00', 0.304471041947529, 0.536153846153846, 0.282247300184675, 0.673461538461539, 0.441564700372872, 0.935769230769231, 0.778175776069608, 1.74153846153846, 3.08523927509932, 6.58576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1155, '2021-06-13 00:00:00', 0.165103347587551, 0.468653846153848, 0.309535383835441, 0.688076923076925, 0.43119819644264, 0.94826923076923, 1.29578090503223, 2.56807692307692, 2.94551894343829, 6.76461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1170, '2021-06-13 00:00:00', 0.249302719908641, 0.475384615384616, 0.338846516196437, 0.65980769230769, 0.365956964683009, 0.887500000000002, 1.35602603787118, 2.68384615384615, 2.92569447376963, 6.79192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1185, '2021-06-13 00:00:00', 0.230026419887268, 0.458076923076922, 0.314172661984553, 0.66730769230769, 0.369865048154257, 0.836923076923077, 1.34866178687787, 2.80615384615384, 2.92443222628835, 6.81038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1200, '2021-06-13 00:00:00', 0.207301341418346, 0.475384615384612, 0.238601453990027, 0.599423076923078, 0.282049436474148, 0.786730769230771, 1.33275967306707, 2.85288461538462, 2.93394392610671, 6.86519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1215, '2021-06-13 00:00:00', 0.172538512980549, 0.401538461538465, 0.246501755337797, 0.558653846153846, 0.285806820180237, 0.811538461538464, 1.34036768778628, 2.86346153846154, 2.91993329744678, 6.88730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1230, '2021-06-13 00:00:00', 0.141764295168473, 0.393653846153843, 0.194229146984847, 0.580192307692308, 0.306261075152961, 0.809615384615383, 1.3558542013744, 2.92884615384615, 2.91879074012088, 6.90923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1245, '2021-06-13 00:00:00', 0.169134902916625, 0.458846153846154, 0.271793756649867, 0.649615384615384, 0.339408138699391, 0.831730769230765, 1.3125463947844, 2.98903846153846, 2.92480119639977, 6.93903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1260, '2021-06-13 00:00:00', 0.229179808480993, 0.464230769230769, 0.249052435010411, 0.598653846153847, 0.302915829893384, 0.839999999999998, 1.32069388813375, 3.00288461538461, 2.92500587770612, 6.94423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1275, '2021-06-13 00:00:00', 0.138824875846678, 0.402884615384613, 0.189715677953975, 0.555961538461534, 0.31481087118361, 0.843269230769228, 1.37192985916246, 3.04846153846154, 2.9148561648113, 6.93230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1290, '2021-06-13 00:00:00', 0.140744859176509, 0.406346153846152, 0.16866272671997, 0.576346153846151, 0.330821646115338, 0.840192307692308, 1.35508398831386, 3.03884615384616, 2.89339072449875, 6.96673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1305, '2021-06-13 00:00:00', 0.173844426472019, 0.423269230769228, 0.298591630054261, 0.639807692307691, 0.407665256722305, 0.879807692307692, 1.39904897643418, 3.05096153846154, 2.89070952163332, 6.98846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1320, '2021-06-13 00:00:00', 0.180232212332646, 0.424791666666666, 0.229808422891515, 0.551458333333336, 0.2827168271395, 0.958750000000002, 1.36848138618975, 3.115, 2.99152679469962, 7.06104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1335, '2021-06-13 00:00:00', 0.128232126477221, 0.375000000000001, 0.213309731767372, 0.580208333333334, 1.18103944331536, 2.04708333333334, 1.3649776866839, 3.10979166666667, 2.99585075381442, 7.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1350, '2021-06-13 00:00:00', 0.164143445352454, 0.461875, 0.223288985430301, 0.794166666666668, 1.20646146866044, 2.27916666666667, 1.32895634040782, 3.09479166666667, 2.99225497071733, 7.075625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1365, '2021-06-13 00:00:00', 0.218934756345885, 0.692083333333334, 1.07108435421332, 1.97270833333334, 1.19014613644164, 2.4225, 1.28592208429751, 3.08604166666667, 2.95599034846485, 7.074375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 990, '2021-06-13 00:00:00', 0.529197832718394, 1.11211538461539, 0.709370251593732, 1.56807692307692, 0.771665157555151, 1.95865384615385, 0.974053959175061, 2.63365384615385, 2.66222218485581, 6.7901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1005, '2021-06-13 00:00:00', 0.479861558561026, 1.03634615384615, 0.580444657137956, 1.35, 0.668161570741226, 1.58173076923077, 0.866779361509294, 2.28269230769231, 2.65102454069829, 6.59134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1020, '2021-06-13 00:00:00', 0.338674395480157, 0.762115384615381, 0.472817089369665, 1.03, 0.520903209671579, 1.32692307692308, 0.733224385846516, 1.995, 2.60486057503748, 6.47115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1035, '2021-06-13 00:00:00', 0.290817746257793, 0.70019230769231, 0.336739570679684, 0.913461538461537, 0.412812119678971, 1.30461538461538, 0.801467692136408, 1.93769230769231, 2.60307339800179, 6.47365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1050, '2021-06-13 00:00:00', 0.283469778608959, 0.648653846153842, 0.373282528594421, 0.960384615384614, 0.465452344086246, 1.24673076923076, 0.748893748240592, 1.86961538461538, 2.54521877554457, 6.41115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1065, '2021-06-13 00:00:00', 0.256312009382797, 0.654615384615384, 0.325838327065152, 0.871153846153842, 0.538525622560195, 1.21461538461538, 0.675819758629361, 1.73211538461538, 2.48237195037327, 6.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1080, '2021-06-13 00:00:00', 0.278199499529494, 0.590192307692309, 0.356126436061039, 0.77903846153846, 0.565634191383034, 1.12596153846154, 0.732381074619995, 1.69596153846154, 2.45474965823714, 6.34826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1095, '2021-06-13 00:00:00', 0.206412581608184, 0.528076923076924, 0.336643214466229, 0.81442307692308, 0.432874160076048, 1.04096153846154, 0.689415583051215, 1.73038461538462, 2.38226318542166, 6.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1110, '2021-06-13 00:00:00', 0.275839697037134, 0.578461538461538, 0.333930957857137, 0.748269230769231, 0.403847124540963, 0.967500000000001, 0.827401679029922, 1.73153846153846, 2.34967176103714, 6.33576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1125, '2021-06-13 00:00:00', 0.235643880594297, 0.490961538461538, 0.305063675572575, 0.680384615384616, 0.312920056146076, 0.865192307692305, 0.856541907008373, 1.75596153846154, 2.32847493833658, 6.38153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1140, '2021-06-13 00:00:00', 0.254755689903999, 0.497307692307691, 0.293869672840506, 0.689230769230769, 0.29861533012325, 0.818653846153844, 0.870533368776778, 1.85211538461539, 2.37489828122255, 6.48461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1155, '2021-06-13 00:00:00', 0.187418084670448, 0.456538461538463, 0.252235238189706, 0.608846153846152, 0.341924474341699, 0.842884615384617, 1.47252437618585, 2.82596153846154, 2.25884791090843, 6.60326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1170, '2021-06-13 00:00:00', 0.219751345493385, 0.470576923076927, 0.269352285763744, 0.595576923076927, 0.32785438841046, 0.827500000000003, 1.50578867656173, 2.97653846153846, 2.30099730886079, 6.65884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1185, '2021-06-13 00:00:00', 0.183428145646695, 0.391730769230771, 0.267624952843739, 0.606346153846158, 0.373282528594423, 0.824615384615387, 1.58008223982658, 3.06826923076923, 2.30564098379471, 6.64788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1200, '2021-06-13 00:00:00', 0.175677260907606, 0.472499999999999, 0.220584538128891, 0.591538461538458, 0.291371557663724, 0.795769230769228, 1.56414037585653, 3.17134615384615, 2.30936542232842, 6.64057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1215, '2021-06-13 00:00:00', 0.136244830530018, 0.394423076923071, 0.233230490156117, 0.567307692307691, 0.304939149036963, 0.788269230769228, 1.57232068807665, 3.20711538461539, 2.30906701105413, 6.61769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1230, '2021-06-13 00:00:00', 0.228500210402197, 0.457115384615383, 0.272004312748614, 0.607884615384613, 0.390785599293765, 0.839230769230769, 1.66084016041928, 3.34596153846154, 2.30294434449601, 6.61442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1245, '2021-06-13 00:00:00', 0.236914216867299, 0.417115384615382, 0.296253010370943, 0.630384615384614, 0.426940321897028, 0.874038461538464, 1.64030072289762, 3.41269230769231, 2.27420653956833, 6.63923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1260, '2021-06-13 00:00:00', 0.224666676177434, 0.518653846153842, 0.302057368468568, 0.645576923076923, 0.483516923576224, 0.976153846153847, 1.68507091838889, 3.46, 2.23305706289692, 6.67538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1275, '2021-06-13 00:00:00', 0.253947602105997, 0.45423076923077, 0.327855972130356, 0.676538461538463, 0.590998633344769, 1.04576923076923, 1.70475904004506, 3.49923076923077, 2.20272059927298, 6.72596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1290, '2021-06-13 00:00:00', 0.206816250663388, 0.470192307692307, 0.269703612251555, 0.704038461538462, 0.629363047972983, 0.980384615384616, 1.70635956396606, 3.47480769230769, 2.18793166290413, 6.72019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1305, '2021-06-13 00:00:00', 0.216395737907688, 0.508653846153844, 0.543075855305114, 0.73076923076923, 0.602594773905698, 1.05230769230769, 1.68518289352087, 3.52423076923077, 2.18519012550747, 6.72826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1320, '2021-06-13 00:00:00', 0.191464606787189, 0.420000000000002, 0.28427563361914, 0.601875000000002, 0.39049299943622, 1.0875, 1.7600653474158, 3.501875, 2.26584165505824, 6.76333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1335, '2021-06-13 00:00:00', 0.23247944821119, 0.435208333333331, 0.295068157196445, 0.710000000000002, 1.53964527193954, 2.32979166666667, 1.80261806383326, 3.52916666666667, 2.24731981069044, 6.759375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1350, '2021-06-13 00:00:00', 0.257854072735123, 0.551874999999999, 0.245890867745391, 0.886666666666663, 1.59055965847682, 2.508125, 1.84262040439971, 3.58895833333333, 2.22938404398607, 6.76520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1365, '2021-06-13 00:00:00', 0.202215536466431, 0.745416666666661, 1.53994418071245, 2.26041666666667, 1.65392090132088, 2.615, 1.85712375741691, 3.59395833333333, 2.232041698743, 6.76416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 990, '2021-06-13 00:00:00', 0.540044300177164, 1.12461538461539, 0.56884501742228, 1.43057692307692, 0.741538629109461, 1.82653846153846, 1.27839954029066, 2.75423076923077, 2.20187979131119, 6.39884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1005, '2021-06-13 00:00:00', 0.366933236434098, 0.904999999999999, 0.533473559289997, 1.24596153846154, 0.553709448940647, 1.64192307692308, 1.12900802272819, 2.59865384615384, 2.21902154459677, 6.31384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1020, '2021-06-13 00:00:00', 0.321934059182215, 0.913461538461541, 0.340233234482106, 1.13442307692308, 0.51971948794888, 1.58211538461539, 1.14014189400334, 2.39653846153846, 2.22728088795422, 6.24692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1035, '2021-06-13 00:00:00', 0.207134385957895, 0.729423076923077, 0.264980405661657, 1.05115384615385, 0.412707383766498, 1.41923076923077, 1.12332124318229, 2.17615384615385, 2.22128119648237, 6.19192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1050, '2021-06-13 00:00:00', 0.256662903735323, 0.705384615384617, 0.410667561604091, 1.04538461538462, 0.458074943482129, 1.23942307692308, 1.19045899357542, 2.10615384615384, 2.20739283214035, 6.16365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1065, '2021-06-13 00:00:00', 0.28981107904713, 0.707692307692302, 0.30800805434024, 0.884807692307692, 0.398657796188077, 1.13096153846154, 1.289000328221, 2.10961538461538, 2.18731205786041, 6.15403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1080, '2021-06-13 00:00:00', 0.270389747188417, 0.601153846153853, 0.295009256699617, 0.777692307692311, 0.399212494023689, 1.04384615384615, 1.28838911047866, 2.0825, 2.21533508491639, 6.11346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1095, '2021-06-13 00:00:00', 0.240112553735824, 0.565961538461541, 0.340905355690489, 0.822692307692307, 0.521286278944097, 1.11423076923077, 1.26178202737849, 2.07326923076923, 2.23003519289236, 6.09480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1110, '2021-06-13 00:00:00', 0.215525832826098, 0.549230769230767, 0.257741373055657, 0.683846153846154, 0.527452695655109, 1.02288461538462, 1.21045225178284, 1.97442307692308, 2.16663613785198, 6.01307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1125, '2021-06-13 00:00:00', 0.170009954459686, 0.45076923076923, 0.48381389460761, 0.803269230769233, 0.524070018809873, 1.03076923076923, 1.15851504754345, 1.96865384615385, 2.37430022079381, 6.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1140, '2021-06-13 00:00:00', 0.21977219760602, 0.545416666666667, 0.314559085830085, 0.693124999999998, 0.547381116733596, 0.977500000000004, 1.01664353887925, 1.93645833333334, 2.46572985784819, 6.33708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1155, '2021-06-13 00:00:00', 0.247368670324217, 0.502291666666666, 0.325324183354641, 0.676458333333334, 0.564853730906365, 0.983541666666673, 1.38899672830136, 2.72520833333333, 2.44494820786257, 6.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1170, '2021-06-13 00:00:00', 0.2102042441897, 0.426458333333328, 0.288574708383876, 0.645833333333333, 0.508203713576309, 0.915833333333334, 1.36459699351499, 2.81520833333333, 2.43320216603493, 6.39479166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1185, '2021-06-13 00:00:00', 0.229416398842744, 0.481666666666668, 0.318335514826735, 0.676250000000003, 0.537899455544773, 0.956458333333332, 1.26943243051853, 2.8675, 2.40381941518016, 6.41770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1200, '2021-06-13 00:00:00', 0.247997688015172, 0.520625000000001, 0.361235801586481, 0.697499999999998, 0.536323999995352, 0.991041666666664, 1.30683652146723, 2.99270833333333, 2.39596754192466, 6.43312499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1215, '2021-06-13 00:00:00', 0.189320749033201, 0.431458333333329, 0.271457335772908, 0.613958333333327, 0.344333990101368, 0.869374999999997, 1.26537842695606, 2.93270833333333, 2.36726864218562, 6.43229166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1230, '2021-06-13 00:00:00', 0.189516929762659, 0.430833333333331, 0.266213297803725, 0.637708333333331, 0.340667237442444, 0.889583333333331, 1.31114783695902, 3.00770833333333, 2.37189304784907, 6.46125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1245, '2021-06-13 00:00:00', 0.218492757648684, 0.457708333333332, 0.302887074187965, 0.653333333333335, 0.400310963818909, 0.876458333333332, 1.3200624264718, 3.051875, 2.37806777459762, 6.47708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1260, '2021-06-13 00:00:00', 0.297105297783489, 0.484583333333334, 0.339660889605407, 0.681041666666664, 0.366410071613365, 0.88791666666667, 1.39242594057997, 3.1, 2.36210472308618, 6.473125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1275, '2021-06-13 00:00:00', 0.248079489218705, 0.472291666666666, 0.33532998024658, 0.63125, 0.380911140689596, 0.837083333333336, 1.4625065341115, 3.08083333333334, 2.35873430810506, 6.50333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1290, '2021-06-13 00:00:00', 0.232385919495375, 0.471458333333333, 0.336157690308617, 0.642083333333338, 0.398636035006619, 0.832083333333338, 1.44708626223951, 3.04895833333334, 2.36208999777923, 6.486875 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1305, '2021-06-13 00:00:00', 0.184128258503987, 0.42479166666667, 0.269403443889849, 0.573958333333337, 0.378793613263579, 0.842083333333335, 1.42128652617716, 3.03020833333334, 2.35847269074098, 6.47270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1320, '2021-06-13 00:00:00', 0.141808052696329, 0.395000000000004, 0.251346266905729, 0.575227272727277, 0.398625343527184, 1.01954545454545, 1.50166069685693, 3.14409090909091, 2.45861784985014, 6.51727272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1335, '2021-06-13 00:00:00', 0.199005237156172, 0.434318181818185, 0.315653654243429, 0.69090909090909, 1.13900721941849, 2.15727272727273, 1.57193577755091, 3.17022727272727, 2.46139593879824, 6.51840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1350, '2021-06-13 00:00:00', 0.283560387759811, 0.552727272727274, 0.384027204686586, 0.879318181818182, 1.20422113374622, 2.28840909090909, 1.64192441996147, 3.17090909090909, 2.47917007348159, 6.50840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1365, '2021-06-13 00:00:00', 0.27893504961686, 0.715, 1.1424719724318, 2.00727272727273, 1.17257219015528, 2.29272727272727, 1.59443697739728, 3.13568181818182, 2.48315733418572, 6.50318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 990, '2021-06-13 00:00:00', 0.433874332910914, 1.01913043478261, 0.442453409708687, 1.35673913043478, 0.660021708829704, 1.72173913043478, 1.18981589235793, 2.54869565217391, 2.42887901322185, 6.20347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1005, '2021-06-13 00:00:00', 0.23493145077078, 0.902173913043482, 0.383846380051007, 1.12304347826087, 0.465329476542299, 1.44760869565218, 1.05223745234927, 2.31826086956522, 2.37213838420822, 6.12282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1020, '2021-06-13 00:00:00', 0.376494649821054, 0.78869565217391, 0.514569162430964, 1.11717391304347, 0.509403956898989, 1.39413043478261, 1.0187055356576, 2.28717391304348, 2.37177457286858, 6.07847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1035, '2021-06-13 00:00:00', 0.31252209408062, 0.71782608695652, 0.28586686002417, 0.943043478260871, 0.501724299518442, 1.305, 1.03191995545507, 2.20760869565218, 2.37971753231278, 6.05847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1050, '2021-06-13 00:00:00', 0.251169399397452, 0.732391304347826, 0.34036962586788, 1.00413043478261, 0.587378445923221, 1.27456521739131, 0.976782347783121, 2.12913043478261, 2.39832801608272, 6.04499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1065, '2021-06-13 00:00:00', 0.208228221177782, 0.611086956521737, 0.360352127961639, 0.808260869565213, 0.461782506169249, 1.12108695652174, 0.894212396624358, 2.02391304347826, 2.44041514643646, 5.96978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1080, '2021-06-13 00:00:00', 0.258055781879158, 0.567173913043479, 0.358720827958269, 0.80021739130435, 0.499294066875816, 1.08673913043479, 0.872353762504939, 2.05521739130435, 2.52096970253645, 6.01782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1095, '2021-06-13 00:00:00', 0.197523451351964, 0.557173913043482, 0.300089578194095, 0.790869565217396, 0.530378528410802, 1.07826086956522, 0.934211637370896, 2.08826086956522, 2.57551054073839, 6.035 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1110, '2021-06-13 00:00:00', 0.267272492000648, 0.591304347826089, 0.440852681693695, 0.785217391304352, 0.595601134537578, 1.10956521739131, 0.943747208984697, 2.02739130434783, 2.59659970721821, 6.05869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1125, '2021-06-13 00:00:00', 0.280457524279349, 0.502826086956524, 0.354323103480536, 0.69804347826087, 0.540033668984041, 1.05, 0.927200352713018, 1.94630434782609, 2.64917868919269, 6.58 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1140, '2021-06-13 00:00:00', 0.20673181535086, 0.50304347826087, 0.354481054757262, 0.77, 0.616066590133133, 1.05695652173913, 0.931389745330874, 2.01130434782609, 2.58495688070397, 6.6545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1155, '2021-06-13 00:00:00', 0.253302885452687, 0.523478260869564, 0.409374462555843, 0.750217391304348, 0.629505421024161, 1.01956521739131, 1.20268815345725, 2.62739130434783, 2.73171741575253, 6.54369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1170, '2021-06-13 00:00:00', 0.263941318786673, 0.476739130434784, 0.39472910608882, 0.642608695652175, 0.476744249101527, 0.933478260869568, 1.18881958094886, 2.74021739130435, 2.80959372458603, 6.52347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1185, '2021-06-13 00:00:00', 0.265039522744442, 0.468695652173912, 0.347378095886854, 0.680217391304348, 0.354216275685456, 0.896521739130435, 1.4363058194948, 3.01804347826087, 2.82528972945006, 6.50065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1200, '2021-06-13 00:00:00', 0.242867829505465, 0.510652173913044, 0.278577165528962, 0.699347826086956, 0.289405483011013, 0.876521739130437, 1.42948455289189, 3.11521739130435, 2.78073912459464, 6.54652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1215, '2021-06-13 00:00:00', 0.309612310169823, 0.514347826086955, 0.30149741574283, 0.624347826086955, 0.339931840412868, 0.808260869565216, 1.38980200199277, 3.15282608695652, 2.75515067412912, 6.54934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1230, '2021-06-13 00:00:00', 0.15510610928761, 0.420217391304346, 0.201825414712112, 0.583043478260871, 0.309382593131557, 0.753043478260869, 1.36987597170898, 3.22978260869565, 2.75561182707252, 6.60521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1245, '2021-06-13 00:00:00', 0.155350235442931, 0.432173913043483, 0.274029729208561, 0.566739130434784, 0.345561495302313, 0.786739130434784, 1.37630534517674, 3.24369565217391, 2.75020116044716, 6.67217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1260, '2021-06-13 00:00:00', 0.218021783369721, 0.433043478260869, 0.217312456056505, 0.557391304347825, 0.415327743339338, 0.87695652173913, 1.40121774396698, 3.2495652173913, 2.79144408488714, 6.64652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1275, '2021-06-13 00:00:00', 0.149536503930996, 0.415434782608696, 0.289164155958011, 0.604999999999996, 0.568861719688082, 0.976739130434785, 1.40500956490352, 3.27217391304348, 2.79071700166807, 6.66673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1290, '2021-06-13 00:00:00', 0.230031790207201, 0.43152173913043, 0.398816183004255, 0.660434782608696, 0.498876999739982, 0.918478260869565, 1.39245897463711, 3.23978260869565, 2.90451245287962, 6.67695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1305, '2021-06-13 00:00:00', 0.411709177260254, 0.541086956521741, 0.532981490086389, 0.739782608695655, 0.477764474695047, 0.949565217391307, 1.3722064327466, 3.25869565217391, 2.95484125761563, 6.74369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1320, '2021-06-13 00:00:00', 0.251143811959829, 0.439285714285715, 0.207416362949134, 0.552380952380953, 0.536154073449218, 1.10190476190476, 1.32000342712398, 3.26261904761904, 3.09515643115713, 7.02333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1335, '2021-06-13 00:00:00', 0.113385142219739, 0.334761904761903, 0.270400716750244, 0.607619047619047, 1.0754210139024, 2.08142857142857, 1.36316691847296, 3.21595238095238, 3.19566851564814, 7.02880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1350, '2021-06-13 00:00:00', 0.244501923256631, 0.528095238095241, 0.494645014607639, 0.974761904761905, 1.11274761824269, 2.35547619047619, 1.32086065016067, 3.24357142857143, 3.2524250842366, 7.09714285714285 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1365, '2021-06-13 00:00:00', 0.506511646084318, 0.882619047619046, 1.05935531833101, 2.00309523809524, 1.45780191678137, 2.65714285714286, 1.35340580089815, 3.19119047619048, 3.34266207713325, 7.14547619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 930, '2021-06-13 00:00:00', 0.247487373415288, 1.48999999999999, 0.0141421356237382, 1.675, 0.622253967444179, 2.105, 0.45608387386533, 2.2375, 0.986413959755241, 4.84750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 945, '2021-06-13 00:00:00', 0.106066017178006, 0.875, 0.502045814642434, 1.30500000000001, 0.353553390593254, 1.41000000000001, 0.0176776695296677, 1.7025, 0.99348502756712, 4.8425 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 960, '2021-06-13 00:00:00', 0.321733585439868, 1.05250000000001, 0.194454364826305, 1.1425, 0.279307178568673, 1.23750000000001, 0.102530483272057, 1.6425, 0.664680374315373, 5.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 975, '2021-06-13 00:00:00', 0.300520382004291, 0.867500000000007, 0.466690475583119, 1.02000000000002, 0.470226009489048, 1.10250000000001, 0.350017856687344, 1.4675, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 930, '2021-06-13 00:00:00', 1.17733279067562, 1.76250000000002, 0.703571247280618, 2.09750000000003, 0.738749809644649, 2.09750000000003, 0.775687300126881, 2.55000000000001, 0.814471665133226, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 945, '2021-06-13 00:00:00', 0.378302127934801, 1.0775, 0.53740115370177, 1.255, 1.18440385848748, 1.71250000000001, 0.961665222413714, 2.52500000000001, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 960, '2021-06-13 00:00:00', 0.38537319574666, 0.532499999999985, 0.799030662740795, 1.07999999999998, 1.22683026535867, 1.38249999999999, 0.629325035256038, 1.92999999999999, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 975, '2021-06-13 00:00:00', 0.650538238691635, 0.789999999999992, 0.61164736572637, 0.892500000000013, 0.929845417260329, 1.32250000000001, 0.350017856687364, 1.7325, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 930, '2021-06-13 00:00:00', 0.254558441227167, 0.719999999999999, 0.190918830920375, 1.14, 0.424264068711924, 1.605, 0.403050865276307, 2.235, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 945, '2021-06-13 00:00:00', 0.0282842712474764, 0.759999999999991, 0.113137084989845, 1.11999999999999, 0.540936687607699, 1.42249999999999, 0.240416305603408, 1.85499999999999, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 960, '2021-06-13 00:00:00', 0.395979797464468, 0.740000000000009, 0.293449314192432, 1.02250000000001, 0.332340187157677, 1.39, 0.106066017177966, 1.77000000000001, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 975, '2021-06-13 00:00:00', 0.0247487373415268, 0.427499999999995, 0.0459619407771039, 0.772499999999994, 0.406586399182277, 1.21749999999999, 0.212132034355992, 1.545, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 930, '2021-06-13 00:00:00', 0.654073772597544, 1.0425, 0.357088924499203, 1.57249999999999, 0.183847763108496, 1.72499999999999, 0.576292026667055, 3.27749999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 945, '2021-06-13 00:00:00', 0.360624458405133, 0.939999999999998, 0.332340187157677, 1.08499999999999, 1.05358910396796, 1.66499999999999, 0.134350288425422, 2.77499999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 960, '2021-06-13 00:00:00', 0.0318198051533858, 0.872499999999988, 0.526794551983981, 1.2225, 1.11015764646287, 1.85499999999999, 0.134350288425422, 2.77499999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 975, '2021-06-13 00:00:00', 0.00707106781185904, 0.800000000000011, 0.519723484172122, 1.24250000000001, 0.197989898732234, 1.7, 0.314662517628029, 2.41250000000001, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 930, '2021-06-13 00:00:00', 0.0388908729652448, 0.737499999999997, 0.502045814642454, 1.17999999999999, 0.463154941677189, 1.35250000000001, 0.516187950266172, 2.045, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 945, '2021-06-13 00:00:00', 0.477297077300908, 0.957499999999996, 0.318198051533938, 1.06999999999999, 0.325269119345797, 1.21000000000001, 0.441941738241592, 2.0975, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 960, '2021-06-13 00:00:00', 0.102530483272037, 0.772500000000008, 0.130814754519513, 1.07250000000002, 0.169705627484778, 1.14500000000001, 0.374766594028871, 2.16500000000001, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 975, '2021-06-13 00:00:00', 0.0954594154601976, 0.537500000000009, 0.0141421356237181, 0.735000000000014, 0.0565685424949125, 1.465, 0.431335136523804, 2.20500000000001, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-06-13 18:06:32 Duration: 1s201ms Database: acaweb_fx User: pgperfstats
6 82 6s348ms 50ms 186ms 77ms 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 #6
Day Hour Count Duration Avg duration Jun 13 18 82 6s348ms 77ms [ User: postgres - Total duration: 6s348ms - Times executed: 82 ]
-
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 '%nzdchf%' 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 > 515157776 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 186ms 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 '%eurchf%' 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 > 515077724 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 170ms 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 '%nzdchf%' 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 > 515157776 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 150ms Database: acaweb_fx User: postgres Bind query: yes
7 79 28s186ms 83ms 1s551ms 356ms (( 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 #7
Day Hour Count Duration Avg duration Jun 13 18 79 28s186ms 356ms [ User: postgres - Total duration: 28s186ms - Times executed: 79 ]
-
(( 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:09:07 Duration: 1s551ms 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:04:05 Duration: 1s450ms 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:39:19 Duration: 1s442ms Database: acaweb_fx User: postgres Bind query: yes
8 67 5s35ms 52ms 756ms 75ms 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 #8
Day Hour Count Duration Avg duration Jun 13 18 67 5s35ms 75ms [ User: postgres - Total duration: 5s35ms - Times executed: 67 ]
-
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 = '689' 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 ('329' = 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', '#SINA', '#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', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#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-06-13 18:46:02 Duration: 756ms 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 ('224' = 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', 'ENI.MI', '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-06-13 18:12:30 Duration: 105ms 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 ('224' = 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', 'ENI.MI', '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-06-13 18:16:14 Duration: 92ms Database: acaweb_fx User: postgres Bind query: yes
9 60 5s786ms 51ms 957ms 96ms 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 #9
Day Hour Count Duration Avg duration Jun 13 18 60 5s786ms 96ms [ User: pgperfstats - Total duration: 5s786ms - Times executed: 60 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 1031646order by pricedatetime asc;
Date: 2021-06-13 18:06:37 Duration: 957ms 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 = 1032156order by pricedatetime asc;
Date: 2021-06-13 18:10:49 Duration: 716ms 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 = 1031741order by pricedatetime asc;
Date: 2021-06-13 18:07:25 Duration: 130ms Database: acaweb_fx User: pgperfstats
10 49 6s502ms 51ms 356ms 132ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Jun 13 18 49 6s502ms 132ms [ User: postgres - Total duration: 6s502ms - Times executed: 49 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:05:12 Duration: 356ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:31:13 Duration: 263ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:56:12 Duration: 217ms Database: acaweb_fx User: postgres
11 34 2s944ms 51ms 255ms 86ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Jun 13 18 34 2s944ms 86ms [ User: postgres - Total duration: 2s944ms - Times executed: 34 ]
-
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 '%eursgd%' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 514963220 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 255ms 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 '%eursgd%' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 514963220 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 207ms 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 '%nzdcad%' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 515223181 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 151ms Database: acaweb_fx User: postgres Bind query: yes
12 33 3s414ms 50ms 537ms 103ms 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 = ?))) 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 #12
Day Hour Count Duration Avg duration Jun 13 18 33 3s414ms 103ms [ User: postgres - Total duration: 3s414ms - Times executed: 33 ]
-
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 '%eurnzd%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurnzd%' 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 > 514913877 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 537ms 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 '%eurgbp%' AND timegranularity = 30)) OR ((s.symbol ilike '%eurgbp%' AND timegranularity = 15))) 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 > 515091997 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 246ms 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 '%eurnzd%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurnzd%' 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 > 514913877 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 206ms Database: acaweb_fx User: postgres Bind query: yes
13 31 1s890ms 51ms 71ms 60ms 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 #13
Day Hour Count Duration Avg duration Jun 13 18 31 1s890ms 60ms [ User: postgres - Total duration: 1s890ms - Times executed: 31 ]
-
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 = 5123 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 > 61054228 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:38:28 Duration: 71ms 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 = 566 AND sg.groupid = 5376 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:21:19 Duration: 69ms 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 = 5123 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 > 61054228 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:41:46 Duration: 67ms Database: acaweb_fx User: postgres Bind query: yes
14 30 3s40ms 60ms 138ms 101ms 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 = ?);Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Jun 13 18 30 3s40ms 101ms [ User: postgres - Total duration: 3s40ms - Times executed: 30 ]
-
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 '%eurnzd%' AND timegranularity = 240);
Date: 2021-06-13 18:16:02 Duration: 138ms 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 '%eurnzd%' AND timegranularity = 240);
Date: 2021-06-13 18:24:02 Duration: 126ms 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 '%sgdjpy%' AND timegranularity = 240);
Date: 2021-06-13 18:39:41 Duration: 124ms Database: acaweb_fx User: postgres Bind query: yes
15 24 2m2s 766ms 9s764ms 5s108ms 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 #15
Day Hour Count Duration Avg duration Jun 13 18 24 2m2s 5s108ms [ User: postgres - Total duration: 2m2s - 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:05:40 Duration: 9s764ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:10:40 Duration: 9s708ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:00:39 Duration: 9s568ms Database: acaweb_fx User: postgres Bind query: yes
16 22 2s172ms 52ms 267ms 98ms 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 = ?))) 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 Jun 13 18 22 2s172ms 98ms [ User: postgres - Total duration: 2s172ms - Times executed: 22 ]
-
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 '%eurusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurusd%' 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 > 515053815 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 267ms 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 '%eurusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurusd%' 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 > 515053815 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 200ms 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 '%aus200%' AND timegranularity = 240)) OR ((s.symbol ilike '%aus200%' AND timegranularity = 60)) OR ((s.symbol ilike '%aus200%' 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 > 515173137 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 163ms Database: acaweb_fx User: postgres Bind query: yes
17 21 4s736ms 51ms 771ms 225ms 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 #17
Day Hour Count Duration Avg duration Jun 13 18 21 4s736ms 225ms [ User: postgres - Total duration: 4s736ms - Times executed: 21 ]
-
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 = 566 AND groupid = 5376 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-06-13 18:21:20 Duration: 771ms 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 = 566 AND groupid = 5376 AND patternclassid = '2' 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-06-13 18:21:20 Duration: 570ms 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 = 566 AND groupid = 3596 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-06-13 18:21:20 Duration: 539ms Database: acaweb_fx User: postgres Bind query: yes
18 21 2s187ms 53ms 327ms 104ms 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 <= ?);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Jun 13 18 21 2s187ms 104ms [ User: postgres - Total duration: 2s187ms - Times executed: 21 ]
-
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 = 660 AND (((s.symbol ilike '%nzdcad%' AND timegranularity <= 1440);
Date: 2021-06-13 18:06:10 Duration: 327ms 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 = 660 AND (((s.symbol ilike '%nzdcad%' AND timegranularity <= 1440);
Date: 2021-06-13 18:14:10 Duration: 194ms 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 = 660 AND (((s.symbol ilike '%nzdcad%' AND timegranularity <= 1440);
Date: 2021-06-13 18:38:11 Duration: 192ms Database: acaweb_fx User: postgres Bind query: yes
19 16 4s11ms 239ms 324ms 250ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Jun 13 18 16 4s11ms 250ms [ User: postgres - Total duration: 4s11ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:16:13 Duration: 324ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:56:13 Duration: 256ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:01:13 Duration: 254ms Database: acaweb_fx User: postgres
20 16 3s637ms 216ms 249ms 227ms with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Jun 13 18 16 3s637ms 227ms [ User: postgres - Total duration: 3s637ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:01:12 Duration: 249ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:11:12 Duration: 247ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:18:12 Duration: 240ms Database: acaweb_fx User: postgres
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 766ms 9s764ms 5s108ms 24 2m2s 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 #1
Day Hour Count Duration Avg duration Jun 13 18 24 2m2s 5s108ms [ User: postgres - Total duration: 2m2s - 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:05:40 Duration: 9s764ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:10:40 Duration: 9s708ms 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 ('329' = 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', '#SINA', '#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', '#SINA', '#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-06-13 18:00:39 Duration: 9s568ms Database: acaweb_fx User: postgres Bind query: yes
2 4s45ms 4s45ms 4s45ms 1 4s45ms refresh materialized view prfsymboltree;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Jun 13 18 1 4s45ms 4s45ms [ User: postgres - Total duration: 4s45ms - Times executed: 1 ]
-
refresh materialized view prfsymboltree;
Date: 2021-06-13 18:12:07 Duration: 4s45ms Database: acaweb_fx User: postgres
3 2s69ms 2s289ms 2s168ms 4 8s672ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Jun 13 18 4 8s672ms 2s168ms [ User: postgres - Total duration: 8s672ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-06-13 18:01:03 Duration: 2s289ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-06-13 18:46:03 Duration: 2s168ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-06-13 18:16:04 Duration: 2s144ms Database: acaweb_fx User: postgres
4 2s156ms 2s165ms 2s161ms 2 4s322ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, 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 #4
Day Hour Count Duration Avg duration Jun 13 18 2 4s322ms 2s161ms [ User: pgperfstats - Total duration: 4s322ms - 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 1031766, 1, 0, '2021-06-13 00:00:00', 0.000479126930347893, 0.00113884615384616, 0.000731109167898084, 0.00149615384615386, 0.000745568342840638, 0.00160807692307694, 0.000915314910080342, 0.00269423076923078, 0.00274867277062947, 0.00880499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 15, '2021-06-13 00:00:00', 0.000425211078804944, 0.0007573076923077, 0.000557320512673046, 0.000996923076923092, 0.000542983920997237, 0.00160346153846154, 0.000904857744875699, 0.00254346153846153, 0.0027420853658933, 0.00879192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 30, '2021-06-13 00:00:00', 0.000492106304963276, 0.000646153846153843, 0.000487567431233877, 0.000795000000000016, 0.000618777454713365, 0.00155846153846157, 0.000919200990827614, 0.00249769230769231, 0.00273887200251379, 0.00878961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 45, '2021-06-13 00:00:00', 0.000352253405290084, 0.000542307692307675, 0.000551942165309157, 0.00129192307692307, 0.00066361620047922, 0.00151769230769231, 0.000950829030979749, 0.00255038461538461, 0.00275671588335442, 0.00876769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 60, '2021-06-13 00:00:00', 0.000522753655764743, 0.00117076923076922, 0.000623403561106307, 0.00135000000000002, 0.000882070030361273, 0.00165346153846154, 0.000981017133073936, 0.00255884615384615, 0.00278286783455762, 0.00871576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 75, '2021-06-13 00:00:00', 0.000408943291159814, 0.000671153846153828, 0.000486916356740638, 0.000863461538461516, 0.000825174014281955, 0.0012880769230769, 0.00108373549142981, 0.00233115384615384, 0.00273655766359013, 0.00858961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 90, '2021-06-13 00:00:00', 0.000336783884138476, 0.000569230769230766, 0.000683210520545933, 0.000976153846153819, 0.00077059856854666, 0.00120692307692305, 0.00105644425387166, 0.00230769230769231, 0.00268198872825029, 0.00853653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 105, '2021-06-13 00:00:00', 0.000549094359272259, 0.000736153846153827, 0.000640810544424919, 0.000936923076923049, 0.000629745858385632, 0.00112961538461535, 0.000937715390641616, 0.00226692307692308, 0.00271004388269892, 0.00846538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 120, '2021-06-13 00:00:00', 0.000254138665964976, 0.000632307692307676, 0.000319389802833224, 0.0008253846153846, 0.000443154600562824, 0.00103499999999999, 0.000777376356728191, 0.002195, 0.00273714854435163, 0.00842692307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 135, '2021-06-13 00:00:00', 0.000264787868650785, 0.000563846153846184, 0.000309874416249803, 0.000716923076923085, 0.000464803018658285, 0.00111538461538461, 0.000808675745610357, 0.0021673076923077, 0.00273535229062843, 0.00841807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 150, '2021-06-13 00:00:00', 0.000207557591636987, 0.000448076923076929, 0.000324421615518132, 0.000724230769230774, 0.000525122256827289, 0.00120576923076923, 0.000784244467379511, 0.00210923076923078, 0.00270914817722358, 0.00837961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 165, '2021-06-13 00:00:00', 0.000269381056954936, 0.000583076923076951, 0.000334155422152399, 0.000920384615384607, 0.0004978105911041, 0.00124076923076923, 0.000748377938251468, 0.00210153846153847, 0.00270049320281714, 0.00835653846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 180, '2021-06-13 00:00:00', 0.000261343569919852, 0.000682692307692279, 0.000398410109541176, 0.00092884615384615, 0.000447038976101464, 0.00122961538461537, 0.000688774161938319, 0.00201461538461537, 0.00268724703281716, 0.00830384615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 195, '2021-06-13 00:00:00', 0.000277858846289876, 0.000578461538461536, 0.000390728117158821, 0.000807307692307678, 0.000388947494973466, 0.00108807692307692, 0.00060238806812166, 0.00192076923076925, 0.00265123602524153, 0.0082526923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 210, '2021-06-13 00:00:00', 0.00035605703950998, 0.000553846153846136, 0.000369616225085076, 0.000831923076923095, 0.000366946024117151, 0.00107576923076922, 0.00057882480410409, 0.00189307692307694, 0.0026532475601392, 0.00824884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 225, '2021-06-13 00:00:00', 0.000195175660525434, 0.000561538461538502, 0.000210461763382673, 0.000736923076923088, 0.000379018976590072, 0.00108923076923079, 0.000553648041490404, 0.00182692307692309, 0.00265312947290554, 0.00821999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 240, '2021-06-13 00:00:00', 0.000154018979849408, 0.00055461538461538, 0.000286156492957184, 0.00077153846153846, 0.000415951180567367, 0.00110923076923076, 0.000524362910147611, 0.00177269230769232, 0.00265216663242599, 0.0082203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 255, '2021-06-13 00:00:00', 0.000196447291815214, 0.000533461538461566, 0.000320078836442599, 0.000777692307692347, 0.000436675552855371, 0.00104153846153846, 0.000604041771352314, 0.00176769230769231, 0.00266353082609127, 0.00820269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 270, '2021-06-13 00:00:00', 0.000262494542067798, 0.000599230769230766, 0.000324561953313173, 0.000797307692307663, 0.000362325820222644, 0.000989999999999995, 0.00061522641235687, 0.00171346153846152, 0.00265952962874149, 0.00817538461538459 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 285, '2021-06-13 00:00:00', 0.000207165485690848, 0.00054846153846151, 0.000251988094956886, 0.000704999999999973, 0.000270985949110628, 0.000885769230769218, 0.000606839479472262, 0.00170307692307691, 0.00266512150105481, 0.00818615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 300, '2021-06-13 00:00:00', 0.000166182476165838, 0.000453846153846138, 0.000192360638865154, 0.000618846153846168, 0.000250443606426661, 0.000815000000000002, 0.000661665032614392, 0.00178384615384615, 0.00266647716313837, 0.00818730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 315, '2021-06-13 00:00:00', 0.000131332226990003, 0.00041192307692306, 0.000201236561902041, 0.000561923076923035, 0.000287929745704656, 0.000783461538461504, 0.000637344128757415, 0.00199653846153847, 0.00269400679571983, 0.00821615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 330, '2021-06-13 00:00:00', 0.000201181127727836, 0.000444615384615342, 0.000217812904894227, 0.000587692307692263, 0.000297879944840982, 0.000792692307692291, 0.000705101847526023, 0.00214615384615384, 0.00269087189187102, 0.00821653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 345, '2021-06-13 00:00:00', 0.000118947305721755, 0.00040730769230767, 0.000233263469394294, 0.000590384615384589, 0.000261625686812314, 0.000829999999999997, 0.000712870254674702, 0.00222000000000002, 0.00268787834546133, 0.00820499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 360, '2021-06-13 00:00:00', 0.000183761132577468, 0.000458076923076926, 0.00023644156864776, 0.000636153846153855, 0.000320380783059546, 0.000829615384615379, 0.000891429275852065, 0.00245692307692308, 0.00268676871982799, 0.00820692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 375, '2021-06-13 00:00:00', 0.000195467486967868, 0.000423461538461554, 0.000243471053405042, 0.000573076923076928, 0.000353441105963393, 0.000843846153846191, 0.00112218475100342, 0.00266884615384616, 0.00267385716780949, 0.00822192307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 390, '2021-06-13 00:00:00', 0.000135122166945327, 0.000404999999999997, 0.000231157621881339, 0.000564615384615386, 0.000360765852042558, 0.000850000000000009, 0.00112822535937572, 0.00279269230769231, 0.00267078936761285, 0.00822038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 405, '2021-06-13 00:00:00', 0.000173255258550449, 0.000395769230769236, 0.000226244251945686, 0.000607692307692318, 0.000312602967651629, 0.000823846153846171, 0.00147849320385524, 0.00301692307692308, 0.00265706480625058, 0.00820423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 420, '2021-06-13 00:00:00', 0.00017368406330507, 0.000443076923076939, 0.000232015914573488, 0.000610769230769244, 0.000355701906311772, 0.000829615384615397, 0.00168555218069516, 0.00323307692307694, 0.00266598020651663, 0.00821230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 435, '2021-06-13 00:00:00', 0.00021273023726342, 0.00046692307692307, 0.000223229443880884, 0.000629230769230767, 0.000437033355530359, 0.000966923076923058, 0.00175177009380183, 0.00333769230769234, 0.00266598020651663, 0.00821230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 450, '2021-06-13 00:00:00', 0.00012961540744122, 0.000411923076923102, 0.000254006965379978, 0.000593461538461549, 0.000387691391940295, 0.000886153846153827, 0.00171508712494548, 0.00336038461538463, 0.00262702314709722, 0.00818884615384613 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 465, '2021-06-13 00:00:00', 0.000201146330202263, 0.000409615384615369, 0.000337178564881234, 0.000685769230769197, 0.00035894310669816, 0.000911923076923064, 0.00170628503345267, 0.00342615384615387, 0.0026320615202069, 0.00819038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 480, '2021-06-13 00:00:00', 0.000280093665652157, 0.000562692307692288, 0.000312687605225288, 0.000658461538461522, 0.00042165096758044, 0.00104153846153843, 0.00168538605483909, 0.00355307692307694, 0.0026436161713718, 0.00821230769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 495, '2021-06-13 00:00:00', 0.000179493303924807, 0.000445384615384604, 0.000251677449251093, 0.000688461538461522, 0.000489113011952787, 0.00126346153846152, 0.00168106889073129, 0.00367615384615385, 0.00262029091162384, 0.00819730769230765 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 510, '2021-06-13 00:00:00', 0.000244073444179918, 0.000540384615384594, 0.000369096193423876, 0.000819999999999975, 0.000545604111195867, 0.00137961538461536, 0.00165240244678884, 0.00378461538461538, 0.00264057805443022, 0.00818730769230764 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 525, '2021-06-13 00:00:00', 0.000205455216905878, 0.000599615384615384, 0.00039315704437089, 0.000982692307692298, 0.000557789042008353, 0.00142384615384616, 0.00161830262454689, 0.00389923076923078, 0.00262360400975454, 0.00816499999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 540, '2021-06-13 00:00:00', 0.000380094725035746, 0.00082, 0.000480533197444405, 0.00114807692307694, 0.000710454350831481, 0.00173576923076923, 0.00161099037861805, 0.00401500000000001, 0.00260547190469481, 0.00814038461538458 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 555, '2021-06-13 00:00:00', 0.00032145630161213, 0.000786923076923091, 0.000364512741151134, 0.00108153846153846, 0.000812252707929274, 0.00188769230769229, 0.00144306362139185, 0.00402384615384615, 0.00256639828433669, 0.00803807692307688 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 570, '2021-06-13 00:00:00', 0.000272353842243148, 0.000746153846153849, 0.000580650166093667, 0.00127884615384616, 0.000794082731593756, 0.00194076923076925, 0.00135653948877848, 0.00408923076923078, 0.00254870057389736, 0.0079911538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 585, '2021-06-13 00:00:00', 0.00056704090206559, 0.000960769230769231, 0.000763358268543557, 0.00152961538461537, 0.00111113303226237, 0.00212384615384615, 0.00127200151185203, 0.00411038461538462, 0.00243479937571867, 0.00792999999999995 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 600, '2021-06-13 00:00:00', 0.000372617560179104, 0.0011503846153846, 0.000394071645184552, 0.00145269230769229, 0.000861035155183302, 0.00215846153846154, 0.00106180028543687, 0.00399038461538461, 0.0022937374606658, 0.00785653846153841 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 615, '2021-06-13 00:00:00', 0.000247650187531963, 0.000958846153846167, 0.000641007500256126, 0.00143884615384616, 0.000847567015730231, 0.00204538461538464, 0.00104436370027955, 0.00397346153846155, 0.00227079423584317, 0.00783769230769227 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 630, '2021-06-13 00:00:00', 0.000456569145492096, 0.00101923076923078, 0.000706851850433734, 0.00153653846153846, 0.000770662152856965, 0.00199807692307695, 0.00106968011034217, 0.00392653846153846, 0.00221772416263579, 0.00781730769230766 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 645, '2021-06-13 00:00:00', 0.000538048896834317, 0.00110615384615387, 0.000633290916258384, 0.0014042307692308, 0.000793115376222143, 0.00203000000000004, 0.0010488047409387, 0.00386076923076924, 0.00213502776058338, 0.00779653846153843 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 660, '2021-06-13 00:00:00', 0.000239457399455196, 0.000929615384615386, 0.000411524744559309, 0.00133384615384617, 0.000695252472127941, 0.0019, 0.00104078794115882, 0.00378653846153845, 0.00193648170262862, 0.00777423076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 675, '2021-06-13 00:00:00', 0.000378523447094126, 0.000960000000000021, 0.000611275589365254, 0.00138538461538464, 0.000730777562705512, 0.0019003846153846, 0.00113707938969168, 0.00386153846153843, 0.00190477925230198, 0.00777999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 690, '2021-06-13 00:00:00', 0.000362997986856025, 0.000986538461538468, 0.00050268632213491, 0.00132846153846151, 0.000677806416657088, 0.00189846153846152, 0.00110969933557909, 0.00385384615384614, 0.0019293605556884, 0.00771192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 705, '2021-06-13 00:00:00', 0.00024568303532428, 0.000911923076923056, 0.000497917663876266, 0.00128499999999996, 0.000692031680021823, 0.00181961538461537, 0.00141944783414054, 0.00393192307692304, 0.00194229301441525, 0.00771692307692305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 720, '2021-06-13 00:00:00', 0.000489521587486574, 0.000969230769230756, 0.000637913425522238, 0.00133846153846153, 0.00065170651724176, 0.00182576923076921, 0.00140310863661868, 0.00401461538461537, 0.00195237102400767, 0.00770615384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 735, '2021-06-13 00:00:00', 0.000449161954687226, 0.000952307692307688, 0.000440744998662667, 0.00125192307692309, 0.000491894923113281, 0.00170384615384613, 0.00133868270498108, 0.00408076923076922, 0.00196853686392091, 0.00768576923076921 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 750, '2021-06-13 00:00:00', 0.000468405642743395, 0.000900384615384638, 0.000466777660793031, 0.00118576923076922, 0.000537543844365658, 0.0016957692307692, 0.00137697734744793, 0.00417115384615383, 0.00199232465689246, 0.00774846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 765, '2021-06-13 00:00:00', 0.000350523125540177, 0.000832307692307679, 0.000379999190282526, 0.00112923076923074, 0.000615215784532922, 0.00176230769230766, 0.00137418468135165, 0.00444346153846148, 0.00186892914628838, 0.00771192307692304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 780, '2021-06-13 00:00:00', 0.000317517534343209, 0.000795769230769226, 0.00035080742032324, 0.0012353846153846, 0.000605276287835056, 0.00171923076923075, 0.0013586966605481, 0.0044561538461538, 0.0018483396707482, 0.00770346153846149 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 795, '2021-06-13 00:00:00', 0.00029718085661506, 0.000912692307692292, 0.000568873786191092, 0.00131423076923076, 0.000588647079849559, 0.00173576923076921, 0.00143181928382686, 0.00454769230769228, 0.00185726912842072, 0.0077238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 810, '2021-06-13 00:00:00', 0.000436963825293794, 0.000955769230769258, 0.000433053736228603, 0.00118653846153845, 0.000458534790224455, 0.00159307692307693, 0.00149913595627103, 0.00466384615384613, 0.00182551050815509, 0.00766615384615381 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 825, '2021-06-13 00:00:00', 0.000285268025116471, 0.000784615384615375, 0.000410551598930826, 0.00115615384615384, 0.000319586511701541, 0.00157653846153846, 0.00149592698299802, 0.00467153846153843, 0.00177648975402446, 0.00758961538461535 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 840, '2021-06-13 00:00:00', 0.00038975889983425, 0.000909999999999984, 0.000364769263212552, 0.00118384615384615, 0.0006212440372721, 0.00182192307692308, 0.0015713165964101, 0.00500961538461538, 0.00177472151661564, 0.00759269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 855, '2021-06-13 00:00:00', 0.000243593924390563, 0.000794999999999999, 0.000271949373116506, 0.0011926923076923, 0.000722198033782985, 0.00190499999999999, 0.00162283929722428, 0.00520923076923076, 0.00172721158117758, 0.0076103846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 870, '2021-06-13 00:00:00', 0.000256438326668635, 0.000853846153846145, 0.000548275057303874, 0.00133153846153845, 0.000674697083027738, 0.00198192307692304, 0.00160757213021567, 0.0051080769230769, 0.00171194235165342, 0.00758884615384612 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 885, '2021-06-13 00:00:00', 0.000482974278658996, 0.000998076923076894, 0.000552262479400734, 0.00142538461538458, 0.00108098559016939, 0.00225538461538457, 0.0015568170684494, 0.00500923076923077, 0.00168918045672586, 0.00758115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 900, '2021-06-13 00:00:00', 0.000448798224321178, 0.000959615384615369, 0.000584013698469453, 0.00147999999999998, 0.00107535954631281, 0.00236307692307691, 0.0016377303243772, 0.00505615384615383, 0.00166256983658986, 0.00755769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 915, '2021-06-13 00:00:00', 0.000387344609041898, 0.00104038461538459, 0.000857050846709889, 0.0016380769230769, 0.000889903019781, 0.00234923076923076, 0.00169551213048312, 0.00497576923076921, 0.00164116604888111, 0.00753499999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 930, '2021-06-13 00:00:00', 0.000717211265946081, 0.00130999999999998, 0.000738921875749734, 0.00175153846153845, 0.000872458595006104, 0.00236999999999999, 0.00170789969981126, 0.00492576923076923, 0.00166958511658991, 0.00746769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 945, '2021-06-13 00:00:00', 0.000546612645861201, 0.00121423076923076, 0.000519062468450398, 0.00160538461538461, 0.000844716429432884, 0.00249538461538461, 0.00173854780248874, 0.00492730769230772, 0.00169844381261656, 0.00754076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 960, '2021-06-13 00:00:00', 0.000331391704088153, 0.0011126923076923, 0.000588653221671837, 0.00158615384615386, 0.000869624145160517, 0.0025430769230769, 0.00176859931540794, 0.00486346153846156, 0.00177992432855575, 0.00764884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 975, '2021-06-13 00:00:00', 0.000431509693268446, 0.00114615384615387, 0.000682793808272582, 0.00191076923076923, 0.00106010449412385, 0.00276153846153847, 0.00169786766721807, 0.00470884615384617, 0.00175437071777452, 0.00769615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 990, '2021-06-13 00:00:00', 0.000630785712730271, 0.00150115384615384, 0.000712604000506945, 0.00195269230769228, 0.00106253658760538, 0.00280000000000001, 0.00177675417112649, 0.00456076923076927, 0.00173871039743655, 0.00762461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1005, '2021-06-13 00:00:00', 0.00059967273125883, 0.00138076923076922, 0.000863973646321759, 0.00201769230769232, 0.000907497658399221, 0.00256, 0.00174140579815451, 0.0043569230769231, 0.00186210885412627, 0.00755576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1020, '2021-06-13 00:00:00', 0.00074395285210414, 0.00150461538461539, 0.000844721255799808, 0.00198500000000001, 0.00106827546145107, 0.0029173076923077, 0.00179130171834726, 0.00423538461538464, 0.00181073482746222, 0.00760384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1035, '2021-06-13 00:00:00', 0.000501653420048279, 0.00124807692307694, 0.0005647790582302, 0.00169076923076924, 0.0012534015870668, 0.00292653846153845, 0.00156171720083521, 0.00405615384615388, 0.001886606884982, 0.00756846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1050, '2021-06-13 00:00:00', 0.000425922347563309, 0.00122461538461539, 0.000812498520708745, 0.00218461538461537, 0.00113144074252531, 0.00273692307692304, 0.00146833846443994, 0.00388538461538463, 0.00189052491693139, 0.00758269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1065, '2021-06-13 00:00:00', 0.000681635250984447, 0.00170115384615384, 0.00112259452231804, 0.00222769230769228, 0.00110891908562418, 0.00246846153846152, 0.0014608874015474, 0.00369000000000002, 0.00183402357169651, 0.00753769230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1080, '2021-06-13 00:00:00', 0.000694152277685095, 0.0013907692307692, 0.000689061345934867, 0.00161153846153845, 0.00101042687095036, 0.00207230769230768, 0.00133194392351354, 0.00335884615384618, 0.00184407108156009, 0.0075730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1095, '2021-06-13 00:00:00', 0.000349599551135084, 0.0010403846153846, 0.000500304061392848, 0.0013080769230769, 0.000821159873874463, 0.00189346153846151, 0.001220849893123, 0.00314230769230771, 0.00178938773370626, 0.00761730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1110, '2021-06-13 00:00:00', 0.000338065310030712, 0.000941923076923056, 0.000538626172633832, 0.00135692307692305, 0.000738365450479328, 0.00182346153846151, 0.00114761672776505, 0.00294192307692308, 0.00181929119756525, 0.00759269230769229 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1125, '2021-06-13 00:00:00', 0.000489361279157282, 0.000972307692307691, 0.000599108183373084, 0.00130884615384615, 0.000769263383923958, 0.00184692307692312, 0.001065301185292, 0.00287884615384615, 0.00177982522910363, 0.0075353846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1140, '2021-06-13 00:00:00', 0.000323863456508349, 0.000863461538461516, 0.000447656633524459, 0.0011873076923077, 0.000708672974379135, 0.00167576923076928, 0.00100542505362734, 0.00278346153846153, 0.00182015489619808, 0.00751961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1155, '2021-06-13 00:00:00', 0.000340025564649729, 0.000865769230769223, 0.000565770271399971, 0.00128000000000002, 0.000702822551190198, 0.00165346153846155, 0.000933183879975495, 0.00273807692307693, 0.00185293999238633, 0.00757115384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1170, '2021-06-13 00:00:00', 0.000351449088117283, 0.000847307692307726, 0.000386337437203046, 0.00111384615384619, 0.000530177473914295, 0.00143807692307698, 0.000813585795201605, 0.00260538461538465, 0.00205965079190996, 0.00767576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1185, '2021-06-13 00:00:00', 0.000288418766059683, 0.000794230769230788, 0.000343091151826362, 0.00106653846153847, 0.000561510599941048, 0.00140692307692312, 0.000786292175094847, 0.00258076923076925, 0.00207442911516543, 0.00768807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1200, '2021-06-13 00:00:00', 0.000385753209269272, 0.000788461538461546, 0.000471060342370101, 0.00103538461538464, 0.000664367831389068, 0.00151384615384619, 0.000835793128618663, 0.0026869230769231, 0.00206996662923675, 0.00772538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1215, '2021-06-13 00:00:00', 0.000281002874335159, 0.000708846153846195, 0.000512831806285898, 0.00100730769230773, 0.000614946651845024, 0.00143923076923079, 0.000827125513682568, 0.00271384615384617, 0.00221827445066237, 0.00787153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1230, '2021-06-13 00:00:00', 0.000369476136421026, 0.000713846153846185, 0.000527858518340491, 0.00107115384615389, 0.000534806363232393, 0.0013846153846154, 0.000740234162535497, 0.00264115384615387, 0.00226139194711166, 0.00788846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1245, '2021-06-13 00:00:00', 0.000324433944918507, 0.0007242307692308, 0.00031577133888553, 0.000943461538461553, 0.000392061219709419, 0.00128000000000003, 0.000719567498303958, 0.00254576923076926, 0.00229801640216412, 0.00792076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1260, '2021-06-13 00:00:00', 0.000281327895195932, 0.00070576923076926, 0.000386100226127096, 0.000974230769230815, 0.000550148511417951, 0.00140076923076924, 0.000753116601453363, 0.00246615384615388, 0.00237451847750232, 0.007995 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1275, '2021-06-13 00:00:00', 0.000271925611999948, 0.000623461538461566, 0.000377390228563745, 0.00084923076923079, 0.00062014787318464, 0.00136923076923076, 0.000786751451319862, 0.0024346153846154, 0.00243884275835896, 0.00802500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1290, '2021-06-13 00:00:00', 0.000250378482732439, 0.000645769230769234, 0.000520001331359247, 0.00110576923076921, 0.000569803879890703, 0.00132730769230767, 0.000712280519501694, 0.00238653846153846, 0.00251407744204815, 0.00804576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1305, '2021-06-13 00:00:00', 0.000482796501166343, 0.000902692307692295, 0.000532696478739604, 0.00108153846153843, 0.000546334498833252, 0.00137576923076918, 0.000670671764266728, 0.00233615384615384, 0.0026760863502223, 0.00813307692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1320, '2021-06-13 00:00:00', 0.00034051205784593, 0.000717307692307677, 0.000426061750670735, 0.000913846153846154, 0.000435129158544189, 0.00129423076923077, 0.000567056773714421, 0.00223576923076923, 0.00275054615555641, 0.00822192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1335, '2021-06-13 00:00:00', 0.000254797657276973, 0.00063538461538461, 0.000279498451901547, 0.000940769230769202, 0.000355381701619736, 0.00126192307692308, 0.000542338100620481, 0.00213884615384614, 0.00277833466998875, 0.00826346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1350, '2021-06-13 00:00:00', 0.000299179647600664, 0.00070730769230768, 0.000303067395398846, 0.000994615384615384, 0.000358084003895951, 0.00131192307692306, 0.000540301340421763, 0.00209153846153846, 0.00280175274810937, 0.0083023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1365, '2021-06-13 00:00:00', 0.000256405928168615, 0.000729999999999974, 0.000363031890949212, 0.000991923076923059, 0.000367796766623186, 0.00127769230769227, 0.000541627746136256, 0.00203384615384615, 0.00280044666766956, 0.00832153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1380, '2021-06-13 00:00:00', 0.000356003457200155, 0.000767692307692332, 0.000368656813518806, 0.00101038461538462, 0.000582774794872298, 0.0015676923076923, 0.000560658404158754, 0.0019953846153846, 0.00279937215488375, 0.0083226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1395, '2021-06-13 00:00:00', 0.000333766615835292, 0.000738076923076942, 0.00036902053309557, 0.000958076923076914, 0.000610280137440045, 0.00170461538461537, 0.000568288117608826, 0.00200923076923075, 0.00281615507112364, 0.00837576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1410, '2021-06-13 00:00:00', 0.000247455046422574, 0.000604999999999984, 0.000524710762816405, 0.00122423076923075, 0.000578194138277509, 0.0016073076923077, 0.000570819114552495, 0.00191769230769228, 0.0027988475925198, 0.00840038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 1, 1425, '2021-06-13 00:00:00', 0.000483428938378255, 0.00108346153846154, 0.000666301848898957, 0.00148692307692309, 0.000628624995220045, 0.00158576923076924, 0.0005810796317731, 0.00191153846153845, 0.00279378378657939, 0.00840961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 0, '2021-06-13 00:00:00', 0.00056388487641201, 0.000956923076923095, 0.000548620647975085, 0.00115384615384619, 0.000562308976111325, 0.00134923076923081, 0.000575824759667527, 0.00181307692307694, 0.00277712582468887, 0.00843961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 15, '2021-06-13 00:00:00', 0.000322340717970174, 0.000663461538461547, 0.000381974626624055, 0.000993846153846183, 0.000450024956572914, 0.0012776923076923, 0.000448831131513174, 0.00174423076923077, 0.00279978782163109, 0.00843961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 30, '2021-06-13 00:00:00', 0.000433979262177366, 0.00081500000000001, 0.000478181812863954, 0.0010353846153846, 0.0005041110988661, 0.00121999999999999, 0.000476168199112627, 0.00180192307692307, 0.00275408287121835, 0.00843269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 45, '2021-06-13 00:00:00', 0.000482714758901712, 0.000718461538461531, 0.00046130267053871, 0.000941923076923065, 0.000428907915524977, 0.000995000000000011, 0.000582770571032496, 0.00180846153846151, 0.00276359835109115, 0.00840961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 60, '2021-06-13 00:00:00', 0.000260360991997334, 0.000680384615384632, 0.000287615127450679, 0.000757692307692327, 0.000263955707240099, 0.000856153846153827, 0.000582910469441576, 0.0017861538461538, 0.00274875210847507, 0.00840692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 75, '2021-06-13 00:00:00', 0.000112296996329416, 0.000401153846153878, 0.000133962681370557, 0.000505000000000046, 0.000303814720866835, 0.00078076923076923, 0.000637462276410245, 0.0018030769230769, 0.00274429590241285, 0.00840000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 90, '2021-06-13 00:00:00', 0.000132621497271184, 0.000377307692307722, 0.000257630624075494, 0.000561538461538425, 0.000327978423305347, 0.0007953846153846, 0.000627347161895568, 0.00183730769230767, 0.00274363635738019, 0.0083973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 105, '2021-06-13 00:00:00', 0.000228174022656776, 0.000449230769230723, 0.000299184532714154, 0.000649230769230761, 0.000301874400779785, 0.000798076923076916, 0.000609121056554796, 0.00185730769230767, 0.00274238629944518, 0.00839115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 120, '2021-06-13 00:00:00', 0.000195134667503107, 0.000501538461538476, 0.000215346590049995, 0.000596923076923085, 0.000247740559084292, 0.00081076923076923, 0.000597729164292753, 0.00185192307692305, 0.00274660509328544, 0.00837653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 135, '2021-06-13 00:00:00', 0.000127559940661405, 0.000366538461538463, 0.000185040951808402, 0.000548076923076944, 0.000248804217129752, 0.000886538461538462, 0.00059730729109894, 0.00183999999999998, 0.002750817612722, 0.00837153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 150, '2021-06-13 00:00:00', 0.000163969978490431, 0.000386923076923101, 0.000260948565518504, 0.000623076923076923, 0.000309540851038359, 0.000986538461538451, 0.000567525804225258, 0.00186153846153843, 0.00274691054431365, 0.00836846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 165, '2021-06-13 00:00:00', 0.000262814353899073, 0.000510769230769212, 0.000264610308538095, 0.000768846153846144, 0.000461062318497688, 0.00110230769230767, 0.000561457444102769, 0.00187230769230767, 0.00274691054431365, 0.00836846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 180, '2021-06-13 00:00:00', 0.000250260172313026, 0.000603076923076946, 0.000295454799354391, 0.000801538461538443, 0.00046642882217314, 0.00110961538461539, 0.000537949954778426, 0.00185307692307688, 0.00274746016979599, 0.00837423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 195, '2021-06-13 00:00:00', 0.00014937253377429, 0.000518076923076918, 0.000361208228886573, 0.000769230769230753, 0.000378921546578621, 0.00102846153846155, 0.000533397239760917, 0.00174384615384613, 0.00274082648961108, 0.00837538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 210, '2021-06-13 00:00:00', 0.000306232943010081, 0.000541153846153856, 0.000303648582309326, 0.000692307692307719, 0.000402582433030329, 0.000973846153846163, 0.000415966159866208, 0.0016603846153846, 0.00271218549399669, 0.00843692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 225, '2021-06-13 00:00:00', 0.000130521439441378, 0.000459615384615398, 0.000279472029699989, 0.000726153846153855, 0.000358745678076343, 0.000997692307692302, 0.000383812454201251, 0.00167999999999998, 0.00269669578444549, 0.00847192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 240, '2021-06-13 00:00:00', 0.000241349092841435, 0.000545769230769254, 0.000281811994066981, 0.000715000000000021, 0.000383846123015261, 0.00094461538461539, 0.000405383199530433, 0.00170653846153846, 0.00272511603140405, 0.00849576923076925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 255, '2021-06-13 00:00:00', 0.000214040973791325, 0.000491538461538454, 0.000337678272005496, 0.000711153846153816, 0.00043033010584898, 0.000930000000000004, 0.000452435630780756, 0.001725, 0.00274221732292571, 0.00846961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 270, '2021-06-13 00:00:00', 0.000206611117431178, 0.000531923076923077, 0.000340249682077495, 0.000665384615384636, 0.000406969475324797, 0.000951923076923087, 0.000460880261439574, 0.00169115384615387, 0.00275664690409311, 0.00846307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 285, '2021-06-13 00:00:00', 0.000324693464907816, 0.000474615384615385, 0.000391461364632572, 0.000675000000000015, 0.000374628431300215, 0.000922307692307697, 0.000460929662580047, 0.0016919230769231, 0.0027506151759477, 0.0084596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 300, '2021-06-13 00:00:00', 0.000247405304339634, 0.000505769230769239, 0.000262098337387985, 0.000673461538461544, 0.00034398568843218, 0.000926923076923069, 0.000470959250237881, 0.00169884615384618, 0.00278197450632569, 0.00848692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 315, '2021-06-13 00:00:00', 0.000146668123535878, 0.000453461538461546, 0.000247534612964281, 0.000645769230769225, 0.000420135692366154, 0.000914999999999965, 0.000584572953925799, 0.00180153846153846, 0.00278453266345469, 0.00847307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 330, '2021-06-13 00:00:00', 0.000179861485166074, 0.000466923076923096, 0.000283298157695837, 0.000634615384615375, 0.00039123335550736, 0.000856538461538454, 0.000660597049295895, 0.00182730769230771, 0.0027947372795199, 0.00847730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 345, '2021-06-13 00:00:00', 0.000215528331173571, 0.00046269230769229, 0.000354073655961808, 0.000651923076923052, 0.000323616344552554, 0.000796538461538453, 0.000618533376998781, 0.00202653846153848, 0.00276170028452371, 0.0084573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 360, '2021-06-13 00:00:00', 0.0002488623345114, 0.000447307692307685, 0.00021384537907997, 0.000545384615384601, 0.000225495011031289, 0.000740000000000023, 0.000696206534342716, 0.00219653846153846, 0.00274106719812107, 0.00845576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 375, '2021-06-13 00:00:00', 0.000108213464255398, 0.00036307692307691, 0.00022984811038198, 0.000523076923076925, 0.000248680208609076, 0.000755384615384619, 0.00083510331005301, 0.00241153846153849, 0.00273069075510206, 0.00844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 390, '2021-06-13 00:00:00', 0.000142630776698223, 0.000373461538461577, 0.000171952140031851, 0.000533461538461566, 0.000265063127459229, 0.000737692307692324, 0.000997093005460605, 0.00260769230769231, 0.00273069709330503, 0.00843884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 405, '2021-06-13 00:00:00', 0.000118279980749721, 0.000383076923076922, 0.000152420975742049, 0.00052192307692308, 0.000345328606046243, 0.000759615384615374, 0.00101826526693498, 0.00277807692307692, 0.00273412500417619, 0.00843346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 420, '2021-06-13 00:00:00', 0.000140294744679226, 0.000358846153846148, 0.000166317583140017, 0.000498461538461525, 0.000365683553825506, 0.000817307692307692, 0.00100665760736288, 0.00296346153846154, 0.00273063207672902, 0.00841653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 435, '2021-06-13 00:00:00', 0.000135401397561247, 0.000348461538461524, 0.000247811653044444, 0.000581153846153845, 0.000318923429440591, 0.000871923076923101, 0.00104435751320353, 0.00313884615384615, 0.00273703635343046, 0.00841 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 450, '2021-06-13 00:00:00', 0.000221558118786003, 0.000449999999999993, 0.000304499842111852, 0.000621923076923086, 0.000282074730959985, 0.000883076923076935, 0.00104432856603953, 0.00321307692307693, 0.00269464654453973, 0.00838999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 465, '2021-06-13 00:00:00', 0.000217217721334012, 0.00044346153846154, 0.00022265979568702, 0.000665769230769228, 0.0002204666379785, 0.000888461538461552, 0.00107151172864107, 0.00324423076923077, 0.00272863620485794, 0.00838346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 480, '2021-06-13 00:00:00', 0.00018200126795839, 0.000492692307692324, 0.000218256377120675, 0.000660384615384629, 0.000287990384454878, 0.000922307692307705, 0.00107202726716182, 0.00336769230769231, 0.00273459354313467, 0.00838461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 495, '2021-06-13 00:00:00', 0.000142461870742287, 0.00040923076923076, 0.000165993975794317, 0.000585000000000006, 0.000350533659088332, 0.00105538461538459, 0.00116476455197541, 0.00341269230769232, 0.00272838661821625, 0.00837846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 510, '2021-06-13 00:00:00', 0.00014182166483083, 0.000455769230769245, 0.000231525044333994, 0.000659615384615367, 0.000427035577692752, 0.00118923076923075, 0.00142600016182973, 0.0035873076923077, 0.00272862921347247, 0.00837576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 525, '2021-06-13 00:00:00', 0.000146797610544419, 0.000471538461538451, 0.000290162023704023, 0.000884999999999973, 0.000510693796561248, 0.00142192307692307, 0.00143380660642061, 0.00372576923076924, 0.00273266024232799, 0.00836 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 540, '2021-06-13 00:00:00', 0.000267941440215278, 0.000756153846153829, 0.000363529704637547, 0.000985384615384597, 0.000654080681920452, 0.00165846153846151, 0.00142374808705212, 0.00379115384615385, 0.00275667759896137, 0.00836076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 555, '2021-06-13 00:00:00', 0.000230759281836843, 0.000725384615384594, 0.000443407088524561, 0.00113538461538461, 0.000675851713367292, 0.00184653846153847, 0.00145128913516436, 0.00384192307692308, 0.00287776988976908, 0.00836653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 570, '2021-06-13 00:00:00', 0.000347841918117987, 0.000845000000000002, 0.000577098311848553, 0.00128769230769231, 0.00070790525224344, 0.00198538461538462, 0.00142839818839684, 0.00379423076923078, 0.00304734497302412, 0.00839076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 585, '2021-06-13 00:00:00', 0.00030134595503403, 0.000924230769230769, 0.000404424947872318, 0.00137346153846153, 0.00061299479229811, 0.00204115384615383, 0.00138396248281742, 0.00372807692307693, 0.00316729022740505, 0.00833076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 600, '2021-06-13 00:00:00', 0.00035345438178073, 0.00113500000000002, 0.000520420540007359, 0.00155846153846154, 0.000598210279468285, 0.00213346153846155, 0.00136933116745142, 0.0037196153846154, 0.0031429724539286, 0.00829961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 615, '2021-06-13 00:00:00', 0.000419956957501439, 0.00106038461538463, 0.000433297197704375, 0.00143230769230771, 0.000619307305351367, 0.00203153846153845, 0.00130044471683285, 0.00360269230769233, 0.00320011309896288, 0.00828038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 630, '2021-06-13 00:00:00', 0.00026472278679055, 0.000916923076923063, 0.000478763150050392, 0.0014430769230769, 0.000679468570620856, 0.00202846153846152, 0.00119348081741535, 0.0034626923076923, 0.00319847408329949, 0.00828730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 645, '2021-06-13 00:00:00', 0.000340585017060617, 0.00106692307692308, 0.000398884020159348, 0.0014326923076923, 0.000569308352301305, 0.00197999999999999, 0.000990925907344303, 0.00355692307692309, 0.00308125598766776, 0.0082623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 660, '2021-06-13 00:00:00', 0.000368553096059957, 0.00100923076923076, 0.000444674643375974, 0.00143653846153846, 0.000640037138345566, 0.00194346153846155, 0.00101269541324133, 0.00370000000000003, 0.00306991636067474, 0.00825230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 675, '2021-06-13 00:00:00', 0.000421552624691874, 0.000971153846153846, 0.000437815556528609, 0.00142769230769228, 0.000625171607210027, 0.00190346153846156, 0.00101347331185689, 0.00370192307692308, 0.00310494575698935, 0.00836807692307691 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 690, '2021-06-13 00:00:00', 0.000374245702919684, 0.000990384615384596, 0.0005451279313505, 0.0014273076923077, 0.000748598793644581, 0.00191807692307694, 0.00111796800559695, 0.0037273076923077, 0.00312252020994877, 0.00843730769230767 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 705, '2021-06-13 00:00:00', 0.000391208187738772, 0.000919615384615397, 0.000389770938649092, 0.0012042307692308, 0.000608280805600097, 0.0017315384615385, 0.00120068704690913, 0.00384423076923079, 0.00308217315941454, 0.00843923076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 720, '2021-06-13 00:00:00', 0.000214772867502821, 0.000790769230769236, 0.00059341216704748, 0.00118500000000001, 0.000616606719192905, 0.00166961538461538, 0.00131836267917675, 0.00400807692307693, 0.00292702214125288, 0.00841115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 735, '2021-06-13 00:00:00', 0.000399660625261733, 0.000866153846153884, 0.00041179102242988, 0.00122038461538465, 0.00043958861887694, 0.00160692307692308, 0.0015062344285821, 0.00421307692307693, 0.00292037215752745, 0.00843846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 750, '2021-06-13 00:00:00', 0.000334110069380669, 0.000888461538461552, 0.000352021852468552, 0.00117923076923077, 0.000439890895563879, 0.00149999999999999, 0.00150113085577298, 0.00416538461538464, 0.00293697691250976, 0.00844576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 765, '2021-06-13 00:00:00', 0.000319686384782629, 0.000859230769230762, 0.000349637174576909, 0.00114692307692306, 0.000425490847772825, 0.00146769230769231, 0.00132074431229571, 0.00436153846153848, 0.00298952244707052, 0.00853269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 780, '2021-06-13 00:00:00', 0.000281379021688108, 0.000826923076923046, 0.000357951651225966, 0.0010557692307692, 0.000563470154830448, 0.00162884615384616, 0.00122639490440005, 0.00458269230769233, 0.00300608339615113, 0.00856423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 795, '2021-06-13 00:00:00', 0.000234864609116433, 0.000725769230769211, 0.000348585713993026, 0.00109000000000001, 0.000545954774120169, 0.00171115384615386, 0.00135733358520977, 0.00467769230769232, 0.00300426107643539, 0.00850615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 810, '2021-06-13 00:00:00', 0.000311450452906082, 0.000835769230769223, 0.000393153718224617, 0.00123461538461537, 0.000680195899383724, 0.00174230769230769, 0.00144150909172938, 0.00476730769230769, 0.00300515167926425, 0.00850384615384617 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 825, '2021-06-13 00:00:00', 0.000247342801671022, 0.000937692307692319, 0.000477340710442922, 0.00135692307692309, 0.000722857257959417, 0.00195115384615387, 0.00140666676388382, 0.00473923076923078, 0.00296349380604408, 0.00847653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 840, '2021-06-13 00:00:00', 0.000338983094654518, 0.000971538461538464, 0.000443377942617833, 0.00126, 0.00108483426596668, 0.00214576923076927, 0.00132203881009016, 0.00488884615384616, 0.00291628385766228, 0.00847346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 855, '2021-06-13 00:00:00', 0.000226027908419735, 0.00083615384615385, 0.000576584238958514, 0.0013042307692308, 0.000929997601320324, 0.00203346153846158, 0.00130802352366522, 0.00487846153846156, 0.00283593902505788, 0.00842307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 870, '2021-06-13 00:00:00', 0.000557709050146555, 0.000980769230769242, 0.00091380119029505, 0.00154384615384617, 0.000897358259645399, 0.0020696153846154, 0.00141078723249986, 0.00496384615384616, 0.00281732663789903, 0.00841423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 885, '2021-06-13 00:00:00', 0.000627179400171963, 0.00111500000000001, 0.000554786861360726, 0.00147269230769233, 0.000538098646946969, 0.0022369230769231, 0.00144759434394289, 0.00495423076923077, 0.00280408923922519, 0.0084173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 900, '2021-06-13 00:00:00', 0.000311089400951943, 0.00107384615384615, 0.000416130342006548, 0.0014926923076923, 0.00066262659167894, 0.00241500000000001, 0.00145098019919693, 0.00499653846153846, 0.00280283965896129, 0.00847307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 915, '2021-06-13 00:00:00', 0.000275975751443164, 0.00111115384615382, 0.000449508449479936, 0.00170538461538461, 0.000875356718495586, 0.00249576923076923, 0.00156581146325527, 0.00502153846153845, 0.00286534981083665, 0.00849846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 930, '2021-06-13 00:00:00', 0.000470080844110875, 0.00122000000000002, 0.000579676965745075, 0.00175576923076925, 0.000756469125914294, 0.00230153846153847, 0.00166625032748571, 0.00502307692307692, 0.00292623299456172, 0.00853346153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 945, '2021-06-13 00:00:00', 0.000394024794221834, 0.00120653846153847, 0.00065694584720036, 0.0016846153846154, 0.000995506210620811, 0.00247384615384618, 0.0017057882003975, 0.00492576923076924, 0.0028817205597725, 0.00866423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 960, '2021-06-13 00:00:00', 0.000464956077330049, 0.00125192307692308, 0.000630732907021667, 0.00164, 0.00100186349446343, 0.00261230769230767, 0.00160614742114835, 0.00493846153846156, 0.00285954824296536, 0.00872807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 975, '2021-06-13 00:00:00', 0.00060041485657835, 0.00115499999999998, 0.000824190791951989, 0.00188230769230768, 0.000935781779295535, 0.00277653846153846, 0.00163505182227917, 0.00505769230769231, 0.00288630655656352, 0.00871846153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 990, '2021-06-13 00:00:00', 0.000576439602547065, 0.00144884615384614, 0.00082819442161849, 0.00208499999999999, 0.000994791358101708, 0.00281461538461536, 0.00166525031613407, 0.00496884615384616, 0.0029167985874928, 0.00872500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1005, '2021-06-13 00:00:00', 0.000539446439916383, 0.00145769230769228, 0.000626213529569095, 0.00199076923076922, 0.000941930015365348, 0.00272192307692309, 0.00162980381075099, 0.00488730769230768, 0.00306760001404255, 0.00873538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1020, '2021-06-13 00:00:00', 0.000519601178419922, 0.00136423076923076, 0.000812476177165543, 0.00196153846153844, 0.00094097429050141, 0.00283615384615386, 0.00162078143546207, 0.00470269230769233, 0.00335585479194426, 0.00882576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1035, '2021-06-13 00:00:00', 0.000391468242154348, 0.00128923076923074, 0.000569955598810486, 0.00179423076923077, 0.000952836090513319, 0.00266384615384619, 0.00166711025891651, 0.00440384615384618, 0.00427653993856643, 0.0094346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1050, '2021-06-13 00:00:00', 0.000435449370014638, 0.00124807692307695, 0.000749998974358284, 0.00207230769230772, 0.000943376994550001, 0.00258807692307697, 0.0017412135467497, 0.00424384615384621, 0.00448729378784824, 0.00947846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1065, '2021-06-13 00:00:00', 0.00070094617372629, 0.00166153846153849, 0.000806916733860823, 0.00199115384615389, 0.000909408345278139, 0.00251346153846157, 0.00177587720469459, 0.00416961538461541, 0.00450368375717205, 0.00955076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1080, '2021-06-13 00:00:00', 0.00049888737745571, 0.0012338461538462, 0.000508262197628791, 0.00168230769230772, 0.000685760779101465, 0.00223961538461541, 0.00172492626375293, 0.00399115384615389, 0.00438101725103271, 0.00940807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1095, '2021-06-13 00:00:00', 0.000345815646751914, 0.00114730769230768, 0.000493306738714886, 0.00157653846153845, 0.000791471074353618, 0.00221230769230767, 0.00174023521840716, 0.00384115384615385, 0.00447487302785056, 0.00934384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1110, '2021-06-13 00:00:00', 0.000327594496055921, 0.00106307692307693, 0.000427239439262734, 0.00149153846153844, 0.000941006989265303, 0.00216307692307691, 0.00170161231234921, 0.00376269230769232, 0.00442995447102839, 0.00931615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1031766 and enddate = '2021-06-13 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 1031766, 2, 1125, '2021-06-13 00:00:00', 0.000360328269135872, 0.00106730769230771, 0.000689536410596611, 0.00[...];
Date: 2021-06-13 18:07:44 Duration: 2s165ms Database: acaweb_fx User: pgperfstats
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 0, '2021-06-13 00:00:00', 0.000554380735596053, 0.000745000000000013, 0.000513499606770884, 0.000945384615384643, 0.000545860647192873, 0.0010696153846154, 0.0012869470134332, 0.00281384615384613, 0.00327444200766153, 0.0078723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 15, '2021-06-13 00:00:00', 0.000347609197010279, 0.000471923076923077, 0.000541858340840505, 0.000727692307692301, 0.000670574036525064, 0.00139846153846154, 0.00132395474010485, 0.00286192307692306, 0.00323746329946527, 0.00785384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 30, '2021-06-13 00:00:00', 0.000534492714205204, 0.000417692307692286, 0.000517929160585299, 0.000538846153846114, 0.000878381816401415, 0.00149884615384614, 0.0013141797675883, 0.00292269230769229, 0.00319981367245993, 0.00782346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 45, '2021-06-13 00:00:00', 0.000232159096642466, 0.000324615384615359, 0.000630265023621018, 0.00115499999999998, 0.000995627749404676, 0.00149115384615384, 0.00144697562575823, 0.00299230769230767, 0.00320276440690754, 0.00782038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 60, '2021-06-13 00:00:00', 0.00064712476504804, 0.00107230769230767, 0.000853523376274035, 0.00128692307692306, 0.00124117221268385, 0.00169269230769229, 0.00142949851346547, 0.003065, 0.00320350894152983, 0.00780846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 75, '2021-06-13 00:00:00', 0.000374812568543907, 0.000582692307692342, 0.000568582041979491, 0.00085153846153848, 0.0010171840465793, 0.00138076923076925, 0.00117595813635584, 0.00289153846153848, 0.00294716239013838, 0.00763692307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 90, '2021-06-13 00:00:00', 0.000402891854166658, 0.000555384615384616, 0.000899465140214715, 0.000958461538461541, 0.00095045033860472, 0.00131038461538462, 0.00110853527753444, 0.0028123076923077, 0.00287685565531858, 0.0075623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 105, '2021-06-13 00:00:00', 0.00061367054553848, 0.000676538461538461, 0.000687402244798379, 0.00096538461538462, 0.000692914469136339, 0.00117769230769229, 0.000966653306715783, 0.00269884615384616, 0.00282005248178113, 0.00747 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 120, '2021-06-13 00:00:00', 0.000416010354900744, 0.000706153846153835, 0.000471790859793444, 0.000868846153846141, 0.000490457400330032, 0.00113730769230769, 0.000938724584824418, 0.00265038461538464, 0.00281121282340228, 0.00744153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 135, '2021-06-13 00:00:00', 0.000370178543200655, 0.000591923076923086, 0.000397297795691799, 0.000778461538461514, 0.000349653894807206, 0.00115461538461538, 0.000941154528307543, 0.00261961538461541, 0.00279871530967608, 0.00743923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 150, '2021-06-13 00:00:00', 0.000230402991433589, 0.000491538461538436, 0.000339946828421521, 0.000739615384615371, 0.000541164129802209, 0.00130884615384615, 0.000970466660149374, 0.00266153846153848, 0.00277274914951818, 0.00743538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 165, '2021-06-13 00:00:00', 0.000265651014563248, 0.000547692307692309, 0.0003076754033818, 0.00094192307692309, 0.000609212985365903, 0.00144269230769231, 0.000984045417963685, 0.00263423076923079, 0.0027573421985673, 0.00747 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 180, '2021-06-13 00:00:00', 0.000301450085165286, 0.000781923076923075, 0.000471051360910227, 0.00111423076923077, 0.000572002286170789, 0.00144884615384614, 0.00100422277638746, 0.00259076923076924, 0.00274818779450133, 0.00747192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 195, '2021-06-13 00:00:00', 0.000297700158910571, 0.00068576923076924, 0.000371152259861094, 0.000975000000000008, 0.000459949997282342, 0.00131500000000001, 0.000897887777808836, 0.00244769230769232, 0.00263870585995951, 0.00738384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 210, '2021-06-13 00:00:00', 0.0002762899814437, 0.000698076923076927, 0.000338420766775053, 0.00092384615384616, 0.000502133907975217, 0.00136769230769232, 0.000853614306707311, 0.00234423076923079, 0.00256853603918953, 0.00739423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 225, '2021-06-13 00:00:00', 0.000172464935120624, 0.000578076923076901, 0.000262985521683979, 0.000834230769230769, 0.000740506687239299, 0.00135307692307691, 0.000814532711719739, 0.00218653846153846, 0.00251630281288915, 0.00735038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 240, '2021-06-13 00:00:00', 0.000185542033388276, 0.000624615384615394, 0.000396134398327714, 0.000947692307692307, 0.000799702348473379, 0.00137038461538463, 0.000825886190706669, 0.00217, 0.00251336599312248, 0.00736615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 255, '2021-06-13 00:00:00', 0.000346570894068431, 0.000609230769230789, 0.000632566566883242, 0.000937307692307692, 0.000674683287522039, 0.00130846153846156, 0.000762956193923437, 0.00211692307692311, 0.00244059463120079, 0.00737307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 270, '2021-06-13 00:00:00', 0.000346586874446276, 0.000612307692307673, 0.00038155007736659, 0.000872692307692312, 0.000431254520600607, 0.0011726923076923, 0.00063152026582987, 0.0019746153846154, 0.00243895513567719, 0.00736307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 285, '2021-06-13 00:00:00', 0.000222799323296877, 0.000543461538461546, 0.000264714650432967, 0.000754615384615384, 0.000364148110188495, 0.0010196153846154, 0.000609778774512639, 0.00190692307692308, 0.00244427318125765, 0.00740076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 300, '2021-06-13 00:00:00', 0.000195275348004973, 0.000517307692307691, 0.000262095695970303, 0.000733076923076909, 0.000381712134790279, 0.000978076923076943, 0.000620334897144559, 0.00191076923076922, 0.00244019535787923, 0.00741576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 315, '2021-06-13 00:00:00', 0.000178674177033119, 0.00047269230769227, 0.000219349036925181, 0.000634999999999984, 0.000332148252348926, 0.000872307692307685, 0.000703744381040546, 0.00199192307692304, 0.00248190339488435, 0.0074626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 330, '2021-06-13 00:00:00', 0.000171961086832509, 0.000451153846153847, 0.000269830716162218, 0.000623846153846159, 0.000352445740504817, 0.000864999999999979, 0.000795072614003565, 0.00210730769230765, 0.00248056659160455, 0.00746884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 345, '2021-06-13 00:00:00', 0.00016933944063288, 0.000409615384615404, 0.000253661191355736, 0.000540000000000002, 0.000288208524936649, 0.000821923076923073, 0.00082699009388542, 0.00227384615384614, 0.00246248604837906, 0.00747153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 360, '2021-06-13 00:00:00', 0.000204909360825298, 0.000399615384615381, 0.00027220919557178, 0.000655384615384605, 0.000300761341623843, 0.000825769230769235, 0.000953000766808981, 0.00241769230769229, 0.00246868585408388, 0.00746538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 375, '2021-06-13 00:00:00', 0.000227244700369762, 0.000461923076923054, 0.000214215204516747, 0.000598076923076904, 0.000258859332159647, 0.000768076923076916, 0.0010281059508406, 0.0024953846153846, 0.0024751961227656, 0.00745961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 390, '2021-06-13 00:00:00', 0.000130327988610985, 0.00032576923076923, 0.000174382867895278, 0.000444230769230793, 0.000246618047876588, 0.0007326923076923, 0.00101386511012978, 0.0026076923076923, 0.0024751961227656, 0.00745961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 405, '2021-06-13 00:00:00', 0.000165416025639778, 0.000327692307692328, 0.000246178484343851, 0.000529615384615387, 0.000242192866565861, 0.000815769230769246, 0.00104438402898552, 0.00277499999999999, 0.00247444418001296, 0.007465 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 420, '2021-06-13 00:00:00', 0.000175174638136209, 0.000413076923076905, 0.000177987467147372, 0.000603461538461538, 0.000260066263745335, 0.000842307692307685, 0.00112899001835203, 0.00290769230769231, 0.00247422827129219, 0.00746846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 435, '2021-06-13 00:00:00', 0.000152228573078569, 0.000401538461538479, 0.000180968335521837, 0.000568461538461556, 0.000407146921128745, 0.000906153846153856, 0.00117746932019482, 0.002965, 0.00247494633974464, 0.00745923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 450, '2021-06-13 00:00:00', 0.000173437641198877, 0.000406153846153868, 0.000240107988525681, 0.000590384615384623, 0.000334881839092294, 0.00093461538461541, 0.00129182143324248, 0.00306884615384616, 0.00247870440723809, 0.00748346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 465, '2021-06-13 00:00:00', 0.000205396801712801, 0.000429615384615347, 0.000337367181842905, 0.000703846153846145, 0.000311441561378441, 0.000960384615384604, 0.00128849775379643, 0.00315230769230769, 0.00247870440723809, 0.00748346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 480, '2021-06-13 00:00:00', 0.00021726162888238, 0.000488846153846154, 0.000213715842974888, 0.000637692307692318, 0.000374332020455742, 0.00103730769230769, 0.00141834838944675, 0.00317192307692308, 0.00247473886734306, 0.0074873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 495, '2021-06-13 00:00:00', 0.000180968335521801, 0.000451538461538465, 0.000273293586853748, 0.000714230769230785, 0.000493130190330509, 0.00128423076923076, 0.00160536336648795, 0.00325346153846154, 0.00246715070787835, 0.00750615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 510, '2021-06-13 00:00:00', 0.000215546889419612, 0.000537307692307702, 0.000318846961119886, 0.000810769230769247, 0.000595441142218267, 0.0013930769230769, 0.00188185456807498, 0.00335615384615384, 0.00245495169935253, 0.00750961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 525, '2021-06-13 00:00:00', 0.000259495368270524, 0.000565384615384621, 0.000435550933169246, 0.00100615384615384, 0.000611840225498821, 0.00153269230769231, 0.00188750188996338, 0.00336923076923077, 0.0024573568038725, 0.00750769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 540, '2021-06-13 00:00:00', 0.000395406898504072, 0.00084115384615384, 0.000508188335772654, 0.00113923076923078, 0.000782338506313985, 0.00162846153846155, 0.00184685366543711, 0.00339730769230768, 0.00245709838255176, 0.00750730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 555, '2021-06-13 00:00:00', 0.00033129141250568, 0.000745000000000004, 0.000459303151105474, 0.00113076923076925, 0.000808597646451065, 0.0016669230769231, 0.00178022850737245, 0.00334153846153846, 0.00244992109763057, 0.00748423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 570, '2021-06-13 00:00:00', 0.000339375217807008, 0.000816538461538465, 0.000524543024560828, 0.00112423076923079, 0.000639443628356828, 0.0017119230769231, 0.00154490109217882, 0.00340076923076924, 0.00243863659890901, 0.0075126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 585, '2021-06-13 00:00:00', 0.000304620823572276, 0.000775384615384639, 0.00047377891630856, 0.00132230769230773, 0.000625808646103968, 0.00185269230769234, 0.00137066839394283, 0.00346961538461542, 0.00244619569630383, 0.00754576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 600, '2021-06-13 00:00:00', 0.000411582312545136, 0.00112000000000004, 0.00048879899911769, 0.00144730769230773, 0.000715200348476942, 0.00190653846153849, 0.00140816459920759, 0.00344346153846156, 0.00247837555358653, 0.00755576923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 615, '2021-06-13 00:00:00', 0.000345707746736864, 0.000944615384615373, 0.000497666709602098, 0.00129192307692308, 0.000745643346379503, 0.00174000000000001, 0.00145108723164602, 0.00329692307692309, 0.00250641257577437, 0.00755999999999998 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 630, '2021-06-13 00:00:00', 0.000255735440220206, 0.000746153846153849, 0.000472671621253589, 0.0010623076923077, 0.00071304590422948, 0.00161769230769231, 0.00139027551226365, 0.00312500000000002, 0.00248443019314595, 0.00746423076923075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 645, '2021-06-13 00:00:00', 0.000356889338591135, 0.000785000000000019, 0.000532589754082692, 0.0011296153846154, 0.000750478104021285, 0.00165423076923078, 0.00135674026764377, 0.00317192307692311, 0.00245094521797986, 0.00755730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 660, '2021-06-13 00:00:00', 0.000314132994862909, 0.000766538461538462, 0.000546809065256012, 0.00116807692307691, 0.000684084677619587, 0.00155961538461539, 0.00126155002339915, 0.00318730769230771, 0.00246499492900085, 0.00752999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 675, '2021-06-13 00:00:00', 0.000393840264379042, 0.000803076923076923, 0.000497073899474201, 0.00110769230769231, 0.000908177549567512, 0.00155769230769232, 0.00130724543043169, 0.00325115384615386, 0.00247679386428376, 0.00751961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 690, '2021-06-13 00:00:00', 0.000455918346265587, 0.000841538461538458, 0.000588449984803639, 0.00113423076923078, 0.00124646132958622, 0.00178461538461538, 0.00137668676958068, 0.00338769230769234, 0.002536067731442, 0.00753653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 705, '2021-06-13 00:00:00', 0.000251244594277874, 0.000690384615384612, 0.000574144447115725, 0.00107538461538462, 0.00102515927467956, 0.00169346153846153, 0.00159982984672168, 0.00349346153846155, 0.00258485306828359, 0.00752576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 720, '2021-06-13 00:00:00', 0.000377602354947012, 0.000746538461538467, 0.000784504547224152, 0.00118923076923077, 0.000821177484797584, 0.00155269230769227, 0.00153716942662605, 0.00347538461538463, 0.00262807332177304, 0.00753423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 735, '2021-06-13 00:00:00', 0.000483886191323802, 0.000834615384615395, 0.000553860437849973, 0.00113576923076924, 0.000742478178907506, 0.00146461538461537, 0.00169200368248371, 0.00349269230769233, 0.00262420956597479, 0.00752961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 750, '2021-06-13 00:00:00', 0.000507819471253891, 0.000773846153846168, 0.00054898227517973, 0.000968461538461529, 0.000812402325489962, 0.00147846153846153, 0.00180039311946455, 0.00361076923076925, 0.00263966921004532, 0.00755846153846151 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 765, '2021-06-13 00:00:00', 0.000302828969247297, 0.000635769230769194, 0.000490093240736274, 0.000960769230769188, 0.000973945820638113, 0.00158230769230766, 0.00171073101783553, 0.00382384615384616, 0.00251285458270986, 0.0074830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 780, '2021-06-13 00:00:00', 0.000297620305345307, 0.000694615384615349, 0.000416141987602965, 0.0010330769230769, 0.00079094111421384, 0.00150961538461537, 0.00155937980768485, 0.0039042307692308, 0.00245684037238571, 0.00744384615384614 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 795, '2021-06-13 00:00:00', 0.000240853929560235, 0.000698846153846137, 0.000624528991751752, 0.00111269230769229, 0.000608736522517037, 0.00143192307692308, 0.00141255142860764, 0.00400153846153847, 0.00241970440025537, 0.00735423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 810, '2021-06-13 00:00:00', 0.000508144134609906, 0.000792307692307673, 0.000490836021498009, 0.000979999999999972, 0.000454453010179862, 0.00135653846153847, 0.00141783518625563, 0.00406615384615387, 0.00237259614379234, 0.0072926923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 825, '2021-06-13 00:00:00', 0.000369106405337981, 0.000653461538461524, 0.000374201303290921, 0.000948846153846144, 0.000503525570353682, 0.001355, 0.00143488541488375, 0.0042519230769231, 0.00233623553211964, 0.00725730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 840, '2021-06-13 00:00:00', 0.000302249005851906, 0.00070230769230769, 0.000370354715623557, 0.00100884615384618, 0.000671650092052289, 0.0014853846153846, 0.00137898134086778, 0.00462153846153849, 0.00230788681231585, 0.00725846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 855, '2021-06-13 00:00:00', 0.000306649386358177, 0.000755384615384636, 0.000434402861585689, 0.00106538461538463, 0.000720228168974662, 0.00164615384615385, 0.00157426676460942, 0.00480038461538464, 0.00226989284735236, 0.00728153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 870, '2021-06-13 00:00:00', 0.000311180630205971, 0.000725769230769254, 0.000497035674311662, 0.00104730769230768, 0.000738376701857635, 0.00170807692307694, 0.00150297883704842, 0.00475576923076927, 0.00225645344597358, 0.00725307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 885, '2021-06-13 00:00:00', 0.000341747545149012, 0.000770769230769216, 0.000549874950819244, 0.00121769230769232, 0.00115815217546681, 0.00198269230769231, 0.00142839210303056, 0.00472000000000002, 0.0020814309057436, 0.00724115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 900, '2021-06-13 00:00:00', 0.000471687804183409, 0.000984230769230786, 0.000610759048549102, 0.00137115384615386, 0.00105236122783302, 0.0020480769230769, 0.00159299799603914, 0.00487115384615387, 0.00205240260707748, 0.00726730769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 915, '2021-06-13 00:00:00', 0.000344276275462259, 0.000876923076923083, 0.000789812928191527, 0.00156269230769231, 0.000852474136760906, 0.00202807692307691, 0.0017713767353281, 0.00480346153846154, 0.00202097436515543, 0.00722423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 930, '2021-06-13 00:00:00', 0.000649327225791322, 0.00128538461538462, 0.000651079576844996, 0.00155615384615384, 0.000873121720301116, 0.00206153846153847, 0.0018182184010306, 0.00479307692307695, 0.00197840884006859, 0.00720153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 945, '2021-06-13 00:00:00', 0.000276275225092679, 0.000960000000000004, 0.00049885730964337, 0.00135115384615385, 0.000858221058128633, 0.00217076923076925, 0.00184827703551175, 0.00474000000000003, 0.0018382136813933, 0.00723846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 960, '2021-06-13 00:00:00', 0.000430991879273827, 0.00112500000000001, 0.000596380363913451, 0.00155846153846155, 0.000735210278659194, 0.00239307692307697, 0.001818378821495, 0.0047115384615385, 0.00174690372241419, 0.00732615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 975, '2021-06-13 00:00:00', 0.000400370021163103, 0.000998076923076928, 0.000611922066430524, 0.00160615384615387, 0.000799550739237582, 0.00241576923076924, 0.00182720589551791, 0.0045042307692308, 0.00171540123137864, 0.00730576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 990, '2021-06-13 00:00:00', 0.000583501895059873, 0.00130769230769231, 0.00065579980528767, 0.00190423076923081, 0.000784814333751323, 0.00257153846153848, 0.0018228437630843, 0.00440076923076926, 0.00171106678375261, 0.00724153846153845 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1005, '2021-06-13 00:00:00', 0.000485945865930932, 0.00132923076923079, 0.00072630201389271, 0.00174115384615384, 0.000983949967458483, 0.00246846153846153, 0.00170506377051957, 0.0041923076923077, 0.00173808701207346, 0.00723230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1020, '2021-06-13 00:00:00', 0.000642322229222906, 0.00122538461538462, 0.000726155736633794, 0.00172307692307693, 0.00108788298296067, 0.00266576923076923, 0.00159038611663961, 0.00406000000000001, 0.00175539835496544, 0.00730923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1035, '2021-06-13 00:00:00', 0.000512837656123716, 0.00120769230769229, 0.000589079072660169, 0.00169692307692307, 0.00106431689901951, 0.00265230769230769, 0.00137547463136855, 0.00376230769230769, 0.00177692599733359, 0.007245 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1050, '2021-06-13 00:00:00', 0.000386565150245874, 0.00120615384615387, 0.000620265947923828, 0.00199538461538461, 0.000959697147742278, 0.00255884615384619, 0.00124020544203834, 0.00359846153846155, 0.00170140055429455, 0.00717961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1065, '2021-06-13 00:00:00', 0.00045334602169273, 0.00144884615384615, 0.000908721163969577, 0.00187692307692308, 0.000952012928160462, 0.00228384615384617, 0.00121974120836535, 0.00336615384615387, 0.0017213801260795, 0.00709153846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1080, '2021-06-13 00:00:00', 0.000642668954140006, 0.00111923076923077, 0.000640230727640778, 0.00144923076923078, 0.000913600905967496, 0.00202884615384616, 0.00108883508675731, 0.00317538461538462, 0.00187466493416413, 0.00717384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1095, '2021-06-13 00:00:00', 0.000354603353708839, 0.000933461538461539, 0.000526839780052874, 0.00126192307692307, 0.000916642703649478, 0.00181538461538461, 0.00100134586355639, 0.00292153846153846, 0.00193250495073502, 0.00719076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1110, '2021-06-13 00:00:00', 0.000415310264001035, 0.00089884615384615, 0.000713533029799871, 0.00132576923076924, 0.000900588610939449, 0.00167961538461536, 0.000961453387005617, 0.00280384615384614, 0.0020296226629219, 0.00722192307692306 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 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 1032131, 1, 1125, '2021-06-13 00:00:00', 0.00050514415307379, 0.000868846153846167, 0.00065185840841044, 0.00114923076923076, 0.000749686703794457, 0.00163692307692307, 0.000858148274797805, 0.00267769230769232, 0.00211231043755773, 0.00725923076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1140, '2021-06-13 00:00:00', 0.000402919537682374, 0.000761923076923055, 0.000458283922744586, 0.0010280769230769, 0.000576288522823832, 0.00148730769230772, 0.000829616500837297, 0.00262653846153846, 0.00216097399692466, 0.00733615384615383 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1155, '2021-06-13 00:00:00', 0.000325543332812176, 0.000727692307692318, 0.000502431625658207, 0.00112153846153848, 0.000525574411038485, 0.00141730769230773, 0.000881862713892479, 0.00255538461538462, 0.00235384376319636, 0.0074126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1170, '2021-06-13 00:00:00', 0.000348126413821191, 0.000739999999999988, 0.00032935928476592, 0.000958461538461549, 0.000507470347750612, 0.00125692307692306, 0.000918254531497316, 0.00246923076923077, 0.00226743898230173, 0.00740346153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1185, '2021-06-13 00:00:00', 0.000285188466699588, 0.000692692307692354, 0.000278484911896198, 0.000925384615384665, 0.000421729224101814, 0.00115653846153847, 0.000875822953657754, 0.0024446153846154, 0.00233031618851639, 0.00746846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1200, '2021-06-13 00:00:00', 0.000284398690898201, 0.000641153846153836, 0.000350148320221364, 0.000860384615384598, 0.000510811722050917, 0.00122384615384614, 0.000856145206950671, 0.00242615384615385, 0.00230003187268887, 0.00751884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1215, '2021-06-13 00:00:00', 0.000270441234907779, 0.000597692307692312, 0.000345555517080265, 0.00084615384615383, 0.000559542807876353, 0.00126807692307692, 0.000867597567113656, 0.00239153846153847, 0.00241690762370813, 0.00766230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1230, '2021-06-13 00:00:00', 0.000304953212048099, 0.000622692307692296, 0.000549591316693252, 0.000938846153846155, 0.000541100303512715, 0.00126153846153847, 0.000885054713649851, 0.0022746153846154, 0.00252512327193377, 0.00771346153846152 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1245, '2021-06-13 00:00:00', 0.000389140275281515, 0.00063307692307692, 0.000363133372404496, 0.000874615384615367, 0.000456279941061841, 0.00118923076923076, 0.000855228354570595, 0.00217346153846155, 0.00252281259403377, 0.00772923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1260, '2021-06-13 00:00:00', 0.000300287298330218, 0.000642692307692282, 0.000445215246127798, 0.000916153846153827, 0.000596422281996184, 0.00134653846153845, 0.000846091829895163, 0.00210923076923078, 0.00253176776186127, 0.00769999999999997 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1275, '2021-06-13 00:00:00', 0.000306911412926606, 0.000601153846153805, 0.000333422347089175, 0.000812307692307668, 0.000616968893368692, 0.00139115384615382, 0.000855138315397863, 0.00205846153846155, 0.00253775006346477, 0.00769923076923074 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1290, '2021-06-13 00:00:00', 0.000216111438489863, 0.00056807692307693, 0.000567210719221698, 0.00103, 0.000646746770085035, 0.00137423076923077, 0.000826871118224495, 0.00200038461538464, 0.00262784371974147, 0.00774115384615382 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1305, '2021-06-13 00:00:00', 0.000487495483213772, 0.000809615384615359, 0.000536910965259026, 0.00107576923076919, 0.000691925296101117, 0.00141615384615384, 0.000763215868243321, 0.00191230769230771, 0.00264753005358118, 0.00780076923076922 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1320, '2021-06-13 00:00:00', 0.000377485812265236, 0.000703461538461527, 0.000478508098155102, 0.000894999999999996, 0.000619914634321667, 0.00127307692307691, 0.000582614267432007, 0.00176076923076924, 0.00263239160051496, 0.00777846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1335, '2021-06-13 00:00:00', 0.000262631651967892, 0.000570769230769238, 0.000336689082777469, 0.000876538461538482, 0.000470134677921776, 0.00117115384615386, 0.000467035824684181, 0.0016823076923077, 0.00259828171031434, 0.00777961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1350, '2021-06-13 00:00:00', 0.00028898123441872, 0.000643076923076926, 0.000342511089096189, 0.000894615384615387, 0.000373580801680973, 0.00113115384615387, 0.000456606378202673, 0.00168423076923077, 0.00257235806216789, 0.007815 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1365, '2021-06-13 00:00:00', 0.000287368163752462, 0.000662692307692285, 0.000353903289701478, 0.000846538461538448, 0.000358972893769887, 0.00108153846153848, 0.000478533175443446, 0.00166499999999998, 0.00254955142359173, 0.0078126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1380, '2021-06-13 00:00:00', 0.000243239672877486, 0.000568461538461522, 0.000258967476425421, 0.00075807692307691, 0.0003915627467155, 0.00112576923076922, 0.000478179239004973, 0.00162923076923076, 0.00255849490010168, 0.00783192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1380); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1395, '2021-06-13 00:00:00', 0.000260891961134518, 0.000546153846153854, 0.000304146978639248, 0.000765769230769243, 0.000388983092375305, 0.0012296153846154, 0.000407015403223929, 0.00166846153846153, 0.0025613789555328, 0.00783692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1395); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1410, '2021-06-13 00:00:00', 0.000271327505764919, 0.000481153846153855, 0.000338803550975823, 0.000880384615384593, 0.000375750530988927, 0.00113269230769232, 0.000506945604728777, 0.00178538461538459, 0.00256394302708816, 0.00783961538461537 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1410); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 1, 1425, '2021-06-13 00:00:00', 0.000305427821008707, 0.000713076923076906, 0.000405349042374416, 0.000970384615384627, 0.000397769357214034, 0.00104269230769231, 0.000710840023114561, 0.00194846153846151, 0.00256113448419914, 0.0078053846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 1425); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 0, '2021-06-13 00:00:00', 0.000409914812913787, 0.000653076923076923, 0.000379499467923003, 0.000790384615384618, 0.000399272415198529, 0.000932307692307694, 0.000769929567208306, 0.00197653846153845, 0.0025626350621067, 0.0078276923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 0); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 15, '2021-06-13 00:00:00', 0.00023518503353742, 0.000450000000000019, 0.000284059582048988, 0.000724615384615392, 0.000347658541587104, 0.000902307692307694, 0.000710070419043075, 0.00205, 0.00257570017366454, 0.00785076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 15); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 30, '2021-06-13 00:00:00', 0.000341506391425715, 0.00058884615384616, 0.000378524259968406, 0.000746153846153858, 0.000394187187084438, 0.000916538461538454, 0.000701634246160077, 0.00217115384615386, 0.00257597001893688, 0.00784846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 30); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 45, '2021-06-13 00:00:00', 0.00039047998077317, 0.00053115384615385, 0.000378616103521958, 0.000723076923076937, 0.000378365106538863, 0.000861923076923087, 0.000806895379740238, 0.00231192307692308, 0.00257597001893688, 0.00784846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 45); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 60, '2021-06-13 00:00:00', 0.000212569988474386, 0.000535000000000012, 0.000288561685179878, 0.000660384615384612, 0.000294490172227306, 0.000777307692307686, 0.000924234818647299, 0.00233499999999999, 0.00258540245342074, 0.00781461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 60); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 75, '2021-06-13 00:00:00', 0.000234120613228436, 0.000427307692307682, 0.000225657671297449, 0.000524230769230762, 0.000305260796444871, 0.000838076923076914, 0.00102181768658376, 0.00240076923076923, 0.00259479327767096, 0.00783192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 75); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 90, '2021-06-13 00:00:00', 0.000131906726952728, 0.000320769230769265, 0.000211760387085176, 0.000502307692307695, 0.000356549273755248, 0.000849230769230782, 0.00100854655512087, 0.00245307692307693, 0.00258877104790319, 0.00781653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 90); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 105, '2021-06-13 00:00:00', 0.000198057101323368, 0.000398846153846119, 0.000320913359982665, 0.000694230769230748, 0.000433342110364747, 0.000984230769230752, 0.00101539655004643, 0.00249692307692308, 0.00259066255261829, 0.00781269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 105); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 120, '2021-06-13 00:00:00', 0.00023799967679352, 0.000540384615384603, 0.000284475225364449, 0.000686923076923076, 0.000405698637679958, 0.000990769230769205, 0.00101263411267539, 0.00251038461538464, 0.00260359302030576, 0.00783384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 120); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 135, '2021-06-13 00:00:00', 0.000235434786005694, 0.000448461538461556, 0.00032258308410988, 0.000710384615384623, 0.000367150356959364, 0.00106923076923081, 0.000979335410446221, 0.00248461538461543, 0.00260524240714761, 0.00783000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 135); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 150, '2021-06-13 00:00:00', 0.000199981537609385, 0.000443846153846175, 0.000261269092051734, 0.000631538461538465, 0.000460401329945306, 0.00117576923076923, 0.000879667069888449, 0.00243307692307695, 0.00255085349215939, 0.00778846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 150); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 165, '2021-06-13 00:00:00', 0.000184167148160408, 0.000431538461538479, 0.000321060981506882, 0.000808076923076931, 0.00060473121810757, 0.00135038461538461, 0.00084154509911601, 0.00245692307692308, 0.00256038437619166, 0.00780192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 165); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 180, '2021-06-13 00:00:00', 0.000271384201116035, 0.000705769230769251, 0.000386298409961102, 0.00102230769230771, 0.000624600302963067, 0.00142846153846157, 0.00083559651654464, 0.00244846153846157, 0.00255086341340464, 0.00779807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 180); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 195, '2021-06-13 00:00:00', 0.000284111841466613, 0.000673461538461535, 0.000496188084686268, 0.000971153846153846, 0.000506643403649502, 0.00126653846153847, 0.000794250202779583, 0.00221576923076924, 0.00255879394667463, 0.00778769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 195); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 210, '2021-06-13 00:00:00', 0.00033876268071639, 0.000598076923076913, 0.000368943606280681, 0.000839230769230784, 0.000373126705639738, 0.00118653846153848, 0.000813135621198291, 0.00206846153846155, 0.00258942143820113, 0.00782076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 210); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 225, '2021-06-13 00:00:00', 0.00019774575751554, 0.000550769230769261, 0.000362038884439461, 0.000888076923076925, 0.000422841123100205, 0.00120115384615385, 0.000808593460655848, 0.00211076923076924, 0.00259162060969881, 0.00782423076923078 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 225); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 240, '2021-06-13 00:00:00', 0.000335421892776603, 0.00066961538461539, 0.000326841528290684, 0.000885769230769218, 0.000579784575377943, 0.00120692307692307, 0.000823160139574686, 0.00209384615384616, 0.00261057223317333, 0.00783076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 240); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 255, '2021-06-13 00:00:00', 0.000230756615039768, 0.000526153846153834, 0.000353129525158214, 0.0007926923076923, 0.000623980275822372, 0.00113923076923078, 0.00082177940143044, 0.00197423076923078, 0.00261761535635898, 0.00777307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 255); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 270, '2021-06-13 00:00:00', 0.000234455506686022, 0.000555769230769251, 0.000385149920860033, 0.000752692307692311, 0.00051287680332085, 0.00110115384615386, 0.000761754250701347, 0.00187153846153848, 0.00262399050185901, 0.00777692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 270); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 285, '2021-06-13 00:00:00', 0.000282147806327457, 0.000539230769230758, 0.00040777388153428, 0.000773461538461541, 0.000429218431033042, 0.00108730769230769, 0.000783193560906999, 0.00184192307692308, 0.00261497383425653, 0.00777807692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 285); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 300, '2021-06-13 00:00:00', 0.000277485411951978, 0.000503076923076931, 0.000323010121298932, 0.000726538461538456, 0.000381400052438393, 0.000974999999999991, 0.000834168770969964, 0.00178153846153846, 0.00261389238198813, 0.00777576923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 300); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 315, '2021-06-13 00:00:00', 0.000191351468809092, 0.000510769230769246, 0.000271041580687452, 0.000713461538461558, 0.000420478847908532, 0.000927692307692347, 0.000808060260509954, 0.00187576923076922, 0.00260600575594149, 0.007775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 315); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 330, '2021-06-13 00:00:00', 0.000260215591089727, 0.000478076923076929, 0.0003082119650251, 0.000648846153846143, 0.000453678978336695, 0.000853846153846171, 0.000810827592411242, 0.00198423076923078, 0.0026060921820877, 0.0077773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 330); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 345, '2021-06-13 00:00:00', 0.000155278410010461, 0.000419230769230783, 0.00028805795357077, 0.000565769230769248, 0.000433520294973388, 0.000859615384615363, 0.000898402000134753, 0.00207692307692306, 0.0026060921820877, 0.0077773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 345); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 360, '2021-06-13 00:00:00', 0.000205230077267918, 0.000400769230769243, 0.000264441646900401, 0.000564230769230785, 0.00042016480283156, 0.000867692307692313, 0.00092431804383222, 0.00213961538461538, 0.00260374396118066, 0.00778115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 360); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 375, '2021-06-13 00:00:00', 0.000133635554918842, 0.000352307692307703, 0.000319696971906453, 0.0005830769230769, 0.000417854593774523, 0.000807692307692296, 0.000884324340082033, 0.00233846153846154, 0.00259869591555816, 0.0077773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 375); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 390, '2021-06-13 00:00:00', 0.000237239249574069, 0.000387692307692277, 0.000305749017232211, 0.0005476923076923, 0.000358865734481022, 0.000776153846153832, 0.000873407914216105, 0.00251423076923077, 0.00258448593311352, 0.00776653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 390); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 405, '2021-06-13 00:00:00', 0.00012510180469706, 0.00035769230769232, 0.000177556058320064, 0.000506923076923076, 0.000433248374314531, 0.000838076923076905, 0.000875496167017028, 0.00268846153846153, 0.00257077722458825, 0.00774653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 405); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 420, '2021-06-13 00:00:00', 0.000156714831657822, 0.00038653846153844, 0.00020066351475503, 0.000544615384615366, 0.000465902763047611, 0.000864230769230752, 0.000885750529212334, 0.002765, 0.00253722404335013, 0.00775461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 420); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 435, '2021-06-13 00:00:00', 0.000136681550158912, 0.000384615384615376, 0.000350459039634548, 0.000638461538461536, 0.000383204303813961, 0.000921538461538469, 0.000983652299419746, 0.0028096153846154, 0.00252842246348317, 0.00775192307692309 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 435); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 450, '2021-06-13 00:00:00', 0.000330356450845755, 0.000469230769230752, 0.000363045239817116, 0.00065461538461536, 0.000337035035841433, 0.000926153846153816, 0.00101092440560413, 0.00284192307692309, 0.00253393570436313, 0.00774307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 450); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 465, '2021-06-13 00:00:00', 0.000186681134970423, 0.000424615384615357, 0.000279185628900552, 0.000653846153846167, 0.000303963560569077, 0.000914615384615356, 0.00102779442721554, 0.00288423076923077, 0.00252856055128972, 0.0077323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 465); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 480, '2021-06-13 00:00:00', 0.000271574327550686, 0.000496153846153868, 0.000277358141148823, 0.000676538461538453, 0.000306559066965005, 0.000992307692307668, 0.00107353972374638, 0.00297653846153847, 0.00253856582769456, 0.0077373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 480); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 495, '2021-06-13 00:00:00', 0.000178995917443762, 0.000446538461538432, 0.000250522223795392, 0.000665769230769186, 0.000389361607684259, 0.00117769230769227, 0.00109195125278625, 0.00304153846153845, 0.00253264799096794, 0.00774538461538463 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 495); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 510, '2021-06-13 00:00:00', 0.000158523960819319, 0.000514615384615348, 0.000224315711579744, 0.000748461538461514, 0.000350107895457277, 0.00140653846153845, 0.00117834016245797, 0.00317846153846153, 0.00253322333431906, 0.00776269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 510); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 525, '2021-06-13 00:00:00', 0.000193158364680769, 0.000513076923076928, 0.00025965094913099, 0.00101884615384614, 0.000415182073127109, 0.00153192307692307, 0.00117417263833532, 0.00325576923076924, 0.00252275844143792, 0.00778307692307694 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 525); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 540, '2021-06-13 00:00:00', 0.000243467578002636, 0.000872692307692294, 0.000291385285516251, 0.00122576923076925, 0.000525365953041634, 0.00162576923076922, 0.0012585332121775, 0.00331538461538462, 0.00251891099790856, 0.00779615384615387 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 555, '2021-06-13 00:00:00', 0.000265496921610439, 0.000746153846153858, 0.000342663773309129, 0.00105769230769229, 0.000563092013248801, 0.00163384615384615, 0.00126936616527243, 0.0032423076923077, 0.00251817788215088, 0.00785961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 570, '2021-06-13 00:00:00', 0.000360845374939707, 0.000825769230769217, 0.000536729125207643, 0.00113692307692307, 0.000634646358218486, 0.00179000000000002, 0.00131168570344247, 0.00325923076923079, 0.00251851971174767, 0.00788153846153848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 585, '2021-06-13 00:00:00', 0.000350416016493799, 0.000740769230769207, 0.000451371925782499, 0.00129615384615384, 0.000649175216361865, 0.00194269230769231, 0.00126609375032629, 0.00322423076923079, 0.00252977992353851, 0.0079023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 600, '2021-06-13 00:00:00', 0.000401776822856436, 0.00110615384615385, 0.000569443047736447, 0.00146576923076924, 0.000689430645811902, 0.00199884615384617, 0.00128734604755433, 0.00332038461538463, 0.00255924919879611, 0.00794269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 615, '2021-06-13 00:00:00', 0.000405808025852359, 0.000948076923076934, 0.000531812575429197, 0.00138384615384614, 0.000708922150440081, 0.00184884615384616, 0.0012064120995108, 0.00329307692307692, 0.00256182278856287, 0.00789999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 630, '2021-06-13 00:00:00', 0.000321784686732247, 0.000874230769230783, 0.000422535387685077, 0.00126192307692309, 0.00054385801314454, 0.00165846153846153, 0.00118810210646418, 0.00323115384615384, 0.00256371125219191, 0.00788076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 645, '2021-06-13 00:00:00', 0.000409224407122316, 0.000876153846153873, 0.00047561393522961, 0.00123615384615387, 0.00057414337528584, 0.00167615384615384, 0.00112842197508116, 0.00329192307692306, 0.00256708553691654, 0.00786192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 660, '2021-06-13 00:00:00', 0.000289243043929394, 0.000831538461538469, 0.00042725114214185, 0.00111346153846152, 0.000588503708896212, 0.00162615384615383, 0.00105231766189606, 0.00329269230769229, 0.00251721619743226, 0.00787423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 675, '2021-06-13 00:00:00', 0.000300330074827947, 0.000716923076923051, 0.000435009637382202, 0.00109423076923077, 0.000433699825295726, 0.00151653846153844, 0.000978908654495467, 0.00320692307692307, 0.00250771047893369, 0.00784038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 690, '2021-06-13 00:00:00', 0.000254609504928622, 0.000745000000000047, 0.000301439877919309, 0.00106500000000001, 0.000517593841361546, 0.00150923076923078, 0.000914599281736983, 0.00319961538461539, 0.00246394979968842, 0.00782615384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 705, '2021-06-13 00:00:00', 0.000198181346634455, 0.000689615384615385, 0.000280700223342644, 0.000966153846153847, 0.000539300972056931, 0.00149846153846154, 0.00102706662206198, 0.00325461538461539, 0.00237720174866294, 0.00782807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 720, '2021-06-13 00:00:00', 0.000208401978434402, 0.000699230769230755, 0.000436769962337153, 0.00104, 0.000612783309674315, 0.00153923076923075, 0.00114735957746471, 0.00341500000000001, 0.00239503280851142, 0.00782307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 735, '2021-06-13 00:00:00', 0.000385497281243527, 0.000748076923076947, 0.000477424500676449, 0.00107307692307693, 0.000567583948382561, 0.00148653846153846, 0.00130553920484396, 0.00367384615384616, 0.00244872827276651, 0.00779307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 750, '2021-06-13 00:00:00', 0.000201350822809733, 0.000696923076923091, 0.000267670578251588, 0.00100346153846154, 0.000413770653679251, 0.00133307692307691, 0.00135919184133014, 0.00365230769230771, 0.00240573906763356, 0.00775269230769232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 765, '2021-06-13 00:00:00', 0.000225618125294796, 0.000733461538461544, 0.000336764926001253, 0.00100884615384616, 0.000470850131309161, 0.00132961538461541, 0.00147794660047181, 0.00403307692307693, 0.00239141802156088, 0.00772192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 780, '2021-06-13 00:00:00', 0.000230252369903464, 0.000718076923076913, 0.000295520661779278, 0.00092730769230767, 0.000504427931880785, 0.00141346153846156, 0.00143121701843086, 0.00430692307692307, 0.00248441554804842, 0.00773384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 795, '2021-06-13 00:00:00', 0.00020720001485, 0.000670384615384575, 0.00030488333203679, 0.000985384615384606, 0.000430805506714336, 0.00156576923076921, 0.00140519826140161, 0.00438307692307693, 0.00248949364638367, 0.00771115384615386 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 810, '2021-06-13 00:00:00', 0.000242118851933366, 0.000748461538461531, 0.000376966229868811, 0.00112346153846155, 0.000603129785752215, 0.00171153846153847, 0.00137728808226108, 0.00446230769230769, 0.00248135285681018, 0.00772000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 825, '2021-06-13 00:00:00', 0.000311790856924183, 0.00080846153846154, 0.000404915375774312, 0.0012273076923077, 0.000681875355178614, 0.00179500000000001, 0.00138557807985857, 0.00438884615384617, 0.00251130395182694, 0.00769346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 840, '2021-06-13 00:00:00', 0.000348427014761175, 0.000814230769230774, 0.000550848995083609, 0.00121115384615386, 0.000699201412601989, 0.00167115384615385, 0.00151068787184971, 0.00461538461538463, 0.00247522269394401, 0.00768923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 855, '2021-06-13 00:00:00', 0.000340135041055515, 0.000799615384615388, 0.000417535811453521, 0.00119192307692308, 0.000538362188636833, 0.00157461538461539, 0.00156821745941052, 0.00462500000000002, 0.00249111380711521, 0.00768000000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 870, '2021-06-13 00:00:00', 0.000360433286262725, 0.00087192307692305, 0.000474581759187837, 0.0011103846153846, 0.00056568501700285, 0.00168346153846152, 0.00164363012870901, 0.00470000000000001, 0.00247842608244706, 0.00769038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 885, '2021-06-13 00:00:00', 0.000307187990550503, 0.000737307692307723, 0.000312246697340421, 0.00114500000000002, 0.000590715342093475, 0.00190615384615386, 0.00176915747005351, 0.00475307692307694, 0.00242160226677745, 0.00768846153846153 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 900, '2021-06-13 00:00:00', 0.000267551001608173, 0.000893461538461542, 0.000395125880623452, 0.00136730769230767, 0.000867474850001203, 0.00222384615384616, 0.00180996948550562, 0.00484153846153847, 0.0023760577563558, 0.00770230769230768 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 915, '2021-06-13 00:00:00', 0.00030178775017195, 0.000969615384615383, 0.000497419185550616, 0.00153461538461539, 0.000961103532404302, 0.00242000000000004, 0.00201170360257554, 0.0049192307692308, 0.00237814591646519, 0.00771500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 930, '2021-06-13 00:00:00', 0.0005221743004017, 0.001105, 0.000708727136383379, 0.00163307692307694, 0.0010507295633914, 0.00227615384615388, 0.00199652101262327, 0.00492807692307694, 0.00237369546358545, 0.00767307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 945, '2021-06-13 00:00:00', 0.000445256710742858, 0.00104846153846155, 0.000692036570843361, 0.00166115384615388, 0.0010015597067344, 0.00251538461538464, 0.00192615887195218, 0.00476000000000001, 0.00231792612877578, 0.00761846153846155 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 960, '2021-06-13 00:00:00', 0.000532759001656615, 0.00129807692307695, 0.00054687602307597, 0.00156423076923078, 0.00108719830474765, 0.00261192307692306, 0.00181051203977049, 0.0046746153846154, 0.00232959923922219, 0.00760615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 975, '2021-06-13 00:00:00', 0.000341841168695935, 0.000989230769230768, 0.000710132490346803, 0.00191192307692308, 0.00094109829454736, 0.00260499999999999, 0.00168712285814091, 0.00469346153846155, 0.00220409245233986, 0.00765346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 990, '2021-06-13 00:00:00', 0.000705984528050129, 0.00151692307692311, 0.000983086896542639, 0.00203961538461538, 0.00111263464180916, 0.0025596153846154, 0.00177461137674184, 0.00470153846153845, 0.00219168698635408, 0.00776038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1005, '2021-06-13 00:00:00', 0.000486210464083823, 0.00126615384615383, 0.000792945046112141, 0.0017946153846154, 0.000995818024772345, 0.00242153846153847, 0.00168664582940407, 0.00464307692307689, 0.00223080078757519, 0.0079180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1020, '2021-06-13 00:00:00', 0.0005879692561298, 0.00132961538461542, 0.000845504310137766, 0.00183153846153849, 0.000927761905795964, 0.00255307692307697, 0.00168377506263113, 0.00450230769230772, 0.00238492418844193, 0.00805076923076924 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1035, '2021-06-13 00:00:00', 0.000463364285998038, 0.00125769230769229, 0.000497543504089374, 0.00165846153846154, 0.000864940727182186, 0.00251769230769233, 0.00168372686438333, 0.00428192307692309, 0.00255499402377746, 0.0083623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1050, '2021-06-13 00:00:00', 0.000352895713512344, 0.00106076923076925, 0.000744849907441336, 0.00176576923076925, 0.0010712084477176, 0.00238346153846158, 0.00183501184234284, 0.00417730769230769, 0.00277923143775676, 0.00841923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1065, '2021-06-13 00:00:00', 0.000632791738738261, 0.00147576923076924, 0.000770844891112273, 0.00191538461538462, 0.000937533999383497, 0.00243499999999999, 0.0017206607407085, 0.00412576923076925, 0.00292510386403366, 0.00854615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1080, '2021-06-13 00:00:00', 0.000651668273327437, 0.00121653846153846, 0.000644825080634567, 0.00159923076923078, 0.000830219340804666, 0.00217807692307691, 0.00158311829578892, 0.00388346153846156, 0.0029006020860398, 0.00854269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1095, '2021-06-13 00:00:00', 0.000536285802104095, 0.00108230769230769, 0.000749784379261552, 0.00155615384615382, 0.0011817963510625, 0.00216884615384614, 0.0016340579502011, 0.00379423076923077, 0.00316919569995533, 0.00852423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1110, '2021-06-13 00:00:00', 0.000346640358962382, 0.00106653846153841, 0.000497220737236957, 0.00141730769230767, 0.001008823839162, 0.00208153846153847, 0.00149036190751933, 0.00353884615384617, 0.00316687540742509, 0.00836961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032131 and enddate = '2021-06-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032131, 2, 1125, '2021-06-13 00:00:00', 0.000324122483970746, 0.000930769230769214, 0.000706394638014323, 0.00135576923[...];
Date: 2021-06-13 18:10:36 Duration: 2s156ms Database: acaweb_fx User: pgperfstats
5 51ms 9s618ms 1s781ms 190 5m38s with rar_max as ( ;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Jun 13 18 190 5m38s 1s781ms [ User: postgres - Total duration: 5m38s - Times executed: 190 ]
-
WITH rar_max as ( ;
Date: 2021-06-13 18:56:07 Duration: 9s618ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-06-13 18:11:35 Duration: 9s546ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-06-13 18:41:16 Duration: 9s246ms Database: acaweb_fx User: postgres Bind query: yes
6 1s640ms 1s845ms 1s685ms 97 2m43s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Jun 13 18 97 2m43s 1s685ms [ User: pgperfstats - Total duration: 2m43s - Times executed: 97 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1030696, 1, 600, '2021-06-13 00:00:00', 0.127406174627972, 0.3136, 0.139638819817412, 0.413600000000001, 0.17654366787474, 0.494799999999999, 0.265638852579963, 0.7016, 0.994352720785402, 2.0096 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 615, '2021-06-13 00:00:00', 0.116337153709952, 0.2852, 0.128743931895835, 0.342, 0.156843871413579, 0.416000000000001, 0.23630982487686, 0.6344, 0.988318099938812, 1.9668 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 630, '2021-06-13 00:00:00', 0.0684348838921596, 0.220000000000001, 0.0939006567247175, 0.295600000000001, 0.1237699478872, 0.382400000000002, 0.207667201711455, 0.594399999999999, 0.989852682641882, 1.936 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 645, '2021-06-13 00:00:00', 0.0702685325495475, 0.202799999999999, 0.105123736615476, 0.254800000000001, 0.127811058467828, 0.332400000000002, 0.203039405042468, 0.58, 0.987042214564975, 1.9276 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 660, '2021-06-13 00:00:00', 0.0600083327547098, 0.155200000000002, 0.091318125254522, 0.2516, 0.117817655722733, 0.323199999999998, 0.192307912820385, 0.553599999999999, 0.989011796357015, 1.9188 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 675, '2021-06-13 00:00:00', 0.0827586853448045, 0.1764, 0.0894743911220792, 0.221600000000001, 0.126699118649922, 0.331199999999999, 0.183371208208922, 0.529999999999999, 0.984539316973509, 1.9252 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 690, '2021-06-13 00:00:00', 0.0414648445473195, 0.131200000000002, 0.0640364479547897, 0.195599999999999, 0.124432043032866, 0.323999999999998, 0.168529918214342, 0.497599999999999, 0.980173794113403, 1.9236 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 705, '2021-06-13 00:00:00', 0.0515816504841255, 0.1424, 0.0970395108533971, 0.222, 0.139549274451712, 0.3236, 0.158095962419452, 0.481199999999999, 0.973501070021667, 1.9372 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 720, '2021-06-13 00:00:00', 0.0943786699065702, 0.1536, 0.107023361935605, 0.230399999999998, 0.13197221929886, 0.301999999999999, 0.141958914243991, 0.477599999999999, 0.969042826710975, 1.9424 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 735, '2021-06-13 00:00:00', 0.0735141709695028, 0.142799999999997, 0.0807774721070167, 0.213999999999999, 0.096517701312592, 0.2636, 0.149024606469312, 0.484, 0.954358423235211, 1.966 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 750, '2021-06-13 00:00:00', 0.0750932753314162, 0.148399999999999, 0.0914239210126845, 0.183999999999999, 0.0980340077048086, 0.252399999999999, 0.138567672997708, 0.495199999999999, 0.960923687570107, 1.9692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 765, '2021-06-13 00:00:00', 0.0686002915445716, 0.1168, 0.0771967184103924, 0.1648, 0.0977701385904711, 0.254399999999998, 0.14711333499494, 0.4956, 0.95806436805328, 1.9704 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 780, '2021-06-13 00:00:00', 0.0551513070259154, 0.108, 0.081349042198828, 0.1748, 0.0942284458112295, 0.2504, 0.168258729342641, 0.498799999999999, 0.955946302536566, 1.976 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 795, '2021-06-13 00:00:00', 0.0592677540207715, 0.117200000000001, 0.0630396700498974, 0.1636, 0.0720948449382242, 0.223200000000001, 0.200001666659723, 0.495600000000002, 0.949148214628955, 1.9664 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 810, '2021-06-13 00:00:00', 0.0561634519356962, 0.1128, 0.0708566628247938, 0.159600000000001, 0.0655743852430194, 0.201999999999999, 0.24139732116713, 0.506799999999998, 0.94711843680362, 1.964 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 825, '2021-06-13 00:00:00', 0.0374165738677405, 0.104000000000002, 0.0518427108344728, 0.1372, 0.0702803908165962, 0.193199999999999, 0.219729379009725, 0.503199999999998, 0.938740290673268, 1.958 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 840, '2021-06-13 00:00:00', 0.0362859017617954, 0.092000000000001, 0.0356464116941195, 0.1204, 0.0774058567982209, 0.191999999999999, 0.220323247373791, 0.505599999999998, 0.938892432603436, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 855, '2021-06-13 00:00:00', 0.0347035060668708, 0.0872000000000008, 0.0562731433871142, 0.140000000000001, 0.0864253049363051, 0.198800000000001, 0.227742544700515, 0.513999999999998, 0.938892432603436, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 870, '2021-06-13 00:00:00', 0.0522812904711948, 0.104, 0.0714656094449169, 0.143600000000002, 0.0902274902676568, 0.2008, 0.227992689941293, 0.528399999999998, 0.936934184810579, 1.9596 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 885, '2021-06-13 00:00:00', 0.0500266595593462, 0.0988000000000017, 0.0553022000767902, 0.152000000000001, 0.0796910701814612, 0.205600000000001, 0.298612346250676, 0.701199999999999, 0.938563974022725, 1.9576 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 900, '2021-06-13 00:00:00', 0.046644042134732, 0.1156, 0.0577119282875447, 0.148399999999999, 0.0718261790714222, 0.224399999999999, 0.360014814509995, 0.7676, 0.936801828919363, 1.9532 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 915, '2021-06-13 00:00:00', 0.0436844747402733, 0.0919999999999999, 0.0494031038161237, 0.1336, 0.0795822425754218, 0.238, 0.385965456139967, 0.798800000000001, 0.932531858258293, 1.9464 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 930, '2021-06-13 00:00:00', 0.0447101778122155, 0.1064, 0.0682446579105888, 0.1664, 0.0878578397184899, 0.2676, 0.410049996951592, 0.8292, 0.932648558318369, 1.946 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 945, '2021-06-13 00:00:00', 0.05951190357119, 0.112, 0.0735798885565882, 0.1684, 0.111947904550882, 0.2936, 0.436708522167055, 0.8532, 0.930724986233849, 1.9436 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 960, '2021-06-13 00:00:00', 0.0620483682299548, 0.115999999999999, 0.0841466973010019, 0.188400000000001, 0.131425517562864, 0.3168, 0.457438520459307, 0.86, 0.929984408471453, 1.9372 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 975, '2021-06-13 00:00:00', 0.0592311854797228, 0.138000000000002, 0.0971116196274497, 0.2316, 0.149406604048594, 0.328400000000001, 0.460884294951925, 0.8632, 0.926287032548046, 1.9308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 990, '2021-06-13 00:00:00', 0.107031148114306, 0.1916, 0.11806495387427, 0.263199999999998, 0.178472220060526, 0.342399999999998, 0.467920221120367, 0.889200000000001, 0.913593272012588, 1.9312 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1005, '2021-06-13 00:00:00', 0.06858571279793, 0.159599999999998, 0.0996711258757207, 0.2148, 0.119061608701826, 0.294399999999998, 0.465239006676497, 0.881600000000001, 0.905644889935711, 1.9148 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1020, '2021-06-13 00:00:00', 0.0565036871953216, 0.144799999999999, 0.0889756521002607, 0.207999999999998, 0.0939982269336337, 0.272399999999997, 0.446220050348855, 0.8804, 0.886187903325249, 1.9104 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1035, '2021-06-13 00:00:00', 0.0592368128784807, 0.1356, 0.0824621125123533, 0.183999999999999, 0.095791440118625, 0.245199999999999, 0.45412920334783, 0.888, 0.881499101909166, 1.9064 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1050, '2021-06-13 00:00:00', 0.0467511140687248, 0.117599999999999, 0.0587877538267982, 0.1668, 0.078460180983734, 0.246799999999998, 0.46192531863928, 0.894000000000002, 0.882652630804818, 1.9056 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1065, '2021-06-13 00:00:00', 0.0490170038524051, 0.1188, 0.0707860626583136, 0.1676, 0.245880729894258, 0.506399999999999, 0.475181719625941, 0.913200000000002, 0.885548417648634, 1.9072 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1080, '2021-06-13 00:00:00', 0.0478991997149562, 0.108800000000001, 0.0625886038615119, 0.165599999999999, 0.30910462090798, 0.579599999999999, 0.471747813985395, 0.907200000000001, 0.890834440286184, 1.9112 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 1, 1095, '2021-06-13 00:00:00', 0.0459999999999997, 0.119199999999998, 0.232843294943186, 0.4792, 0.340720804569763, 0.6236, 0.494143029226695, 0.917600000000002, 0.888451461814318, 1.9172 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 600, '2021-06-13 00:00:00', 0.120557678503501, 0.336923076923078, 0.182736464299315, 0.463846153846155, 0.243194129483803, 0.570769230769232, 0.384995504469258, 0.841538461538464, 0.859029953807468, 1.86730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 615, '2021-06-13 00:00:00', 0.12868327247698, 0.280769230769231, 0.170441959442097, 0.377692307692307, 0.230121372657659, 0.499615384615387, 0.325969559692547, 0.768076923076925, 0.826596357638683, 1.83846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 630, '2021-06-13 00:00:00', 0.074350521181764, 0.23, 0.116307285306572, 0.310769230769231, 0.117371206008967, 0.430000000000002, 0.216117133482321, 0.691153846153849, 0.717877748323808, 1.81269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 645, '2021-06-13 00:00:00', 0.0683531553489218, 0.198076923076923, 0.0763111041420885, 0.290769230769232, 0.108846398477575, 0.383461538461537, 0.216772124236846, 0.653076923076925, 0.684863602366305, 1.80692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 660, '2021-06-13 00:00:00', 0.0797968574665604, 0.203461538461539, 0.0741069912615953, 0.270384615384615, 0.140977357701922, 0.368846153846153, 0.213659686273434, 0.622307692307694, 0.68092245124932, 1.81076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 675, '2021-06-13 00:00:00', 0.0702960771418899, 0.181538461538461, 0.0867605014703383, 0.260769230769229, 0.124458210471813, 0.344615384615385, 0.191969949571442, 0.597307692307693, 0.681956123109216, 1.80807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 690, '2021-06-13 00:00:00', 0.0789439918306254, 0.181923076923076, 0.102690723122318, 0.25423076923077, 0.130200437196478, 0.338076923076922, 0.190345839096995, 0.566538461538463, 0.683912724976377, 1.81615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 705, '2021-06-13 00:00:00', 0.0890704129413279, 0.158461538461539, 0.0998028826468247, 0.216153846153846, 0.110857496883995, 0.304230769230769, 0.177878091356456, 0.526153846153847, 0.728344381773854, 1.92846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 720, '2021-06-13 00:00:00', 0.086231352499229, 0.149615384615385, 0.0980431616098822, 0.217307692307693, 0.0911710142871816, 0.318076923076925, 0.187562912522294, 0.549615384615385, 0.71345486623461, 1.94538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 735, '2021-06-13 00:00:00', 0.0716798437498297, 0.154999999999997, 0.0774249015796293, 0.221153846153844, 0.10795440633042, 0.313076923076922, 0.199530603012323, 0.532692307692308, 0.713863162927332, 1.94615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 750, '2021-06-13 00:00:00', 0.0680407117947671, 0.141538461538461, 0.0792202382844573, 0.210384615384616, 0.102905483146129, 0.271538461538461, 0.207789834651784, 0.503846153846156, 0.728125094915807, 1.93692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 765, '2021-06-13 00:00:00', 0.0514003891035873, 0.145000000000001, 0.0737114958156765, 0.194230769230769, 0.0930343195567363, 0.26076923076923, 0.233842813741326, 0.532307692307695, 0.730012012546053, 1.95153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 780, '2021-06-13 00:00:00', 0.0593917891242939, 0.129230769230769, 0.0595327963911806, 0.181923076923077, 0.109479889266687, 0.254615384615384, 0.223105701061523, 0.558076923076924, 0.737675037898437, 1.96269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 795, '2021-06-13 00:00:00', 0.0459832745513127, 0.127692307692306, 0.0719615281831998, 0.177692307692307, 0.107431552448702, 0.251538461538461, 0.209729496109779, 0.572307692307692, 0.749702299890788, 1.96846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 810, '2021-06-13 00:00:00', 0.0489017854007872, 0.109230769230769, 0.0725629700011276, 0.164230769230768, 0.0862875336392151, 0.23846153846154, 0.208840019742755, 0.563076923076924, 0.761157923571306, 1.97423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 825, '2021-06-13 00:00:00', 0.0675733220002827, 0.123076923076923, 0.0919272287443467, 0.178846153846155, 0.0884951106863227, 0.24923076923077, 0.202364864691326, 0.576538461538462, 0.765537719514851, 1.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 840, '2021-06-13 00:00:00', 0.0660640714644614, 0.127307692307692, 0.0524771012332638, 0.174615384615386, 0.0798084244637425, 0.244230769230771, 0.195289134756255, 0.584615384615386, 0.767124200153754, 1.97653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 855, '2021-06-13 00:00:00', 0.0510082949513718, 0.115384615384616, 0.062052087301407, 0.167692307692307, 0.0867613880798249, 0.233461538461538, 0.183884579183625, 0.571538461538462, 0.77819673209681, 1.96307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 870, '2021-06-13 00:00:00', 0.0565318154126174, 0.119615384615383, 0.0676563715801015, 0.155769230769231, 0.0788299045169653, 0.223076923076922, 0.190657163112624, 0.566923076923077, 0.77987859015658, 1.96115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 885, '2021-06-13 00:00:00', 0.0390049306547871, 0.0957692307692322, 0.0662222365628388, 0.155769230769231, 0.0669190096023085, 0.213076923076924, 0.39698343309746, 0.870384615384616, 0.782214705917657, 1.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 900, '2021-06-13 00:00:00', 0.0525020146133598, 0.117307692307692, 0.0559450279635829, 0.155384615384616, 0.127347495520658, 0.25576923076923, 0.411926991290744, 0.920384615384616, 0.782214705917657, 1.95961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 915, '2021-06-13 00:00:00', 0.0364607270276487, 0.104230769230771, 0.0522361501703135, 0.153846153846155, 0.139303763271269, 0.271538461538463, 0.541079974182687, 1.01653846153846, 0.781997540818482, 1.96192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 930, '2021-06-13 00:00:00', 0.056568542494924, 0.119999999999999, 0.138464658084512, 0.207307692307692, 0.159532007880742, 0.272307692307693, 0.54877373787802, 1.03384615384616, 0.777446807480447, 1.96653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 945, '2021-06-13 00:00:00', 0.13804179968958, 0.146538461538464, 0.144303099812112, 0.20923076923077, 0.180558535149642, 0.345769230769232, 0.565002518714602, 1.05038461538462, 0.777130520668083, 1.97038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 960, '2021-06-13 00:00:00', 0.0569750282681264, 0.136923076923078, 0.0761223711179259, 0.181153846153847, 0.112930884240691, 0.344230769230769, 0.587986917698528, 1.03384615384616, 0.786727692113644, 1.94730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 975, '2021-06-13 00:00:00', 0.0512069706793304, 0.123076923076923, 0.0961449226628528, 0.250384615384616, 0.127177646802235, 0.353076923076922, 0.641821925938484, 1.03923076923077, 0.792151597767847, 1.94192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 990, '2021-06-13 00:00:00', 0.0698713102782515, 0.194999999999999, 0.100408396829378, 0.265384615384614, 0.120031406146635, 0.33653846153846, 0.686830849179486, 1.04615384615385, 0.792517410631366, 1.94038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1005, '2021-06-13 00:00:00', 0.0869624145160514, 0.182307692307692, 0.0966205902566249, 0.24653846153846, 0.102959289938383, 0.316153846153846, 0.686323090545104, 1.03076923076923, 0.793072797124237, 1.94730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1020, '2021-06-13 00:00:00', 0.0535221018329389, 0.163846153846153, 0.0653558307680695, 0.219230769230767, 0.0946540258804928, 0.31076923076923, 0.686760959420826, 1.02615384615385, 0.79752578931053, 1.95923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1035, '2021-06-13 00:00:00', 0.0565902954441961, 0.162307692307692, 0.0796270151296766, 0.227307692307693, 0.102362853839436, 0.296923076923079, 0.699243547314908, 1.02153846153846, 0.799845369671298, 1.95615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1050, '2021-06-13 00:00:00', 0.0719967948004538, 0.15346153846154, 0.0908328981405711, 0.201153846153848, 0.108741047376856, 0.273846153846156, 0.742162018388478, 1.01730769230769, 0.80109770843608, 1.95846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1065, '2021-06-13 00:00:00', 0.0474276777355234, 0.12423076923077, 0.0790832083703862, 0.176923076923078, 0.418686039891467, 0.655000000000001, 0.754682714788142, 1.005, 0.806224629893031, 1.96307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1080, '2021-06-13 00:00:00', 0.0579442703081029, 0.121538461538462, 0.0785101659267536, 0.179615384615386, 0.435259074044942, 0.707692307692309, 0.771714674255672, 0.993461538461541, 0.812344754399264, 1.97 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 2, 1095, '2021-06-13 00:00:00', 0.0574228579520798, 0.13423076923077, 0.434575832100857, 0.611923076923078, 0.592163309075615, 0.804230769230771, 0.78491312601116, 0.993846153846156, 0.819022306449305, 1.98153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 600, '2021-06-13 00:00:00', 0.308399341513813, 0.393076923076925, 0.29177757598238, 0.506923076923079, 0.462058437862571, 0.645000000000002, 0.680016289397653, 0.876923076923079, 0.684464642004134, 1.90961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 615, '2021-06-13 00:00:00', 0.154880102511091, 0.310384615384617, 0.305361324436377, 0.461538461538464, 0.301225190488139, 0.556153846153848, 0.503126838267067, 0.793846153846155, 0.590398561599249, 1.85769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 630, '2021-06-13 00:00:00', 0.185266959153126, 0.269615384615385, 0.18795621421368, 0.336538461538462, 0.220071666648707, 0.45346153846154, 0.390944418634591, 0.691538461538462, 0.560119218079096, 1.80846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 645, '2021-06-13 00:00:00', 0.117615409770083, 0.214230769230771, 0.141534448103632, 0.310000000000003, 0.221737544095578, 0.406538461538465, 0.323657226089577, 0.645000000000002, 0.541636835470466, 1.78230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 660, '2021-06-13 00:00:00', 0.0869977895386724, 0.203846153846154, 0.114098472989175, 0.272307692307693, 0.222192224471029, 0.355769230769231, 0.266130390251441, 0.60576923076923, 0.544485642955455, 1.75384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 675, '2021-06-13 00:00:00', 0.0743143013464791, 0.171153846153847, 0.138912257863068, 0.236153846153847, 0.184618108954257, 0.329615384615384, 0.262777179667197, 0.569615384615384, 0.55209363754293, 1.73076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 690, '2021-06-13 00:00:00', 0.0905198660728472, 0.164615384615385, 0.137460483832206, 0.220769230769231, 0.126950626380737, 0.307307692307693, 0.21975545849526, 0.547307692307692, 0.552249804122959, 1.73038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 705, '2021-06-13 00:00:00', 0.138159885083021, 0.161923076923078, 0.135196722764102, 0.233076923076923, 0.134037882130962, 0.313076923076923, 0.223254597678559, 0.561153846153845, 0.57484606635168, 1.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 720, '2021-06-13 00:00:00', 0.12554619131557, 0.175384615384615, 0.118783578248588, 0.228461538461538, 0.15462908473555, 0.316923076923078, 0.216038458114789, 0.563846153846153, 0.569981916042415, 1.84076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 735, '2021-06-13 00:00:00', 0.0738074417761412, 0.133461538461537, 0.114155090186048, 0.20076923076923, 0.155323979029441, 0.278461538461539, 0.215998931621288, 0.556538461538461, 0.569921047163551, 1.845 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 750, '2021-06-13 00:00:00', 0.0631774058931263, 0.139230769230768, 0.0989576443970628, 0.206153846153846, 0.104083546324021, 0.26423076923077, 0.191838072743254, 0.555384615384615, 0.564251580550596, 1.83961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 765, '2021-06-13 00:00:00', 0.0707498301166742, 0.138461538461539, 0.0777055586567254, 0.176923076923077, 0.107274629590811, 0.249615384615386, 0.232701856129585, 0.576923076923077, 0.566395485640419, 1.85038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 780, '2021-06-13 00:00:00', 0.0631140603620505, 0.12076923076923, 0.0874845041223785, 0.17846153846154, 0.127567176873145, 0.255769230769232, 0.260060348025963, 0.59923076923077, 0.576214703574444, 1.85076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 795, '2021-06-13 00:00:00', 0.0868181122542104, 0.134230769230769, 0.104986446011633, 0.176923076923076, 0.130902782482032, 0.256538461538461, 0.269067906784771, 0.608461538461537, 0.567789235002404, 1.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 810, '2021-06-13 00:00:00', 0.0655779043463682, 0.117307692307691, 0.0814531484021037, 0.181153846153846, 0.102303470126874, 0.244999999999999, 0.255967846538463, 0.60653846153846, 0.567235807701226, 1.84269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 825, '2021-06-13 00:00:00', 0.0567748590080543, 0.120769230769231, 0.101205807069632, 0.171153846153846, 0.111917552070881, 0.248461538461538, 0.242756288043409, 0.611153846153845, 0.567607800672802, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 840, '2021-06-13 00:00:00', 0.0926573505739546, 0.115769230769232, 0.0952252390590126, 0.170384615384616, 0.114784078231192, 0.249230769230769, 0.241231456042979, 0.623846153846155, 0.563377861993721, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 855, '2021-06-13 00:00:00', 0.0779398189927026, 0.131153846153845, 0.102788805137226, 0.191538461538462, 0.119262477173411, 0.243461538461538, 0.23039130592571, 0.638076923076923, 0.540416363699183, 1.84538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 870, '2021-06-13 00:00:00', 0.0606997655552447, 0.117307692307693, 0.072286821865293, 0.16423076923077, 0.102606792397744, 0.241923076923076, 0.218233467080204, 0.644615384615385, 0.537042041041625, 1.84307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 885, '2021-06-13 00:00:00', 0.0504579032461719, 0.115000000000002, 0.110821408650966, 0.175769230769231, 0.12841099881001, 0.274230769230767, 0.291245600825145, 0.85, 0.50689461808758, 1.85692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 900, '2021-06-13 00:00:00', 0.0885472494469222, 0.133846153846152, 0.0912148773290523, 0.188076923076921, 0.117652029306764, 0.284999999999999, 0.372491817153281, 0.936923076923077, 0.493120674885975, 1.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 915, '2021-06-13 00:00:00', 0.0852552727897911, 0.127307692307693, 0.114583526806363, 0.215769230769231, 0.13119627105395, 0.302692307692309, 0.404715474604832, 0.988846153846154, 0.49030351667262, 1.84846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 930, '2021-06-13 00:00:00', 0.104573124948708, 0.153461538461537, 0.103674787380833, 0.212692307692308, 0.125676018151678, 0.317692307692309, 0.418221877071894, 0.988461538461539, 0.491676097258535, 1.84576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 945, '2021-06-13 00:00:00', 0.0549419273835144, 0.128846153846155, 0.0843408834159601, 0.194230769230771, 0.143012102769175, 0.35269230769231, 0.42902196465198, 0.979615384615385, 0.486590650895043, 1.84230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 960, '2021-06-13 00:00:00', 0.0665085303956145, 0.13923076923077, 0.0785963397072945, 0.215769230769232, 0.146390415827518, 0.37692307692308, 0.436964529452905, 0.975, 0.478249532550337, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 975, '2021-06-13 00:00:00', 0.061515476476686, 0.141923076923077, 0.0976248707277751, 0.268846153846155, 0.165215011424505, 0.370000000000001, 0.440020454070033, 0.965, 0.47731702092167, 1.83346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 990, '2021-06-13 00:00:00', 0.08066359392325, 0.218846153846156, 0.108353410368394, 0.292692307692311, 0.12498861486613, 0.363076923076926, 0.441527418784451, 0.947692307692308, 0.465474447782541, 1.82769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1005, '2021-06-13 00:00:00', 0.101845282357416, 0.192692307692309, 0.117285319430207, 0.249615384615386, 0.122572427568357, 0.320000000000001, 0.452043564952963, 0.919230769230768, 0.479549147236636, 1.81923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1020, '2021-06-13 00:00:00', 0.0699186340299593, 0.163846153846154, 0.094413982015379, 0.225000000000001, 0.113112605568352, 0.312307692307694, 0.454666234303125, 0.914230769230767, 0.479427222358579, 1.81769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1035, '2021-06-13 00:00:00', 0.0623846628094302, 0.150384615384616, 0.0740363735969345, 0.215769230769231, 0.11201716901371, 0.289615384615385, 0.450708160735798, 0.885384615384614, 0.490248916368001, 1.8 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1050, '2021-06-13 00:00:00', 0.0560233467816354, 0.138846153846156, 0.0748208115844368, 0.193076923076925, 0.0903471935624741, 0.268846153846154, 0.432625081957184, 0.86730769230769, 0.483316268487431, 1.78115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1065, '2021-06-13 00:00:00', 0.0705843739517017, 0.136923076923078, 0.0914902264641504, 0.187692307692307, 0.27181328433037, 0.572307692307692, 0.421390555186041, 0.854999999999999, 0.485337154817301, 1.76807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1080, '2021-06-13 00:00:00', 0.0492965906138936, 0.116923076923076, 0.0689090816834878, 0.187307692307692, 0.391981357484492, 0.655769230769231, 0.422424503951252, 0.832307692307691, 0.481224879464252, 1.75423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 3, 1095, '2021-06-13 00:00:00', 0.0549307256040251, 0.13423076923077, 0.259981064399226, 0.513076923076922, 0.414709722391643, 0.718076923076922, 0.41621148470459, 0.809999999999998, 0.493374565151529, 1.74230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 600, '2021-06-13 00:00:00', 0.201555489591864, 0.346153846153844, 0.361478374712258, 0.478846153846152, 0.415261178240688, 0.604615384615383, 0.397745376610946, 0.714230769230767, 0.503538861077658, 1.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 615, '2021-06-13 00:00:00', 0.189594303711898, 0.305, 0.251812201085221, 0.405769230769231, 0.419564792832543, 0.528846153846153, 0.411264653701986, 0.658846153846153, 0.501449744395034, 1.69961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 630, '2021-06-13 00:00:00', 0.20713614994825, 0.264230769230769, 0.433791867852987, 0.400769230769231, 0.420590793271338, 0.463846153846154, 0.425732490944904, 0.631923076923076, 0.501132256456854, 1.70846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 645, '2021-06-13 00:00:00', 0.261634213241428, 0.252692307692309, 0.249431661675404, 0.321923076923078, 0.261995889574332, 0.395384615384616, 0.321418012036567, 0.591538461538461, 0.490414581286548, 1.69769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 660, '2021-06-13 00:00:00', 0.1218170128323, 0.200769230769232, 0.177235610243713, 0.272692307692308, 0.200383094634713, 0.35423076923077, 0.300212488850045, 0.576538461538462, 0.488873744909192, 1.67153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 675, '2021-06-13 00:00:00', 0.0904016677858409, 0.177307692307692, 0.182615611431392, 0.277307692307692, 0.206319021085159, 0.34653846153846, 0.300605798603164, 0.600384615384616, 0.482487783823033, 1.67230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 690, '2021-06-13 00:00:00', 0.124749595343879, 0.197692307692308, 0.152214929016128, 0.245769230769231, 0.140721765852392, 0.331153846153846, 0.328743294754668, 0.631923076923076, 0.472891595969375, 1.67230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 705, '2021-06-13 00:00:00', 0.0700384509779065, 0.154230769230769, 0.0953543996806722, 0.212692307692308, 0.119442937776224, 0.281153846153846, 0.321937643269387, 0.630384615384615, 0.504277091107047, 1.70076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 720, '2021-06-13 00:00:00', 0.0516854391041088, 0.129230769230769, 0.0774606599904342, 0.201923076923077, 0.10384381763754, 0.263461538461538, 0.300367211157379, 0.622692307692308, 0.526683819908915, 1.70961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 735, '2021-06-13 00:00:00', 0.0638423539184283, 0.149615384615386, 0.0610686876834961, 0.174230769230769, 0.119442937776226, 0.281153846153846, 0.293096203686408, 0.624230769230769, 0.558706197732418, 1.71615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 750, '2021-06-13 00:00:00', 0.0395921515143902, 0.103461538461538, 0.0832133495207441, 0.187307692307691, 0.124633616899849, 0.278461538461538, 0.305259788477846, 0.633461538461538, 0.569011558622631, 1.72692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 765, '2021-06-13 00:00:00', 0.0638471733004804, 0.137307692307691, 0.0905954660098309, 0.196538461538461, 0.134530522701956, 0.282307692307692, 0.304948167096286, 0.664230769230769, 0.579515447461199, 1.74307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 780, '2021-06-13 00:00:00', 0.0691675779983207, 0.128076923076922, 0.0970899662089821, 0.202307692307692, 0.205513615495046, 0.309615384615384, 0.315040412548076, 0.662307692307692, 0.599660031889865, 1.75192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 795, '2021-06-13 00:00:00', 0.0641248781675235, 0.130000000000001, 0.108293760030476, 0.196538461538463, 0.209283025148683, 0.299230769230769, 0.315709701125283, 0.673846153846152, 0.604974252471827, 1.75538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 810, '2021-06-13 00:00:00', 0.0865305637421735, 0.136538461538461, 0.199655087203291, 0.226923076923077, 0.206074295788229, 0.301153846153845, 0.33737197001803, 0.689615384615383, 0.623666084227277, 1.77076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 825, '2021-06-13 00:00:00', 0.161044666522629, 0.15923076923077, 0.156971825007401, 0.201923076923077, 0.16245425391594, 0.27076923076923, 0.327963647141194, 0.671923076923077, 0.624796336047565, 1.77230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 840, '2021-06-13 00:00:00', 0.072681602793385, 0.131153846153846, 0.102642771111939, 0.19653846153846, 0.119941011142335, 0.255384615384615, 0.338103306925333, 0.664615384615385, 0.635076736732233, 1.78230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 855, '2021-06-13 00:00:00', 0.0636589470417273, 0.127307692307691, 0.0631627933322971, 0.15153846153846, 0.146669696938393, 0.279999999999999, 0.317443877535252, 0.648846153846155, 0.654481004014161, 1.78423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 870, '2021-06-13 00:00:00', 0.0426668669867102, 0.0973076923076918, 0.0858334702513209, 0.169230769230769, 0.23239753738931, 0.326153846153845, 0.30542177646406, 0.652307692307693, 0.66768820452479, 1.78653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 885, '2021-06-13 00:00:00', 0.0805137350919788, 0.12769230769231, 0.147512711316688, 0.220000000000001, 0.219896828955345, 0.348846153846155, 0.43391030622256, 0.906923076923078, 0.682787949963521, 1.80923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 900, '2021-06-13 00:00:00', 0.0583281571202389, 0.127500000000001, 0.0822993827789543, 0.195833333333334, 0.0970731085615225, 0.288333333333334, 0.39109934243383, 0.892500000000001, 0.712393394007896, 1.765 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 915, '2021-06-13 00:00:00', 0.052640426411205, 0.118333333333333, 0.0620425286583214, 0.188333333333334, 0.102062072615964, 0.275833333333334, 0.367008075573593, 0.880833333333333, 0.730030771636536, 1.76833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 930, '2021-06-13 00:00:00', 0.0553627693660996, 0.132916666666667, 0.08163967314905, 0.189583333333333, 0.109860748486302, 0.267916666666667, 0.354964786985978, 0.885, 0.746295076078969, 1.76541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 945, '2021-06-13 00:00:00', 0.0530517931235425, 0.121666666666666, 0.0648730644624843, 0.174583333333333, 0.0976090991244354, 0.301666666666666, 0.364444186697211, 0.8975, 0.773731664342231, 1.76541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 960, '2021-06-13 00:00:00', 0.0461252233803167, 0.133333333333333, 0.0724106145633993, 0.194583333333333, 0.105025014273686, 0.319583333333333, 0.38018302228635, 0.92, 0.777839701641205, 1.76208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 975, '2021-06-13 00:00:00', 0.0456752874545741, 0.129166666666667, 0.0678112790413015, 0.23375, 0.0927976995591917, 0.321250000000001, 0.375673308584214, 0.935, 0.775294123711043, 1.77125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 990, '2021-06-13 00:00:00', 0.061075802272162, 0.204583333333332, 0.0687452238130137, 0.257083333333333, 0.114909384589189, 0.332916666666668, 0.382338343219265, 0.945, 0.771240178571813, 1.77875 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1005, '2021-06-13 00:00:00', 0.0461075459887136, 0.160416666666667, 0.0765373831176168, 0.226666666666667, 0.117225627855374, 0.301250000000002, 0.385237551407562, 0.939166666666666, 0.774477734263271, 1.76625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1020, '2021-06-13 00:00:00', 0.0715346779186701, 0.162916666666666, 0.0922887324917159, 0.219583333333335, 0.109729575366647, 0.288333333333333, 0.376237812167182, 0.92375, 0.77787882797676, 1.76458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1035, '2021-06-13 00:00:00', 0.0680153435374821, 0.15, 0.0930754719475591, 0.217500000000001, 0.100603252893501, 0.280833333333332, 0.368827951721415, 0.910833333333333, 0.780632292031481, 1.76041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1050, '2021-06-13 00:00:00', 0.0661670591015232, 0.142916666666668, 0.0843345649219787, 0.190833333333333, 0.101023745235709, 0.261666666666666, 0.34922663004192, 0.90125, 0.778634884017343, 1.78125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1065, '2021-06-13 00:00:00', 0.0792309045252168, 0.139166666666667, 0.106993667698309, 0.190416666666667, 0.343534220812958, 0.653750000000001, 0.348106420093261, 0.897083333333333, 0.783291087359122, 1.78333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1080, '2021-06-13 00:00:00', 0.046873248759557, 0.121666666666666, 0.0405911927336003, 0.182916666666666, 0.325722997368152, 0.707916666666668, 0.349127016876443, 0.888749999999999, 0.786306721877392, 1.785 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 4, 1095, '2021-06-13 00:00:00', 0.042392233360315, 0.131666666666665, 0.344012975825377, 0.613333333333334, 0.322890029289374, 0.703333333333334, 0.340406566380237, 0.876249999999999, 0.813350558145001, 1.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 600, '2021-06-13 00:00:00', 0.139737189800851, 0.350869565217392, 0.174242573179751, 0.468260869565218, 0.187249701182368, 0.545217391304348, 0.255427255796935, 0.756086956521739, 0.862054719795068, 1.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 615, '2021-06-13 00:00:00', 0.0950514734693533, 0.275652173913044, 0.125669747256424, 0.337391304347826, 0.167977977099718, 0.454347826086957, 0.191007315216991, 0.647391304347824, 0.846379875280973, 1.7995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 630, '2021-06-13 00:00:00', 0.0712508234471538, 0.223043478260869, 0.0956752577248238, 0.30086956521739, 0.157695859773564, 0.419565217391302, 0.169159746283935, 0.591739130434781, 0.847496895653486, 1.77347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 645, '2021-06-13 00:00:00', 0.066365260687252, 0.199565217391303, 0.10714771304637, 0.294782608695652, 0.16266918829986, 0.413913043478259, 0.177694946667444, 0.578695652173912, 0.854543310063748, 1.77478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 660, '2021-06-13 00:00:00', 0.0782693232149202, 0.195217391304348, 0.126442663035753, 0.288260869565217, 0.143712767991556, 0.374782608695651, 0.185021096970347, 0.553478260869565, 0.876538737365765, 1.75739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 675, '2021-06-13 00:00:00', 0.0943544741833636, 0.188695652173913, 0.100490889996718, 0.264347826086955, 0.122274233353934, 0.343478260869564, 0.182166366215712, 0.531304347826087, 0.884917092653073, 1.75652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 690, '2021-06-13 00:00:00', 0.0683544586388501, 0.172173913043478, 0.0877226134870353, 0.220434782608695, 0.0689933261365417, 0.303478260869565, 0.185004005938895, 0.510869565217393, 0.884589630410199, 1.74521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 705, '2021-06-13 00:00:00', 0.0679397547587547, 0.14608695652174, 0.070892113098742, 0.215652173913044, 0.079598796344206, 0.30217391304348, 0.203144256460296, 0.503043478260872, 0.989880617227978, 1.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 720, '2021-06-13 00:00:00', 0.0642899804092966, 0.158260869565217, 0.0650812808918929, 0.219130434782609, 0.105914052709094, 0.312173913043479, 0.206169660361932, 0.501739130434784, 0.99272273015799, 1.99565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 735, '2021-06-13 00:00:00', 0.0502208560993533, 0.14304347826087, 0.072765800071729, 0.216956521739131, 0.113086416290405, 0.28608695652174, 0.189754365872273, 0.483913043478263, 1.06161522100541, 2.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 750, '2021-06-13 00:00:00', 0.0625195621559668, 0.147826086956521, 0.0824477316758814, 0.206086956521738, 0.106763378423183, 0.255652173913043, 0.175299856034428, 0.478695652173913, 1.05825701279904, 2.06478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 765, '2021-06-13 00:00:00', 0.0656376446504372, 0.139130434782608, 0.0784357948454871, 0.193913043478261, 0.0951179837361947, 0.247391304347825, 0.184464827886707, 0.5, 1.05723238514791, 2.06695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 780, '2021-06-13 00:00:00', 0.0765743845135976, 0.130000000000002, 0.0865819997906436, 0.173478260869566, 0.0936607282472757, 0.257826086956523, 0.211780518797864, 0.523478260869566, 1.07256554016278, 2.07826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 795, '2021-06-13 00:00:00', 0.0493875534399371, 0.111304347826086, 0.0816020421351828, 0.169565217391303, 0.100118506855724, 0.243478260869564, 0.220266636838966, 0.540869565217391, 1.13057192843954, 2.09739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 810, '2021-06-13 00:00:00', 0.0561371837484673, 0.118260869565216, 0.0718886930589464, 0.179565217391302, 0.0770170147003861, 0.230434782608695, 0.210558264166231, 0.535652173913043, 1.1714782391586, 2.11391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 825, '2021-06-13 00:00:00', 0.0592342439149349, 0.137826086956523, 0.0652208167743346, 0.169130434782609, 0.0721576008996211, 0.22608695652174, 0.208357969557829, 0.53304347826087, 1.17050291545934, 2.1204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 840, '2021-06-13 00:00:00', 0.0433069748556306, 0.111304347826085, 0.0529784802310227, 0.163913043478261, 0.0921268244251162, 0.233478260869567, 0.194043717823788, 0.525652173913042, 1.16311578955878, 2.12739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 855, '2021-06-13 00:00:00', 0.055153397295194, 0.113478260869566, 0.0592075467895596, 0.143478260869567, 0.0946117508516242, 0.228260869565219, 0.197896048090412, 0.529130434782609, 1.16590276138787, 2.13260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 870, '2021-06-13 00:00:00', 0.0486781800953094, 0.0982608695652188, 0.0876053854355552, 0.167391304347829, 0.0971043202533109, 0.237391304347829, 0.186699013760466, 0.527391304347826, 1.18783507858332, 2.14608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 885, '2021-06-13 00:00:00', 0.0702142401916581, 0.118695652173914, 0.0831922389204746, 0.168695652173913, 0.0910999971798369, 0.240869565217393, 0.370643602186654, 0.83695652173913, 1.20489991055955, 2.13260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1030696, 5, 900, '2021-06-13 00:00:00', 0.0721630783810058, 0.125652173913042, 0.0802441925299445, 0.171304347826088, 0.105322767602709, 0.272608695652175, 0.362315238453767, 0.877826086956522, 1.19950615661732, 2.13826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 915, '2021-06-13 00:00:00', 0.061254990923544, 0.123913043478259, 0.0709506313915626, 0.193913043478259, 0.106429660937506, 0.269999999999999, 0.394875274249273, 0.90086956521739, 1.21046180714687, 2.14217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 930, '2021-06-13 00:00:00', 0.0732773172092924, 0.148260869565216, 0.104004788579328, 0.214782608695651, 0.112988508982352, 0.268695652173913, 0.407274271242132, 0.90782608695652, 1.22627895645786, 2.14347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 945, '2021-06-13 00:00:00', 0.054930786489437, 0.130869565217392, 0.0625764354743868, 0.16391304347826, 0.101465545467393, 0.300434782608694, 0.424508551010957, 0.914347826086955, 1.23171672350282, 2.14478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 960, '2021-06-13 00:00:00', 0.0458559352583621, 0.0986956521739116, 0.0454750941694826, 0.150434782608695, 0.124871475427712, 0.342608695652173, 0.425418649882658, 0.92086956521739, 1.23451467476634, 2.14086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 975, '2021-06-13 00:00:00', 0.043096545719633, 0.121304347826087, 0.0947057018371866, 0.256521739130434, 0.121421097853515, 0.373913043478261, 0.411786333175014, 0.919565217391304, 1.21374652724985, 2.15478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 990, '2021-06-13 00:00:00', 0.0734497219877573, 0.206956521739129, 0.0990288814820642, 0.286086956521739, 0.103436983164467, 0.360869565217391, 0.404362084835082, 0.902173913043477, 1.18764406240773, 2.14434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1005, '2021-06-13 00:00:00', 0.0756134333590792, 0.170869565217391, 0.0978140528390801, 0.26304347826087, 0.0975105142805482, 0.309130434782609, 0.423040472185251, 0.887826086956522, 1.19151098147366, 2.13434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1020, '2021-06-13 00:00:00', 0.0940250576306684, 0.189565217391304, 0.104107348064145, 0.232608695652172, 0.0853497802002869, 0.288695652173913, 0.409860672364389, 0.903043478260868, 1.16667156031347, 2.1304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1035, '2021-06-13 00:00:00', 0.0646608665885661, 0.130869565217392, 0.0587921911407511, 0.182608695652174, 0.0812574107292298, 0.268695652173913, 0.416374812146127, 0.879565217391304, 1.15684643574215, 2.11869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1050, '2021-06-13 00:00:00', 0.0426216000463821, 0.134347826086957, 0.0585361615878466, 0.190869565217393, 0.0785264488058331, 0.268695652173912, 0.420460880200115, 0.876521739130433, 1.16320448074774, 2.11086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1065, '2021-06-13 00:00:00', 0.0425798482648877, 0.116956521739132, 0.0769579732338951, 0.189565217391304, 0.356293501608628, 0.62782608695652, 0.427688427835436, 0.859130434782608, 1.16669663052054, 2.09913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1080, '2021-06-13 00:00:00', 0.0634483388246283, 0.134347826086956, 0.0663056761352068, 0.166521739130434, 0.367664351139478, 0.650434782608694, 0.431659633884952, 0.848695652173912, 1.17805644858276, 2.09521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 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 1030696, 5, 1095, '2021-06-13 00:00:00', 0.0604234072383563, 0.116521739130434, 0.368508906580626, 0.58478260869565, 0.39582954370282, 0.68086956521739, 0.433164201309898, 0.836956521739129, 1.18096246003665, 2.09217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030696 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:06:27 Duration: 1s845ms 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 1031641, 1, 600, '2021-06-13 00:00:00', 0.158244256135886, 0.109772, 0.155670494742367, 0.127028, 0.153114543398072, 0.138844, 0.148991053646408, 0.156236, 0.217004812696247, 0.359404 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 615, '2021-06-13 00:00:00', 0.0307261018245617, 0.06252, 0.028703542173978, 0.0773200000000001, 0.0306555052152138, 0.09248, 0.0321983602066936, 0.118624, 0.150585985182331, 0.336868 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 630, '2021-06-13 00:00:00', 0.0249550930005613, 0.05056, 0.0271590206008979, 0.066864, 0.0294743232888107, 0.0840639999999999, 0.0328684712148282, 0.111384, 0.148979241059507, 0.335348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 645, '2021-06-13 00:00:00', 0.0147640328727169, 0.04532, 0.0192613602842581, 0.0594000000000001, 0.0260658141378063, 0.07452, 0.0329505690390923, 0.10336, 0.148829638401317, 0.335228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 660, '2021-06-13 00:00:00', 0.014709942216066, 0.0394640000000002, 0.0199115309975568, 0.0550640000000001, 0.0206899266955363, 0.0649840000000001, 0.0304719543186845, 0.09796, 0.148455245556812, 0.335708 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 675, '2021-06-13 00:00:00', 0.0186948763034153, 0.040544, 0.0213211725756348, 0.049264, 0.0237382897446299, 0.0629839999999999, 0.030094296248071, 0.0957999999999999, 0.148246538801642, 0.336228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 690, '2021-06-13 00:00:00', 0.0142381084886068, 0.0307039999999999, 0.0156514024930676, 0.0417839999999999, 0.0247205663365547, 0.058984, 0.0304996174839401, 0.08932, 0.148246538801642, 0.336228 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 705, '2021-06-13 00:00:00', 0.0133112133181014, 0.0287439999999999, 0.0210576985130537, 0.04148, 0.0251416599823214, 0.057384, 0.0307245829914745, 0.0874, 0.173476835917652, 0.353948 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 720, '2021-06-13 00:00:00', 0.0165604951616793, 0.0306, 0.0198106469690753, 0.041944, 0.0208104236702026, 0.052704, 0.037016227072281, 0.090624, 0.185891946929751, 0.358748 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 735, '2021-06-13 00:00:00', 0.015276181896447, 0.029944, 0.0173354088500964, 0.040784, 0.0169801177852217, 0.050824, 0.0362730533592087, 0.088624, 0.209062255321232, 0.367708 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 750, '2021-06-13 00:00:00', 0.0136030633804791, 0.02872, 0.0151059590890481, 0.03724, 0.0226330878729939, 0.04944, 0.0414789103039123, 0.092, 0.209763118938165, 0.369324 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 765, '2021-06-13 00:00:00', 0.0141462739499369, 0.0264959999999999, 0.0143403533196827, 0.0351359999999999, 0.0246373699895097, 0.0507999999999999, 0.0409453749931947, 0.0932959999999999, 0.205938344494981, 0.370644 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 780, '2021-06-13 00:00:00', 0.00990352125929635, 0.023816, 0.0193887424381607, 0.03456, 0.0226606854853658, 0.0504399999999999, 0.04369088081816, 0.096416, 0.204591508621448, 0.371804 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 795, '2021-06-13 00:00:00', 0.0178571479619042, 0.026424, 0.0209865290126787, 0.0386239999999999, 0.0252532057370941, 0.0518239999999999, 0.0458490138025528, 0.099204, 0.202529969634126, 0.370588 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 810, '2021-06-13 00:00:00', 0.0162427419688508, 0.0259199999999998, 0.0159455322896415, 0.0344799999999998, 0.0237621547844466, 0.0488399999999998, 0.047820079464593, 0.10052, 0.201863652663541, 0.370148 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 825, '2021-06-13 00:00:00', 0.0129572373598694, 0.02416, 0.020684609415376, 0.037384, 0.0212935827578794, 0.0456, 0.0633644569139513, 0.106724, 0.201240349499465, 0.371108 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 840, '2021-06-13 00:00:00', 0.014478296400705, 0.029224, 0.0151794817654183, 0.0362, 0.0163687018422354, 0.044376, 0.0623375087728087, 0.11094, 0.200769693264032, 0.370884 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 855, '2021-06-13 00:00:00', 0.0122939009268825, 0.02416, 0.0146903505744417, 0.031016, 0.0174472844114302, 0.042176, 0.0633130976444316, 0.11294, 0.200798821543687, 0.370844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 870, '2021-06-13 00:00:00', 0.00898308039223375, 0.0221359999999999, 0.0129568926315946, 0.031976, 0.016840479011398, 0.0438560000000001, 0.0632560142068194, 0.11314, 0.200798821543687, 0.370844 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 885, '2021-06-13 00:00:00', 0.0131370975992924, 0.024, 0.0142735092624998, 0.0322160000000001, 0.0192710248819309, 0.0453360000000001, 0.109021047203434, 0.189404, 0.200312270551091, 0.370164 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 900, '2021-06-13 00:00:00', 0.0117185209533172, 0.023296, 0.014511480512569, 0.032216, 0.0283483097673682, 0.0497200000000001, 0.110793528992747, 0.196524, 0.200225530506643, 0.369684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 915, '2021-06-13 00:00:00', 0.0124130307875771, 0.0247999999999999, 0.0180754898504392, 0.0351600000000001, 0.0279369480556962, 0.0519840000000001, 0.108766504954421, 0.199548, 0.199758708445965, 0.368308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 930, '2021-06-13 00:00:00', 0.0143527000944073, 0.0256000000000002, 0.0217718564512384, 0.0379040000000001, 0.029971937986501, 0.0535040000000001, 0.117097782216402, 0.208268, 0.19836248956561, 0.367068 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 945, '2021-06-13 00:00:00', 0.0182217196407657, 0.029024, 0.0222998146479591, 0.0385440000000001, 0.0271285827127035, 0.0577200000000001, 0.114685019073984, 0.213188, 0.197747988443203, 0.366388 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 960, '2021-06-13 00:00:00', 0.015998387418737, 0.026544, 0.0213187022744506, 0.0381040000000001, 0.0278799210902757, 0.0590400000000001, 0.11106937291621, 0.212868, 0.195698580986169, 0.364828 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 975, '2021-06-13 00:00:00', 0.0176121473231782, 0.0282240000000001, 0.0194270018273536, 0.0446560000000001, 0.0314794906777943, 0.0623, 0.108639741347262, 0.211644, 0.193842508409963, 0.363084 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 990, '2021-06-13 00:00:00', 0.0165434095639322, 0.0363760000000001, 0.0248499309187504, 0.0469360000000001, 0.0341361353016615, 0.062736, 0.107587900806736, 0.210484, 0.192541739370974, 0.362684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1005, '2021-06-13 00:00:00', 0.0156548182146371, 0.0326400000000001, 0.0218719317848242, 0.046484, 0.043146916459928, 0.0664839999999999, 0.103515230441386, 0.206228, 0.19953381568045, 0.366788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1020, '2021-06-13 00:00:00', 0.0182531385429102, 0.0338039999999999, 0.0231665707432067, 0.04324, 0.0395663164825841, 0.067644, 0.0961778384036573, 0.201708, 0.194050079275085, 0.365308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1035, '2021-06-13 00:00:00', 0.0182882475923747, 0.0297199999999999, 0.0326967541712221, 0.0469239999999999, 0.0358593930047158, 0.0647239999999999, 0.089439437237347, 0.198628, 0.189502039390961, 0.363028 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1050, '2021-06-13 00:00:00', 0.0240101381364901, 0.0354440000000001, 0.0255153300324858, 0.0492040000000001, 0.0262972381312816, 0.060884, 0.0825905579752714, 0.194388, 0.187752302071994, 0.360788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1065, '2021-06-13 00:00:00', 0.0177877410969841, 0.033604, 0.0229170329667696, 0.0427040000000001, 0.0699342710455088, 0.144068, 0.0802477783700791, 0.190348, 0.184038185168187, 0.359188 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1080, '2021-06-13 00:00:00', 0.0210208721671264, 0.030304, 0.0223164752294503, 0.039344, 0.0708778592603738, 0.146948, 0.0792647899974089, 0.187988, 0.183972874631017, 0.357788 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 1, 1095, '2021-06-13 00:00:00', 0.0140163000348403, 0.02704, 0.0661315577718637, 0.131428, 0.0676531467610093, 0.147908, 0.0784563462485137, 0.185908, 0.183205270848485, 0.357628 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 600, '2021-06-13 00:00:00', 0.052612158436854, 0.0918192307692308, 0.0585850923542316, 0.105976923076923, 0.0663004452937824, 0.126823076923077, 0.0694979521557733, 0.159784615384615, 0.178576798561894, 0.358453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 615, '2021-06-13 00:00:00', 0.0273363505526699, 0.0557615384615385, 0.0276819641366276, 0.0691076923076923, 0.0507674264131577, 0.0972961538461539, 0.059259754146794, 0.132961538461538, 0.164742050350984, 0.346465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 630, '2021-06-13 00:00:00', 0.018251448836062, 0.0446538461538462, 0.0372900811724265, 0.0709846153846154, 0.0489628681915027, 0.0940615384615385, 0.0617527775768956, 0.129907692307692, 0.16327340449499, 0.346269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 645, '2021-06-13 00:00:00', 0.0285199687128968, 0.0518692307692308, 0.0402554550531783, 0.0696615384615384, 0.0485499267210094, 0.0877538461538462, 0.0644155380204306, 0.128407692307692, 0.166321720909068, 0.348773076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 660, '2021-06-13 00:00:00', 0.0274903955255984, 0.042676923076923, 0.0330186893463966, 0.0579230769230769, 0.0416685086772326, 0.0737692307692308, 0.0591506030920552, 0.119076923076923, 0.160505406810439, 0.343580769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 675, '2021-06-13 00:00:00', 0.0137463281810649, 0.0368076923076923, 0.0257321110377974, 0.0513076923076924, 0.0319125969822866, 0.069423076923077, 0.0539084837051147, 0.115269230769231, 0.159354894930973, 0.341657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 690, '2021-06-13 00:00:00', 0.0183172470219064, 0.0358076923076924, 0.0273203502624241, 0.0508076923076924, 0.028774668346682, 0.0626923076923078, 0.0515496474657796, 0.111384615384615, 0.155101948854492, 0.338042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 705, '2021-06-13 00:00:00', 0.0183348344373804, 0.0346153846153846, 0.0202035792716194, 0.0472307692307692, 0.034157846266099, 0.0585615384615384, 0.0501320717244422, 0.108230769230769, 0.166691060532767, 0.360661538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 720, '2021-06-13 00:00:00', 0.0182495521546736, 0.0343846153846152, 0.0260333513903874, 0.0421538461538461, 0.0368306101789509, 0.058176923076923, 0.0507457766336653, 0.106576923076923, 0.168417696859281, 0.365369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 735, '2021-06-13 00:00:00', 0.0157482111316224, 0.0263846153846154, 0.0249752184867628, 0.0374076923076923, 0.0286501926426602, 0.0534076923076923, 0.046491570782736, 0.103115384615385, 0.166556362370682, 0.366176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 750, '2021-06-13 00:00:00', 0.0166299174335339, 0.0267153846153845, 0.0195855912500845, 0.0392538461538462, 0.0249339126492414, 0.0555000000000001, 0.0433848608831025, 0.103615384615385, 0.166313217014903, 0.366984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 765, '2021-06-13 00:00:00', 0.0136645526820311, 0.0280000000000001, 0.0160721929000179, 0.0366538461538462, 0.0278072763028783, 0.0532692307692308, 0.0422669356134775, 0.108576923076923, 0.166782283692981, 0.365715384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 780, '2021-06-13 00:00:00', 0.0129118311875343, 0.0273461538461539, 0.0192879795169467, 0.0398846153846154, 0.0266195127967898, 0.0539615384615384, 0.0435306611658778, 0.111961538461538, 0.166040448269506, 0.363561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 795, '2021-06-13 00:00:00', 0.0143893657314646, 0.0275769230769232, 0.0190395943718913, 0.0378846153846154, 0.0270082608445297, 0.0516153846153846, 0.0422554320586305, 0.112192307692308, 0.166213006063351, 0.361946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 810, '2021-06-13 00:00:00', 0.0138926100997839, 0.0257307692307691, 0.0159807576599051, 0.0367692307692307, 0.0242857666450632, 0.0499615384615385, 0.040607862065596, 0.110961538461538, 0.165531231540711, 0.361869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 825, '2021-06-13 00:00:00', 0.0123115955349168, 0.0248461538461538, 0.0195339546588853, 0.0348461538461539, 0.0244899037281772, 0.0516538461538463, 0.03808017857101, 0.1075, 0.164651804166807, 0.363369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 840, '2021-06-13 00:00:00', 0.0164406625357796, 0.0268461538461539, 0.0173466024161684, 0.0367692307692309, 0.025112424139335, 0.0499230769230771, 0.0367459678583401, 0.104884615384615, 0.165126610630938, 0.362292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 855, '2021-06-13 00:00:00', 0.0131158154677708, 0.0247692307692308, 0.0182637514050268, 0.0362692307692308, 0.023059821868683, 0.0493461538461539, 0.0352315418121538, 0.103692307692308, 0.164056534345751, 0.362138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 870, '2021-06-13 00:00:00', 0.0152585915268944, 0.0282307692307694, 0.0199601140739765, 0.0346153846153848, 0.0221544230694113, 0.0525384615384615, 0.0322167896982543, 0.102792307692308, 0.163854986544153, 0.361830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 885, '2021-06-13 00:00:00', 0.0135107934060713, 0.0223076923076923, 0.0132825507281605, 0.0348846153846153, 0.0211159800952885, 0.0512692307692308, 0.0627573593600476, 0.145384615384615, 0.164296116345317, 0.361023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 900, '2021-06-13 00:00:00', 0.00962696533381429, 0.0250384615384615, 0.0167043522656638, 0.0383461538461538, 0.0209781204701837, 0.0488076923076923, 0.0644981597829318, 0.147869230769231, 0.164643548776884, 0.360484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 915, '2021-06-13 00:00:00', 0.0134263231692878, 0.0278846153846153, 0.0182418369520346, 0.0372692307692308, 0.0200038842382018, 0.0493461538461539, 0.0695721075851964, 0.151215384615385, 0.164746646516588, 0.359792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 930, '2021-06-13 00:00:00', 0.0118995798245148, 0.0270000000000001, 0.0135094269080748, 0.0347692307692308, 0.0178739604323849, 0.0480384615384615, 0.0715559813121059, 0.154538461538462, 0.163860751390178, 0.359523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 945, '2021-06-13 00:00:00', 0.0121476176835055, 0.0247307692307692, 0.0152083479100736, 0.0344230769230768, 0.0194180328560849, 0.0575, 0.080399540756438, 0.161384615384615, 0.163275943868513, 0.358523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 960, '2021-06-13 00:00:00', 0.0151519483387957, 0.0256923076923076, 0.0138989761659461, 0.0366923076923076, 0.030927050644031, 0.0680615384615384, 0.0851808302739169, 0.165576923076923, 0.164102414551214, 0.360138461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 975, '2021-06-13 00:00:00', 0.01195819641662, 0.0269615384615384, 0.0181906146553232, 0.0464615384615385, 0.0320055362999303, 0.0720653846153847, 0.0863027319293053, 0.166807692307692, 0.164977137810062, 0.3596 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 990, '2021-06-13 00:00:00', 0.0145895642366516, 0.0361538461538461, 0.0284712864803498, 0.0562153846153846, 0.0326113760236186, 0.0721769230769231, 0.0873294822012501, 0.167038461538462, 0.165473969135748, 0.358061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1005, '2021-06-13 00:00:00', 0.0214594357944328, 0.0419461538461539, 0.0227255440825111, 0.0545653846153846, 0.0280281177501343, 0.0644461538461538, 0.0868683517655396, 0.169342307692308, 0.166154612751081, 0.356942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1020, '2021-06-13 00:00:00', 0.0145846837469998, 0.03535, 0.0212940222742295, 0.0486538461538461, 0.0224658715525436, 0.0576538461538461, 0.100463331619054, 0.17765, 0.168376825419835, 0.358557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1035, '2021-06-13 00:00:00', 0.0152144162404761, 0.0349615384615384, 0.0163112042662517, 0.041153846153846, 0.0218238049280703, 0.0549615384615385, 0.100509357007961, 0.178726923076923, 0.167997971462112, 0.360019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1050, '2021-06-13 00:00:00', 0.0130055609407905, 0.0277692307692307, 0.0185306814188296, 0.0388846153846154, 0.02514156839854, 0.0585384615384615, 0.10027326854459, 0.176496153846154, 0.164886445634097, 0.360634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1065, '2021-06-13 00:00:00', 0.0111487839971625, 0.0261538461538462, 0.0169990044957391, 0.0363846153846154, 0.0536195970202629, 0.118996153846154, 0.0971352383971004, 0.172457692307692, 0.164826878735982, 0.358865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1080, '2021-06-13 00:00:00', 0.0128446337193637, 0.0257692307692307, 0.0175332650871247, 0.0411538461538461, 0.0549632897067181, 0.123019230769231, 0.0961571234210726, 0.171996153846154, 0.164885232673658, 0.359865384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 2, 1095, '2021-06-13 00:00:00', 0.0153251929339092, 0.0306923076923076, 0.0488988936480163, 0.11115, 0.054492824792317, 0.124365384615385, 0.0946522562614575, 0.169919230769231, 0.163488936205293, 0.361788461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 600, '2021-06-13 00:00:00', 0.0330625647011145, 0.0796038461538462, 0.0376417233726293, 0.0906423076923077, 0.0497454655065317, 0.103657692307692, 0.0936883522027233, 0.151657692307692, 0.162136209214541, 0.358292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 615, '2021-06-13 00:00:00', 0.0211396415805436, 0.055473076923077, 0.0263376793557473, 0.0725846153846154, 0.0432805658998976, 0.0927538461538462, 0.0745813917810603, 0.1356, 0.155648795641391, 0.347296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 630, '2021-06-13 00:00:00', 0.0209447992443141, 0.0462692307692307, 0.0242285273688176, 0.0596923076923077, 0.0406015535890703, 0.0833846153846154, 0.0647248377007205, 0.126769230769231, 0.14675101220985, 0.347603846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 645, '2021-06-13 00:00:00', 0.0143675381971357, 0.0408846153846154, 0.0257515944241247, 0.0607692307692307, 0.038330144794926, 0.075, 0.0575117914331152, 0.120615384615385, 0.144033602115831, 0.347657692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 660, '2021-06-13 00:00:00', 0.0224518630373104, 0.0406153846153846, 0.033490595694911, 0.0525, 0.0398167533351707, 0.067423076923077, 0.0581442900166341, 0.113038461538461, 0.142164012810773, 0.344542307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 675, '2021-06-13 00:00:00', 0.0217200368323813, 0.036, 0.0233079715647144, 0.0476923076923076, 0.0290007161715281, 0.0648076923076924, 0.0493968077448798, 0.107269230769231, 0.143150491280492, 0.342465384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 690, '2021-06-13 00:00:00', 0.0154899471121907, 0.0325384615384615, 0.0211677548680498, 0.042923076923077, 0.0431276637973283, 0.0646538461538463, 0.0501136707895161, 0.1055, 0.143795920825849, 0.345273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 705, '2021-06-13 00:00:00', 0.0191124606957386, 0.0296153846153847, 0.0203686032903583, 0.0440000000000001, 0.0395617725355405, 0.0634230769230769, 0.0482858316534109, 0.104807692307692, 0.227661223616279, 0.387507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 720, '2021-06-13 00:00:00', 0.0189152278906135, 0.0356769230769231, 0.0364786302037022, 0.0491384615384616, 0.0369526099838074, 0.0618461538461538, 0.0590951254009486, 0.109076923076923, 0.225114579372714, 0.389176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 735, '2021-06-13 00:00:00', 0.0275811808750375, 0.0338076923076924, 0.0297333793261689, 0.0460769230769231, 0.0407102519690633, 0.0582692307692308, 0.0660623481731753, 0.110923076923077, 0.225233027363628, 0.392869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 750, '2021-06-13 00:00:00', 0.0262496007295643, 0.0331923076923076, 0.0301170281504565, 0.042653846153846, 0.0402690948495245, 0.0549999999999999, 0.0667623684881973, 0.108423076923077, 0.226861283946482, 0.394484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 765, '2021-06-13 00:00:00', 0.0181074145459385, 0.0280384615384614, 0.0288690411766921, 0.0393076923076922, 0.0348068074685664, 0.0509230769230769, 0.0572887960586199, 0.110384615384615, 0.230698551227487, 0.397692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 780, '2021-06-13 00:00:00', 0.0194124860691417, 0.0277307692307692, 0.0204991557049403, 0.0361538461538461, 0.0252248961269494, 0.0458461538461539, 0.0466921999745304, 0.109807692307692, 0.230122111397072, 0.398884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 795, '2021-06-13 00:00:00', 0.0187508769025714, 0.0276538461538462, 0.0229979597757313, 0.0371153846153847, 0.0233703625593152, 0.0485769230769231, 0.0480205725144482, 0.112846153846154, 0.230063696865422, 0.398769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 810, '2021-06-13 00:00:00', 0.0128189763181837, 0.0233846153846154, 0.0136643837993297, 0.0303461538461538, 0.0143149733334877, 0.0449615384615384, 0.039749291237029, 0.110384615384615, 0.229928072365117, 0.399038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 825, '2021-06-13 00:00:00', 0.0119655916951643, 0.0221538461538462, 0.0144337744943533, 0.0335769230769231, 0.0145403417587599, 0.0456923076923077, 0.0383149900370397, 0.110961538461538, 0.229125108586151, 0.398346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 840, '2021-06-13 00:00:00', 0.0115039123779695, 0.0264999999999999, 0.0112115325240781, 0.0364615384615383, 0.0177184823104185, 0.0467692307692306, 0.0374689409839874, 0.110807692307692, 0.229070684421945, 0.398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 855, '2021-06-13 00:00:00', 0.00846613162048545, 0.0243461538461538, 0.0102296702706467, 0.0336153846153846, 0.0224523084302295, 0.0468846153846153, 0.0380034006575525, 0.108538461538462, 0.229070308320057, 0.398615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 870, '2021-06-13 00:00:00', 0.00903667740165257, 0.0256923076923077, 0.0145245150852461, 0.0328076923076923, 0.0244442536900095, 0.0491923076923077, 0.0432757882210578, 0.112076923076923, 0.229561350941647, 0.398576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 885, '2021-06-13 00:00:00', 0.0124929518591023, 0.0220769230769231, 0.0189392551230344, 0.0331538461538461, 0.0246589038373879, 0.0496923076923076, 0.0704901367895919, 0.153746153846154, 0.225568655760366, 0.401538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 900, '2021-06-13 00:00:00', 0.0122039085794423, 0.0251538461538462, 0.0169429813015483, 0.0347692307692308, 0.0298723695333742, 0.0559615384615385, 0.0831082704391363, 0.161769230769231, 0.225695424444947, 0.401230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 915, '2021-06-13 00:00:00', 0.0140371485160463, 0.0261923076923078, 0.0193225655248349, 0.0391923076923077, 0.0359807640916002, 0.0631538461538462, 0.109070344273776, 0.1755, 0.224931935003937, 0.401846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 930, '2021-06-13 00:00:00', 0.0166162570995998, 0.0294999999999999, 0.0275583855728999, 0.0432307692307693, 0.0332640947569598, 0.0635, 0.109071634894053, 0.178307692307692, 0.223683075939013, 0.401038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 945, '2021-06-13 00:00:00', 0.0167491905659762, 0.0308461538461539, 0.0222220957261357, 0.0436923076923077, 0.0238181895585318, 0.0641153846153847, 0.10656549448759, 0.180269230769231, 0.222744755614686, 0.399884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 960, '2021-06-13 00:00:00', 0.0137461043432453, 0.0286538461538461, 0.0157030619258205, 0.0411153846153845, 0.0202708202558789, 0.0618846153846154, 0.105609760621173, 0.181692307692308, 0.221995956304129, 0.399269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 975, '2021-06-13 00:00:00', 0.0113492798822724, 0.0276153846153845, 0.0140902585006588, 0.0458461538461539, 0.0271627573087744, 0.0651538461538462, 0.104024412815158, 0.180961538461539, 0.221642275889638, 0.398461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 990, '2021-06-13 00:00:00', 0.0121516064148548, 0.0386923076923077, 0.0164221239139812, 0.0493846153846153, 0.0241682881860953, 0.0668846153846154, 0.0996935072339989, 0.180346153846154, 0.22137696357119, 0.396 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1005, '2021-06-13 00:00:00', 0.0128561867776389, 0.0308076923076923, 0.0238513344248524, 0.0456153846153846, 0.0237597267531555, 0.0587307692307693, 0.0895411980813644, 0.176884615384616, 0.220176464193191, 0.392346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1020, '2021-06-13 00:00:00', 0.0152012651295364, 0.0309615384615385, 0.0192083315256687, 0.043, 0.0211882405702205, 0.0586923076923078, 0.0889116761389984, 0.174615384615385, 0.218388700750255, 0.390230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1035, '2021-06-13 00:00:00', 0.0171123736907926, 0.0316, 0.0170891778620271, 0.04204, 0.0264374734042419, 0.0587600000000001, 0.0909944503802292, 0.17836, 0.222232033394528, 0.39208 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1050, '2021-06-13 00:00:00', 0.0131531218873929, 0.0297307692307693, 0.0184050578332738, 0.0418846153846154, 0.0292150909370746, 0.0591923076923078, 0.0898532478758901, 0.174384615384615, 0.216773756572288, 0.390307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1065, '2021-06-13 00:00:00', 0.0131067217047648, 0.0291153846153846, 0.0175452382319359, 0.0413461538461538, 0.0499079799384674, 0.124361538461539, 0.0902441900963926, 0.172423076923077, 0.21681580981242, 0.390153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1080, '2021-06-13 00:00:00', 0.0110456395852008, 0.0283846153846154, 0.0215813309634473, 0.042923076923077, 0.0651982656682971, 0.129576923076923, 0.0903081647216054, 0.170730769230769, 0.215840111763671, 0.390076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 3, 1095, '2021-06-13 00:00:00', 0.01910219479939, 0.0315769230769232, 0.0480113063607057, 0.113092307692308, 0.0916719233923971, 0.141307692307692, 0.088758548884037, 0.168, 0.216690850326876, 0.387730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 600, '2021-06-13 00:00:00', 0.0373270232762629, 0.0871666666666666, 0.0472394816143066, 0.100291666666667, 0.071923032532671, 0.12825, 0.0744375294935387, 0.157683333333333, 0.223166718078595, 0.371083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 615, '2021-06-13 00:00:00', 0.0246046640447218, 0.0542083333333333, 0.0544861204238343, 0.0849583333333333, 0.0567486193409271, 0.102333333333333, 0.0752401830468768, 0.131958333333333, 0.213024323303327, 0.359166666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 630, '2021-06-13 00:00:00', 0.040150022785923, 0.0564208333333333, 0.0396382882441652, 0.0658791666666666, 0.0490792436351366, 0.0844208333333334, 0.0750794148392799, 0.1215875, 0.211543790649404, 0.355916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 645, '2021-06-13 00:00:00', 0.0180697120274127, 0.0404166666666666, 0.0329316375788267, 0.0588333333333334, 0.033867789622487, 0.072375, 0.0525880214497558, 0.11425, 0.20521905934596, 0.349916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 660, '2021-06-13 00:00:00', 0.0215269834043871, 0.0415666666666668, 0.0213396480690322, 0.0503166666666668, 0.0246397919598784, 0.0672750000000001, 0.053141216706465, 0.112275, 0.20256710732746, 0.348041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 675, '2021-06-13 00:00:00', 0.0128265321710988, 0.0317916666666667, 0.0155395987861586, 0.0451499999999999, 0.0277430954982693, 0.064125, 0.0697442403211262, 0.115791666666667, 0.202398015113141, 0.345 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 690, '2021-06-13 00:00:00', 0.0136463803131882, 0.0330249999999999, 0.019345823052153, 0.045, 0.0293802839835921, 0.060375, 0.0719172103527907, 0.113458333333333, 0.202267324726892, 0.343625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 705, '2021-06-13 00:00:00', 0.0099388529067216, 0.0305416666666667, 0.016180817055381, 0.0429166666666667, 0.0268343009997451, 0.0590833333333334, 0.0696484833423102, 0.111958333333333, 0.204057536643148, 0.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 720, '2021-06-13 00:00:00', 0.0145622103752999, 0.0306666666666666, 0.0225773629735755, 0.0405416666666666, 0.0244966723560923, 0.0579999999999999, 0.0695700564440133, 0.109583333333333, 0.204774319042038, 0.3595 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 735, '2021-06-13 00:00:00', 0.0184457194280242, 0.0303750000000001, 0.0214577441174205, 0.0455000000000001, 0.0265045798612842, 0.0583333333333333, 0.0704704558302806, 0.109541666666667, 0.20555797165312, 0.360916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 750, '2021-06-13 00:00:00', 0.0174048135937126, 0.0321666666666667, 0.0178471773435027, 0.0399999999999999, 0.0242158170851502, 0.0543333333333332, 0.0719026994514518, 0.107458333333333, 0.210015730087196, 0.365458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 765, '2021-06-13 00:00:00', 0.0114499541167362, 0.0236666666666666, 0.0187817364263372, 0.0366666666666666, 0.0310333796447294, 0.0528749999999999, 0.0763532503602807, 0.112583333333333, 0.208839751165018, 0.368708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 780, '2021-06-13 00:00:00', 0.0156324982008635, 0.0278750000000001, 0.0233097836646493, 0.0400416666666668, 0.0309522481682132, 0.0527083333333335, 0.0848558453658533, 0.121416666666667, 0.208293671586989, 0.369083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 795, '2021-06-13 00:00:00', 0.019171234490352, 0.0263333333333334, 0.025380545727964, 0.0355416666666667, 0.0248385730295629, 0.0485416666666667, 0.0796787026260712, 0.123, 0.208310178423385, 0.367 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 810, '2021-06-13 00:00:00', 0.0113213918333161, 0.0219999999999999, 0.0152626758912819, 0.0339166666666667, 0.0198229482005658, 0.0475833333333333, 0.0786596848105352, 0.122041666666667, 0.208126942694506, 0.366958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 825, '2021-06-13 00:00:00', 0.0132202633225983, 0.0235833333333334, 0.0171400349212435, 0.0330416666666667, 0.0231554294506379, 0.049, 0.0776963501464962, 0.125125, 0.208452958409242, 0.366125 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 840, '2021-06-13 00:00:00', 0.0120614369322052, 0.0235000000000001, 0.0155646733975053, 0.0322083333333333, 0.036054683709489, 0.048875, 0.0752461540256521, 0.124375, 0.208814003465951, 0.365375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 855, '2021-06-13 00:00:00', 0.0117934365189938, 0.0227083333333333, 0.0153386884158601, 0.0348333333333333, 0.0521450040682266, 0.0543333333333333, 0.0695232079903924, 0.124458333333333, 0.208720793322605, 0.36675 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 870, '2021-06-13 00:00:00', 0.0119136385125912, 0.02625, 0.0262857417127861, 0.036375, 0.0530829266473627, 0.0518333333333334, 0.0668775514209213, 0.125208333333333, 0.208704266881376, 0.366083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 885, '2021-06-13 00:00:00', 0.022310676913707, 0.024875, 0.0446161568187508, 0.0385833333333333, 0.0474048054495549, 0.0535416666666667, 0.0805336952389531, 0.165570833333333, 0.206588880712535, 0.368129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 900, '2021-06-13 00:00:00', 0.0303383994017627, 0.029625, 0.0338647940398628, 0.0367083333333334, 0.0326814887993943, 0.0510833333333334, 0.0819703179532831, 0.171254166666667, 0.206411646493048, 0.368254166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 915, '2021-06-13 00:00:00', 0.0203056356851913, 0.0233333333333334, 0.0208164859415927, 0.03575, 0.0273102146840144, 0.05275, 0.084243184797244, 0.1730875, 0.204767538002402, 0.3675875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 930, '2021-06-13 00:00:00', 0.0134190406577339, 0.027625, 0.0171767769580521, 0.0355416666666667, 0.0328526045114905, 0.0588166666666667, 0.0846825811315494, 0.174670833333333, 0.201148477093307, 0.3665875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 945, '2021-06-13 00:00:00', 0.0150850247270097, 0.0254166666666667, 0.0273582976311641, 0.0430416666666666, 0.0465737493705926, 0.0666249999999999, 0.0807127783599333, 0.175504166666667, 0.201254344763615, 0.366379166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 960, '2021-06-13 00:00:00', 0.0236273913750208, 0.0325833333333333, 0.0337331460870098, 0.0466083333333333, 0.0622299889260727, 0.0742249999999999, 0.0846136898121291, 0.177379166666667, 0.201762018256335, 0.3658375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 975, '2021-06-13 00:00:00', 0.0238982247233458, 0.0318583333333333, 0.0343109977298444, 0.0491249999999999, 0.0510685813392148, 0.0765, 0.077056842255609, 0.173670833333333, 0.200308335827978, 0.3644625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 990, '2021-06-13 00:00:00', 0.0235690474987853, 0.0387499999999999, 0.0389628883255164, 0.0549333333333333, 0.0480775339983481, 0.0761666666666666, 0.0737615605039035, 0.173254166666667, 0.200512388165846, 0.362129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1005, '2021-06-13 00:00:00', 0.0344173521705951, 0.0389750000000001, 0.0463464427288997, 0.0585833333333334, 0.0507362460837089, 0.0749166666666667, 0.0732513420513156, 0.175920833333333, 0.201127064486211, 0.361129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1020, '2021-06-13 00:00:00', 0.0222215458834276, 0.0383333333333334, 0.029437725967624, 0.0483333333333333, 0.0319755057976336, 0.0632083333333333, 0.0730611472116614, 0.173591666666667, 0.199509465650274, 0.358508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1035, '2021-06-13 00:00:00', 0.0178653883654756, 0.0319583333333333, 0.0228511249841989, 0.045, 0.0236192242383865, 0.0602916666666667, 0.0718473906014121, 0.174716666666667, 0.198943887471616, 0.357758333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1050, '2021-06-13 00:00:00', 0.0160022077281203, 0.031375, 0.0166393435454404, 0.0432083333333333, 0.0240560938677481, 0.0609999999999999, 0.071987323260036, 0.175008333333333, 0.198929200682197, 0.357091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1065, '2021-06-13 00:00:00', 0.0155917388010631, 0.0323166666666665, 0.0186842799925653, 0.0424833333333332, 0.0539301158102257, 0.12595, 0.0721824258992149, 0.17505, 0.198315784633454, 0.3563 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1080, '2021-06-13 00:00:00', 0.0145243423857718, 0.0290000000000001, 0.0180176543857743, 0.041875, 0.0566059068971796, 0.1318, 0.0717568943311928, 0.173633333333333, 0.198065399827167, 0.35555 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 4, 1095, '2021-06-13 00:00:00', 0.0139028070359284, 0.030375, 0.0539265684297517, 0.11595, 0.0574893632253652, 0.134341666666667, 0.0704106026889025, 0.170008333333333, 0.197044439922439, 0.35305 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 600, '2021-06-13 00:00:00', 0.0275917792935683, 0.0775913043478262, 0.0343773428235043, 0.0973478260869566, 0.0501227035884915, 0.114178260869565, 0.0697976864628988, 0.148439130434783, 0.18969638327097, 0.332265217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 615, '2021-06-13 00:00:00', 0.0214464126744028, 0.055695652173913, 0.030252886707721, 0.0716521739130434, 0.0402032386165209, 0.0908695652173911, 0.0581709692207294, 0.12695652173913, 0.190634658765214, 0.324130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 630, '2021-06-13 00:00:00', 0.0195718560542201, 0.0462869565217391, 0.0247758616431014, 0.0664173913043477, 0.0406018049015659, 0.0823739130434782, 0.0503768941326337, 0.116765217391304, 0.189307642210264, 0.317260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 645, '2021-06-13 00:00:00', 0.0191116958168564, 0.0444347826086955, 0.0231199826305719, 0.0525217391304346, 0.0382360569022334, 0.0732173913043476, 0.0471647520293713, 0.109173913043478, 0.190243852253254, 0.314782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 660, '2021-06-13 00:00:00', 0.0171047689995991, 0.0371304347826087, 0.031079395968309, 0.0527391304347826, 0.0359797373805908, 0.0697826086956522, 0.0406842658304902, 0.101869565217391, 0.189874891200233, 0.312260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 675, '2021-06-13 00:00:00', 0.0191823988822428, 0.0343478260869564, 0.0224266040489853, 0.0470434782608694, 0.0327167143706316, 0.0642608695652174, 0.0393145318052649, 0.0952173913043479, 0.189294362650411, 0.308913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 690, '2021-06-13 00:00:00', 0.014462572658595, 0.0305652173913043, 0.0172374718210823, 0.042304347826087, 0.0261173998911662, 0.0588695652173914, 0.0348259364526263, 0.0911304347826088, 0.18969843969763, 0.30895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 705, '2021-06-13 00:00:00', 0.0144525938971429, 0.0278260869565217, 0.0233651204523954, 0.0417391304347827, 0.0283114384906014, 0.0559130434782609, 0.0362822706298177, 0.089304347826087, 0.205543250115357, 0.322130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 720, '2021-06-13 00:00:00', 0.01587064807611, 0.0308260869565218, 0.0179487632656624, 0.0403913043478261, 0.0219326132891568, 0.0526956521739131, 0.0357476332172133, 0.0884347826086956, 0.216101791269122, 0.322434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 735, '2021-06-13 00:00:00', 0.0167538562607162, 0.0276521739130435, 0.0193733854357235, 0.0383478260869565, 0.0241538219465265, 0.0510434782608696, 0.036532242513744, 0.0851739130434782, 0.216383589274949, 0.320695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 750, '2021-06-13 00:00:00', 0.0109694148996701, 0.0266521739130435, 0.0126717450467426, 0.0368695652173914, 0.0202603606443404, 0.0498695652173913, 0.0345983161188644, 0.0829565217391304, 0.215243055921741, 0.319130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 765, '2021-06-13 00:00:00', 0.0131020621132918, 0.0268695652173913, 0.0213040291982304, 0.0379565217391305, 0.0304741839813319, 0.050304347826087, 0.0395427421722119, 0.0880869565217391, 0.214656983472143, 0.320434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 780, '2021-06-13 00:00:00', 0.0159594347428803, 0.0263913043478261, 0.0160703738909849, 0.0334347826086957, 0.0264033025841802, 0.0460434782608695, 0.0392501353186157, 0.0901304347826086, 0.216045093009396, 0.324130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 795, '2021-06-13 00:00:00', 0.0105517733556317, 0.0203913043478259, 0.0166240694113826, 0.0312173913043479, 0.0193865402964024, 0.0427391304347825, 0.0407123331577329, 0.0946956521739129, 0.216765451282176, 0.324478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 810, '2021-06-13 00:00:00', 0.0117955240388792, 0.0230434782608696, 0.0186990942690338, 0.0332608695652173, 0.0187879786643612, 0.0485217391304348, 0.0508588685081457, 0.102478260869565, 0.218011558238759, 0.325304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 825, '2021-06-13 00:00:00', 0.0132755831028008, 0.0241739130434782, 0.0121910029677498, 0.0304347826086956, 0.0198719219159197, 0.0444347826086957, 0.0546790853210028, 0.104434782608696, 0.217935661536083, 0.32704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 840, '2021-06-13 00:00:00', 0.0104658299641236, 0.0224782608695652, 0.0169167924150132, 0.0347826086956522, 0.0207054440913436, 0.0414782608695652, 0.0556178732610926, 0.103565217391304, 0.223231627875161, 0.334217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 855, '2021-06-13 00:00:00', 0.015732446771654, 0.0273478260869566, 0.0179704412548296, 0.0338695652173914, 0.0230806285663922, 0.0424782608695653, 0.0552215444580467, 0.105347826086956, 0.22267576882929, 0.33504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 870, '2021-06-13 00:00:00', 0.0131096018276319, 0.0229565217391305, 0.0136862066681906, 0.0296956521739131, 0.0241540674076234, 0.0413478260869565, 0.0586248878067646, 0.108173913043478, 0.222274551590111, 0.335391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 885, '2021-06-13 00:00:00', 0.0106029677402691, 0.0211739130434783, 0.0238371450926072, 0.0311304347826087, 0.0274653932447172, 0.0455652173913044, 0.1758611377276, 0.179660869565217, 0.22425127070112, 0.332782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1031641, 5, 900, '2021-06-13 00:00:00', 0.0226371096913424, 0.0234347826086957, 0.0241180397606695, 0.0320434782608696, 0.026281390040304, 0.0484347826086956, 0.17424255684706, 0.185504347826087, 0.225115306422666, 0.332086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 915, '2021-06-13 00:00:00', 0.0119115647794096, 0.0203913043478261, 0.0209107835712872, 0.0344782608695652, 0.0224411395228272, 0.0471739130434783, 0.17439163775869, 0.187417391304348, 0.224950016406807, 0.332347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 930, '2021-06-13 00:00:00', 0.0197965941095917, 0.0277826086956523, 0.0205529298374023, 0.0378260869565218, 0.0212452273180229, 0.0492173913043478, 0.173548354824961, 0.191634782608696, 0.224465751324755, 0.332652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 945, '2021-06-13 00:00:00', 0.0143558667133304, 0.027, 0.0198040799086368, 0.0352608695652174, 0.0299948612199614, 0.0553478260869565, 0.172795522193483, 0.192739130434783, 0.223844278170261, 0.333521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 960, '2021-06-13 00:00:00', 0.0122138391021271, 0.0217826086956521, 0.0141933291684994, 0.0337826086956521, 0.0270414701286628, 0.0568260869565216, 0.171846712188853, 0.193260869565217, 0.223659935613017, 0.334304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 975, '2021-06-13 00:00:00', 0.00973116910622326, 0.0248260869565217, 0.0191428992810749, 0.0412173913043478, 0.032550295530616, 0.0623913043478261, 0.171157452416734, 0.191652173913044, 0.224094806306257, 0.334130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 990, '2021-06-13 00:00:00', 0.0176676609957088, 0.0336521739130435, 0.0226092429243583, 0.0462173913043478, 0.0468098922013835, 0.0695652173913043, 0.165727573018185, 0.190086956521739, 0.2242528217509, 0.333652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1005, '2021-06-13 00:00:00', 0.0175507170219392, 0.0318695652173912, 0.0273054020339777, 0.047304347826087, 0.044657900345192, 0.0703478260869565, 0.165179767923391, 0.185913043478261, 0.224191573570639, 0.33295652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1020, '2021-06-13 00:00:00', 0.0184510890666929, 0.0344782608695653, 0.0351346928308219, 0.0480869565217392, 0.0364720370443715, 0.0621304347826088, 0.165946453099916, 0.18195652173913, 0.226516365924453, 0.330869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1035, '2021-06-13 00:00:00', 0.0294592235098342, 0.0361304347826086, 0.0324358899449628, 0.0512173913043478, 0.0338763153705211, 0.0591739130434782, 0.166342330003484, 0.18004347826087, 0.226579270913968, 0.330565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1050, '2021-06-13 00:00:00', 0.0162335961594705, 0.0325652173913043, 0.0188140473967364, 0.0398260869565217, 0.0229065812038941, 0.0544347826086956, 0.166106982527131, 0.177565217391304, 0.226852671104732, 0.33104347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1065, '2021-06-13 00:00:00', 0.00931571836712838, 0.0236521739130435, 0.0136215070585254, 0.0350000000000001, 0.172992898481126, 0.140573913043478, 0.166396355235243, 0.175260869565217, 0.227175473262793, 0.329826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1080, '2021-06-13 00:00:00', 0.0144213828943337, 0.0263913043478261, 0.0180720997815371, 0.0386521739130435, 0.170711361695283, 0.151808695652174, 0.166432314816023, 0.173521739130435, 0.227239282914739, 0.329652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 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 1031641, 5, 1095, '2021-06-13 00:00:00', 0.0142472520060299, 0.0275652173913044, 0.173776804285008, 0.135095652173913, 0.171107230784901, 0.152547826086957, 0.166706956921917, 0.170130434782609, 0.22721490410671, 0.330608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1031641 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:06:36 Duration: 1s837ms 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 1029501, 1, 600, '2021-06-13 00:00:00', 0.421772055341118, 1.28199999999999, 0.480303723352907, 1.89399999999999, 0.60861865455034, 2.23, 0.765517254323281, 2.98199999999999, 3.83811802840924, 7.436 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 615, '2021-06-13 00:00:00', 0.336005952328225, 1.204, 0.450693909432995, 1.52, 0.475902651109796, 1.776, 0.758111689220871, 2.63399999999999, 3.85345840339126, 7.318 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 630, '2021-06-13 00:00:00', 0.365125549183653, 0.895999999999999, 0.398465807817929, 1.126, 0.524022900262958, 1.62799999999999, 0.740776619501444, 2.43999999999999, 3.83652186231227, 7.316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 645, '2021-06-13 00:00:00', 0.406950037883437, 0.804000000000008, 0.524698326024897, 1.102, 0.536019278260274, 1.576, 0.747066485216223, 2.346, 3.75080213643252, 7.282 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 660, '2021-06-13 00:00:00', 0.221227635404503, 0.696000000000004, 0.385497514043001, 1.10599999999999, 0.49482320074952, 1.412, 0.605874024309774, 2.21999999999999, 3.65385983128345, 7.20600000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 675, '2021-06-13 00:00:00', 0.366287682930603, 0.779999999999995, 0.39134383858699, 1.024, 0.443781102196423, 1.306, 0.601927459638337, 2.17399999999999, 3.66490904843945, 7.152 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 690, '2021-06-13 00:00:00', 0.306825140212905, 0.631999999999995, 0.412734781669784, 0.907999999999993, 0.545916660306322, 1.26399999999999, 0.648478989636513, 2.11399999999999, 3.64884342406377, 7.152 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 705, '2021-06-13 00:00:00', 0.23081377775168, 0.615999999999999, 0.286865241300983, 0.879999999999998, 0.479383284369967, 1.27799999999999, 0.644366614074106, 2.02999999999999, 3.7540111880494, 7.498 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 720, '2021-06-13 00:00:00', 0.233148736503835, 0.603999999999999, 0.413642357598936, 0.887999999999996, 0.521999361430014, 1.24599999999999, 0.753342551566015, 2.07599999999999, 3.77217112549259, 7.536 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 735, '2021-06-13 00:00:00', 0.339705755029263, 0.596, 0.399301473409088, 0.855999999999998, 0.532509780817848, 1.174, 0.902713501985361, 2.05199999999999, 3.7809831173034, 7.52 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 750, '2021-06-13 00:00:00', 0.217025344142109, 0.577999999999994, 0.407298007197027, 0.837999999999994, 0.54008486987386, 1.124, 0.939334871065693, 2.038, 3.78595870729375, 7.516 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 765, '2021-06-13 00:00:00', 0.351994318135964, 0.615999999999999, 0.447511638582362, 0.787999999999997, 0.514117366626202, 1.11599999999999, 1.01117505902785, 2.11799999999999, 3.78857932915933, 7.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 780, '2021-06-13 00:00:00', 0.270801280154531, 0.479999999999991, 0.365114137405459, 0.767999999999996, 0.421930088995791, 1.064, 1.15054334990039, 2.27, 3.80876401649319, 7.522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 795, '2021-06-13 00:00:00', 0.270231382337426, 0.564, 0.334763598180358, 0.753999999999995, 0.40106109260311, 1.02800000000001, 1.33426946303961, 2.406, 3.84093304636604, 7.462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 810, '2021-06-13 00:00:00', 0.230488611432317, 0.45, 0.292432328354219, 0.701999999999998, 0.353824344366903, 1.054, 1.48502805809633, 2.452, 3.83925122908101, 7.488 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 825, '2021-06-13 00:00:00', 0.212681295212657, 0.475999999999995, 0.272687244537277, 0.704000000000003, 0.376408466075532, 0.977999999999993, 1.50975991468842, 2.47, 3.84054358131763, 7.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 840, '2021-06-13 00:00:00', 0.189120772700057, 0.492000000000007, 0.208666400425818, 0.720000000000005, 0.358724592596232, 0.958, 1.5390012995446, 2.554, 3.85941705442675, 7.498 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 855, '2021-06-13 00:00:00', 0.210653744329403, 0.480000000000005, 0.261931924998335, 0.655999999999992, 0.448265174496828, 0.935999999999997, 1.54481660184415, 2.57, 3.86711347993134, 7.496 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 870, '2021-06-13 00:00:00', 0.203858611133627, 0.402, 0.280059517483924, 0.602, 0.56893174751751, 1.008, 1.54155495090725, 2.508, 3.8678396209426, 7.482 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 885, '2021-06-13 00:00:00', 0.174833253892574, 0.434000000000003, 0.341711379188147, 0.648, 0.49349940898309, 0.940000000000002, 2.12924673691582, 3.334, 3.87418486050077, 7.592 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 900, '2021-06-13 00:00:00', 0.251661147842355, 0.49, 0.378318648760529, 0.77, 0.46189825719523, 0.977999999999995, 2.17468963302812, 3.58599999999999, 3.83868684144288, 7.598 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 915, '2021-06-13 00:00:00', 0.296858552175947, 0.520000000000002, 0.269366540857123, 0.662000000000003, 0.475438394186536, 0.929999999999998, 2.04210879566524, 3.65, 3.75033331851984, 7.57 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 930, '2021-06-13 00:00:00', 0.215503286904553, 0.454000000000002, 0.361789533661031, 0.687999999999996, 0.513565964604357, 0.920000000000001, 2.04524244691594, 3.74799999999999, 3.7538502456367, 7.592 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 945, '2021-06-13 00:00:00', 0.29087511638731, 0.474000000000003, 0.420792902348259, 0.653999999999999, 0.634868752840563, 1.158, 2.018972510957, 3.76999999999999, 3.75035220568238, 7.608 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 960, '2021-06-13 00:00:00', 0.206296711882016, 0.412000000000003, 0.266802048967643, 0.642000000000005, 0.76498910667626, 1.31, 1.95816027604144, 3.778, 3.70781831629689, 7.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 975, '2021-06-13 00:00:00', 0.187483332592534, 0.466000000000008, 0.482415795761293, 0.872, 0.973789847280548, 1.442, 2.03769068637351, 3.802, 3.70393034491741, 7.658 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 990, '2021-06-13 00:00:00', 0.380876182855613, 0.743999999999992, 0.606684981408527, 1.08399999999999, 1.10529030877261, 1.46999999999999, 2.0137485774876, 3.81799999999999, 3.70284012617342, 7.654 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1005, '2021-06-13 00:00:00', 0.367049043044664, 0.692000000000007, 0.708331372546312, 1.04400000000001, 1.00375544830402, 1.326, 1.93345976598084, 3.742, 3.69623344320495, 7.662 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1020, '2021-06-13 00:00:00', 0.474850853777627, 0.643999999999999, 0.720578471322405, 0.844000000000001, 0.88770772216986, 1.186, 1.86603411901641, 3.72, 3.63631910957588, 7.714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1035, '2021-06-13 00:00:00', 0.33301651610693, 0.493999999999996, 0.434050688284211, 0.755999999999995, 0.602584710504123, 1.104, 1.64159982943469, 3.61199999999999, 3.37391587526028, 7.668 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1050, '2021-06-13 00:00:00', 0.250033331111405, 0.521999999999998, 0.430600356092128, 0.809999999999996, 0.447045858945152, 0.961999999999994, 1.47331259412251, 3.576, 3.32023719032241, 7.67799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1065, '2021-06-13 00:00:00', 0.372692903071679, 0.533999999999999, 0.408064537379406, 0.712000000000003, 1.1330011768161, 2.016, 1.3560297440199, 3.544, 3.33400159967969, 7.666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1080, '2021-06-13 00:00:00', 0.225924028528774, 0.46, 0.260400332821088, 0.547999999999997, 1.26144758115428, 2.26999999999999, 1.36015624102528, 3.47399999999999, 3.34044034023461, 7.6 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 1, 1095, '2021-06-13 00:00:00', 0.165529453572468, 0.286000000000004, 1.05377496016306, 1.776, 1.13137084989847, 2.49, 1.31996527732109, 3.478, 3.33900184685983, 7.618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 600, '2021-06-13 00:00:00', 0.545389768880935, 1.27500000000001, 0.760417395503688, 1.72884615384616, 0.792551866781262, 2.20769230769231, 1.13808881632594, 3.17307692307693, 3.30833213847425, 7.58846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 615, '2021-06-13 00:00:00', 0.4481114215838, 1.14038461538461, 0.538148535400639, 1.55961538461538, 0.641743418653139, 1.97115384615384, 1.06623168214043, 3.025, 3.36541459327308, 7.61923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 630, '2021-06-13 00:00:00', 0.288103880837876, 0.959615384615382, 0.452752267122551, 1.30384615384615, 0.649875727765286, 1.7076923076923, 0.989856244419051, 2.83076923076923, 3.38372348388349, 7.60384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 645, '2021-06-13 00:00:00', 0.251801203638594, 0.809615384615383, 0.31091057334125, 1.05576923076923, 0.646981155355098, 1.55384615384615, 1.02432904869481, 2.575, 3.45756472768824, 7.53461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 660, '2021-06-13 00:00:00', 0.259348295659596, 0.688461538461543, 0.429297279104069, 1.05192307692308, 0.673155599797302, 1.4923076923077, 0.933883537459819, 2.55769230769231, 3.50592904399654, 7.5076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 675, '2021-06-13 00:00:00', 0.318898344063053, 0.751923076923076, 0.536014494637545, 1.11346153846154, 0.576531405509244, 1.4673076923077, 0.919366420631413, 2.52884615384616, 3.58031208351795, 7.52115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 690, '2021-06-13 00:00:00', 0.406433834145811, 0.767307692307694, 0.458039299623953, 1.05000000000001, 0.536086244496593, 1.3673076923077, 0.899831180747896, 2.50192307692308, 3.65876818278839, 7.54615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 705, '2021-06-13 00:00:00', 0.243025797934172, 0.638461538461539, 0.306895121148276, 0.903846153846154, 0.483337754179609, 1.23076923076923, 0.970497493358632, 2.45576923076923, 3.56908951975151, 8.15 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 720, '2021-06-13 00:00:00', 0.264313333870118, 0.638461538461536, 0.399980768768474, 0.896153846153843, 0.730237053186268, 1.27307692307692, 0.990182578346816, 2.48846153846154, 3.54260443090196, 8.22307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 735, '2021-06-13 00:00:00', 0.355338408584534, 0.605769230769231, 0.458798598348082, 0.851923076923083, 0.649618231081805, 1.19038461538462, 0.986440765892905, 2.44423076923077, 3.50927178507714, 8.21730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 750, '2021-06-13 00:00:00', 0.264204175125685, 0.559615384615389, 0.49969606146752, 0.848076923076928, 0.465390654760564, 1.06730769230769, 0.915257424906323, 2.29807692307692, 3.51629011229822, 8.25192307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 765, '2021-06-13 00:00:00', 0.307646150384096, 0.57692307692307, 0.277135068430262, 0.740384615384607, 0.413842221885815, 1.00576923076923, 0.750855921854931, 2.30384615384615, 3.49940929081115, 8.29423076923076 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 780, '2021-06-13 00:00:00', 0.19316194879307, 0.463461538461535, 0.237268105412742, 0.648076923076924, 0.437440105790319, 1.01538461538462, 0.685318567136144, 2.38846153846154, 3.50930685682866, 8.32115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 795, '2021-06-13 00:00:00', 0.217724243376449, 0.509615384615385, 0.381636153746151, 0.773076923076924, 0.736000104515043, 1.20192307692308, 0.694342522435101, 2.43653846153846, 3.50756983591862, 8.32307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 810, '2021-06-13 00:00:00', 0.274793628859077, 0.513461538461542, 0.349554661731843, 0.73269230769231, 0.744200655323963, 1.17115384615385, 0.757922261083653, 2.42692307692308, 3.51140833022001, 8.33269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 825, '2021-06-13 00:00:00', 0.238746727726266, 0.500000000000002, 0.714037814124715, 0.875000000000002, 0.747220490577218, 1.10769230769231, 0.723644621662831, 2.36153846153846, 3.51634261479387, 8.34423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 840, '2021-06-13 00:00:00', 0.20902551678364, 0.465999999999997, 0.235017729827634, 0.625999999999995, 0.46822359331129, 1.006, 0.57942500233709, 2.364, 3.5408626538364, 8.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 855, '2021-06-13 00:00:00', 0.202699177407652, 0.449999999999993, 0.37016814628184, 0.706249999999997, 0.471117811968114, 1.01041666666667, 0.619603513944811, 2.41041666666667, 3.56393976754191, 8.41666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 870, '2021-06-13 00:00:00', 0.335559234711251, 0.498, 0.336736791376692, 0.688000000000002, 0.613779276287493, 1.138, 0.641761897695193, 2.454, 3.51609632025822, 8.32799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 885, '2021-06-13 00:00:00', 0.166007027963677, 0.438, 0.486638127017058, 0.784000000000001, 0.521392366649147, 1.118, 1.23182791005887, 2.836, 3.47341450640913, 8.37599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 900, '2021-06-13 00:00:00', 0.324448249597177, 0.512000000000007, 0.30437093597561, 0.758000000000002, 0.482398521280206, 1.21, 1.6532846094971, 3.172, 3.46162052609276, 8.386 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 915, '2021-06-13 00:00:00', 0.255244980361998, 0.483999999999999, 0.358329457343374, 0.705999999999999, 0.511183267853448, 1.18799999999999, 1.64289632458452, 3.316, 3.48037713473699, 8.36399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 930, '2021-06-13 00:00:00', 0.227980262303556, 0.497999999999997, 0.467011777153419, 0.831999999999994, 0.489744831519435, 1.162, 1.73029862547866, 3.418, 3.48037713473699, 8.36399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 945, '2021-06-13 00:00:00', 0.40039563767187, 0.614000000000001, 0.43035837778918, 0.919999999999998, 0.501306626061665, 1.28799999999999, 1.73252465109928, 3.518, 3.40342719426561, 8.44599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 960, '2021-06-13 00:00:00', 0.293726062854488, 0.624000000000001, 0.355058680596133, 0.774000000000003, 0.312876439935425, 1.368, 1.80484763899892, 3.582, 3.30005934290077, 8.46799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 975, '2021-06-13 00:00:00', 0.197336430155876, 0.454000000000001, 0.29258901779344, 0.84599999999999, 0.405657901849992, 1.36799999999999, 2.23868823197872, 3.762, 3.29814594380944, 8.46199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 990, '2021-06-13 00:00:00', 0.256287598867623, 0.637999999999995, 0.434932945023333, 1.01, 0.435105351227339, 1.366, 2.26787896502437, 3.766, 3.27155926126977, 8.48199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1005, '2021-06-13 00:00:00', 0.356195171219377, 0.759999999999998, 0.448125726405737, 1.096, 0.395811402901264, 1.35, 2.25989122157093, 3.826, 3.29491401000593, 8.50999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1020, '2021-06-13 00:00:00', 0.335186515241884, 0.761999999999994, 0.349082129782282, 1.046, 0.407993055496457, 1.35, 2.21742530877593, 3.80199999999999, 3.35563953169387, 8.51399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1035, '2021-06-13 00:00:00', 0.249582985531201, 0.689999999999996, 0.282060868135469, 0.881999999999996, 0.447241545476265, 1.32399999999999, 2.31862387347898, 3.832, 3.37800730214328, 8.552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1050, '2021-06-13 00:00:00', 0.258972327994081, 0.554000000000001, 0.356919692181128, 0.848, 0.402336923485783, 1.12, 2.60961683011126, 3.848, 3.33019644065232, 8.53 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1065, '2021-06-13 00:00:00', 0.313873647614243, 0.581999999999998, 0.407482105946589, 0.819999999999993, 1.23060960503321, 1.824, 2.84834454844681, 3.884, 3.29781114276324, 8.508 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1080, '2021-06-13 00:00:00', 0.212877116352756, 0.535999999999999, 0.21650635094611, 0.62, 1.64981059518964, 2.19, 2.87029034535997, 3.87600000000001, 3.27226730774449, 8.474 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 2, 1095, '2021-06-13 00:00:00', 0.178955301681739, 0.284000000000001, 1.22526187677029, 1.572, 1.64798614476377, 2.376, 2.86500727166035, 3.84200000000001, 3.24210194164219, 8.468 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 600, '2021-06-13 00:00:00', 1.22175420332133, 1.282, 1.60351696800086, 1.872, 1.67776637229383, 2.414, 2.85273698986313, 3.74600000000001, 3.22616258114808, 8.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 615, '2021-06-13 00:00:00', 0.455402752150962, 1.148, 0.716141280288559, 1.534, 0.935289616464696, 2.082, 1.96825218573908, 3.412, 3.16563184846249, 8.382 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 630, '2021-06-13 00:00:00', 0.414799148182979, 0.881999999999996, 0.716978614278921, 1.30200000000001, 0.893597597728782, 1.88200000000001, 1.93520024803636, 3.11, 3.13115793277823, 8.34599999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 645, '2021-06-13 00:00:00', 0.48412291827592, 0.880000000000005, 0.541217762704307, 1.28, 1.26269552941317, 1.87400000000001, 1.96001062922288, 2.918, 3.14219535781382, 8.338 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 660, '2021-06-13 00:00:00', 0.317306371403623, 0.837999999999993, 0.716763559341575, 1.22, 1.17193572064911, 1.64799999999999, 1.86900597466497, 2.838, 3.16831579865392, 8.30199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 675, '2021-06-13 00:00:00', 0.471257183853295, 0.779999999999998, 0.9002684784737, 1.194, 0.891394039318946, 1.56, 1.61283911162893, 2.75, 3.18992554772051, 8.24999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 690, '2021-06-13 00:00:00', 0.447911821679225, 0.720000000000002, 0.470177271533479, 0.923999999999992, 0.502178587091617, 1.34799999999999, 1.6378288473871, 2.654, 3.18723626359892, 8.242 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 705, '2021-06-13 00:00:00', 0.344335108094818, 0.625999999999995, 0.398308925333088, 0.986000000000004, 0.506622805119019, 1.37, 1.65358701010863, 2.632, 3.30383237064676, 8.34799999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 720, '2021-06-13 00:00:00', 0.315238005322962, 0.740000000000002, 0.436205226928787, 0.955999999999995, 0.743650903762413, 1.498, 1.68577875179397, 2.532, 3.40424612310372, 8.342 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 735, '2021-06-13 00:00:00', 0.325358776327503, 0.626000000000004, 0.50124844139408, 0.920000000000009, 1.01958733482391, 1.38200000000001, 1.62179170466905, 2.34000000000001, 3.49496900320065, 8.222 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 750, '2021-06-13 00:00:00', 0.26656768996511, 0.628000000000004, 0.525214242000345, 0.972000000000005, 0.787390203986143, 1.25400000000001, 1.6501818081654, 2.31800000000001, 3.49402704626052, 8.198 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 765, '2021-06-13 00:00:00', 0.37463315389858, 0.642000000000003, 0.620167987994654, 0.876000000000001, 0.595839743555268, 1.076, 1.60110638830363, 2.34, 3.47527816632473, 8.162 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 780, '2021-06-13 00:00:00', 0.277968823191867, 0.517999999999997, 0.3155946767612, 0.728000000000006, 0.566421515598893, 1.09, 1.61479616876765, 2.444, 3.46809025257418, 8.166 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 795, '2021-06-13 00:00:00', 0.225240612087021, 0.486000000000001, 0.565523356428964, 0.773999999999999, 1.13917001950251, 1.3, 1.68814987486301, 2.488, 3.47998802679933, 8.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 810, '2021-06-13 00:00:00', 0.543545459613697, 0.576000000000008, 0.564859864627205, 0.864000000000008, 1.36364401513004, 1.266, 1.68948956788729, 2.56, 3.46536193395918, 8.146 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 825, '2021-06-13 00:00:00', 0.305122926047854, 0.568000000000009, 0.963336216835359, 0.952, 1.2997595931556, 1.22, 1.48919721102792, 2.47999999999999, 3.27579761279601, 8.078 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 840, '2021-06-13 00:00:00', 0.766083584193667, 0.60833333333333, 1.00527593731518, 0.816666666666668, 1.33658118921461, 1.23333333333333, 1.39976544360169, 2.43958333333333, 3.35318837565215, 8.21875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 855, '2021-06-13 00:00:00', 0.348593187175146, 0.510416666666669, 0.542321232149902, 0.745833333333337, 0.751806399493149, 1.13958333333334, 1.16189305489554, 2.37708333333333, 3.21083353550968, 8.13541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 870, '2021-06-13 00:00:00', 0.29512954659838, 0.533333333333336, 0.502164698139942, 0.860416666666668, 0.703819805660922, 1.11666666666667, 1.13662472297129, 2.36875, 3.22368948769007, 8.125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 885, '2021-06-13 00:00:00', 0.35462140457072, 0.614583333333333, 0.522704609407318, 0.868750000000003, 0.655895780869429, 1.15416666666668, 1.41082608907802, 3.23958333333333, 3.09464752388724, 8.15208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 900, '2021-06-13 00:00:00', 0.462722723497106, 0.570833333333338, 0.627264015329695, 0.804166666666674, 0.781485833969915, 1.14375, 1.32880401440379, 3.44375, 3.08063655077502, 8.14791666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 915, '2021-06-13 00:00:00', 0.309093754830731, 0.502083333333334, 0.291796037560888, 0.758333333333338, 0.459599699801867, 1.08333333333334, 1.29182035083852, 3.49791666666667, 3.08521192281756, 8.1375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 930, '2021-06-13 00:00:00', 0.201881996670615, 0.547916666666678, 0.382118427655126, 0.791666666666671, 0.529287188146693, 1.11666666666668, 1.29253535538782, 3.47291666666667, 3.09792400684295, 8.11875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 945, '2021-06-13 00:00:00', 0.315855176866902, 0.54583333333333, 0.383915751627646, 0.775000000000001, 0.586807717315849, 1.27708333333333, 1.27095301170853, 3.51458333333334, 3.10645584787271, 8.10625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 960, '2021-06-13 00:00:00', 0.250642290866908, 0.539583333333338, 0.478732474988581, 0.812500000000007, 0.562952716371064, 1.41875, 1.26300302075441, 3.56875, 3.10297601423658, 8.10416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 975, '2021-06-13 00:00:00', 0.395759909284789, 0.602083333333338, 0.553541791098695, 0.997916666666665, 1.05356322592167, 1.57708333333333, 1.28290742038362, 3.54583333333333, 3.13153591870585, 8.07708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 990, '2021-06-13 00:00:00', 0.344417172054172, 0.741666666666664, 0.416768103594685, 1.075, 1.09821165563825, 1.67916666666666, 1.26376479191159, 3.55833333333333, 3.11986897602066, 8.06458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1005, '2021-06-13 00:00:00', 0.244467774468587, 0.729166666666664, 0.853244022726695, 1.15416666666667, 0.884034620444765, 1.52708333333333, 1.16180144977342, 3.5, 3.00109807802294, 8.00624999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1020, '2021-06-13 00:00:00', 0.805346153859468, 0.84791666666667, 0.838466077023308, 1.17083333333333, 0.749996980670256, 1.43541666666666, 1.18864647174111, 3.5125, 3.00130406439543, 7.99999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1035, '2021-06-13 00:00:00', 0.315769132322236, 0.683333333333325, 0.363800142218571, 0.918749999999991, 0.793037524013048, 1.32708333333334, 1.14796409263139, 3.47291666666667, 2.97361281750093, 7.92916666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1050, '2021-06-13 00:00:00', 0.237743010686812, 0.624999999999988, 0.590320473022548, 0.899999999999994, 0.677641770823799, 1.19374999999999, 1.09390397466921, 3.41458333333333, 2.90123661789994, 7.92499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1065, '2021-06-13 00:00:00', 0.4687904571913, 0.654166666666671, 0.532069380895914, 0.937500000000007, 1.12665136448746, 2.51041666666666, 1.21824706270818, 3.52708333333333, 2.86983862471116, 7.95208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1080, '2021-06-13 00:00:00', 0.333616274843696, 0.660416666666672, 0.387485390093917, 0.783333333333331, 1.06093341456706, 2.70833333333334, 1.26238789142078, 3.50833333333333, 2.85731961150986, 7.91666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 3, 1095, '2021-06-13 00:00:00', 0.157367381479214, 0.345833333333327, 0.986812960413771, 2.18541666666666, 0.933398030883915, 2.54166666666666, 1.23274871083201, 3.36458333333333, 2.83546302100349, 7.80625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 600, '2021-06-13 00:00:00', 0.489716381579542, 1.36304347826087, 0.631540872404786, 1.74565217391305, 0.61993401408391, 2.05, 1.16850974311849, 2.97826086956522, 2.92471578971237, 7.73478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 615, '2021-06-13 00:00:00', 0.342883609932699, 1.09347826086957, 0.462528708648567, 1.45652173913043, 0.612525711326124, 1.82826086956521, 1.04483956822096, 2.88478260869565, 2.94631142076704, 7.79347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 630, '2021-06-13 00:00:00', 0.354335095190688, 0.965217391304337, 0.427015101879555, 1.25652173913043, 0.625124493529946, 1.71521739130434, 1.16220963052991, 2.76304347826087, 3.00321139051624, 7.82173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 645, '2021-06-13 00:00:00', 0.334392257413636, 0.749999999999998, 0.521570295475622, 1.06086956521739, 0.701170675517407, 1.58695652173913, 1.1773848894332, 2.63478260869565, 3.0563062518567, 7.76521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 660, '2021-06-13 00:00:00', 0.322432086791756, 0.765217391304344, 0.425682432802717, 1.15652173913043, 0.558990479106072, 1.47608695652174, 1.18711378158743, 2.60869565217391, 3.06432842490034, 7.79782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 675, '2021-06-13 00:00:00', 0.416115577589989, 0.823913043478255, 0.537883055894302, 1.09999999999999, 0.603333952059327, 1.34130434782608, 1.32017635664643, 2.63260869565217, 3.12771621085612, 7.80217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 690, '2021-06-13 00:00:00', 0.325406404459481, 0.704347826086958, 0.400135846497384, 0.902173913043483, 0.665652225546872, 1.31739130434783, 1.2547616815437, 2.59782608695652, 3.12711114459847, 7.77826086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 705, '2021-06-13 00:00:00', 0.324813719798247, 0.636956521739129, 0.543293644532793, 0.880434782608698, 0.719038114620282, 1.27391304347826, 1.25578896668738, 2.57173913043478, 3.33147197700909, 8.04347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 720, '2021-06-13 00:00:00', 0.305483482536716, 0.582608695652173, 0.427893544442416, 0.91739130434782, 0.466549015849055, 1.18043478260869, 1.09372536674689, 2.51521739130435, 3.27092684885994, 8.13478260869564 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 735, '2021-06-13 00:00:00', 0.222410438518644, 0.608695652173903, 0.326785155032185, 0.823913043478246, 0.492974355737716, 1.20652173913043, 1.03283063976374, 2.45869565217391, 3.22865749948982, 8.08260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 750, '2021-06-13 00:00:00', 0.323548751297856, 0.617391304347821, 0.316696136205901, 0.806521739130433, 0.458160525573377, 1.21739130434783, 1.04031387784018, 2.45434782608696, 3.22590490414595, 8.08478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 765, '2021-06-13 00:00:00', 0.198238288361086, 0.554347826086957, 0.398552221820158, 0.895652173913044, 0.438872072080432, 1.25217391304348, 1.05818847368973, 2.51086956521739, 3.23911524786211, 8.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 780, '2021-06-13 00:00:00', 0.317739670207716, 0.58695652173913, 0.244363333450774, 0.869565217391307, 0.453957129141958, 1.16956521739131, 1.26989698004245, 2.63260869565218, 3.23158510525254, 8.07826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 795, '2021-06-13 00:00:00', 0.195351107844227, 0.595652173913048, 0.388610070071878, 0.902173913043476, 0.573526639594111, 1.30652173913044, 1.37976268223508, 2.69782608695652, 3.24552138968596, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 810, '2021-06-13 00:00:00', 0.299142384171659, 0.569565217391305, 0.368350129878919, 0.750000000000002, 0.656888100276276, 1.23260869565218, 1.28255242055147, 2.68043478260869, 3.19581464188655, 8.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 825, '2021-06-13 00:00:00', 0.275067365087113, 0.545652173913046, 0.524611657613835, 0.860869565217397, 0.628663177945339, 1.21086956521739, 1.23227752764478, 2.66521739130434, 3.19979773323203, 8.09347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 840, '2021-06-13 00:00:00', 0.206758114106594, 0.51818181818182, 0.449175531400203, 0.815909090909096, 0.494367627024009, 1.09772727272727, 1.17084902779455, 2.57727272727273, 3.23708639905987, 8.07045454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 855, '2021-06-13 00:00:00', 0.246226939281031, 0.540909090909098, 0.313857441375045, 0.777272727272733, 0.478255533139295, 1.07954545454546, 1.04413430659875, 2.54545454545454, 3.26612963824966, 8.06136363636363 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 870, '2021-06-13 00:00:00', 0.288149792695231, 0.522727272727275, 0.36160416999473, 0.68636363636364, 0.471985765432133, 1.05909090909092, 1.02781658208405, 2.50454545454545, 3.26660592752084, 8.05 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 885, '2021-06-13 00:00:00', 0.186445447147162, 0.449999999999994, 0.341121146168975, 0.72727272727273, 0.402830891656445, 1.11818181818182, 2.29298289631008, 4.19090909090909, 3.12824031140312, 8.07727272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 900, '2021-06-13 00:00:00', 0.255883157859586, 0.550000000000004, 0.309272292081508, 0.77272727272728, 0.4289320272289, 1.22727272727274, 2.28055491842024, 4.34545454545454, 3.07069041265798, 8.11590909090908 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 915, '2021-06-13 00:00:00', 0.271649204017408, 0.538636363636365, 0.334359891130109, 0.918181818181828, 0.449681224272492, 1.25681818181819, 2.32920011166348, 4.47272727272727, 3.04843388220889, 8.1340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 930, '2021-06-13 00:00:00', 0.31378846929612, 0.631818181818186, 0.402642784762392, 0.954545454545457, 0.434229426461631, 1.23863636363636, 2.38842355949842, 4.51363636363636, 3.07514561651486, 8.11590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 945, '2021-06-13 00:00:00', 0.237376078401769, 0.62045454545455, 0.293545279588739, 0.804545454545454, 0.479131609860073, 1.31363636363637, 2.46281545323842, 4.56136363636363, 3.07901798169509, 8.10227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 960, '2021-06-13 00:00:00', 0.352787293505413, 0.577272727272724, 0.405214923465481, 0.890909090909092, 0.591717728422834, 1.53181818181818, 2.47805520030478, 4.66363636363636, 3.07493708801303, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 975, '2021-06-13 00:00:00', 0.283959709964492, 0.620454545454544, 0.358787339490058, 1.02045454545455, 0.649812660315641, 1.49772727272727, 2.44003960829394, 4.73863636363637, 3.07493708801303, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 990, '2021-06-13 00:00:00', 0.244694791782617, 0.797727272727278, 0.444981637833131, 1.20909090909091, 0.609058602231649, 1.54999999999999, 2.41732227261839, 4.70227272727273, 3.01405438065139, 8.1 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1005, '2021-06-13 00:00:00', 0.305717522335905, 0.881818181818176, 0.371181861121974, 1.12954545454545, 0.547485396828325, 1.44545454545453, 2.44578995993902, 4.71136363636364, 3.01103759567983, 8.12045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1020, '2021-06-13 00:00:00', 0.323410197495625, 0.756818181818173, 0.515333078521242, 1.01590909090908, 0.556601468561847, 1.36363636363635, 2.49176674573513, 4.71590909090909, 3.00399445471903, 8.12272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1035, '2021-06-13 00:00:00', 0.338741303941028, 0.638636363636369, 0.421018400436961, 0.952272727272722, 0.727970106659932, 1.37499999999999, 2.46886784611052, 4.64318181818182, 3.00439072631434, 8.07272727272728 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1050, '2021-06-13 00:00:00', 0.266216476051381, 0.62954545454545, 0.306044800500551, 0.884090909090909, 0.668541735382358, 1.28636363636363, 2.346593044767, 4.55681818181818, 3.00148952920701, 7.98181818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1065, '2021-06-13 00:00:00', 0.261696099483453, 0.590909090909088, 0.529972840927923, 0.970454545454534, 2.38335679460496, 3.24090909090909, 2.29600632003594, 4.55454545454545, 3.03392435134711, 7.97272727272728 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1080, '2021-06-13 00:00:00', 0.346324235638331, 0.624999999999992, 0.426686873845079, 0.779545454545454, 2.36530202715291, 3.41818181818182, 2.30360154683488, 4.49090909090909, 3.07969277294953, 7.93863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 4, 1095, '2021-06-13 00:00:00', 0.197440330182779, 0.372727272727272, 2.40831554540384, 2.88863636363637, 2.38371209111615, 3.475, 2.30659697615114, 4.44090909090909, 3.14012228509782, 7.96818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 600, '2021-06-13 00:00:00', 0.781941689849126, 1.60652173913044, 1.08657819502926, 2.17608695652173, 1.39690510540902, 2.74565217391304, 1.58363356143932, 3.73043478260869, 2.94200195344448, 7.35869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 615, '2021-06-13 00:00:00', 0.889613985657972, 1.41304347826086, 1.10515321850123, 1.85, 1.74357941314999, 2.45652173913043, 1.69705045215342, 3.39565217391304, 2.91955042832921, 7.23260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 630, '2021-06-13 00:00:00', 0.474445796934952, 0.934782608695657, 0.725168646052346, 1.37826086956521, 1.13357404635828, 1.93913043478261, 1.43257555726486, 2.9, 2.87863363777911, 7.0304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 645, '2021-06-13 00:00:00', 0.479871524308234, 0.886956521739125, 0.800123508252639, 1.32391304347826, 1.11793234467598, 1.8, 1.41826036065064, 2.73478260869565, 2.86598043843949, 7.00434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 660, '2021-06-13 00:00:00', 0.466326574739529, 0.921739130434785, 0.859284333161835, 1.32173913043478, 1.24141717435781, 1.70434782608696, 1.45372969960915, 2.74130434782608, 2.85985053093489, 7.00217391304349 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 675, '2021-06-13 00:00:00', 0.825076352916679, 0.793478260869565, 1.16738026359961, 1.16304347826088, 1.24978654303928, 1.45869565217392, 1.45791759555026, 2.64347826086957, 2.80849924055353, 6.96956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 690, '2021-06-13 00:00:00', 0.470912829811032, 0.780434782608703, 0.537405198919854, 1.0304347826087, 0.591599626924397, 1.38913043478262, 0.963001319574376, 2.46521739130435, 2.62128148064845, 6.79565217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 705, '2021-06-13 00:00:00', 0.344407608496843, 0.654347826086957, 0.503368102525698, 0.923913043478266, 0.593650527344677, 1.25869565217392, 0.886113778506191, 2.37391304347826, 2.61763365061915, 6.87173913043479 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 720, '2021-06-13 00:00:00', 0.403235432755169, 0.634782608695656, 0.511952011090967, 0.913043478260872, 0.582399968509754, 1.23478260869565, 0.812355186243438, 2.39130434782608, 2.96479008315161, 7.00434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 735, '2021-06-13 00:00:00', 0.350423233658594, 0.656521739130433, 0.443296579850902, 0.891304347826084, 0.811229243417348, 1.36739130434782, 0.760532110373453, 2.4, 2.94174331901012, 7.03913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 750, '2021-06-13 00:00:00', 0.263602287561971, 0.580434782608692, 0.353105925277957, 0.867391304347821, 0.578245267108002, 1.23695652173912, 0.61356535967482, 2.31521739130435, 2.97700674671061, 6.99347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 765, '2021-06-13 00:00:00', 0.167786095708324, 0.573913043478258, 0.426528870617628, 0.902173913043471, 0.424776155885298, 1.20434782608695, 0.515146090028013, 2.34130434782608, 2.9597230401354, 7.02173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 780, '2021-06-13 00:00:00', 0.283209304016334, 0.64565217391304, 0.337407577742084, 0.845652173913043, 0.37271040162337, 1.11304347826086, 0.564163657471012, 2.38478260869565, 3.11833478922766, 7.09130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 795, '2021-06-13 00:00:00', 0.296571315967249, 0.549999999999999, 0.370476671906447, 0.795652173913042, 0.497404329689311, 1.08260869565217, 0.570269681713335, 2.44565217391304, 3.53513700949332, 7.24130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 810, '2021-06-13 00:00:00', 0.276321832182526, 0.560869565217383, 0.288669429496248, 0.758695652173903, 0.489373237935938, 1.13043478260869, 0.629629102189625, 2.49347826086956, 3.53880939536999, 7.26086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 825, '2021-06-13 00:00:00', 0.203720338416626, 0.48260869565217, 0.305127459921944, 0.691304347826081, 0.515270756563163, 1.13695652173913, 0.70013409218204, 2.42173913043478, 3.55045785612819, 7.25652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 840, '2021-06-13 00:00:00', 0.215736431304975, 0.452272727272724, 0.392302836022781, 0.765909090909087, 0.557553406290207, 1.15909090909091, 0.744649021017392, 2.35454545454546, 3.64552221925506, 7.24318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 855, '2021-06-13 00:00:00', 0.274029179727247, 0.534090909090904, 0.477729115948676, 0.83181818181818, 0.581315309601847, 1.14318181818181, 0.744783445675559, 2.325, 3.82143646072739, 7.26363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 870, '2021-06-13 00:00:00', 0.374686015737992, 0.5409090909091, 0.418666197920723, 0.786363636363634, 0.493447322153304, 1.07954545454546, 0.767413291631792, 2.25227272727274, 4.09531989246811, 7.30454545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 885, '2021-06-13 00:00:00', 0.227778657655016, 0.495454545454537, 0.297327562889287, 0.706818181818177, 0.409842383387547, 1.04772727272727, 1.0240717473512, 2.60909090909091, 4.47851110172921, 7.22954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029501, 5, 900, '2021-06-13 00:00:00', 0.240849866117174, 0.490909090909089, 0.320958049071958, 0.670454545454545, 0.40694724548283, 1.08181818181818, 0.918287626238189, 2.82045454545454, 4.48030864834285, 7.19318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 915, '2021-06-13 00:00:00', 0.260577115074291, 0.463636363636368, 0.353430926651055, 0.740909090909089, 0.395599441037171, 1.09318181818182, 0.906422490675143, 2.97272727272728, 4.47763562376628, 7.17727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 930, '2021-06-13 00:00:00', 0.308185585286452, 0.595454545454539, 0.342932666645814, 0.838636363636361, 0.407133363601622, 1.16363636363637, 0.861364064695094, 3.03636363636364, 4.44512294153582, 7.20681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 945, '2021-06-13 00:00:00', 0.24954504056928, 0.531818181818181, 0.392881738702705, 0.79318181818182, 0.429159048812308, 1.16818181818182, 0.894865706145136, 2.99318181818182, 4.42569729385062, 7.26818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 960, '2021-06-13 00:00:00', 0.318070481448422, 0.545454545454543, 0.360555127546399, 0.799999999999996, 0.457264594180337, 1.23636363636364, 0.945609586022418, 3.06818181818182, 4.36979993994595, 7.24090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 975, '2021-06-13 00:00:00', 0.241836408517929, 0.509090909090903, 0.249425747394297, 0.806818181818184, 0.463097046480404, 1.22272727272728, 0.900913437376211, 3.05454545454546, 4.40178350807353, 7.18863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 990, '2021-06-13 00:00:00', 0.238909861826431, 0.677272727272731, 0.329280009528861, 0.934090909090915, 0.468400843988717, 1.29772727272728, 0.930332994426984, 3.03636363636364, 4.40864214255655, 7.22727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1005, '2021-06-13 00:00:00', 0.291844410899308, 0.672727272727268, 0.319843373465483, 0.979545454545451, 0.410079973194957, 1.24318181818182, 0.893652459636694, 3.01363636363636, 4.40727704020192, 7.23636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1020, '2021-06-13 00:00:00', 0.281548362665246, 0.688636363636366, 0.345166062047831, 0.915909090909095, 0.396528496434809, 1.1159090909091, 1.04373258338891, 3.03409090909091, 4.41945717612489, 7.17272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1035, '2021-06-13 00:00:00', 0.253257991758626, 0.584090909090913, 0.295062177026623, 0.770454545454545, 0.339252105877016, 1.01590909090909, 1.04296239758227, 3.0090909090909, 4.43110317242506, 7.15909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1050, '2021-06-13 00:00:00', 0.196960122977444, 0.48863636363636, 0.226539944204882, 0.66818181818182, 0.31217190568868, 0.956818181818181, 1.04797526903174, 3.02045454545454, 4.40341575896717, 7.15681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1065, '2021-06-13 00:00:00', 0.19132993194256, 0.475000000000001, 0.256780348130746, 0.711363636363631, 0.701918367005308, 1.84318181818182, 1.04056521853557, 3.02045454545454, 4.37617763989658, 7.14545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1080, '2021-06-13 00:00:00', 0.197179791383062, 0.543181818181809, 0.221271414694797, 0.659090909090903, 0.678221030515692, 2.21136363636363, 1.00185974254032, 3.0090909090909, 4.35341894302702, 7.14772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 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 1029501, 5, 1095, '2021-06-13 00:00:00', 0.177113092737516, 0.324999999999998, 0.744071081881144, 1.65681818181818, 0.819305085124474, 2.35681818181818, 1.03735688524215, 2.97954545454545, 4.39748796847705, 7.11363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029501 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1095);
Date: 2021-06-13 18:01:01 Duration: 1s800ms Database: acaweb_fx User: pgperfstats
7 183ms 9s829ms 1s658ms 291 8m2s 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 #7
Day Hour Count Duration Avg duration Jun 13 18 291 8m2s 1s658ms [ User: postgres - Total duration: 8m2s - Times executed: 291 ]
-
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-06-13 18:01:09 Duration: 9s829ms 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-06-13 18:06:51 Duration: 9s659ms 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-06-13 18:16:19 Duration: 9s537ms Database: acaweb_fx User: postgres Bind query: yes
8 1s599ms 1s634ms 1s617ms 4 6s470ms select updateresultsmaterializedview ();Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Jun 13 18 4 6s470ms 1s617ms [ User: postgres - Total duration: 6s470ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:32:04 Duration: 1s634ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:47:04 Duration: 1s620ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-06-13 18:02:04 Duration: 1s616ms Database: acaweb_fx User: postgres
9 1s63ms 1s184ms 1s108ms 8 8s870ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Jun 13 18 8 8s870ms 1s108ms [ User: pgperfstats - Total duration: 8s870ms - Times executed: 8 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1032106, 1, 990, '2021-06-13 00:00:00', 6.71801286378231, 12.8482608695652, 9.530480123446, 18.4682608695652, 9.23794890654848, 21.64, 11.2986774034483, 27.0526086956522, 32.024385582502, 79.3491304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1005, '2021-06-13 00:00:00', 6.2913042126138, 11.2621739130435, 6.38235729060824, 15.1186956521739, 7.51111645201506, 18.1339130434783, 12.3731853222912, 25.7182608695652, 31.917892339304, 78.2517391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1020, '2021-06-13 00:00:00', 3.60690871991988, 8.92217391304349, 3.82487174602206, 11.515652173913, 7.23955693291932, 15.3413043478261, 11.87660597836, 23.4517391304348, 31.7722796312198, 77.264347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1035, '2021-06-13 00:00:00', 2.25453876863728, 7.18217391304347, 4.03263799143444, 10.1834782608695, 10.2324722013685, 15.0034782608696, 11.5259808941852, 22.0291304347826, 31.9667035394309, 76.5952173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1050, '2021-06-13 00:00:00', 2.65283717165009, 6.56782608695652, 4.83861636218405, 9.96913043478259, 9.00607967687635, 13.5743478260869, 10.3881794712679, 20.63, 31.367681783554, 76.1382608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1065, '2021-06-13 00:00:00', 3.62280714647542, 7.11956521739129, 7.92352264256208, 10.5773913043478, 8.36942414233551, 12.8117391304348, 9.23234462917079, 19.3865217391304, 31.1223317760393, 75.7747826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1080, '2021-06-13 00:00:00', 6.2826508717487, 7.41739130434782, 6.22795505046977, 8.99173913043478, 7.08376083651423, 11.0630434782609, 9.18529121495652, 18.8073913043478, 31.3763412040311, 75.7434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1095, '2021-06-13 00:00:00', 2.69713425724064, 5.56826086956523, 4.06007053230269, 7.56, 5.17493140242099, 9.72173913043478, 8.03187282193065, 18.0591304347826, 31.5911196245153, 75.5213043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1110, '2021-06-13 00:00:00', 2.34243716195493, 5.56869565217391, 2.50256398164231, 6.93913043478261, 4.06254578569517, 9.51652173913043, 8.79658674372743, 18.8173913043478, 31.3285232964588, 76.0108695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1125, '2021-06-13 00:00:00', 1.82822642408087, 4.57869565217393, 2.78225503557886, 6.89391304347827, 3.73655508102287, 9.19434782608696, 9.57661585040588, 19.115652173913, 33.5668704660619, 80.7526086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1140, '2021-06-13 00:00:00', 2.39691773419654, 5.28652173913043, 3.68011293648666, 7.18695652173912, 3.66157356181965, 8.48130434782608, 9.26783463886149, 19.0204347826087, 34.5381202870745, 81.044347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1155, '2021-06-13 00:00:00', 2.29796524533657, 4.50521739130434, 2.54706961749451, 6.02999999999999, 2.91158630004484, 8.80434782608696, 22.5754874935874, 30.7408695652174, 35.540726446763, 81.48 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1170, '2021-06-13 00:00:00', 1.50110525815061, 4.08478260869563, 2.23333928184369, 5.7895652173913, 2.77877343772064, 8.32, 23.7982805536924, 32.2113043478261, 36.327673773835, 81.74 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1185, '2021-06-13 00:00:00', 1.67055243992681, 4.2, 2.33734275326599, 6.40434782608696, 3.50588201393773, 8.62782608695652, 23.9039553096687, 33.4039130434783, 36.9467150283134, 82.0182608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1200, '2021-06-13 00:00:00', 1.56463080795995, 4.37173913043479, 1.8484734648346, 5.43782608695653, 3.52272554379659, 8.1904347826087, 25.2883615530846, 35.0786956521739, 37.310592568151, 82.0078260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1215, '2021-06-13 00:00:00', 1.56984843557331, 3.85826086956521, 2.38634239779744, 5.64869565217391, 4.04479898316705, 8.03521739130436, 25.3777439841157, 35.5652173913043, 38.7481116204416, 82.7178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1230, '2021-06-13 00:00:00', 1.80964412460227, 3.76130434782609, 3.06589991560231, 5.54826086956522, 3.81439006153042, 7.94521739130435, 25.3052055058184, 35.7543478260869, 40.5998494856923, 83.4165217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1245, '2021-06-13 00:00:00', 2.10845802825597, 4.1004347826087, 2.53875409049713, 5.59217391304347, 3.58571788171807, 8.27999999999999, 24.9734527982022, 36.7191304347826, 40.7527414825055, 83.2773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1260, '2021-06-13 00:00:00', 1.93153075750652, 4.28739130434783, 3.0490905791209, 6.07521739130435, 5.13423755361172, 8.2604347826087, 25.0136019914162, 37.4086956521739, 40.9006351265471, 82.9908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1275, '2021-06-13 00:00:00', 1.72831979912956, 3.82434782608696, 2.55989956262955, 5.50695652173913, 4.93202417376404, 9.13521739130436, 25.1209340839271, 38.0273913043478, 41.0257910252686, 82.6973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1290, '2021-06-13 00:00:00', 2.10330738987067, 4.18260869565219, 3.39621877626936, 5.8926086956522, 5.74450299194855, 10.2665217391305, 24.8375694568075, 37.6473913043478, 41.3505638800921, 82.5882608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1305, '2021-06-13 00:00:00', 2.46116372423095, 4.24782608695653, 3.51536536876174, 7.17130434782609, 6.08534561264159, 10.6330434782609, 24.8036990738687, 37.1717391304348, 41.7216572607678, 82.9886956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1320, '2021-06-13 00:00:00', 2.4094216852064, 4.79142857142857, 4.34126035024062, 7.11714285714287, 5.46619847007823, 10.2942857142857, 24.8776148182984, 38.897619047619, 43.9722320983855, 83.8042857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1335, '2021-06-13 00:00:00', 3.43582533233075, 4.68571428571429, 5.16999742101804, 7.57333333333335, 21.5991204957627, 26.5980952380952, 25.0242220943743, 38.6828571428571, 44.0485041149175, 83.5761904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1350, '2021-06-13 00:00:00', 3.24861758144541, 5.57809523809526, 4.09792950042777, 7.79523809523811, 20.9540875771406, 27.3780952380953, 23.8425505387003, 37.4747619047619, 44.3226231549232, 82.8433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 1365, '2021-06-13 00:00:00', 2.50090678792809, 5.21047619047619, 18.8724462920846, 23.382380952381, 20.5706029612765, 27.4347619047619, 25.0608530619067, 36.6419047619048, 44.6336038524467, 82.2014285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 990, '2021-06-13 00:00:00', 7.93035178189564, 12.3292307692308, 9.37565813895012, 14.7715384615385, 13.686109769229, 19.9838461538462, 18.1081561606493, 28.7065384615385, 40.5102192311254, 74.6169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1005, '2021-06-13 00:00:00', 6.33916462586721, 8.97807692307692, 10.0303009848236, 12.8453846153846, 13.8889998753856, 17.7015384615384, 18.5065932741654, 26.6511538461538, 40.2885657151581, 73.4007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1020, '2021-06-13 00:00:00', 4.56104827694417, 8.24576923076922, 8.46054280855458, 12.0738461538461, 10.4369816223185, 15.6442307692308, 14.0554454435064, 23.5311538461538, 38.6678311241548, 71.5403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1035, '2021-06-13 00:00:00', 5.69772690168227, 8.07038461538461, 6.24757677331472, 10.5034615384615, 7.81379635890656, 14.2415384615385, 12.0204918432586, 21.4519230769231, 37.3811392837865, 70.2769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1050, '2021-06-13 00:00:00', 3.09827823153441, 6.00999999999999, 4.74482039864361, 8.64615384615384, 5.9059287552034, 13.0223076923077, 10.9113124078425, 19.5223076923077, 36.1000379479877, 69.6396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1065, '2021-06-13 00:00:00', 2.74525215319382, 5.91423076923077, 4.180412714259, 8.38769230769231, 6.48776865754674, 12.7630769230769, 10.8152277546344, 18.5307692307692, 35.7836423308407, 69.1176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1080, '2021-06-13 00:00:00', 3.24083664411616, 5.99307692307692, 4.41345118751927, 9.46923076923077, 5.64529805713092, 11.3769230769231, 9.97709583920168, 17.3957692307692, 35.7388675899976, 68.8938461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1095, '2021-06-13 00:00:00', 3.03282716543239, 6.28384615384618, 3.64870659907779, 8.04038461538464, 4.81856456442564, 10.2526923076923, 11.3808686230615, 17.2788461538462, 35.1519868264392, 68.4953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1110, '2021-06-13 00:00:00', 3.15943960464266, 5.62115384615385, 3.47213097945074, 7.15846153846155, 4.55679030087559, 9.55538461538463, 11.2045820091604, 17.535, 34.9322483079196, 68.1203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1125, '2021-06-13 00:00:00', 1.93226773905292, 4.75115384615384, 2.91787912967358, 7.12884615384615, 3.17852866300408, 8.13269230769232, 11.2527250990081, 17.3130769230769, 34.967120873098, 69.1069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1140, '2021-06-13 00:00:00', 2.34905941896883, 4.88192307692308, 2.70479096305909, 6.26692307692307, 3.36695491276842, 7.73423076923077, 11.0422588338549, 17.1680769230769, 34.7288387278443, 69.6707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1155, '2021-06-13 00:00:00', 2.54875378296018, 4.3553846153846, 2.87791003227102, 5.53307692307693, 4.87728934805136, 7.81076923076922, 15.308931952898, 27.4484615384615, 34.1650580474352, 70.5892307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1170, '2021-06-13 00:00:00', 2.36332855230793, 3.79538461538462, 2.81860543804638, 5.12615384615384, 5.85640368774611, 8.49807692307692, 14.9784714224732, 27.6130769230769, 33.927451596696, 70.4396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1185, '2021-06-13 00:00:00', 2.02615759885172, 3.98884615384615, 3.86984523642046, 5.78307692307692, 6.60806155680026, 9.12153846153847, 14.0809800795257, 29.25, 33.4962811460524, 70.7688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1200, '2021-06-13 00:00:00', 2.7654499425257, 3.94576923076924, 4.3187305827238, 6.3646153846154, 5.47480131005824, 8.72576923076923, 13.3924475214721, 29.8388461538462, 33.2572287480481, 70.59 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1215, '2021-06-13 00:00:00', 2.60454068001369, 4.24807692307693, 3.95729458867271, 6.0973076923077, 4.0615303103065, 8.3826923076923, 12.520788897485, 30.1088461538462, 33.2001306948308, 70.5230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1230, '2021-06-13 00:00:00', 2.65265289561513, 4.28923076923078, 2.99584052672008, 6.20730769230769, 4.46780794642674, 8.57961538461538, 12.0208548012962, 30.1869230769231, 33.0589881552076, 70.5653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1245, '2021-06-13 00:00:00', 1.98749955007253, 4.05230769230769, 2.79213191224639, 5.87384615384615, 4.21352781115596, 8.17615384615384, 12.3770374546515, 30.3919230769231, 33.1477735834318, 70.3484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1260, '2021-06-13 00:00:00', 1.9953692544335, 4.1023076923077, 3.5598806375841, 5.88692307692308, 3.64396588686219, 7.62076923076923, 12.5285660546056, 30.6407692307692, 32.9561438675004, 70.1988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1275, '2021-06-13 00:00:00', 2.24041428174481, 4.02192307692308, 2.83686590339517, 5.63192307692307, 6.49672944938155, 8.64153846153846, 12.5442649905782, 30.5880769230769, 32.8876839046988, 70.0961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1290, '2021-06-13 00:00:00', 2.25334363523665, 4.31846153846154, 2.25010399759655, 5.36999999999999, 7.06489249741282, 9.375, 11.9514261266821, 30.7876923076923, 32.7587139246949, 70.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1305, '2021-06-13 00:00:00', 1.14822411374462, 3.52884615384615, 6.16204023405835, 6.76038461538461, 6.80007248830142, 9.31461538461539, 10.8771798946941, 30.8776923076923, 32.6740620440976, 69.7476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1320, '2021-06-13 00:00:00', 3.66497501326082, 4.38625000000001, 4.90063697427418, 6.29916666666667, 4.7737552251111, 8.53208333333333, 10.7678192051493, 31.37, 33.9048727954458, 69.1841666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1335, '2021-06-13 00:00:00', 2.24079271525807, 4.11708333333333, 2.52860447276956, 5.65666666666668, 10.6241322834085, 20.7995833333333, 11.3288055240369, 31.0979166666667, 33.8570795772465, 69.06875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1350, '2021-06-13 00:00:00', 2.00906527945248, 4.30041666666668, 3.21050032219912, 6.67416666666667, 10.2420897631973, 21.25875, 11.4255560230031, 30.785, 33.876077401445, 68.95125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 1365, '2021-06-13 00:00:00', 2.9769235347728, 5.32708333333332, 10.4813715705532, 19.3325, 10.1145641781786, 22.5520833333333, 11.4880096203055, 30.0820833333333, 33.8788075965886, 68.8695833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 990, '2021-06-13 00:00:00', 5.36312415171109, 10.3644, 5.45618373957477, 13.0792, 9.0481296778211, 19.9744, 10.6728483858184, 26.9848, 31.4480706721414, 67.2464 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1005, '2021-06-13 00:00:00', 3.45633396267467, 9.43269230769229, 5.80921831097915, 13.7057692307692, 9.06832146286435, 18.8030769230769, 9.97396349733414, 25.9903846153846, 31.0829473802945, 67.1846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1020, '2021-06-13 00:00:00', 4.62390417787326, 8.71538461538461, 7.13205500647496, 12.9461538461538, 7.48810934338312, 16.1484615384615, 9.34863741614048, 22.9915384615385, 30.8867001225696, 65.3073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1035, '2021-06-13 00:00:00', 5.75646697202373, 8.37, 6.41752102870308, 10.7880769230769, 7.17881409747835, 14.3503846153846, 9.58486839522829, 21.3630769230769, 31.3355586293812, 63.7311538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1050, '2021-06-13 00:00:00', 3.61734743445228, 7.1676923076923, 3.7049890065237, 9.22346153846153, 5.46278403239734, 12.2757692307692, 8.34027143074262, 19.8765384615385, 31.5804106783839, 63.0711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1065, '2021-06-13 00:00:00', 3.72779819526425, 6.35923076923078, 5.1129021715054, 9.17384615384616, 5.18000482625258, 10.985, 8.93132589002585, 19.4669230769231, 32.009472597967, 62.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1080, '2021-06-13 00:00:00', 2.96453810126403, 5.76307692307692, 3.71754939959936, 7.49153846153846, 3.66962502800407, 10.2903846153846, 9.40801455388722, 19.4346153846154, 32.3519148143328, 62.8480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1095, '2021-06-13 00:00:00', 2.19977411427768, 4.91307692307694, 2.43594079124711, 6.61653846153846, 3.65993249202139, 9.46461538461538, 10.490765646327, 19.6996153846154, 32.5657085833928, 63.0065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1110, '2021-06-13 00:00:00', 2.23399593691526, 4.79538461538461, 2.8335779230778, 6.94961538461538, 4.01571246672177, 10.0188461538462, 10.4101656825654, 19.7015384615385, 32.2746767701147, 62.7761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1125, '2021-06-13 00:00:00', 2.13272959806477, 5.02653846153846, 2.77842578561204, 6.73461538461539, 5.34306816207835, 9.80423076923078, 10.3827908579534, 19.425, 37.1852589155351, 69.6761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1140, '2021-06-13 00:00:00', 1.91614504830763, 4.47038461538462, 3.48363868125535, 6.89769230769232, 4.6916280920216, 9.23692307692309, 9.80425864298068, 19.2534615384615, 37.4322938568372, 69.8692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1155, '2021-06-13 00:00:00', 3.00595012497649, 4.96807692307693, 4.32113774191652, 6.72076923076924, 5.70290313382985, 9.43192307692308, 14.5555884747458, 25.1496153846154, 36.7908116727324, 70.2365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1170, '2021-06-13 00:00:00', 2.74707892412734, 4.45884615384615, 3.99289499755985, 6.42769230769232, 5.31688128656121, 8.65884615384616, 15.0085840719954, 26.6896153846154, 36.617968865656, 70.5196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1185, '2021-06-13 00:00:00', 2.42989167216597, 4.44153846153847, 4.88594335431129, 6.6876923076923, 4.93853251326904, 7.96076923076924, 15.8749112559603, 28.5807692307692, 36.345812379674, 70.9984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1200, '2021-06-13 00:00:00', 4.47611727350322, 4.80461538461537, 4.17831208099083, 6.13038461538461, 4.99447134339563, 8.12, 15.1595117284876, 28.8496153846154, 35.9941578956278, 71.1088461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1215, '2021-06-13 00:00:00', 1.6180341348496, 3.92769230769232, 2.69332771007282, 5.1569230769231, 4.94660685567545, 8.99923076923078, 14.4513993573154, 29.9492307692308, 36.0596842940231, 71.2092307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1230, '2021-06-13 00:00:00', 2.75760174510667, 3.70923076923076, 3.53681551681736, 5.82, 4.7577090964196, 9.25961538461538, 14.3052779555175, 30.2442307692308, 35.8812796787491, 70.9192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1245, '2021-06-13 00:00:00', 2.23667129045341, 4.4876923076923, 4.06992458822596, 7.31307692307692, 4.33195283730275, 9.72923076923077, 13.9040391309089, 30.4480769230769, 35.576760057007, 70.8819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1260, '2021-06-13 00:00:00', 3.2645440016121, 5.04653846153848, 3.17274741412647, 6.79692307692308, 6.08610089908525, 9.63192307692308, 14.0290477992573, 30.7469230769231, 35.3250853578369, 70.5765384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1275, '2021-06-13 00:00:00', 2.14207878904151, 4.62846153846154, 3.10718435490793, 6.33115384615386, 7.04582443721103, 10.845, 13.793170863204, 30.5523076923077, 35.3258569061509, 70.2730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1290, '2021-06-13 00:00:00', 2.37798832241423, 4.29730769230769, 4.41587522468649, 6.625, 6.26099260992524, 11.1126923076923, 13.1898111259586, 30.6315384615384, 34.9776575830915, 70.285 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1305, '2021-06-13 00:00:00', 3.82262022500475, 5.18423076923077, 6.0344970474253, 8.25884615384615, 6.78301998772273, 10.9619230769231, 13.1066793071906, 30.9476923076923, 34.7973241146279, 70.1784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1320, '2021-06-13 00:00:00', 2.23889234874645, 4.65958333333334, 3.67087864141543, 7.0825, 4.58771863989505, 9.11833333333332, 13.693059571724, 30.0925, 35.7717232267149, 70.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1335, '2021-06-13 00:00:00', 2.36580102560498, 4.91333333333333, 2.79939508864304, 6.06041666666666, 11.7423713132387, 18.9383333333333, 13.6853387116349, 29.77, 35.7043923738048, 70.625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1350, '2021-06-13 00:00:00', 2.19763505133144, 4.11541666666666, 2.35762961283242, 5.90999999999999, 11.9198909087022, 20.4491666666667, 14.9109577205801, 30.2141666666667, 35.9230677977257, 70.83 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 1365, '2021-06-13 00:00:00', 2.16280007551938, 4.64208333333332, 11.9664963377527, 17.8920833333333, 12.642377293183, 22.7908333333333, 14.9696325395637, 30.82125, 36.3278078275853, 70.9504166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 990, '2021-06-13 00:00:00', 4.1149986821196, 10.3469230769231, 5.04790674057459, 13.7276923076923, 7.90369094887854, 17.6911538461538, 12.3805453589337, 27.1092307692308, 33.7832128202979, 68.7073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1005, '2021-06-13 00:00:00', 3.6842029510622, 9.06076923076924, 6.69823793132309, 12.8907692307693, 7.15463666765504, 16.7953846153846, 11.1077059668572, 25.1596153846154, 34.0274195409435, 67.7138461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1020, '2021-06-13 00:00:00', 3.93396611381127, 7.75423076923078, 3.89379909402314, 10.3792307692308, 7.12101311936399, 15.4096153846154, 10.8226165256623, 23.7873076923077, 34.0221848007353, 67.5288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1035, '2021-06-13 00:00:00', 2.87228959864105, 6.84653846153845, 5.45643541010205, 10.6592307692307, 6.90376825754213, 14.3319230769231, 10.5666638356382, 22.7661538461538, 34.1637194606298, 66.9907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1050, '2021-06-13 00:00:00', 2.91210167299257, 6.64192307692307, 4.03146302895689, 9.29307692307694, 5.02564200261634, 12.7684615384616, 9.72601883925476, 20.7076923076923, 34.1368018059463, 66.5984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1065, '2021-06-13 00:00:00', 2.86999257570738, 6.54423076923078, 3.46611618163838, 8.65423076923076, 4.4924829009563, 11.5788461538461, 10.1138758073329, 19.5603846153846, 34.0350267202209, 66.6296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1080, '2021-06-13 00:00:00', 2.39580020356136, 5.71884615384615, 3.59085479431377, 8.78692307692307, 4.52194854187713, 10.8388461538462, 10.330161544645, 18.9484615384615, 34.2264649560047, 66.4492307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1095, '2021-06-13 00:00:00', 2.88561005415066, 6.01423076923076, 3.30418273381808, 7.57653846153845, 4.66508835764291, 10.0742307692308, 10.7234424223108, 19.0757692307692, 34.0674887313629, 67.1273076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1110, '2021-06-13 00:00:00', 1.98760021518026, 4.86884615384614, 2.84882701907564, 6.95923076923077, 5.76086661482856, 9.64807692307692, 10.0044510786257, 18.7542307692308, 34.0791947178243, 67.1838461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1125, '2021-06-13 00:00:00', 2.03402715358927, 5.30230769230768, 2.94627890475688, 6.87923076923076, 4.87259212329535, 9.245, 10.8419126612349, 19.2569230769231, 37.941300381186, 71.4288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1140, '2021-06-13 00:00:00', 2.2101419376627, 4.75076923076922, 3.95515266650792, 7.02615384615386, 5.95053202534156, 8.91923076923079, 10.674974213624, 20.1723076923077, 37.9508253320612, 71.6392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1155, '2021-06-13 00:00:00', 4.08972032458619, 5.24960000000001, 3.97308872289557, 6.49440000000002, 6.3965028726641, 10.0764, 13.5896762531955, 26.3344, 38.2086568812183, 72.8224 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1170, '2021-06-13 00:00:00', 2.00608370866069, 4.4796153846154, 3.9963285650707, 6.03500000000003, 5.71128588511716, 9.96769230769232, 13.68806883609, 27.2426923076923, 37.2621925631784, 72.9588461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1185, '2021-06-13 00:00:00', 3.40524602070665, 4.26730769230769, 5.12915271155592, 7.46346153846154, 5.32454879272919, 10.1196153846154, 14.9323582814689, 28.8403846153846, 37.2969298819003, 73.2688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1200, '2021-06-13 00:00:00', 4.14862298439694, 5.60320000000001, 4.67396273697883, 7.28880000000001, 5.83259496279313, 10.4784, 15.921695135883, 29.9652, 38.0365545670653, 73.926 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1215, '2021-06-13 00:00:00', 2.73041205681487, 4.63800000000002, 3.36608362938296, 6.8024, 5.30455150476142, 9.18599999999999, 15.9210392772164, 30.568, 38.0106283952265, 73.8728 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1230, '2021-06-13 00:00:00', 2.81698254639014, 5.2236, 4.98183282872211, 7.208, 5.50705886416093, 9.36159999999999, 16.2610579606617, 30.8432, 38.2355142199849, 74.1232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1245, '2021-06-13 00:00:00', 2.85182836089411, 4.518, 3.3918747028745, 6.07839999999999, 4.5375302386504, 8.56839999999999, 17.5616639018061, 31.4584, 38.1775286741647, 74.1496 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1260, '2021-06-13 00:00:00', 2.11016192111727, 4.204, 3.15712801978846, 5.9136, 5.00297971213156, 8.4032, 18.8149089111091, 32.3716, 38.1251464478062, 74.162 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1275, '2021-06-13 00:00:00', 2.79222151700039, 4.1748, 3.55375796399624, 5.9496, 6.96566335678089, 9.39080000000001, 18.6205436100382, 32.4588, 38.2587128987198, 74.1428 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1290, '2021-06-13 00:00:00', 2.45404203984637, 4.3184, 3.4237665418853, 5.9624, 6.20122506714063, 9.75560000000002, 18.6140339081386, 32.394, 38.3161381361257, 74.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1305, '2021-06-13 00:00:00', 1.81770386293623, 4.1416, 4.84509435752631, 7.08320000000002, 6.70218640942392, 10.0188, 18.5583880226705, 32.1192, 38.3161381361257, 74.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1320, '2021-06-13 00:00:00', 3.07105394482347, 4.94782608695653, 3.60416464202156, 6.89869565217394, 4.50847072746351, 9.62913043478263, 19.5041678124276, 32.3056521739131, 40.0688471836227, 74.1634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1335, '2021-06-13 00:00:00', 2.54541453949363, 4.44521739130436, 3.61560544954762, 6.25130434782609, 12.7355689857699, 21.3808695652174, 18.928394088427, 32.9713043478261, 40.160602545753, 74.1082608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1350, '2021-06-13 00:00:00', 3.01758030698288, 4.46999999999999, 3.62180304713729, 6.47130434782609, 13.2194161609492, 22.27, 19.2178690111069, 33.145652173913, 40.160602545753, 74.1082608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 1365, '2021-06-13 00:00:00', 2.45808667841007, 4.55086956521738, 12.3580734200816, 19.4082608695652, 14.3252033075406, 24.0495652173913, 19.1808433026906, 32.5495652173913, 39.956913835294, 73.9321739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 990, '2021-06-13 00:00:00', 5.11511833422479, 10.1291304347826, 8.79371330416731, 14.1813043478261, 10.8212084433261, 19.3539130434783, 17.4745734424634, 29.0352173913043, 38.7944945719223, 73.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1005, '2021-06-13 00:00:00', 6.06418654874861, 9.60695652173913, 8.06510418615884, 13.5134782608696, 9.25719369884121, 17.4752173913044, 14.8521161106566, 26.1356521739131, 38.7233271046709, 73.4556521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1020, '2021-06-13 00:00:00', 4.6066798466451, 8.17913043478261, 5.39159043611716, 11.5126086956522, 6.87527123431902, 14.22, 14.0415891159507, 24.3739130434783, 38.6878098734773, 73.6034782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1035, '2021-06-13 00:00:00', 4.51985540536148, 7.96260869565217, 5.21641764465598, 10.1730434782609, 7.98052756138982, 13.6873913043478, 13.9458653540864, 23.1117391304348, 38.6597094963209, 73.7126086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1050, '2021-06-13 00:00:00', 4.1840503193794, 6.58043478260871, 5.26061407768222, 8.72826086956523, 9.60235066741061, 13.3973913043478, 13.7825607429248, 22.4347826086957, 38.6680379805444, 73.7239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1065, '2021-06-13 00:00:00', 2.65294288081249, 5.38826086956521, 5.29677513940984, 8.60217391304347, 8.6999746262862, 12.2930434782609, 13.2721769811204, 21.43, 39.034759213776, 74.9578260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1080, '2021-06-13 00:00:00', 3.90955821731118, 6.44999999999999, 7.26961190932864, 9.05130434782608, 7.30533231531285, 11.354347826087, 13.3159173377374, 21.09, 39.0327249445999, 75.464347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1095, '2021-06-13 00:00:00', 4.35073275369463, 6.31869565217393, 5.43787780478404, 8.68826086956521, 6.24710832710567, 10.5752173913044, 14.9152725001906, 21.9191304347826, 39.0536390838511, 75.524347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1110, '2021-06-13 00:00:00', 4.06720796522763, 5.49478260869565, 4.66761828712549, 7.18173913043479, 6.98686514718726, 10.1413043478261, 14.2133288360183, 21.744347826087, 38.3903089096951, 75.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1125, '2021-06-13 00:00:00', 2.70411887558232, 4.65956521739131, 2.82905960716093, 6.35652173913044, 8.83600888209302, 11.034347826087, 14.3508658757372, 21.8882608695652, 37.1567329398966, 75.8713043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1140, '2021-06-13 00:00:00', 2.83725999315797, 4.72478260869566, 5.21776461609116, 6.80695652173913, 9.85932092443031, 11.33, 14.3703779096036, 21.4860869565217, 36.327155610956, 76.244347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1155, '2021-06-13 00:00:00', 5.30387828868516, 5.22608695652175, 8.74389761230915, 8.62000000000002, 9.61273247790136, 11.514347826087, 15.1075239350014, 29.7860869565217, 37.070731953779, 76.9469565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1170, '2021-06-13 00:00:00', 4.80061400881806, 5.85695652173914, 6.09693307207612, 7.83739130434784, 6.51706149378951, 10.1578260869565, 15.807096345049, 31.6830434782609, 36.3546513054589, 77.0952173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1185, '2021-06-13 00:00:00', 4.12160153453559, 5.06913043478263, 4.8164060863815, 6.73304347826087, 7.77319006550505, 9.90260869565218, 16.4457257923737, 32.9982608695652, 36.216525561067, 77.5334782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1200, '2021-06-13 00:00:00', 3.44380821471853, 4.80826086956522, 4.41642720408836, 6.62260869565219, 6.6241986613581, 9.37478260869566, 16.1874517839256, 33.1004347826087, 36.214202299945, 77.4713043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1215, '2021-06-13 00:00:00', 3.48888222923705, 4.87913043478262, 6.04860154353146, 7.04478260869566, 5.61072145600875, 9.00043478260871, 16.0318343630253, 33.5369565217391, 36.2177479477005, 77.8786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1230, '2021-06-13 00:00:00', 4.60152191699325, 5.18695652173913, 4.58649883260664, 6.69478260869564, 5.74576097396684, 9.30347826086957, 15.8865850261932, 33.8873913043478, 36.424430601782, 78.1308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1245, '2021-06-13 00:00:00', 3.15143796778902, 4.65608695652175, 4.03319119622371, 6.62304347826088, 5.49319298495515, 9.02347826086957, 16.0533115542466, 34.1213043478261, 36.5552428070153, 78.0530434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1260, '2021-06-13 00:00:00', 3.16443851990288, 4.82434782608696, 4.20540880784576, 6.54217391304348, 5.50297354041986, 9.31217391304347, 15.8421652435752, 34.5278260869565, 36.6425644793122, 78.2895652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1275, '2021-06-13 00:00:00', 2.5284156641563, 4.34695652173913, 4.4883265805945, 6.52130434782608, 9.49559257028593, 11.3565217391304, 15.7141025129201, 34.5421739130435, 36.3343563066878, 78.4786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1290, '2021-06-13 00:00:00', 2.40772570759296, 4.11391304347826, 3.06693278045704, 6.12695652173911, 10.1677152205559, 11.4465217391304, 15.5951279130537, 34.4334782608696, 36.3343563066878, 78.4786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1305, '2021-06-13 00:00:00', 2.68573541205333, 4.59260869565217, 9.0482718634784, 8.76652173913044, 11.7015628326849, 12.59, 15.6556528577751, 34.6586956521739, 36.3003377743189, 78.3704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1320, '2021-06-13 00:00:00', 3.25006688575863, 4.9804761904762, 5.49933415883016, 7.12476190476191, 9.26124963284679, 10.8595238095238, 15.6267918286878, 34.0114285714286, 37.9367651368382, 77.142380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1335, '2021-06-13 00:00:00', 4.17672912582037, 5.05523809523808, 7.80680673698097, 7.72714285714284, 12.1675413645133, 24.2214285714286, 15.6884070179832, 33.3861904761905, 37.890483520649, 76.8671428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1350, '2021-06-13 00:00:00', 6.22221917233485, 5.71285714285713, 9.31229857564205, 8.42952380952381, 14.7959545629395, 26.9971428571428, 15.6323854469465, 33.1261904761905, 37.7525948209429, 76.8342857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 1365, '2021-06-13 00:00:00', 8.45070642299325, 6.63761904761906, 12.2364568478983, 22.8619047619048, 15.2479121911977, 28.1280952380953, 15.4787830978561, 32.9380952380953, 38.0865205689312, 77.0009523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 945, '2021-06-13 00:00:00', 2.02939646200539, 8.11499999999995, 3.91030049996159, 17.135, 2.99813275223097, 17.78, 4.24971175493114, 23.865, 17.3029029356348, 74.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 960, '2021-06-13 00:00:00', 4.47598592491079, 11.505, 3.56381817718017, 12.15, 0.205060966544153, 14.815, 4.24971175493114, 23.865, 17.3029029356348, 74.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 975, '2021-06-13 00:00:00', 0.38183766184079, 9.18000000000001, 1.28693434175955, 11.19, 5.16187950266176, 14.34, 4.95681853611769, 23.365, 18.0100097168214, 73.595 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 930, '2021-06-13 00:00:00', 1.42128463018495, 7.69500000000005, 2.41830519165804, 8.75, 0.572756492761145, 12.815, 1.90918830920371, 15.5600000000001, 8.02566196646733, 77.2550000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 945, '2021-06-13 00:00:00', 2.85671139599371, 7.48999999999995, 2.05060966544097, 10.96, 0.700035713374689, 13.715, 1.90918830920371, 15.5600000000001, 4.63862048458379, 79.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 960, '2021-06-13 00:00:00', 0.586898628384863, 7.72499999999997, 2.97691954879539, 10.245, 1.31521861300699, 13.28, 2.92035100630044, 16.275, 4.63862048458379, 79.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 2, 975, '2021-06-13 00:00:00', 1.87383297014442, 6.02499999999998, 2.84256926036991, 9.36000000000001, 3.05470129472592, 9.51000000000005, 5.62856997824494, 16.97, 6.4346717087976, 78.3800000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 930, '2021-06-13 00:00:00', 3.3587572106361, 10.155, 5.73463599542291, 16.605, 13.2865364184953, 23.325, 5.91141269071955, 28.54, 6.30032142037212, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 945, '2021-06-13 00:00:00', 2.14960461480708, 11.01, 8.81055049358441, 15.72, 9.70150503787945, 17.73, 0.162634559672919, 24.475, 6.30032142037212, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 960, '2021-06-13 00:00:00', 4.52548339959389, 9.53000000000003, 3.56381817718017, 12.85, 3.74200908603918, 12.85, 3.92910954034114, 28.425, 4.1255650173582, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 3, 975, '2021-06-13 00:00:00', 1.01116269709681, 5.73500000000001, 5.94676802977892, 9.22500000000002, 1.11015764646292, 13.645, 5.74877813104663, 28.425, 6.30032142037212, 74.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 930, '2021-06-13 00:00:00', 2.75064537881566, 14.385, 1.98697005513416, 16.225, 7.24784450716211, 20.235, 7.45997654151804, 25.855, 14.559328624631, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 945, '2021-06-13 00:00:00', 2.51730014102407, 11.61, 7.77110352524016, 15.625, 7.41755013464689, 15.875, 8.01151983084353, 23.155, 14.559328624631, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 960, '2021-06-13 00:00:00', 2.05060966544097, 11.58, 2.15314014871302, 11.58, 2.26079715614867, 15.625, 2.37383701395611, 23.155, 2.49252886465391, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 4, 975, '2021-06-13 00:00:00', 0.982878425849372, 8.76499999999999, 3.19612265096318, 10.87, 7.93373808491308, 15.61, 7.9690934239723, 23.185, 14.559328624631, 64.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 930, '2021-06-13 00:00:00', 9.35502271509812, 14.335, 8.95197184982175, 15.74, 11.4480587874102, 20.955, 2.14960461480708, 30.83, 0.268700576850885, 74.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 945, '2021-06-13 00:00:00', 2.43951839509362, 9.48500000000001, 7.37512372777574, 12.975, 7.84888527117069, 16.76, 2.43951839509354, 31.035, 0.268700576850885, 74.65 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 960, '2021-06-13 00:00:00', 5.93262589415512, 9.94499999999999, 4.39113311116849, 12.5550000000001, 11.9006071273695, 17.865, 3.29511760032929, 31.64, 0.0212132034356575, 74.825 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 5, 975, '2021-06-13 00:00:00', 2.12132034355964, 6.8900000000001, 4.7376154339499, 12.1, 9.043895731376, 16.055, 11.299566363361, 30.44, 4.82953931550407, 71.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 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 1032106, 1, 930, '2021-06-13 00:00:00', 0, 12.16, 0, 15.55, 0, 21.66, 0, 26.87, 0, 86.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1032106 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-06-13 18:10:23 Duration: 1s184ms 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 1032076, 1, 990, '2021-06-13 00:00:00', 0.858948709397422, 2.46739130434783, 1.3239968236113, 3.57695652173914, 1.28998452667131, 4.23652173913044, 1.93096885305341, 6.4895652173913, 4.42020039607957, 14.8947826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1005, '2021-06-13 00:00:00', 1.10465132302213, 2.40000000000001, 1.21864014149642, 2.98739130434783, 1.23308427852465, 3.78826086956522, 1.90409471398927, 6.09304347826088, 4.59002734067481, 14.6065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1020, '2021-06-13 00:00:00', 0.572992974316962, 1.85130434782609, 0.753123666416739, 2.36956521739131, 1.12611683693779, 3.54130434782609, 2.03314521041669, 5.68391304347826, 4.77582292228054, 14.3986956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1035, '2021-06-13 00:00:00', 0.581572082339341, 1.67521739130435, 1.15089671174554, 2.47217391304348, 1.42780976024904, 3.5504347826087, 1.9528045100689, 5.63000000000001, 5.02219606941862, 14.3447826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1050, '2021-06-13 00:00:00', 0.858332559448082, 1.56565217391304, 1.02235835243348, 2.35434782608696, 1.29974640275034, 3.13956521739131, 1.88640266638987, 5.24173913043479, 5.12750268595409, 14.1326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1065, '2021-06-13 00:00:00', 0.76797511076271, 1.50304347826087, 1.14065060139658, 2.16260869565217, 1.20103545576636, 2.78956521739131, 1.72202576266231, 4.85, 5.2545930595379, 14.0386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1080, '2021-06-13 00:00:00', 0.603702345315244, 1.48739130434783, 0.743608869095592, 1.99217391304349, 0.763004255604869, 2.61869565217391, 1.67159399442969, 4.70086956521739, 5.29494262398606, 14.1508695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1095, '2021-06-13 00:00:00', 0.428504154328385, 1.28391304347827, 0.569772161662491, 1.71304347826087, 0.969882434503738, 2.4908695652174, 1.94114926636472, 4.57173913043478, 5.47790513463236, 14.1991304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1110, '2021-06-13 00:00:00', 0.403150145139129, 1.13869565217391, 0.490846248356548, 1.49130434782609, 0.956584421230402, 2.35913043478261, 1.96031517188499, 4.48086956521739, 5.52379559601559, 14.3321739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1125, '2021-06-13 00:00:00', 0.423769551066467, 1.03478260869566, 0.838748597308019, 1.70913043478261, 0.906376401843173, 2.26, 1.99574765329992, 4.29782608695652, 5.82958272800109, 14.825652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1140, '2021-06-13 00:00:00', 0.586729058546014, 1.23347826086957, 0.688118819595437, 1.65434782608696, 0.850571767704415, 2.19782608695652, 2.01422382779533, 4.37608695652173, 5.98133704830078, 14.9626086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1155, '2021-06-13 00:00:00', 0.369901706845577, 1.07, 0.509757750727612, 1.48565217391304, 0.876150852425273, 2.05695652173913, 1.68144888585149, 5.61608695652173, 6.2490879018256, 14.9521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1170, '2021-06-13 00:00:00', 0.336349855502338, 1.00304347826086, 0.690193877785656, 1.38304347826086, 0.935043065102793, 1.99347826086955, 1.99537112559387, 6.09826086956521, 6.2275587309182, 14.9582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1185, '2021-06-13 00:00:00', 0.427793770269536, 0.944347826086958, 0.517522220790431, 1.35739130434783, 0.921130084413202, 2.00478260869566, 2.13283765033528, 6.38347826086957, 6.38107531176269, 15.0730434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1200, '2021-06-13 00:00:00', 0.326495343743462, 0.949130434782606, 0.576149478298703, 1.2986956521739, 0.830779670947761, 1.91304347826087, 2.26250866397135, 6.5, 6.39840058448403, 15.0486956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1215, '2021-06-13 00:00:00', 0.466017099212994, 0.970869565217383, 0.659843076326102, 1.41260869565218, 0.803550667904226, 1.97130434782609, 2.22403934051138, 6.56347826086956, 6.37703953269705, 15.1017391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1230, '2021-06-13 00:00:00', 0.45863304370129, 0.925217391304352, 0.469899493080002, 1.24347826086957, 0.779875585496651, 1.95826086956521, 2.30491912524345, 6.49608695652174, 6.47388832461031, 15.0786956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1245, '2021-06-13 00:00:00', 0.211261971384726, 0.84956521739131, 0.467142520423209, 1.32304347826087, 0.901997344500616, 1.94913043478261, 2.33493903907694, 6.53695652173913, 6.53133423409569, 15.1121739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1260, '2021-06-13 00:00:00', 0.4914385594431, 1.00869565217391, 0.706749504180989, 1.44695652173912, 1.01146979502359, 1.97565217391304, 2.31079918759192, 6.67260869565217, 6.5132108072565, 15.0582608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1275, '2021-06-13 00:00:00', 0.413004512412062, 0.919999999999991, 0.529181633828146, 1.25826086956521, 1.419767280379, 2.07869565217391, 2.39701502449775, 6.75086956521739, 6.56491973646632, 15.145652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1290, '2021-06-13 00:00:00', 0.301927928996804, 0.861739130434782, 0.481622751028545, 1.23826086956522, 1.33904794802673, 2.04695652173913, 2.44648889332004, 6.79478260869565, 6.5738143552937, 15.1647826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1305, '2021-06-13 00:00:00', 0.477042519297178, 0.948260869565208, 1.30182298451208, 1.64608695652173, 1.47876243525488, 2.14739130434782, 2.50521258949756, 6.82086956521739, 6.62223282503211, 15.1769565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1320, '2021-06-13 00:00:00', 0.30069047524782, 0.89952380952382, 0.318074564483595, 1.14714285714286, 0.515368568991903, 1.94619047619048, 2.54631807013297, 6.69571428571429, 6.78835024491364, 14.732380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1335, '2021-06-13 00:00:00', 0.272646640317075, 0.775238095238097, 0.405510847720557, 1.22761904761905, 1.39679275484948, 3.85, 2.47608831291077, 6.62666666666667, 6.79808789643228, 14.8290476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1350, '2021-06-13 00:00:00', 0.358490884522487, 1.02428571428572, 0.540530603512268, 1.65333333333334, 1.75447875857352, 4.55571428571429, 2.47147102908754, 6.60238095238096, 6.80817411365961, 14.8304761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 1365, '2021-06-13 00:00:00', 0.456422423388076, 1.24285714285714, 1.41433544886097, 3.54619047619048, 2.23211217502722, 4.93380952380952, 2.56673973303544, 6.44142857142857, 6.84181638372234, 14.7928571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 990, '2021-06-13 00:00:00', 0.82629143675918, 2.65846153846154, 1.08298732146852, 3.62153846153846, 1.68636308710149, 4.4673076923077, 1.96697585140235, 5.765, 6.70013089424378, 15.105 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1005, '2021-06-13 00:00:00', 0.82851943944512, 2.15269230769231, 1.51939993215945, 3.05807692307692, 1.62819961921136, 3.685, 1.86244772771253, 5.04653846153846, 6.82986749505434, 14.895 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1020, '2021-06-13 00:00:00', 0.897227953198075, 1.935, 1.09196823002532, 2.49115384615385, 1.16375255101762, 3.01, 1.36851227475454, 4.50461538461539, 6.82828381411858, 14.7396153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1035, '2021-06-13 00:00:00', 0.670154172847278, 1.77884615384616, 0.616363653897729, 2.22192307692308, 0.833505756521123, 2.68038461538461, 1.37100328227178, 4.305, 6.7874469767018, 14.6826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1050, '2021-06-13 00:00:00', 0.519776431229378, 1.40653846153846, 0.557347702550624, 1.8526923076923, 0.794978857967541, 2.69923076923077, 1.41086269298665, 4.13846153846153, 6.77118891957796, 14.6592307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1065, '2021-06-13 00:00:00', 0.504921166733354, 1.36576923076923, 0.645572494886387, 1.81961538461538, 0.84098367312424, 2.86153846153846, 1.50411952266485, 4.20346153846153, 6.76410823049469, 14.6480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1080, '2021-06-13 00:00:00', 0.598803422219295, 1.39846153846154, 0.849466076653222, 2.16384615384615, 0.907819111090718, 2.71653846153846, 1.65230864131186, 4.07961538461538, 6.74011071582199, 14.6026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1095, '2021-06-13 00:00:00', 0.635125305625709, 1.54192307692308, 0.961187806830695, 2.015, 1.03262652419039, 2.37846153846154, 1.89640360034056, 4.01115384615384, 6.67048614304949, 14.5342307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1110, '2021-06-13 00:00:00', 0.548746263348062, 1.23230769230769, 0.541634563151202, 1.6, 0.686224565172473, 2.04192307692307, 1.99249036287603, 3.83461538461538, 6.62720138171808, 14.5230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1125, '2021-06-13 00:00:00', 0.297469584741277, 1.03192307692308, 0.528449109695959, 1.43230769230769, 0.584128542228634, 1.89692307692308, 1.93759902972726, 3.825, 6.95117257402275, 14.8180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1140, '2021-06-13 00:00:00', 0.402531221913758, 1.04076923076924, 0.40838537606606, 1.42884615384616, 0.600899454023846, 1.87192307692308, 2.07580686814697, 4.09692307692307, 6.89026564185914, 14.8961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1155, '2021-06-13 00:00:00', 0.345819873077566, 1.02076923076923, 0.508935691872302, 1.35346153846154, 0.64866205495501, 1.81230769230769, 2.5475771898927, 6.20153846153846, 6.68346134412861, 15.0734615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1170, '2021-06-13 00:00:00', 0.521631906763617, 0.980384615384615, 0.55054378712184, 1.3223076923077, 0.649670685809355, 1.79, 2.58806764862245, 6.38307692307692, 6.69365877873632, 15.0803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1185, '2021-06-13 00:00:00', 0.296948843043066, 0.891153846153851, 0.441778399026193, 1.24807692307692, 0.750414142067821, 1.88423076923077, 2.56756529390424, 6.58346153846154, 6.71650459688668, 15.255 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1200, '2021-06-13 00:00:00', 0.380767645684337, 0.909999999999997, 0.584911827674768, 1.28461538461539, 0.69444033913316, 1.82076923076923, 2.51067652543784, 6.63384615384615, 6.7261502076139, 15.3861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1215, '2021-06-13 00:00:00', 0.41802410677634, 0.861923076923081, 0.615721215636276, 1.25384615384616, 0.987291944976451, 1.89423076923077, 2.43901345125127, 6.90115384615385, 6.72363825503837, 15.4807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1230, '2021-06-13 00:00:00', 0.336039374982242, 0.882307692307693, 0.487284469120608, 1.20692307692308, 1.00152783286337, 1.895, 2.4731631878722, 7.00192307692308, 6.7296423496235, 15.4769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1245, '2021-06-13 00:00:00', 0.457508301732163, 0.855384615384621, 0.915869322220482, 1.38615384615385, 1.03505756064392, 1.92807692307693, 2.38799835716991, 7.04192307692308, 6.69133378678375, 15.4803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1260, '2021-06-13 00:00:00', 0.562375866644903, 0.981153846153847, 0.585146004133874, 1.30961538461539, 0.900627558983173, 1.85500000000001, 2.34467383331145, 6.96076923076923, 6.66358961937067, 15.4411538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1275, '2021-06-13 00:00:00', 0.358978893744254, 0.915384615384616, 0.585684083917128, 1.34538461538462, 1.15194183880958, 1.935, 2.29313467013707, 6.83884615384615, 6.63053515649668, 15.4326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1290, '2021-06-13 00:00:00', 0.446369974176303, 1.00307692307692, 0.629341047323426, 1.36307692307693, 1.21276239032409, 1.91384615384616, 2.22049270346783, 6.75961538461539, 6.59916586803561, 15.4769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1305, '2021-06-13 00:00:00', 0.443466068427061, 0.916923076923078, 0.99784567945149, 1.34, 1.07852841337702, 1.93346153846154, 2.2196092864771, 6.75576923076922, 6.56647669255333, 15.5180769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1320, '2021-06-13 00:00:00', 0.314613865012294, 0.850833333333335, 0.52157509498647, 1.17333333333334, 0.890016996255228, 2.20541666666666, 2.22639485670692, 6.74916666666666, 6.56304006749435, 15.1358333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1335, '2021-06-13 00:00:00', 0.36640809393946, 0.851250000000004, 0.539712584542044, 1.36875, 2.12497566055968, 5.07541666666667, 2.23581028822383, 6.78708333333333, 6.56426110945044, 15.1225 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1350, '2021-06-13 00:00:00', 0.409026548516487, 0.986250000000002, 0.634322073361482, 1.79916666666666, 2.28684323746811, 5.26458333333333, 2.24665028431218, 6.63874999999999, 6.57171491747182, 15.0425 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 1365, '2021-06-13 00:00:00', 0.56007359117907, 1.45708333333333, 2.15289285495761, 4.68208333333333, 2.29031166792466, 5.34833333333334, 2.14070471262774, 6.51416666666666, 6.61693736897422, 14.9508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 990, '2021-06-13 00:00:00', 0.961104746285932, 2.6184, 1.08840219281906, 3.2488, 1.12131812316279, 4.0428, 1.34512118413175, 5.6452, 6.24353820628442, 14.6312 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1005, '2021-06-13 00:00:00', 0.695637947387976, 2.13192307692308, 0.945328595698955, 2.74692307692308, 1.04785377723304, 3.65153846153846, 1.45359353116549, 5.29307692307692, 6.2642522299154, 14.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1020, '2021-06-13 00:00:00', 0.731469753304944, 1.86000000000001, 0.777379028432175, 2.55307692307692, 1.14405567373943, 3.41076923076923, 1.57460793654997, 5.03307692307692, 6.2172397536082, 14.7569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1035, '2021-06-13 00:00:00', 0.624569718552973, 1.7104, 0.82247087081144, 2.348, 0.99169266072374, 2.9528, 1.46520760758786, 4.44399999999999, 6.22837316908142, 14.3264 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1050, '2021-06-13 00:00:00', 0.474496170042093, 1.45884615384615, 0.702350339930155, 1.91, 0.739098099036934, 2.515, 1.5615231223195, 4.39230769230769, 6.1431200917399, 14.5373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1065, '2021-06-13 00:00:00', 0.424442620929548, 1.35346153846154, 0.507004475780576, 1.89846153846154, 0.841796978995623, 2.36307692307692, 1.53470758928709, 4.34923076923077, 6.16251278669292, 14.5403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1080, '2021-06-13 00:00:00', 0.39509920857347, 1.38923076923077, 0.578257861032744, 1.75307692307693, 0.739444698093417, 2.23230769230769, 1.60164338679419, 4.31846153846154, 6.16648306448784, 14.4557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1095, '2021-06-13 00:00:00', 0.33814812412042, 1.11192307692308, 0.493896906090893, 1.55692307692307, 0.67699971594131, 2.07615384615384, 1.54012906552066, 4.13153846153846, 6.10764767761256, 14.3980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1110, '2021-06-13 00:00:00', 0.413685313325894, 1.12653846153846, 0.484024157057664, 1.51076923076923, 0.674597201754793, 2.16423076923077, 1.59081657792952, 4.17576923076923, 6.07769775490687, 14.395 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1125, '2021-06-13 00:00:00', 0.365354411707112, 1.08038461538461, 0.574973577988252, 1.50884615384615, 0.675331485556995, 2.12615384615385, 1.86362871838787, 4.15, 6.37896876160547, 15.2023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1140, '2021-06-13 00:00:00', 0.405593961417648, 0.977692307692301, 0.58494286374496, 1.49692307692307, 0.591834306334005, 1.88961538461538, 1.80137558549016, 4.10499999999999, 6.28895265830977, 15.3615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1155, '2021-06-13 00:00:00', 0.359825598781498, 1.05769230769231, 0.44079037403981, 1.41192307692308, 0.755715860319514, 1.93230769230769, 4.70591897344348, 6.62576923076923, 6.24722835774763, 15.4830769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1170, '2021-06-13 00:00:00', 0.265696472284854, 0.941153846153847, 0.341833967794982, 1.13769230769231, 0.744519669627039, 1.76846153846155, 4.58488575480517, 6.86423076923077, 6.29059166839348, 15.5865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1185, '2021-06-13 00:00:00', 0.305758325881977, 0.81807692307693, 0.762275944382751, 1.33615384615386, 1.19105409035604, 1.8846153846154, 4.45871821870884, 6.99807692307692, 6.27196395446863, 15.6203846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1200, '2021-06-13 00:00:00', 0.616617697293373, 1.08576923076924, 0.657304050941891, 1.42615384615386, 1.15129846427682, 1.97807692307693, 4.39167059504519, 7.09115384615384, 6.28220681461048, 15.6523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1215, '2021-06-13 00:00:00', 0.373145465551357, 0.928461538461544, 0.703578107850265, 1.33692307692308, 0.800161618290097, 1.99884615384616, 4.30868789593948, 7.27923076923076, 6.30203224853209, 15.6923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1230, '2021-06-13 00:00:00', 0.683048933938006, 1.02038461538461, 0.814395103506517, 1.39923076923077, 0.82378722047346, 2.05576923076923, 4.22965452308051, 7.55423076923077, 6.1655865776221, 15.8146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1245, '2021-06-13 00:00:00', 0.498889381912079, 0.968846153846159, 0.530501069381943, 1.44923076923077, 0.85141267224627, 2.09346153846154, 4.24299228593001, 7.59346153846154, 6.18470256731508, 15.9646153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1260, '2021-06-13 00:00:00', 0.427428986454512, 1.14346153846154, 0.652159961500713, 1.50615384615385, 1.11284832057895, 2.13076923076924, 4.2770192352223, 7.56846153846154, 6.20760674805206, 15.9384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1275, '2021-06-13 00:00:00', 0.674899878614475, 1.08461538461538, 0.810856716926363, 1.53384615384615, 1.42834304218343, 2.15038461538462, 4.26649991661333, 7.60846153846153, 6.27725056178138, 15.9088461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1290, '2021-06-13 00:00:00', 0.553877103836073, 1.02038461538462, 0.850020904720311, 1.46346153846155, 1.34282755637269, 2.04461538461539, 4.27366779962346, 7.61730769230769, 6.34050286770573, 15.9238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1305, '2021-06-13 00:00:00', 0.634433969407745, 1.0423076923077, 1.15414383852274, 1.45, 1.45082051055468, 2.13192307692308, 4.30781638420209, 7.685, 6.38354557858297, 15.9469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1320, '2021-06-13 00:00:00', 0.388887068663783, 0.87375, 0.603841416699569, 1.31625, 1.07246262730061, 2.21749999999999, 4.46729790180578, 7.76124999999999, 6.56346320743571, 15.7483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1335, '2021-06-13 00:00:00', 0.485063681759753, 1.01791666666668, 0.616775010067277, 1.42125000000001, 4.97308041402387, 5.63624999999999, 4.47715584456492, 7.84874999999999, 6.55218083784964, 15.7795833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1350, '2021-06-13 00:00:00', 0.423617743671846, 1.06541666666666, 1.13748737849344, 1.95416666666666, 4.87474590567832, 6.06791666666666, 4.55223163539806, 7.96958333333333, 6.58022795957708, 15.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 1365, '2021-06-13 00:00:00', 0.996122827971428, 1.59458333333333, 4.86731088152291, 5.57249999999999, 4.72404549058341, 6.25833333333333, 4.46279529530832, 7.99874999999999, 6.57802137556509, 15.855 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 990, '2021-06-13 00:00:00', 1.14980586990219, 2.88846153846153, 2.00001815376377, 3.70615384615384, 2.34235598030307, 4.44346153846154, 2.92092348410567, 6.375, 6.10801280790557, 15.4126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1005, '2021-06-13 00:00:00', 1.37538699449115, 2.27576923076922, 1.5830337476358, 2.97961538461539, 2.14035151678051, 3.96615384615385, 2.47211202136024, 5.64461538461539, 5.66752401508264, 15.2126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1020, '2021-06-13 00:00:00', 0.765717863285061, 1.77038461538461, 0.78106987769735, 2.39692307692308, 1.43256327555244, 3.47846153846154, 2.32315862566464, 5.22500000000001, 5.15559270635745, 14.8619230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1035, '2021-06-13 00:00:00', 0.722252992112463, 1.55576923076923, 1.32874150985059, 2.395, 1.51381418430909, 3.09423076923077, 2.3437558287107, 5.06076923076923, 5.12778680704078, 14.6815384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1050, '2021-06-13 00:00:00', 0.881190453525582, 1.63384615384616, 1.18346037599003, 2.29769230769232, 1.54988580224481, 2.825, 2.34539801444315, 4.94038461538462, 5.1261940897857, 14.6753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1065, '2021-06-13 00:00:00', 0.537450963773948, 1.56846153846154, 0.691242025965978, 2.07346153846154, 1.11528271683082, 2.49346153846154, 2.4705660516134, 4.93384615384616, 5.13696835167921, 14.6303846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1080, '2021-06-13 00:00:00', 0.651055592569011, 1.43423076923077, 0.921443349400189, 1.81461538461538, 1.12292913674633, 2.45538461538462, 2.49797185424804, 4.84923076923077, 5.16691867706321, 14.5861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1095, '2021-06-13 00:00:00', 0.532456137594016, 1.22153846153846, 0.883096039728754, 1.68115384615384, 0.991908572089495, 2.34115384615384, 2.52887789041215, 4.80923076923077, 5.21849652677857, 14.525 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1110, '2021-06-13 00:00:00', 0.573606270752119, 1.19192307692308, 0.67664568617215, 1.60423076923077, 1.02060200937411, 2.16269230769231, 2.65116499791203, 4.79961538461538, 5.26252814353885, 14.5176923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1125, '2021-06-13 00:00:00', 0.47194980176351, 1.08615384615385, 0.749796382616383, 1.66115384615385, 1.03138383513832, 2.20615384615384, 2.80969365973205, 4.90769230769231, 5.02504943718505, 15.0146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1140, '2021-06-13 00:00:00', 0.505276162113354, 1.12, 0.734493127160601, 1.51807692307692, 1.54647813285045, 2.30115384615384, 3.1321681848939, 5.30153846153846, 5.00632266393054, 15.0811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1155, '2021-06-13 00:00:00', 0.695592553151625, 1.1536, 0.793632366611479, 1.56239999999999, 1.59192148047572, 2.3516, 3.12934748256991, 6.4336, 5.15308619502268, 15.0484 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1170, '2021-06-13 00:00:00', 0.334765359847541, 0.989615384615382, 1.01782603923944, 1.53461538461538, 1.17150613117671, 2.32115384615385, 3.22770871338502, 6.83653846153845, 5.03798751029081, 15.1930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1185, '2021-06-13 00:00:00', 0.934594276431471, 1.13230769230769, 1.01980005581788, 1.70807692307692, 1.11755722620641, 2.32307692307692, 3.44697952505579, 6.95038461538461, 5.08354818545533, 15.1669230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1200, '2021-06-13 00:00:00', 0.696928260296569, 1.22439999999999, 0.873021572852968, 1.62599999999999, 1.2359870549484, 2.3684, 3.48991165122176, 6.904, 5.23021510073917, 15.248 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1215, '2021-06-13 00:00:00', 0.477859812078813, 1.054, 0.590552848326605, 1.4412, 1.04372458052879, 2.2312, 3.70207248263276, 6.9236, 5.13056283462157, 15.31 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1230, '2021-06-13 00:00:00', 0.502123158863112, 1.0612, 0.918092769459245, 1.6988, 1.18188056362166, 2.326, 3.70849326995928, 6.99159999999999, 5.06998001310985, 15.3516 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1245, '2021-06-13 00:00:00', 0.647733226979547, 1.164, 0.800394069609876, 1.59160000000001, 1.24910407893017, 2.2488, 3.60893880986272, 7.1068, 5.05875320607756, 15.3344 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1260, '2021-06-13 00:00:00', 0.559396996774203, 1.06000000000001, 0.798571641536725, 1.52, 1.35922796714409, 2.21560000000001, 3.48147109710824, 7.1608, 5.06740729236034, 15.214 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1275, '2021-06-13 00:00:00', 0.477846558356689, 1.0204, 0.784942036076549, 1.4744, 1.5338522310401, 2.25119999999999, 3.41550128092497, 7.0936, 5.10485471552979, 15.088 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1290, '2021-06-13 00:00:00', 0.489293708659055, 0.960000000000006, 0.89916034906647, 1.3568, 1.64042657053991, 2.2208, 3.31024561022291, 6.9052, 5.22087674629463, 14.9604 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1305, '2021-06-13 00:00:00', 0.571921614675764, 0.908800000000008, 1.33600311875884, 1.60719999999999, 1.78961336606543, 2.2708, 3.37242000152216, 7.086, 5.25123715582021, 14.932 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1320, '2021-06-13 00:00:00', 0.462035794174883, 1.04043478260869, 0.538275316362861, 1.32304347826086, 0.889514234356323, 2.0691304347826, 3.10818955221366, 6.77826086956521, 5.26043453922791, 14.4747826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1335, '2021-06-13 00:00:00', 0.293028347857715, 0.877391304347818, 0.511423263980733, 1.28086956521739, 2.12680855379743, 4.48652173913043, 3.11777880293514, 6.76086956521739, 5.25707075141428, 14.5026086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1350, '2021-06-13 00:00:00', 0.475113882749206, 1.03173913043479, 0.797367457111258, 1.76304347826087, 2.2845007930657, 4.94434782608695, 3.16712011176898, 6.7795652173913, 5.28423627068538, 14.534347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 1365, '2021-06-13 00:00:00', 0.833016092447604, 1.48608695652174, 2.01737453141454, 4.28, 2.23252396204537, 5.10217391304347, 3.05536028680964, 6.67086956521739, 5.28343193051892, 14.465652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 990, '2021-06-13 00:00:00', 1.22132096567028, 2.66391304347826, 1.22096815728614, 3.20782608695652, 1.15166368745908, 3.74739130434783, 1.88206271921299, 5.09652173913044, 5.07706783355918, 14.3778260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1005, '2021-06-13 00:00:00', 0.681116846145185, 1.89260869565217, 0.839252443566074, 2.54086956521738, 0.951602559280938, 2.95260869565217, 1.65724508290782, 4.44608695652174, 5.00224585924799, 14.18 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1020, '2021-06-13 00:00:00', 0.597352525336331, 1.73130434782608, 0.59821869968116, 2.14260869565218, 0.966420803770522, 2.74652173913044, 1.72989352867549, 4.24956521739131, 5.09716207951269, 14.1060869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1035, '2021-06-13 00:00:00', 0.446225717887649, 1.51913043478262, 0.671043079264849, 1.96478260869565, 1.20390963903954, 2.56434782608696, 1.66098249414309, 3.9908695652174, 5.07841327807464, 14.0421739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1050, '2021-06-13 00:00:00', 0.606546629888622, 1.50521739130435, 0.910173505589272, 1.92608695652174, 1.40967997377366, 2.55608695652174, 1.76866489026925, 3.78130434782609, 5.08112639623789, 14.04 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1065, '2021-06-13 00:00:00', 0.589678682518367, 1.29869565217391, 0.879403993281362, 1.83173913043479, 1.23812126577921, 2.30521739130435, 1.44968253305347, 3.59608695652175, 5.42874740791763, 14.294347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1080, '2021-06-13 00:00:00', 0.653184355577764, 1.41956521739131, 1.00165732229358, 1.82913043478261, 1.03631110746843, 2.15043478260869, 1.51691894411137, 3.60608695652174, 5.45526594055812, 14.2908695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1095, '2021-06-13 00:00:00', 0.65499901940005, 1.22652173913043, 0.758013578361393, 1.55869565217391, 0.823476194846133, 2.08695652173912, 2.25909536268558, 3.78869565217391, 5.45963585923229, 14.3034782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1110, '2021-06-13 00:00:00', 0.481095998407588, 0.964782608695653, 0.555860618921675, 1.2091304347826, 0.804095249308482, 1.86652173913043, 2.46013946068265, 3.77043478260869, 5.42824843090919, 14.2591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1125, '2021-06-13 00:00:00', 0.452180924998841, 0.866956521739125, 0.590880966189923, 1.32304347826087, 0.850908140771742, 1.9691304347826, 2.55160818854034, 3.8395652173913, 6.50912145034459, 15.475652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1140, '2021-06-13 00:00:00', 0.45762188164604, 1.01782608695652, 0.667842375665979, 1.4295652173913, 1.05439528029797, 1.98304347826087, 2.64601639579168, 4.25130434782608, 6.56836239750672, 15.5886956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1155, '2021-06-13 00:00:00', 0.442004506978975, 0.929565217391309, 0.706179667875084, 1.39478260869566, 1.2604323557098, 1.95478260869565, 2.94196903759741, 5.9, 6.60610383699335, 15.5347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1170, '2021-06-13 00:00:00', 0.597451438481716, 1.05869565217391, 0.834085615647005, 1.40521739130434, 1.15908270941841, 1.89999999999999, 2.9264232374055, 6.18434782608695, 6.59166190875773, 15.5839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1185, '2021-06-13 00:00:00', 0.37056147975293, 0.87608695652173, 0.763286787104035, 1.27391304347826, 0.934517270918133, 1.75043478260869, 2.787605259538, 6.43391304347826, 6.54960207583473, 15.6665217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1200, '2021-06-13 00:00:00', 0.720580025481235, 0.929130434782608, 0.765342672999904, 1.35695652173912, 0.930144703774891, 1.73652173913043, 2.83146919223241, 6.51217391304348, 6.56874065212965, 15.7608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1215, '2021-06-13 00:00:00', 0.441213740966207, 1.0082608695652, 0.53952182019489, 1.29260869565217, 0.737612053522706, 1.69521739130434, 3.01656598729934, 6.63391304347826, 6.54384911690528, 15.7860869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1230, '2021-06-13 00:00:00', 0.445775515564371, 0.853913043478264, 0.591248427953354, 1.16260869565217, 0.82901865887258, 1.67086956521739, 3.20130500810852, 6.86913043478261, 6.55676294494512, 15.8030434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1245, '2021-06-13 00:00:00', 0.506023792969639, 0.86652173913043, 0.555680688586516, 1.21913043478261, 0.86445440766122, 1.80217391304348, 3.24696142539817, 7.15304347826087, 6.56291897966116, 15.8134782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1260, '2021-06-13 00:00:00', 0.333731448685766, 0.913043478260873, 0.597917664563307, 1.24652173913044, 0.917938918287875, 1.86130434782609, 3.22834084089339, 7.17130434782609, 6.47342921261606, 15.7630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1275, '2021-06-13 00:00:00', 0.358654159775279, 0.83652173913043, 0.644761193037731, 1.30478260869565, 1.83398333189265, 2.13304347826087, 3.20250883618607, 7.20913043478261, 6.43934589023381, 15.8286956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1290, '2021-06-13 00:00:00', 0.526708775688571, 0.866956521739137, 0.663467058375471, 1.26391304347826, 1.99375586534382, 2.14521739130435, 3.22750065442415, 7.16173913043478, 6.42943465940246, 15.8386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1305, '2021-06-13 00:00:00', 0.444282963637658, 0.866521739130434, 1.48131671477985, 1.5408695652174, 1.88456944055787, 2.13739130434782, 3.24570668078733, 7.30130434782609, 6.40817462123845, 15.8773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1320, '2021-06-13 00:00:00', 0.362361960581112, 0.784761904761907, 0.504544112942333, 1.09047619047619, 1.37281428009, 2.20761904761904, 3.04109832915988, 7.04761904761904, 6.50709649243844, 15.4904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1335, '2021-06-13 00:00:00', 0.385973722273568, 0.784285714285713, 0.606088552385975, 1.24666666666666, 2.68605392989152, 4.65428571428571, 3.13170499735785, 7.03190476190476, 6.6153957877493, 15.4771428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1350, '2021-06-13 00:00:00', 0.387525728792539, 0.901904761904755, 1.22511340582937, 1.84857142857141, 2.65192409932325, 5.27285714285714, 2.99797431610079, 7.04999999999999, 6.49647864322701, 15.4561904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 1365, '2021-06-13 00:00:00', 1.2608275815813, 1.55809523809523, 2.52275963787202, 4.52809523809523, 2.51095324338709, 5.6247619047619, 2.93399151165714, 7.00190476190476, 6.46183841598392, 15.4357142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 945, '2021-06-13 00:00:00', 3.98808224589212, 3.68000000000001, 3.66281312654628, 4.16000000000003, 3.47896536343778, 4.29000000000002, 6.87307791313322, 7.19000000000003, 4.14364573775318, 18.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 960, '2021-06-13 00:00:00', 0.431335136523763, 1.87500000000003, 0.813172798364473, 2.405, 1.43542676580863, 2.845, 4.20728534805991, 5.30500000000001, 4.45477272147526, 18.45 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 975, '2021-06-13 00:00:00', 0.68589357775093, 1.57500000000002, 0.629325035256018, 1.935, 1.53442171517478, 2.77499999999998, 4.20728534805991, 5.30500000000001, 4.45477272147526, 18.45 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 930, '2021-06-13 00:00:00', 0.00707106781189924, 4.035, 0.197989898732254, 4.36999999999998, 0.289913780286502, 5.155, 0.219203102167831, 6.98499999999999, 1.75362481734261, 18.99 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 945, '2021-06-13 00:00:00', 0.197989898732254, 1.68999999999997, 2.22031529292579, 3.78999999999999, 1.8526197667088, 4.04999999999998, 1.67584307141212, 5.64499999999998, 2.03646752981721, 18.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 960, '2021-06-13 00:00:00', 2.37587878478681, 3.24000000000001, 2.34052344572747, 3.26500000000001, 1.4071424945612, 4.785, 1.81019335983756, 5.10999999999999, 2.03646752981721, 18.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 2, 975, '2021-06-13 00:00:00', 0.0494974746830937, 1.61500000000001, 0.544472221513709, 2.435, 0.45961940777128, 4.095, 0.551543289325528, 4.22, 2.03646752981721, 18.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 930, '2021-06-13 00:00:00', 0.30405591591026, 2.22500000000002, 0.424264068711904, 3.45000000000002, 2.34052344572743, 4.80500000000001, 1.04651803615614, 7.20000000000002, 6.30739248818402, 19.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 945, '2021-06-13 00:00:00', 0.106066017178006, 2.345, 0.947523086789996, 3.55000000000001, 1.59099025766973, 4.005, 0.912167747730661, 7.02500000000001, 5.34572726577034, 19.2 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 960, '2021-06-13 00:00:00', 0.311126983722079, 2.48999999999998, 0.247487373415268, 3.00499999999997, 0.367695526216992, 3.08999999999997, 1.40007142674938, 6.68000000000001, 4.63154941677189, 18.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 3, 975, '2021-06-13 00:00:00', 0.890954544295084, 2.16999999999999, 0.127279220613624, 2.70999999999998, 0.933380951166198, 3.45999999999998, 0.572756492761065, 8.04500000000002, 4.63154941677189, 18.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 930, '2021-06-13 00:00:00', 1.85969083452062, 4.11500000000001, 1.37885822331376, 4.45500000000001, 2.5950818869546, 5.315, 3.09005663378518, 7.20500000000001, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 945, '2021-06-13 00:00:00', 0.247487373415308, 2.55500000000001, 1.04651803615606, 3.52000000000001, 2.22031529292575, 4.35000000000002, 3.09005663378518, 7.20500000000001, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 960, '2021-06-13 00:00:00', 0.961665222413674, 2.97, 1.74655374953075, 3.52500000000001, 3.64867099092256, 4.87, 2.94863527754787, 7.30500000000001, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 4, 975, '2021-06-13 00:00:00', 1.65462986797654, 2.55000000000001, 1.89504617357995, 3.54000000000005, 2.53144227664783, 4.62000000000003, 2.33345237791562, 6.79000000000005, 4.24264068711933, 18.42 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 930, '2021-06-13 00:00:00', 0.127279220613543, 2.88, 0.6081118318204, 3.91, 2.51022907321225, 5.57500000000002, 3.5496760415565, 8.09999999999999, 0.84145706961199, 18.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 945, '2021-06-13 00:00:00', 1.26572113832389, 3.005, 1.67584307141212, 3.98500000000001, 3.22440692221062, 5.55000000000001, 3.61331565186327, 7.61500000000001, 1.15258405333407, 17.945 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 960, '2021-06-13 00:00:00', 0.0353553390593354, 2.82500000000002, 0.933380951166238, 3.93000000000004, 2.32638131010372, 4.91500000000002, 1.97282791951048, 6.45500000000001, 1.838477631085, 17.46 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 5, 975, '2021-06-13 00:00:00', 0.6081118318204, 1.94000000000003, 0.869741340859426, 2.67499999999998, 1.61927452891713, 3.345, 0.247487373415308, 5.45499999999998, 1.838477631085, 17.46 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 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 1032076, 1, 930, '2021-06-13 00:00:00', 0, 4.30000000000001, 0, 7.37, 0, 7.62, 0, 12.92, 0, 21.07 where not exists (select 1 from powerstats_trumpet where symbolid = 1032076 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-06-13 18:10:12 Duration: 1s182ms 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 1031761, 1, 990, '2021-06-13 00:00:00', 0.533328351426007, 1.44130434782609, 0.718554213753398, 1.95739130434782, 0.942883895039938, 2.55869565217391, 2.02365526520973, 3.88478260869565, 3.39153952007131, 9.52695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1005, '2021-06-13 00:00:00', 0.489384949154037, 1.19391304347826, 0.787070919556213, 1.67478260869565, 1.09824221753648, 2.31217391304347, 2.00764270950083, 3.56739130434782, 3.46306479676042, 9.38782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1020, '2021-06-13 00:00:00', 0.542693108742572, 1.13391304347826, 0.628825054062412, 1.52130434782609, 0.90395529638673, 2.07521739130435, 1.94876255456408, 3.29869565217391, 3.53323436234968, 9.17782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1035, '2021-06-13 00:00:00', 0.280523931045688, 0.911304347826086, 0.678308172060886, 1.34739130434782, 0.994073147673199, 1.96217391304348, 1.916428867645, 3.06782608695652, 3.55526881735212, 9.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1050, '2021-06-13 00:00:00', 0.555758926324823, 0.919565217391306, 0.707283116661655, 1.37695652173913, 0.976050564037185, 1.84260869565217, 1.80868064945131, 3.00565217391304, 3.49511171908049, 9.00826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1065, '2021-06-13 00:00:00', 0.521571053296068, 0.950000000000002, 0.899493928864031, 1.39434782608696, 0.961461749448298, 1.72217391304348, 1.74013560872678, 2.74086956521739, 3.50846463722693, 8.96826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1080, '2021-06-13 00:00:00', 0.49003186151152, 0.906956521739131, 0.506760228168859, 1.06826086956522, 0.888678683423619, 1.5804347826087, 1.53875071240949, 2.57913043478261, 3.54618143455723, 8.80130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1095, '2021-06-13 00:00:00', 0.286925228860276, 0.675217391304349, 0.539481525360726, 1.05695652173913, 0.997163962635755, 1.52782608695652, 1.42105163419053, 2.61826086956522, 3.431331054609, 8.75347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1110, '2021-06-13 00:00:00', 0.368938762231191, 0.733913043478259, 0.523725631938523, 1.00608695652174, 0.976853058158287, 1.36652173913044, 1.36757987099742, 2.52739130434782, 3.42494049456401, 8.71913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1125, '2021-06-13 00:00:00', 0.271391524708848, 0.614782608695658, 0.572085499013755, 0.890000000000001, 0.762691821268094, 1.24521739130435, 1.37016804601053, 2.46826086956522, 3.5509159314984, 8.85695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1140, '2021-06-13 00:00:00', 0.359384629962058, 0.598695652173909, 0.566174668225901, 0.879130434782612, 0.718087600764383, 1.26043478260869, 1.41638059577744, 2.57608695652174, 3.71310897508672, 8.99652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1155, '2021-06-13 00:00:00', 0.385656875079962, 0.666956521739137, 0.501060929764006, 0.925652173913044, 0.778404164607477, 1.26695652173913, 1.99832934175094, 3.90260869565217, 3.78803932097242, 9.11652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1170, '2021-06-13 00:00:00', 0.377406900280648, 0.61782608695652, 0.568832449611684, 0.886086956521736, 0.68121752198029, 1.20869565217391, 1.89291136578953, 4.1095652173913, 3.74572831801921, 9.11478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1185, '2021-06-13 00:00:00', 0.301163094495606, 0.570869565217389, 0.382485629686917, 0.770434782608692, 0.483673770433684, 1.08695652173913, 1.7921770054803, 4.10434782608695, 3.7775728347365, 9.07739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1200, '2021-06-13 00:00:00', 0.232549879897447, 0.526086956521734, 0.299870854943043, 0.7895652173913, 0.496174695105709, 1.05434782608695, 1.7892970112495, 4.10260869565217, 3.74289899481344, 9.07260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1215, '2021-06-13 00:00:00', 0.188019635674599, 0.521739130434778, 0.246223652309281, 0.704782608695646, 0.401590218453233, 0.947391304347822, 1.7785395038622, 4.10130434782609, 3.72778871392307, 9.13217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1230, '2021-06-13 00:00:00', 0.18529967182768, 0.487826086956523, 0.324032155726347, 0.671739130434782, 0.481729427279172, 0.912173913043483, 1.80880040172503, 4.1195652173913, 3.74059378939136, 9.11652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1245, '2021-06-13 00:00:00', 0.280652120334443, 0.497391304347826, 0.299640759877952, 0.671304347826088, 0.445724528976391, 0.913913043478264, 1.78986518802516, 4.18086956521739, 3.73778326223111, 9.11652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1260, '2021-06-13 00:00:00', 0.22442460462716, 0.491304347826086, 0.417969399564529, 0.684347826086961, 0.454162130859365, 0.977826086956522, 1.75032520975988, 4.21260869565218, 3.75319800395836, 9.1604347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1275, '2021-06-13 00:00:00', 0.296631950123365, 0.477826086956525, 0.333493900721108, 0.660000000000002, 0.8732031805178, 1.17739130434783, 1.68077809950119, 4.20826086956522, 3.77364498100812, 9.18347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1290, '2021-06-13 00:00:00', 0.190699772317781, 0.471304347826086, 0.327217276813219, 0.735652173913042, 1.04576597870338, 1.22086956521739, 1.67589171591671, 4.20695652173913, 3.7594418158549, 9.16869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1305, '2021-06-13 00:00:00', 0.265397755038441, 0.542173913043478, 0.82656439292542, 0.937826086956524, 1.08055742458515, 1.3495652173913, 1.63859478986585, 4.22739130434783, 3.75979527026517, 9.16826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1320, '2021-06-13 00:00:00', 0.282493994879285, 0.521428571428571, 0.29007141977697, 0.68285714285714, 0.471628384783333, 1.27666666666666, 1.62843570863048, 4.04857142857143, 3.93898705857471, 9.06095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1335, '2021-06-13 00:00:00', 0.2151422563705, 0.511904761904759, 0.291134071553031, 0.809047619047617, 1.58371594374628, 3.16523809523809, 1.61415701130431, 4.06857142857143, 3.88268635526144, 9.11666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1350, '2021-06-13 00:00:00', 0.248555828738735, 0.650000000000002, 0.519550630009105, 1.15142857142857, 1.57226906094345, 3.44, 1.63992348834299, 4.04904761904762, 3.90712761379459, 9.12523809523809 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 1365, '2021-06-13 00:00:00', 0.39390777262366, 0.946666666666669, 1.54846021828752, 3.00904761904762, 1.5328728086893, 3.40238095238095, 1.5852211803014, 3.9352380952381, 3.8116852915613, 9.05380952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 990, '2021-06-13 00:00:00', 0.601260854691714, 1.64115384615385, 0.619225322479631, 2.03, 0.730649026551053, 2.42, 0.843057530658499, 3.085, 3.78285746696655, 9.05884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1005, '2021-06-13 00:00:00', 0.50097566346542, 1.25384615384615, 0.575326529359299, 1.59384615384615, 0.731159668976935, 1.97230769230769, 0.881954560141196, 2.70038461538462, 3.81444840250653, 8.96615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1020, '2021-06-13 00:00:00', 0.317395409786985, 0.969615384615386, 0.532835232145348, 1.41576923076924, 0.585483889287643, 1.65923076923077, 0.661955727081041, 2.40423076923077, 3.7983848591818, 8.92346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1035, '2021-06-13 00:00:00', 0.476817171864244, 1.05884615384616, 0.446276216639941, 1.2823076923077, 0.492332751766059, 1.63346153846154, 0.714545579102821, 2.29076923076924, 3.79810446650188, 8.92153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1050, '2021-06-13 00:00:00', 0.256051677476368, 0.772307692307693, 0.311390183136599, 1.05961538461539, 0.55207427036586, 1.52500000000001, 0.756291864702635, 2.23423076923077, 3.77493761537856, 8.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1065, '2021-06-13 00:00:00', 0.252289516230856, 0.784999999999995, 0.378288453228687, 1.12692307692307, 0.535850725482385, 1.43, 0.727627229160224, 2.25576923076923, 3.77114406227891, 8.91653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1080, '2021-06-13 00:00:00', 0.354121230871362, 0.855384615384609, 0.435472687477023, 1.11269230769231, 0.484902051965135, 1.335, 0.770434043500556, 2.19615384615385, 3.77114406227891, 8.91653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1095, '2021-06-13 00:00:00', 0.262362051664957, 0.784615384615391, 0.292362525221422, 1.03038461538462, 0.397911470633275, 1.35153846153846, 1.1660611542216, 2.33115384615385, 3.76206745533111, 8.92346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1110, '2021-06-13 00:00:00', 0.256676090403088, 0.70115384615385, 0.30816578954542, 0.913076923076925, 0.455737441280187, 1.31615384615384, 1.26371442733164, 2.35692307692308, 3.73386118978938, 8.93923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1125, '2021-06-13 00:00:00', 0.160866882378424, 0.596923076923076, 0.343877661609246, 0.970384615384614, 0.447155281925465, 1.28961538461538, 1.24604654808719, 2.3, 3.84180926928165, 8.99230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1140, '2021-06-13 00:00:00', 0.293803702128842, 0.683846153846148, 0.353810031601048, 0.89846153846153, 0.497169991049336, 1.18499999999999, 1.20537539636158, 2.37538461538462, 3.82810137716416, 9.00192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1155, '2021-06-13 00:00:00', 0.210719280998714, 0.541153846153839, 0.370545751353531, 0.818076923076919, 0.497696849343206, 1.08307692307692, 1.96607238304814, 3.85384615384615, 3.6557359776742, 9.10846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1170, '2021-06-13 00:00:00', 0.370362815877367, 0.586153846153848, 0.449445641446641, 0.75423076923077, 0.48397981521801, 1.03269230769231, 1.99253020438452, 4.04615384615385, 3.57062580164663, 9.22615384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1185, '2021-06-13 00:00:00', 0.164675905481509, 0.486923076923074, 0.266117383006941, 0.712307692307696, 0.489385328754348, 1.055, 2.32028277454412, 4.43192307692308, 3.56192698495545, 9.22038461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1200, '2021-06-13 00:00:00', 0.302174682032659, 0.538461538461544, 0.471872212167008, 0.790769230769236, 0.499537786358553, 1.055, 2.29115207835575, 4.49538461538461, 3.53599697615603, 9.23884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1215, '2021-06-13 00:00:00', 0.26127733570642, 0.504615384615386, 0.278811764457669, 0.71, 0.423017911968456, 0.981923076923074, 2.34482120033458, 4.68230769230769, 3.53142841006081, 9.28115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1230, '2021-06-13 00:00:00', 0.159894195786319, 0.486923076923076, 0.305483475569713, 0.718076923076923, 0.541728856390491, 1.01692307692308, 2.35527927463783, 4.77269230769231, 3.52055032848341, 9.27884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1245, '2021-06-13 00:00:00', 0.224558370003127, 0.487692307692305, 0.335332900035407, 0.691923076923074, 0.548973447585444, 1.10961538461539, 2.33111343485337, 4.74461538461538, 3.49230670958983, 9.25692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1260, '2021-06-13 00:00:00', 0.244688813362228, 0.516153846153846, 0.375773254052943, 0.738461538461539, 0.478662881207799, 1.09692307692308, 2.345058733068, 4.76269230769231, 3.51417551332621, 9.25153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1275, '2021-06-13 00:00:00', 0.289218841816258, 0.52653846153846, 0.35354207670375, 0.8, 0.920440028548223, 1.24461538461539, 2.36007327135279, 4.74461538461538, 3.5380705954604, 9.23346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1290, '2021-06-13 00:00:00', 0.231317630443175, 0.569615384615385, 0.316797435887058, 0.756153846153845, 0.959628854537806, 1.26346153846154, 2.39036025607986, 4.73307692307692, 3.54910608463596, 9.215 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1305, '2021-06-13 00:00:00', 0.275438671102046, 0.547692307692307, 0.851297019485335, 0.958846153846156, 0.879088076448454, 1.26961538461539, 2.41638114670552, 4.75461538461538, 3.53565176235095, 9.23576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1320, '2021-06-13 00:00:00', 0.228501339862247, 0.550416666666672, 0.337238358056922, 0.78416666666667, 0.495681166517933, 1.35041666666667, 2.47986836373411, 4.79583333333333, 3.63142194771123, 9.34916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1335, '2021-06-13 00:00:00', 0.275246595629808, 0.537083333333332, 0.353682234765059, 0.802916666666668, 1.96957064216868, 3.35458333333333, 2.47522857969504, 4.78, 3.62640854693392, 9.35708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1350, '2021-06-13 00:00:00', 0.305129753820679, 0.637916666666667, 0.454588323077332, 1.15375000000001, 1.97325702763261, 3.61291666666666, 2.45776376354428, 4.75125, 3.611949948094, 9.33541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 1365, '2021-06-13 00:00:00', 0.391626115692957, 0.953333333333341, 1.92541991467474, 3.26375, 2.30412154344265, 3.9775, 2.45813158101133, 4.7125, 3.60913572596069, 9.33541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 990, '2021-06-13 00:00:00', 0.77951373731748, 1.722, 1.02484437843021, 2.1732, 1.62767502899074, 2.9152, 1.79115949410803, 3.80239999999999, 3.2563874155266, 8.7044 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1005, '2021-06-13 00:00:00', 0.946376490377094, 1.35269230769231, 1.64690254720794, 1.99, 1.68137860102952, 2.525, 1.80442396519051, 3.40538461538461, 3.08870229160303, 8.39538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1020, '2021-06-13 00:00:00', 0.846095830178923, 1.23307692307692, 0.881184168299419, 1.71153846153846, 0.981349149816797, 2.12692307692308, 1.37074561405884, 3.10653846153846, 2.97553648685668, 8.28423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1035, '2021-06-13 00:00:00', 0.560356136755904, 1.0964, 0.603020176555754, 1.394, 0.605845965021912, 1.7892, 1.29741627860915, 2.8184, 2.98161404835256, 8.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1050, '2021-06-13 00:00:00', 0.443556257814222, 0.973076923076925, 0.471809120464882, 1.27038461538461, 0.81920233247865, 1.68730769230769, 1.34350889608002, 2.77192307692308, 2.97468377116989, 8.12346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1065, '2021-06-13 00:00:00', 0.365477138083267, 0.831538461538457, 0.418705146851571, 1.105, 0.980999255076949, 1.55653846153846, 1.59920210874529, 2.79076923076923, 2.98280335358431, 8.12961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1080, '2021-06-13 00:00:00', 0.239030413256428, 0.813461538461536, 0.58436250603674, 1.18346153846154, 0.789201738857302, 1.43923076923077, 1.51659152251153, 2.71538461538461, 2.98646402700842, 8.13076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1095, '2021-06-13 00:00:00', 0.448978327385117, 0.758461538461538, 0.697039012262144, 1.04076923076923, 0.744741565913975, 1.31, 1.52187581622155, 2.735, 2.99242039930118, 8.14038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1110, '2021-06-13 00:00:00', 0.255917053870078, 0.671538461538461, 0.289675680718976, 0.850000000000002, 0.47993973980715, 1.17307692307692, 1.46784871364655, 2.80038461538462, 2.98332339204761, 8.22769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1125, '2021-06-13 00:00:00', 0.242875403321254, 0.607307692307692, 0.417313016626792, 0.863076923076925, 0.548324581022814, 1.19038461538461, 1.57114270027117, 2.83576923076923, 3.36734693558822, 9.03423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1140, '2021-06-13 00:00:00', 0.39880050921964, 0.585384615384619, 0.480130751422503, 0.821538461538463, 0.609925089977951, 1.08615384615385, 1.53764540275558, 2.87576923076923, 3.37378146663582, 9.13423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1155, '2021-06-13 00:00:00', 0.232033485647095, 0.583461538461539, 0.310409159262165, 0.774615384615385, 0.589145535108651, 1.17269230769231, 1.54734656254356, 3.83423076923077, 3.34409350715786, 9.33423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1170, '2021-06-13 00:00:00', 0.275833004105462, 0.540384615384616, 0.350676708445473, 0.723076923076925, 0.547276332957476, 1.13923076923077, 1.69046739098984, 3.99, 3.33331694354945, 9.37538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1185, '2021-06-13 00:00:00', 0.217937182198484, 0.523846153846158, 0.563116738819279, 0.867307692307695, 0.801523261335272, 1.22653846153847, 1.78777472337497, 4.15230769230769, 3.35723927334075, 9.43346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1200, '2021-06-13 00:00:00', 0.528592907196516, 0.617692307692311, 0.565003063300072, 0.857307692307697, 0.844545212161328, 1.28384615384616, 1.92285428865128, 4.29384615384615, 3.44194336877383, 9.50692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1215, '2021-06-13 00:00:00', 0.317098383180021, 0.590769230769231, 0.517169366693492, 0.888076923076922, 0.656648951993257, 1.28961538461539, 1.93038919949798, 4.42769230769231, 3.44215918373247, 9.57038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1230, '2021-06-13 00:00:00', 0.513038610033018, 0.676153846153844, 0.576649340187311, 0.892692307692307, 0.677368323848882, 1.29961538461538, 2.10303388904257, 4.60346153846154, 3.47773659815602, 9.58961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1245, '2021-06-13 00:00:00', 0.241680335599291, 0.525769230769228, 0.381927298760463, 0.842692307692307, 0.737948507688715, 1.31, 2.13234507959231, 4.67653846153846, 3.4770186389182, 9.59115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1260, '2021-06-13 00:00:00', 0.359363539951057, 0.666923076923077, 0.485044169281365, 0.930384615384614, 0.860476880304443, 1.31269230769231, 2.12707184067314, 4.68115384615384, 3.49245589146751, 9.59192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1275, '2021-06-13 00:00:00', 0.480735494200937, 0.678846153846153, 0.753531991051782, 1.0276923076923, 1.28572086933601, 1.61692307692307, 2.13908236975938, 4.80423076923077, 3.47533329890264, 9.59846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1290, '2021-06-13 00:00:00', 0.501543463873118, 0.734615384615382, 0.617308799423881, 0.966923076923076, 1.2338470170724, 1.66230769230769, 2.10231447548794, 4.89692307692308, 3.44336668884482, 9.58692307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1305, '2021-06-13 00:00:00', 0.345462009488745, 0.6, 1.12583589458609, 1.11230769230769, 1.15878822648755, 1.59307692307692, 2.21863866784601, 4.92153846153846, 3.44607364089358, 9.58346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1320, '2021-06-13 00:00:00', 0.871519994864876, 0.779166666666667, 0.872605626678021, 1.09333333333333, 0.912776362755846, 1.57708333333333, 2.30656467061085, 4.86666666666667, 3.437582462779, 9.64083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1335, '2021-06-13 00:00:00', 0.369405858651151, 0.707916666666667, 0.516710435266248, 0.993750000000001, 1.60722733617398, 3.18833333333333, 2.32360192498567, 4.84708333333333, 3.35164495629287, 9.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1350, '2021-06-13 00:00:00', 0.491642470541932, 0.750833333333334, 0.670337223159821, 1.20291666666667, 1.71025974804913, 3.42166666666666, 2.38289522931937, 4.89375, 3.30840954718185, 9.62208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 1365, '2021-06-13 00:00:00', 0.531339399979914, 0.965416666666668, 1.45864042315369, 3.03833333333333, 1.65769593023011, 3.55916666666666, 2.189249383309, 4.89041666666667, 3.26715938313125, 9.56 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 990, '2021-06-13 00:00:00', 0.526934385055527, 1.49038461538462, 0.623251646916888, 1.91884615384615, 0.982925930381016, 2.36923076923077, 1.59848221279293, 3.63576923076923, 3.19148733110682, 8.87923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1005, '2021-06-13 00:00:00', 0.441030436765814, 1.20961538461538, 0.693986033998244, 1.65384615384615, 1.00419029762598, 2.13307692307693, 1.61626735221811, 3.41807692307693, 3.15158216676103, 8.81307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1020, '2021-06-13 00:00:00', 0.460105840666453, 1.09423076923077, 0.677308360633925, 1.43884615384615, 1.07994729216113, 2.04692307692308, 1.79341702216317, 3.24384615384616, 3.09381735824108, 8.72461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1035, '2021-06-13 00:00:00', 0.378024012261328, 0.973076923076927, 0.696451334651937, 1.34730769230769, 1.02675897853391, 1.825, 1.68701981202173, 3.12961538461539, 3.03470358456206, 8.69538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1050, '2021-06-13 00:00:00', 0.469544623913589, 0.918076923076923, 0.715796382736363, 1.36269230769231, 0.770678821659091, 1.70538461538461, 1.68641704851987, 3.0123076923077, 3.03450193606792, 8.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1065, '2021-06-13 00:00:00', 0.462578226232729, 0.971153846153847, 0.629864576409393, 1.26576923076923, 0.756031745365234, 1.68, 1.6933328538259, 2.93192307692308, 3.03521670750845, 8.70269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1080, '2021-06-13 00:00:00', 0.343427072092685, 0.806923076923075, 0.381599870988531, 1.05230769230769, 0.720195699899584, 1.58461538461539, 1.71687910062236, 2.76461538461539, 2.9978653174448, 8.6426923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1095, '2021-06-13 00:00:00', 0.37417910150087, 0.774999999999998, 0.584731891224842, 1.14923076923077, 0.803360346391235, 1.53961538461538, 1.69837791391125, 2.73346153846154, 3.04608823550164, 8.65153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1110, '2021-06-13 00:00:00', 0.445073546212822, 0.812307692307694, 0.509888826495162, 1.10115384615385, 0.897115034215449, 1.40076923076923, 1.6647760764185, 2.58923076923077, 3.09838322603654, 8.64115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1125, '2021-06-13 00:00:00', 0.318048133754334, 0.708846153846157, 0.564593250456941, 0.99846153846154, 0.93449591512463, 1.36884615384615, 1.70070578109388, 2.64192307692308, 3.22498021460836, 9.17423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1140, '2021-06-13 00:00:00', 0.384699083200604, 0.665769230769229, 0.644319676987943, 0.970384615384612, 0.973687123969817, 1.39115384615385, 1.63094158740847, 2.92230769230769, 3.25629674039981, 9.23730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1155, '2021-06-13 00:00:00', 0.579642993574493, 0.721199999999994, 0.673804620544166, 0.967199999999999, 0.973086669658289, 1.4532, 1.8789982260059, 3.7748, 3.52644887481254, 9.476 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1170, '2021-06-13 00:00:00', 0.27899931072427, 0.596153846153845, 0.517221571327175, 0.866923076923078, 0.692630215471873, 1.37615384615385, 1.8673830310398, 3.96923076923077, 3.41808720688137, 9.45192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1185, '2021-06-13 00:00:00', 0.355968883687668, 0.595384615384613, 0.530063566579878, 0.949230769230771, 0.916514803271271, 1.37923076923077, 1.88473462731086, 4.13615384615385, 3.44220251493809, 9.51307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1200, '2021-06-13 00:00:00', 0.518149592299368, 0.729599999999998, 0.632786957303429, 1.0188, 1.0384287810598, 1.4152, 1.9220733596822, 4.2208, 3.52417375659411, 9.6256 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1215, '2021-06-13 00:00:00', 0.369029357459091, 0.640799999999997, 0.65739840786746, 0.953199999999998, 0.847267568913942, 1.3096, 1.99121085439656, 4.1504, 3.52515143882736, 9.6248 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1230, '2021-06-13 00:00:00', 0.50623380632536, 0.683200000000003, 0.721285195559519, 0.932400000000002, 0.779829041093836, 1.226, 2.00003541635309, 4.206, 3.54330589515873, 9.634 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1245, '2021-06-13 00:00:00', 0.435900217939837, 0.604400000000005, 0.553211231508062, 0.835200000000002, 0.615295863792368, 1.0784, 2.01413447085011, 4.2572, 3.53781712359471, 9.638 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1260, '2021-06-13 00:00:00', 0.373096055549599, 0.584399999999997, 0.483607278687992, 0.815200000000001, 0.694226908150354, 1.1348, 2.0363567958489, 4.3036, 3.55412492746104, 9.6504 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1275, '2021-06-13 00:00:00', 0.327201263241247, 0.537600000000002, 0.425939354055638, 0.750799999999997, 0.728155889902705, 1.1788, 2.01290362412113, 4.2732, 3.5729788225886, 9.6612 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1290, '2021-06-13 00:00:00', 0.284533536394808, 0.524799999999999, 0.445801525345081, 0.7884, 0.80994382521259, 1.2056, 2.0583924148066, 4.3128, 3.57224891816532, 9.6496 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1305, '2021-06-13 00:00:00', 0.284084494473035, 0.549599999999998, 0.557732910988764, 0.879199999999996, 0.840629724274208, 1.258, 2.11619800585862, 4.4176, 3.57224891816532, 9.6496 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1320, '2021-06-13 00:00:00', 0.388051278140409, 0.617391304347826, 0.58351158578985, 0.826956521739133, 0.701532202275874, 1.52260869565218, 2.16874592640093, 4.56956521739131, 3.64416399538994, 9.74695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1335, '2021-06-13 00:00:00', 0.405829555920342, 0.56391304347826, 0.499705446835274, 0.846521739130438, 1.57040942774519, 3.27695652173913, 2.17271810241669, 4.62695652173913, 3.64719731044864, 9.74869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1350, '2021-06-13 00:00:00', 0.348822411978954, 0.629565217391305, 0.532850118712441, 1.30739130434782, 1.53492619333058, 3.46434782608696, 2.1540376646822, 4.63652173913044, 3.6327863085566, 9.73 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 1365, '2021-06-13 00:00:00', 0.439415260034273, 1.08304347826087, 1.39270473619265, 3.02086956521739, 1.49338488641486, 3.54434782608696, 2.04347181901263, 4.5104347826087, 3.63122247732659, 9.63695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 990, '2021-06-13 00:00:00', 0.501751477780131, 1.52000000000001, 0.585566176478435, 1.88173913043479, 0.726750578370636, 2.38130434782609, 1.37870449587884, 3.20521739130435, 3.60610697427037, 9.19565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1005, '2021-06-13 00:00:00', 0.563689147088584, 1.16, 0.629821167917773, 1.57739130434783, 0.734459011467412, 1.92130434782609, 1.43815043713858, 2.92695652173913, 3.61784078377682, 9.22086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1020, '2021-06-13 00:00:00', 0.449648523256114, 1.19739130434783, 0.566575944066861, 1.51913043478261, 0.722419627762891, 1.78913043478261, 1.45107687965591, 2.82826086956521, 3.66807641482293, 9.23130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1035, '2021-06-13 00:00:00', 0.440170197050575, 1.00956521739131, 0.556481393670962, 1.26478260869565, 0.741346654177437, 1.60304347826087, 1.49333248047218, 2.69347826086956, 3.72244511423049, 9.20608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1050, '2021-06-13 00:00:00', 0.558829239193047, 0.999130434782607, 0.730653505743007, 1.3, 0.905939557704287, 1.68086956521739, 1.50818819135855, 2.65043478260869, 3.73775386463169, 9.18695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1065, '2021-06-13 00:00:00', 0.407761167793689, 0.796521739130437, 0.455865159316064, 1.06695652173913, 0.698556671233549, 1.48217391304348, 1.3584574779387, 2.41608695652174, 3.73602354606591, 9.21913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1080, '2021-06-13 00:00:00', 0.43741650812587, 0.77826086956522, 0.678947395029535, 1.16173913043478, 0.724269565260098, 1.46130434782609, 1.39862227523184, 2.49521739130435, 3.76750050816869, 9.28347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1095, '2021-06-13 00:00:00', 0.297547950099972, 0.695652173913043, 0.467720060865436, 0.965652173913044, 0.620519991046653, 1.28782608695652, 1.27355575801561, 2.31478260869565, 3.76026752475239, 9.24869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1110, '2021-06-13 00:00:00', 0.343164764123545, 0.705652173913042, 0.409527829919112, 0.90304347826087, 0.676011027344165, 1.34, 1.23302465602742, 2.2795652173913, 3.79739847499121, 9.25521739130434 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1125, '2021-06-13 00:00:00', 0.279733780838657, 0.636521739130437, 0.405032570788092, 0.91826086956522, 0.806442683872539, 1.3195652173913, 1.31246697681023, 2.28173913043478, 3.94306265268559, 9.39391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1140, '2021-06-13 00:00:00', 0.376295653671864, 0.644347826086958, 0.504177802880093, 0.930434782608692, 0.886904507116229, 1.30217391304348, 1.21816504914421, 2.34478260869565, 3.98067138357735, 9.4591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1155, '2021-06-13 00:00:00', 0.251223095033605, 0.54695652173913, 0.526134760837248, 0.822173913043478, 0.798777227572582, 1.20217391304348, 1.37365341895801, 3.20652173913043, 4.08115843238138, 9.47782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1170, '2021-06-13 00:00:00', 0.385773182863455, 0.558695652173909, 0.60081565112796, 0.816086956521737, 0.744912919016038, 1.1795652173913, 1.32493209610476, 3.24217391304347, 4.11521768571123, 9.49434782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1185, '2021-06-13 00:00:00', 0.262578427960181, 0.537391304347829, 0.390843822108822, 0.750434782608695, 0.52065290418888, 1.10608695652173, 1.44532666548448, 3.46652173913043, 4.10271523896259, 9.52782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1200, '2021-06-13 00:00:00', 0.375219566814095, 0.564782608695655, 0.552390779360527, 0.870869565217391, 0.546490057914333, 1.08173913043478, 1.62343764967169, 3.66043478260869, 4.10878861387609, 9.57434782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1215, '2021-06-13 00:00:00', 0.462885775442194, 0.642173913043477, 0.478463449729727, 0.789999999999998, 0.567463324370776, 1.05347826086956, 1.69420787278466, 3.74304347826086, 4.14374217459125, 9.61086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1230, '2021-06-13 00:00:00', 0.31769488432408, 0.521304347826086, 0.416333041663794, 0.731739130434783, 0.53401344152673, 1.03391304347826, 1.63077687056845, 3.74826086956522, 4.10716812895768, 9.56130434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1245, '2021-06-13 00:00:00', 0.334928462658549, 0.549565217391305, 0.413400054115967, 0.757826086956526, 0.501400016239118, 1.00260869565218, 1.74592048499379, 3.85260869565217, 4.1125336717869, 9.63826086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1260, '2021-06-13 00:00:00', 0.335334768723179, 0.553043478260868, 0.398689553015622, 0.73478260869565, 0.659162542107029, 1.14043478260869, 1.7745773866433, 3.89391304347826, 4.11459332873488, 9.64652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1275, '2021-06-13 00:00:00', 0.255537873402522, 0.487826086956522, 0.374896560173657, 0.692608695652175, 0.746970958370022, 1.18260869565217, 1.91062082495688, 4.01086956521739, 4.20036517328349, 9.70695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1290, '2021-06-13 00:00:00', 0.231729193181031, 0.465652173913046, 0.44725071445558, 0.808260869565221, 0.908128640919611, 1.22391304347826, 2.03511884067053, 4.08782608695652, 4.21927658037015, 9.71304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1305, '2021-06-13 00:00:00', 0.462780307109344, 0.637391304347828, 0.637770635416222, 0.931739130434784, 1.11074432900955, 1.35434782608696, 2.13202792735084, 4.20391304347826, 4.24418886601842, 9.75130434782608 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1320, '2021-06-13 00:00:00', 0.317472908480466, 0.577619047619046, 0.38299260219139, 0.743333333333334, 0.611241515668064, 1.31809523809524, 2.25389990059558, 4.13047619047619, 4.42528228854762, 9.67666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1335, '2021-06-13 00:00:00', 0.341304918832193, 0.552380952380948, 0.451504363739926, 0.828095238095236, 1.32716418046328, 2.74952380952381, 2.28909443521523, 4.16333333333333, 4.46637005056359, 9.66714285714285 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1350, '2021-06-13 00:00:00', 0.304711416948969, 0.647619047619046, 0.53132762738168, 1.11761904761905, 1.24405634537837, 2.81190476190476, 2.28340639438204, 4.16380952380952, 4.45476294062242, 9.63142857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 1365, '2021-06-13 00:00:00', 0.472333618980317, 0.940952380952383, 1.26957829519059, 2.63238095238095, 1.39699132492109, 3.01619047619047, 2.25267280400523, 4.1795238095238, 4.40985363108789, 9.64761904761904 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 945, '2021-06-13 00:00:00', 0.791959594928936, 1.06, 0.876812408671325, 1.58000000000001, 0.403050865276327, 2.35500000000002, 1.64048773235279, 3.68000000000001, 0.106066017177966, 9.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 960, '2021-06-13 00:00:00', 0.106066017178006, 0.844999999999999, 0.205060966544093, 1.49499999999999, 0.0424264068711945, 1.84999999999999, 0.869741340859466, 2.94499999999999, 0.106066017177966, 9.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 975, '2021-06-13 00:00:00', 0.247487373415288, 1.05499999999999, 0.410121933088186, 1.18000000000001, 0.0707106781186708, 1.52000000000001, 0.827314933988272, 2.505, 0.106066017177966, 9.405 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 930, '2021-06-13 00:00:00', 0.0565685424949326, 1.23999999999999, 0.735391052434024, 1.84999999999999, 0.989949493661171, 2.58, 0.445477272147542, 3.80499999999999, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 945, '2021-06-13 00:00:00', 0.205060966544113, 1.11500000000001, 0.346482322781435, 1.86499999999999, 0.516187950266193, 2.245, 0.339411254969515, 3.25, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 960, '2021-06-13 00:00:00', 0.318198051533938, 1.245, 0.45961940777126, 1.40500000000002, 0.296984848098361, 1.93000000000001, 0.707106781186548, 2.84, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 2, 975, '2021-06-13 00:00:00', 0.00707106781185904, 0.955000000000013, 0.0282842712474563, 1.41000000000001, 1.00409162928489, 2.33, 0.254558441227147, 2.86, 0.869741340859466, 10.095 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 930, '2021-06-13 00:00:00', 0.183847763108496, 1.65000000000001, 0.091923881554248, 2.255, 0.120208152801704, 2.515, 0.516187950266193, 2.965, 2.0081832585698, 7.77999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 945, '2021-06-13 00:00:00', 0.417193000900045, 1.535, 0.325269119345797, 1.59999999999999, 0.205060966544093, 1.795, 0.523259018078052, 2.96000000000001, 2.01525432638166, 7.77499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 960, '2021-06-13 00:00:00', 0.169705627484758, 0.730000000000004, 0.120208152801704, 1.045, 0.410121933088186, 1.87, 0.565685424949246, 2.99000000000001, 2.01525432638166, 7.77499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 3, 975, '2021-06-13 00:00:00', 0.00707106781185904, 0.835000000000008, 0.466690475583119, 1.45, 0.657609306503494, 2.405, 1.3505739520663, 3.545, 2.01525432638166, 7.77499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 930, '2021-06-13 00:00:00', 0.346482322781395, 1.425, 0.183847763108496, 1.81999999999999, 0.509116882454293, 2.31, 2.1283914113715, 3.85499999999999, 4.1577878733769, 8.75999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 945, '2021-06-13 00:00:00', 0.240416305603429, 1.14, 0.601040764008541, 1.655, 1.47785317267987, 2.27500000000001, 2.63750829382582, 3.49499999999999, 4.1577878733769, 8.75999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 960, '2021-06-13 00:00:00', 0.452548339959381, 1.28999999999999, 1.13844191771033, 1.86499999999999, 2.15667568261896, 2.675, 2.53851334445971, 3.56499999999998, 4.1577878733769, 8.75999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 4, 975, '2021-06-13 00:00:00', 0.53740115370177, 1.25999999999999, 0.947523086789976, 1.61999999999999, 1.85969083452062, 2.29499999999999, 1.80312229202568, 3.05499999999999, 4.32749350086165, 8.64 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 930, '2021-06-13 00:00:00', 0.30405591591022, 1.505, 0.445477272147542, 1.605, 1.15965512114595, 2.27, 0.0777817459305299, 3.035, 4.20728534805995, 8.72499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 945, '2021-06-13 00:00:00', 0.106066017177986, 0.845000000000013, 0.728319984622145, 1.575, 0.494974746830595, 1.89, 0.289913780286482, 2.795, 4.20728534805995, 8.72499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 960, '2021-06-13 00:00:00', 0.148492424049181, 1.16500000000001, 0.0848528137423889, 1.31999999999999, 0.374766594028891, 1.97499999999999, 0.254558441227167, 2.81999999999999, 4.20728534805995, 8.72499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 5, 975, '2021-06-13 00:00:00', 0.091923881554248, 1.065, 0.318198051533958, 1.765, 0.197989898732254, 1.84999999999999, 0.431335136523804, 2.69499999999999, 4.03050865276331, 8.59999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 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 1031761, 1, 930, '2021-06-13 00:00:00', 0, 1.09, 0, 1.97999999999999, 0, 2.98999999999998, 0, 5.19999999999999, 0, 9.47999999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1031761 and enddate = '2021-06-13 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-06-13 18:07:41 Duration: 1s137ms Database: acaweb_fx User: pgperfstats
10 1s32ms 1s490ms 1s82ms 91 1m38s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Jun 13 18 91 1m38s 1s82ms [ User: pgperfstats - Total duration: 1m38s - Times executed: 91 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029586, 1, 600, '2021-06-13 00:00:00', 0.0210300238887622, 0.0424999999999999, 0.0198588089867517, 0.0540909090909091, 0.0231922139494871, 0.0695454545454545, 0.0462635261606144, 0.103863636363636, 0.101276752117554, 0.273863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 615, '2021-06-13 00:00:00', 0.0117444838299902, 0.0311363636363637, 0.0172343787101193, 0.0424999999999999, 0.0227457716921219, 0.0643181818181819, 0.0466177464675664, 0.0975000000000001, 0.102709241607989, 0.272954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 630, '2021-06-13 00:00:00', 0.0150629990172588, 0.0293181818181818, 0.0176255545490114, 0.0447727272727272, 0.0231408261628197, 0.0645454545454546, 0.0482670466489074, 0.0952272727272728, 0.103796962979701, 0.275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 645, '2021-06-13 00:00:00', 0.0120155022521863, 0.0309090909090907, 0.0174512307458659, 0.0454545454545454, 0.0289722960670007, 0.0618181818181818, 0.0470285903646741, 0.0904545454545456, 0.102662604630948, 0.274090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 660, '2021-06-13 00:00:00', 0.0156254870053973, 0.0318181818181819, 0.0189796541782846, 0.0443181818181819, 0.0348776463719992, 0.0554545454545455, 0.0462582623952397, 0.0872727272727273, 0.102128855032763, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 675, '2021-06-13 00:00:00', 0.0150629990172588, 0.0293181818181818, 0.0263519715946721, 0.0379545454545455, 0.0382886055637616, 0.0522727272727272, 0.0427143182903928, 0.0843181818181818, 0.100270197736479, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 690, '2021-06-13 00:00:00', 0.0153952261111355, 0.0268181818181817, 0.0214365064673284, 0.0349999999999998, 0.0321193998100189, 0.050681818181818, 0.0367659027052458, 0.0827272727272727, 0.0962874147215836, 0.271136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 705, '2021-06-13 00:00:00', 0.010182320643137, 0.0231818181818181, 0.0179600928467794, 0.0347727272727272, 0.0215083292030836, 0.045681818181818, 0.0291770235167794, 0.0781818181818182, 0.096442399200955, 0.270227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 720, '2021-06-13 00:00:00', 0.0115000470542987, 0.0218181818181819, 0.0124859228092388, 0.0297727272727272, 0.0135000400833139, 0.0431818181818182, 0.0321193998100189, 0.0756818181818183, 0.0972403302039942, 0.271590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 735, '2021-06-13 00:00:00', 0.00811177328337429, 0.0209090909090908, 0.0139669523367039, 0.0288636363636363, 0.0140268758728823, 0.0440909090909091, 0.0326209039823143, 0.0761363636363638, 0.101605350184659, 0.273863636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 750, '2021-06-13 00:00:00', 0.01477097891752, 0.0209090909090909, 0.0137777661406644, 0.0322727272727273, 0.0162185426454144, 0.0447727272727274, 0.0364799951108829, 0.0761363636363638, 0.102232916734627, 0.272954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 765, '2021-06-13 00:00:00', 0.0106320800195035, 0.0247727272727273, 0.0124338074257071, 0.0338636363636364, 0.0151757382127866, 0.0422727272727274, 0.0369017943228025, 0.0761363636363638, 0.102186062366603, 0.270909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 780, '2021-06-13 00:00:00', 0.0106218960324734, 0.021590909090909, 0.0135560404899895, 0.0286363636363637, 0.0148240035837516, 0.0356818181818182, 0.0409677309397895, 0.0754545454545456, 0.103458589076401, 0.271818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 795, '2021-06-13 00:00:00', 0.00855337203447705, 0.0177272727272728, 0.00983632282681114, 0.0240909090909091, 0.0106600358177804, 0.0327272727272728, 0.0461106330057448, 0.0800000000000001, 0.103350787521844, 0.271363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 810, '2021-06-13 00:00:00', 0.0090841425033761, 0.0179545454545455, 0.00919956708938161, 0.0231818181818183, 0.0125980999048315, 0.0329545454545456, 0.0466989297874164, 0.0838636363636364, 0.104502532126161, 0.272272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 825, '2021-06-13 00:00:00', 0.00732663999932115, 0.0168181818181818, 0.00847711459527771, 0.0236363636363637, 0.0120177538220086, 0.0329545454545456, 0.0632767747001238, 0.117954545454546, 0.104650521268322, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 840, '2021-06-13 00:00:00', 0.00866650016490074, 0.0168181818181817, 0.0127156718929166, 0.0245454545454545, 0.0125959520742978, 0.0340909090909091, 0.0651322331277517, 0.122272727272727, 0.105240396832876, 0.272727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 855, '2021-06-13 00:00:00', 0.0105785047102491, 0.02, 0.0115867703331535, 0.0265909090909091, 0.0173657497410639, 0.0379545454545456, 0.06335668286826, 0.130454545454546, 0.103209323717213, 0.274545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 870, '2021-06-13 00:00:00', 0.00843872746402669, 0.0195454545454547, 0.00881814834643527, 0.0270454545454547, 0.0241478132160425, 0.0395454545454548, 0.0629006638001024, 0.132727272727273, 0.103296582628294, 0.274772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 885, '2021-06-13 00:00:00', 0.00849305802594305, 0.0193181818181818, 0.0151614685921295, 0.0281818181818183, 0.0249718456184774, 0.0395454545454547, 0.0637097211689752, 0.1325, 0.102375729757057, 0.276136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 900, '2021-06-13 00:00:00', 0.0123091490979332, 0.0209090909090911, 0.0182233022416011, 0.0297727272727275, 0.0259255093418052, 0.0406818181818184, 0.0632014747211361, 0.132045454545455, 0.10231307525417, 0.276818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 915, '2021-06-13 00:00:00', 0.0132899727848998, 0.0213636363636366, 0.0140519290475261, 0.0288636363636365, 0.0219946864893826, 0.0413636363636364, 0.0616177997558597, 0.130909090909091, 0.101509174728753, 0.277272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 930, '2021-06-13 00:00:00', 0.00924942960684326, 0.0188636363636365, 0.0142583612593055, 0.0265909090909093, 0.0187833397673005, 0.0413636363636364, 0.0606655011543053, 0.132727272727273, 0.101496646565634, 0.277954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 945, '2021-06-13 00:00:00', 0.0141344808812899, 0.0195454545454548, 0.0158045420618108, 0.0304545454545457, 0.0249241272908826, 0.0445454545454547, 0.0600937218955142, 0.132272727272727, 0.100091949068835, 0.277727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 960, '2021-06-13 00:00:00', 0.0144992162797606, 0.0243181818181819, 0.0181623272151486, 0.0331818181818182, 0.028089413513193, 0.0465909090909092, 0.0599043248733189, 0.131363636363636, 0.099891987120635, 0.278863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 975, '2021-06-13 00:00:00', 0.0171257129279351, 0.0213636363636363, 0.0242963753019633, 0.0338636363636364, 0.0346722439735951, 0.0495454545454546, 0.0586943067513506, 0.129545454545455, 0.103930598305164, 0.312954545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 990, '2021-06-13 00:00:00', 0.0181742408453016, 0.0277272727272728, 0.0210042770330153, 0.034318181818182, 0.0315165042999702, 0.0536363636363637, 0.0529073559317446, 0.127045454545455, 0.102017526717598, 0.321363636363637 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1005, '2021-06-13 00:00:00', 0.0119907070799456, 0.0215909090909092, 0.0221418097783298, 0.0354545454545455, 0.0532153389012256, 0.0915909090909092, 0.0495979506628722, 0.123636363636364, 0.103864713872801, 0.324545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1020, '2021-06-13 00:00:00', 0.0179721405374495, 0.0279545454545455, 0.0178619041271535, 0.04, 0.0510813797709826, 0.0945454545454546, 0.047841391088666, 0.120681818181818, 0.104380257210059, 0.325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 1, 1035, '2021-06-13 00:00:00', 0.0121965327554765, 0.0252272727272728, 0.0500151492201628, 0.0740909090909091, 0.0515123025695543, 0.0947727272727273, 0.0465805869676529, 0.115681818181818, 0.104943810980941, 0.323181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 600, '2021-06-13 00:00:00', 0.0115041798423943, 0.0321153846153846, 0.0191602553379484, 0.0486538461538462, 0.0330017482054419, 0.0686538461538462, 0.0348800141143232, 0.0961538461538462, 0.104642247682282, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 615, '2021-06-13 00:00:00', 0.0152970585407784, 0.0350000000000001, 0.028950886793911, 0.051923076923077, 0.0310786842608341, 0.0617307692307692, 0.0356392178106345, 0.0930769230769231, 0.103798065789004, 0.310961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 630, '2021-06-13 00:00:00', 0.0175630731496951, 0.0323076923076924, 0.0200038457840947, 0.0430769230769231, 0.0175510245153513, 0.0509615384615384, 0.031896467130148, 0.0857692307692307, 0.105702958258581, 0.306346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 645, '2021-06-13 00:00:00', 0.0140876377885556, 0.0273076923076923, 0.014460822404531, 0.0363461538461539, 0.0139339099377685, 0.0469230769230769, 0.0327114423640789, 0.0840384615384615, 0.10673115038047, 0.303461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 660, '2021-06-13 00:00:00', 0.0108840037881993, 0.0273076923076923, 0.0131104773133786, 0.0367307692307692, 0.0169160824706504, 0.0480769230769229, 0.0360811052192994, 0.0853846153846154, 0.106571752643646, 0.303461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 675, '2021-06-13 00:00:00', 0.0132273027659285, 0.0251923076923078, 0.0129273115772531, 0.0336538461538462, 0.0153334726861004, 0.0436538461538461, 0.0360555127546399, 0.085, 0.107228906837375, 0.304038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 690, '2021-06-13 00:00:00', 0.0104587100248842, 0.0242307692307691, 0.0106716735044048, 0.0317307692307691, 0.0107774693761498, 0.0419230769230768, 0.0364232596860007, 0.0844230769230769, 0.107228906837375, 0.304038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 705, '2021-06-13 00:00:00', 0.0099072622935828, 0.0219230769230768, 0.0143312461211375, 0.0292307692307691, 0.0121100720953199, 0.040576923076923, 0.0371504218839281, 0.086923076923077, 0.109281569985343, 0.302692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 720, '2021-06-13 00:00:00', 0.0100230503571288, 0.0223076923076922, 0.00778558826392621, 0.0311538461538461, 0.0141053726807035, 0.0401923076923076, 0.039132909620735, 0.0892307692307693, 0.108908747971021, 0.301346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 735, '2021-06-13 00:00:00', 0.00631238099659343, 0.0203846153846154, 0.00938902796640032, 0.0269230769230769, 0.0140876377885555, 0.0373076923076922, 0.0402224583267377, 0.0853846153846155, 0.109328017381709, 0.301153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 750, '2021-06-13 00:00:00', 0.00579124006914427, 0.0184615384615384, 0.0100019228920474, 0.0259615384615383, 0.0142788170162872, 0.0367307692307692, 0.0373342490730181, 0.0853846153846154, 0.109293711551101, 0.301346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 765, '2021-06-13 00:00:00', 0.0083389724509955, 0.0184615384615383, 0.0109139994784399, 0.0263461538461537, 0.0154919333848297, 0.04, 0.0351332627839509, 0.0878846153846154, 0.108608860667004, 0.301730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 780, '2021-06-13 00:00:00', 0.0102281662391351, 0.021153846153846, 0.0127882157292744, 0.0284615384615383, 0.018667124536509, 0.0426923076923077, 0.0330174778890491, 0.0869230769230769, 0.109078658985861, 0.301923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 795, '2021-06-13 00:00:00', 0.00843299381094195, 0.0186538461538462, 0.00976650476806386, 0.0292307692307693, 0.0193549834568616, 0.0411538461538462, 0.0305689636471625, 0.0876923076923077, 0.108620723337959, 0.302692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 810, '2021-06-13 00:00:00', 0.010091885544642, 0.0203846153846154, 0.0134393223272375, 0.0288461538461539, 0.0199663177915669, 0.040576923076923, 0.0300972781800307, 0.0853846153846153, 0.107702581927483, 0.305384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 825, '2021-06-13 00:00:00', 0.00859337848847318, 0.0196153846153846, 0.0158938788410943, 0.0288461538461539, 0.0219895079876394, 0.0415384615384615, 0.0642291570502418, 0.124230769230769, 0.107230879593807, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 840, '2021-06-13 00:00:00', 0.0134521945593104, 0.0201923076923077, 0.0153585355872432, 0.0282692307692306, 0.0257390753524675, 0.0424999999999999, 0.0658380881113193, 0.129423076923077, 0.107230879593807, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 855, '2021-06-13 00:00:00', 0.0103254726097833, 0.021153846153846, 0.0183313518742744, 0.0309615384615383, 0.0248418071930241, 0.0436538461538461, 0.0651459898996093, 0.135, 0.108521709986811, 0.309807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 870, '2021-06-13 00:00:00', 0.0122928997643105, 0.0213461538461538, 0.0201341653759131, 0.0307692307692307, 0.0216484144027651, 0.0405769230769231, 0.0652073615476044, 0.135, 0.109489198624269, 0.313269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 885, '2021-06-13 00:00:00', 0.0118256565926021, 0.0203846153846154, 0.0147126319352295, 0.0276923076923078, 0.0189868375460475, 0.0425000000000001, 0.065288707941078, 0.138846153846154, 0.110326961625608, 0.315961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 900, '2021-06-13 00:00:00', 0.00883393805380487, 0.0209615384615385, 0.00897003558864404, 0.0276923076923077, 0.0211296364961999, 0.0426923076923077, 0.0653631865337526, 0.137115384615385, 0.110928424601701, 0.316346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 915, '2021-06-13 00:00:00', 0.00816182483366222, 0.0188461538461539, 0.0125835668173278, 0.0321153846153846, 0.0203432090351093, 0.0453846153846154, 0.0655473991738919, 0.137307692307692, 0.111463688464692, 0.316923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 930, '2021-06-13 00:00:00', 0.0086380197160799, 0.0261538461538461, 0.015145448668977, 0.0342307692307692, 0.0198028746941914, 0.0469230769230769, 0.0660235971802155, 0.138653846153846, 0.111231567185136, 0.317692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 945, '2021-06-13 00:00:00', 0.0153121369658694, 0.0226923076923078, 0.0193996431370826, 0.0321153846153846, 0.0210128166017424, 0.0515384615384616, 0.0634037732436994, 0.139038461538462, 0.109363367513286, 0.317884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 960, '2021-06-13 00:00:00', 0.0130913947073875, 0.0242307692307692, 0.0177720610466583, 0.0353846153846154, 0.0212639094748318, 0.053076923076923, 0.063512869683117, 0.138269230769231, 0.109188615918299, 0.316923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 975, '2021-06-13 00:00:00', 0.013214211464003, 0.023846153846154, 0.0176646104270222, 0.0409615384615385, 0.0208483535597862, 0.054423076923077, 0.0626148176122504, 0.136153846153846, 0.118125096662557, 0.333461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 990, '2021-06-13 00:00:00', 0.0154421999229882, 0.0326923076923078, 0.0178928434340059, 0.041923076923077, 0.0205060966544099, 0.0525000000000001, 0.061823570312251, 0.136923076923077, 0.116475979696046, 0.335576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1005, '2021-06-13 00:00:00', 0.0116767355817521, 0.0271153846153846, 0.0153635432611903, 0.0390384615384615, 0.0615620387526651, 0.101730769230769, 0.0608001138662901, 0.134423076923077, 0.117424280021048, 0.337307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1020, '2021-06-13 00:00:00', 0.010857468184831, 0.0282692307692306, 0.013004437112593, 0.0363461538461538, 0.0611505078914691, 0.105769230769231, 0.0608402700646411, 0.131538461538462, 0.11535113616859, 0.338269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 2, 1035, '2021-06-13 00:00:00', 0.0103496562559046, 0.0263461538461537, 0.0560590348170159, 0.0911538461538461, 0.0572393759037095, 0.107115384615385, 0.0630790102844167, 0.129807692307692, 0.114334865804187, 0.337307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 600, '2021-06-13 00:00:00', 0.0120973614414943, 0.0378846153846155, 0.0170925084804381, 0.0530769230769231, 0.0197766373434765, 0.0663461538461539, 0.035970607659374, 0.0967307692307692, 0.105785886800432, 0.319423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 615, '2021-06-13 00:00:00', 0.0160108136534706, 0.0371153846153846, 0.0194540879627277, 0.0526923076923078, 0.019510352281644, 0.0644230769230769, 0.0377807439760603, 0.0892307692307692, 0.108012107583434, 0.318846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 630, '2021-06-13 00:00:00', 0.0152264951267898, 0.0353846153846153, 0.0155872235648796, 0.0401923076923076, 0.0195103522816439, 0.0555769230769229, 0.0413744625807533, 0.0853846153846153, 0.111446606739937, 0.317884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 645, '2021-06-13 00:00:00', 0.00744208407535255, 0.0257692307692308, 0.0134407531840239, 0.0405769230769229, 0.0177720610466585, 0.0496153846153845, 0.03847926514571, 0.0844230769230768, 0.113835407496965, 0.3175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 660, '2021-06-13 00:00:00', 0.0118791996622409, 0.028653846153846, 0.0160731500909483, 0.0378846153846153, 0.0158854069461928, 0.0471153846153845, 0.0379275625370257, 0.0825, 0.114647452922158, 0.315961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 675, '2021-06-13 00:00:00', 0.00856648208920183, 0.0242307692307693, 0.0105611770905738, 0.0315384615384616, 0.0154882089146749, 0.0432692307692308, 0.0356181673609669, 0.0805769230769231, 0.11593963946813, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 690, '2021-06-13 00:00:00', 0.00735892968806243, 0.021923076923077, 0.00959366778341112, 0.0290384615384616, 0.0137798626765514, 0.0382692307692308, 0.0373445495971686, 0.0811538461538462, 0.115732450073434, 0.315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 705, '2021-06-13 00:00:00', 0.00725629700011279, 0.0205769230769231, 0.00999230473144978, 0.0296153846153847, 0.0102525794127811, 0.0363461538461538, 0.0414487635521253, 0.085, 0.11543246443767, 0.314423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 720, '2021-06-13 00:00:00', 0.0073928239634017, 0.0205769230769231, 0.00757526338714474, 0.0257692307692308, 0.013056092005709, 0.0373076923076923, 0.0396819082977853, 0.0855769230769231, 0.112336034358458, 0.314230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 735, '2021-06-13 00:00:00', 0.00773602959186135, 0.0196153846153846, 0.010032639042338, 0.025576923076923, 0.0129079581892483, 0.0388461538461538, 0.041089489578798, 0.0871153846153846, 0.111844156685163, 0.313653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 750, '2021-06-13 00:00:00', 0.00680780095523893, 0.0178846153846152, 0.0106842803292429, 0.0269230769230769, 0.0213226134925775, 0.0394230769230769, 0.0445041052557556, 0.0888461538461539, 0.112320455017706, 0.313269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 765, '2021-06-13 00:00:00', 0.00811456430414804, 0.0196153846153847, 0.0122928997643106, 0.0286538461538462, 0.0291177978879956, 0.0396153846153847, 0.0469094873133356, 0.0925000000000001, 0.112500940167012, 0.312307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 780, '2021-06-13 00:00:00', 0.0121402065626833, 0.0207692307692308, 0.0211332767126963, 0.0288461538461538, 0.0288897107049446, 0.0438461538461539, 0.045366880498375, 0.0919230769230769, 0.112126473920507, 0.312115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 795, '2021-06-13 00:00:00', 0.0144435239680413, 0.0211538461538461, 0.0224713492799506, 0.0298076923076924, 0.0221507075768213, 0.0405769230769231, 0.0429436124022402, 0.0930769230769231, 0.111101478214911, 0.311538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 810, '2021-06-13 00:00:00', 0.0118581357984881, 0.0211538461538462, 0.014460822404531, 0.0313461538461539, 0.0157199040905275, 0.0386538461538462, 0.0404779142059165, 0.0976923076923077, 0.11095338591568, 0.310576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 825, '2021-06-13 00:00:00', 0.0100556145816845, 0.0213461538461538, 0.011469021821344, 0.0284615384615384, 0.0166097746939749, 0.0432692307692307, 0.0533349358733596, 0.128846153846154, 0.113263477717291, 0.308846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 840, '2021-06-13 00:00:00', 0.00787644980549369, 0.0159615384615384, 0.010814875795012, 0.0251923076923077, 0.0177514896449673, 0.0436538461538461, 0.0571869404134034, 0.137884615384615, 0.113166317359077, 0.308846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 855, '2021-06-13 00:00:00', 0.00878153657484743, 0.0186538461538463, 0.0124853760610008, 0.0317307692307693, 0.0181107702762747, 0.0450000000000001, 0.056868606994883, 0.140961538461539, 0.11256724486006, 0.309230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 870, '2021-06-13 00:00:00', 0.00930053761886904, 0.0225, 0.0136733879657361, 0.0301923076923077, 0.0191431851702253, 0.0423076923076924, 0.0557728911265625, 0.141153846153846, 0.112567928210208, 0.308461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 885, '2021-06-13 00:00:00', 0.0101923802609898, 0.0182692307692307, 0.0122490187990085, 0.0290384615384616, 0.0275380855152669, 0.0471153846153846, 0.0567843423706003, 0.142307692307692, 0.112560581978704, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 900, '2021-06-13 00:00:00', 0.0109333646028321, 0.0234615384615385, 0.0163707055437448, 0.03, 0.0282052913748195, 0.0515384615384616, 0.0555753127262042, 0.143846153846154, 0.112672602635314, 0.308653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 915, '2021-06-13 00:00:00', 0.0109474268139208, 0.0196153846153846, 0.0223606797749979, 0.035, 0.0257808814076216, 0.049423076923077, 0.0555351586488582, 0.143076923076923, 0.112225219981963, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 930, '2021-06-13 00:00:00', 0.0147648230602335, 0.025, 0.0140000000000001, 0.035, 0.0206285836047573, 0.0465384615384615, 0.0536659898030258, 0.144038461538462, 0.111946587538605, 0.305961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 945, '2021-06-13 00:00:00', 0.0112249721603219, 0.0249999999999999, 0.0174179394701157, 0.0342307692307692, 0.0289648327884271, 0.0501923076923077, 0.0520620931048834, 0.142307692307692, 0.11209216674752, 0.305576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 960, '2021-06-13 00:00:00', 0.0128781269541092, 0.0246153846153846, 0.0170575947443225, 0.0351923076923076, 0.0248193472919818, 0.0500000000000001, 0.0508198174549442, 0.140576923076923, 0.112309325594024, 0.304230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 975, '2021-06-13 00:00:00', 0.0150345755356931, 0.0259615384615383, 0.0188974967817271, 0.0413461538461537, 0.0192992626403586, 0.0523076923076923, 0.0502333018562848, 0.140769230769231, 0.117620805328623, 0.315576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 990, '2021-06-13 00:00:00', 0.0149871740036401, 0.0311538461538461, 0.0150345755356932, 0.0390384615384615, 0.0203063082278919, 0.0571153846153846, 0.0495766694509239, 0.140384615384615, 0.118828253568559, 0.318076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1005, '2021-06-13 00:00:00', 0.00930673866697596, 0.0261538461538461, 0.0119421683380944, 0.0361538461538461, 0.049212256134485, 0.0996153846153846, 0.0484819554061097, 0.1325, 0.118370344518965, 0.316538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1020, '2021-06-13 00:00:00', 0.0102225241501304, 0.0274999999999999, 0.0213694605957625, 0.0394230769230768, 0.0494710482543539, 0.109230769230769, 0.0473237621236781, 0.131538461538462, 0.117998044312346, 0.316538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 3, 1035, '2021-06-13 00:00:00', 0.0157443518566061, 0.0267307692307691, 0.0454261869579481, 0.0884615384615384, 0.0466096721556969, 0.107307692307692, 0.0529952828089445, 0.1275, 0.114392038453462, 0.318461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 600, '2021-06-13 00:00:00', 0.0184109081378822, 0.0398076923076923, 0.0274562589193458, 0.0596153846153846, 0.0261717698763675, 0.0748076923076924, 0.0285717719759583, 0.102884615384615, 0.116670476128282, 0.31 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 615, '2021-06-13 00:00:00', 0.0253445487994195, 0.0428846153846154, 0.0242621896405467, 0.0555769230769231, 0.0230659589338589, 0.0690384615384616, 0.0311429705613421, 0.0982692307692308, 0.117532483234996, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 630, '2021-06-13 00:00:00', 0.0134921629673845, 0.0340384615384616, 0.0146129552636852, 0.0484615384615384, 0.0176591662840055, 0.0596153846153846, 0.0367679835642998, 0.0917307692307692, 0.118686399972623, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 645, '2021-06-13 00:00:00', 0.0128002403823582, 0.0296153846153846, 0.0147596122525681, 0.0396153846153847, 0.0148323969741915, 0.05, 0.0443435018220952, 0.0971153846153847, 0.118540645414915, 0.306730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 660, '2021-06-13 00:00:00', 0.0101753850805983, 0.0284615384615385, 0.0113086080215302, 0.0367307692307693, 0.0168716877091133, 0.0494230769230769, 0.0478993335428184, 0.0971153846153847, 0.121294936161662, 0.307307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 675, '2021-06-13 00:00:00', 0.00897860705317824, 0.0238461538461539, 0.0115907788282821, 0.0321153846153846, 0.0159675150997748, 0.0448076923076923, 0.0483564489375115, 0.0978846153846154, 0.121788751533136, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 690, '2021-06-13 00:00:00', 0.00890980445265859, 0.0192307692307693, 0.0128242558638517, 0.0326923076923077, 0.0182714573541946, 0.0446153846153846, 0.0535626879316334, 0.0998076923076924, 0.122353994622162, 0.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 705, '2021-06-13 00:00:00', 0.0108627804912002, 0.025, 0.0120064085451831, 0.031923076923077, 0.0167894197453222, 0.0432692307692308, 0.0557842685296189, 0.101730769230769, 0.119513114825883, 0.309230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 720, '2021-06-13 00:00:00', 0.00741360495720798, 0.0201923076923077, 0.0117489770422136, 0.0309615384615385, 0.0154122828139917, 0.0415384615384616, 0.0574339085049402, 0.100576923076923, 0.117457848413148, 0.307884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 735, '2021-06-13 00:00:00', 0.0121037184369102, 0.0224999999999999, 0.00993052791222025, 0.0288461538461537, 0.0162681850909634, 0.0405769230769229, 0.0572350081143189, 0.0996153846153845, 0.11513537182879, 0.306923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 750, '2021-06-13 00:00:00', 0.0089786070531785, 0.0188461538461538, 0.0112403805027302, 0.0271153846153845, 0.0158320512301422, 0.040576923076923, 0.0553940430010302, 0.0974999999999999, 0.113176682839097, 0.305192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 765, '2021-06-13 00:00:00', 0.0110610195663038, 0.0178846153846153, 0.0137169182455042, 0.028076923076923, 0.0194896422195524, 0.0403846153846153, 0.0540128189912784, 0.0957692307692307, 0.116071761622515, 0.305576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 780, '2021-06-13 00:00:00', 0.0101904933073014, 0.0196153846153846, 0.0129748277000567, 0.0278846153846154, 0.0184901221030207, 0.0417307692307692, 0.053943346349523, 0.0982692307692308, 0.115635368557974, 0.306538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 795, '2021-06-13 00:00:00', 0.0101318234367683, 0.0205769230769229, 0.0114034407762948, 0.0290384615384614, 0.0248974821093341, 0.0432692307692307, 0.0529066667312861, 0.0986538461538461, 0.115628217210959, 0.306730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 810, '2021-06-13 00:00:00', 0.0105045777566809, 0.0221153846153845, 0.0120256136897617, 0.0311538461538461, 0.0308794180893756, 0.0434615384615385, 0.0532602463959174, 0.0994230769230769, 0.114542736397986, 0.309038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 825, '2021-06-13 00:00:00', 0.00939926347360022, 0.0228846153846154, 0.0236032918173585, 0.0313461538461539, 0.04352762164596, 0.0555769230769232, 0.0644479515697625, 0.153461538461539, 0.112800027277684, 0.310384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 840, '2021-06-13 00:00:00', 0.0238335574671189, 0.0209615384615386, 0.0303625528469629, 0.0317307692307693, 0.0463037629306566, 0.0559615384615385, 0.0665617122560826, 0.162692307692308, 0.111923909592462, 0.310192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 855, '2021-06-13 00:00:00', 0.0148479472810735, 0.0223076923076923, 0.0391216052840371, 0.0425, 0.0408736326517945, 0.0555769230769231, 0.0662724562811615, 0.164038461538462, 0.112267023721949, 0.308269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 870, '2021-06-13 00:00:00', 0.0113172306747248, 0.0220833333333334, 0.0122899010031272, 0.0302083333333335, 0.0208470969028152, 0.0445833333333334, 0.0658762014163194, 0.15875, 0.113682592704679, 0.302083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 885, '2021-06-13 00:00:00', 0.00784531153259561, 0.020625, 0.012676293062134, 0.0329166666666667, 0.0247075283369613, 0.048125, 0.0661506296047245, 0.157916666666667, 0.114783981107298, 0.300833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 900, '2021-06-13 00:00:00', 0.0133089677732125, 0.0252083333333332, 0.0195418540054678, 0.0316666666666666, 0.0249265224557925, 0.048125, 0.0648824885376678, 0.156458333333333, 0.115727065214618, 0.299166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 915, '2021-06-13 00:00:00', 0.0151427387295655, 0.0185416666666667, 0.0203590951081621, 0.0341666666666668, 0.0201612611032981, 0.0460416666666667, 0.0625278923268695, 0.155208333333333, 0.115108644332213, 0.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 930, '2021-06-13 00:00:00', 0.0162060442293985, 0.028125, 0.0158571521832364, 0.0366666666666667, 0.0188048714009375, 0.0458333333333334, 0.0614660858534601, 0.152916666666667, 0.114947215359227, 0.300416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 945, '2021-06-13 00:00:00', 0.00670280062599827, 0.0233333333333332, 0.0124072647022341, 0.033125, 0.0180465882600032, 0.046875, 0.0618608624604266, 0.150625, 0.115924138112394, 0.299166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 960, '2021-06-13 00:00:00', 0.0121583751774866, 0.0225, 0.0136466803310539, 0.0308333333333333, 0.0182921144014398, 0.0470833333333334, 0.0620713562029183, 0.149375, 0.117537382274254, 0.297916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 975, '2021-06-13 00:00:00', 0.00833786108880643, 0.0222916666666667, 0.0127670743871021, 0.0339583333333333, 0.0157755428947212, 0.0497916666666666, 0.0621092859868562, 0.150208333333333, 0.122632470521012, 0.328125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 990, '2021-06-13 00:00:00', 0.00832970935693533, 0.0279166666666666, 0.0133089677732125, 0.0385416666666667, 0.01686342195404, 0.0531249999999999, 0.0630159860095326, 0.150833333333333, 0.125918185711015, 0.331458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1005, '2021-06-13 00:00:00', 0.00949589919119174, 0.0247916666666667, 0.0120385853085769, 0.0383333333333333, 0.0568353202083739, 0.119583333333333, 0.0610027173307806, 0.148125, 0.125931313231356, 0.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1020, '2021-06-13 00:00:00', 0.00869938778455626, 0.0281250000000001, 0.0119782411425703, 0.0375, 0.0531609533071196, 0.125, 0.0566773221013458, 0.143333333333333, 0.122996811258301, 0.327291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 4, 1035, '2021-06-13 00:00:00', 0.00992499041725522, 0.0293749999999999, 0.055803988611277, 0.109791666666667, 0.0562888352252425, 0.126458333333333, 0.0574881840411386, 0.14125, 0.123994324028579, 0.325625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 600, '2021-06-13 00:00:00', 0.02218098391485, 0.0397826086956522, 0.0189418707207911, 0.057608695652174, 0.0172203804248421, 0.0697826086956522, 0.0250749863551601, 0.0958695652173913, 0.124533913662801, 0.307826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 615, '2021-06-13 00:00:00', 0.0152417929707901, 0.0436956521739131, 0.0148377256601812, 0.052608695652174, 0.0145960089839953, 0.0630434782608696, 0.0251182971905928, 0.0932608695652174, 0.12406010273617, 0.305 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 630, '2021-06-13 00:00:00', 0.0118037309034519, 0.0306521739130434, 0.0156259387069804, 0.0465217391304347, 0.0150690112089091, 0.0545652173913043, 0.0282790303460401, 0.0876086956521738, 0.12589364354949, 0.304130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 645, '2021-06-13 00:00:00', 0.0147274313171572, 0.0315217391304349, 0.0119120625082972, 0.0384782608695653, 0.0147508960001188, 0.0469565217391305, 0.0318996697914935, 0.0880434782608695, 0.124159227744023, 0.302173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 660, '2021-06-13 00:00:00', 0.00837604338377009, 0.027608695652174, 0.0117491905364101, 0.0369565217391305, 0.014957119208583, 0.0434782608695653, 0.0334982743936427, 0.0880434782608695, 0.123210912072572, 0.301739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 675, '2021-06-13 00:00:00', 0.0104682844935144, 0.0236956521739131, 0.0151670539555873, 0.0313043478260871, 0.019231787750468, 0.0430434782608696, 0.0340410702887433, 0.0876086956521738, 0.122220480484256, 0.300869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 690, '2021-06-13 00:00:00', 0.0124514868867817, 0.0236956521739132, 0.012788180066261, 0.0289130434782609, 0.0207659648570126, 0.0469565217391305, 0.034343072668534, 0.086086956521739, 0.122872407230012, 0.298913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 705, '2021-06-13 00:00:00', 0.011757597829462, 0.0228260869565219, 0.0174483993625835, 0.033913043478261, 0.0214425420297047, 0.0493478260869566, 0.0355351521112987, 0.0867391304347826, 0.12105596001249, 0.3 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 720, '2021-06-13 00:00:00', 0.0135388476340091, 0.0241304347826088, 0.019535110784423, 0.0354347826086957, 0.0217922276459005, 0.0460869565217392, 0.0410461034532592, 0.0893478260869565, 0.120296077430061, 0.300652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 735, '2021-06-13 00:00:00', 0.0119947287500201, 0.0243478260869564, 0.0149571192085829, 0.0334782608695651, 0.0168021502482399, 0.0413043478260868, 0.0378876537713857, 0.0882608695652172, 0.11877836669721, 0.299130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 750, '2021-06-13 00:00:00', 0.0104965644671315, 0.0252173913043478, 0.0126561394434736, 0.0297826086956521, 0.0166336959782615, 0.0419565217391305, 0.0360472899761481, 0.0880434782608695, 0.1186176972579, 0.297391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 765, '2021-06-13 00:00:00', 0.00927191347277574, 0.0178260869565216, 0.0114467317599475, 0.0258695652173913, 0.0159172762680826, 0.0402173913043478, 0.0376114943325688, 0.0915217391304347, 0.11577629376357, 0.297826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 780, '2021-06-13 00:00:00', 0.00964795335563813, 0.0210869565217391, 0.0126561394434737, 0.0297826086956522, 0.015739354266528, 0.04, 0.0396713275458361, 0.0947826086956521, 0.115497292201717, 0.296521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 795, '2021-06-13 00:00:00', 0.00960689804872402, 0.0217391304347826, 0.0130103333817222, 0.0302173913043478, 0.0187214868839588, 0.043695652173913, 0.0416388576500745, 0.097391304347826, 0.115826638890541, 0.296086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 810, '2021-06-13 00:00:00', 0.0101811652811558, 0.0232608695652174, 0.0125148133569657, 0.0304347826086956, 0.0195957162375266, 0.0439130434782608, 0.043070169789446, 0.0986956521739129, 0.113728144753578, 0.295 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 825, '2021-06-13 00:00:00', 0.0113731185735029, 0.0195652173913043, 0.0170386679506821, 0.0330434782608695, 0.0243431496073604, 0.0480434782608695, 0.0800129683164812, 0.139565217391304, 0.121024121333989, 0.291739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 840, '2021-06-13 00:00:00', 0.0102247471629109, 0.0199999999999998, 0.0113252315457662, 0.0265217391304347, 0.020150128237413, 0.0458695652173913, 0.0790456914946887, 0.146304347826087, 0.122917836241951, 0.292391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 855, '2021-06-13 00:00:00', 0.0113470234295812, 0.0208695652173912, 0.0203064467264986, 0.0365217391304347, 0.0192907850372082, 0.0480434782608695, 0.0805894784175983, 0.149130434782609, 0.131695390539411, 0.293695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 870, '2021-06-13 00:00:00', 0.0186315428065358, 0.0269565217391304, 0.0189783525526492, 0.0347826086956521, 0.0166455729494129, 0.0445652173913042, 0.0759257750711713, 0.149782608695652, 0.129987837679777, 0.291739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 885, '2021-06-13 00:00:00', 0.0119286415873133, 0.0232608695652174, 0.0108119023858701, 0.0334782608695651, 0.014190961884576, 0.0432608695652173, 0.0760148726866342, 0.146521739130435, 0.129914459543266, 0.288695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029586, 5, 900, '2021-06-13 00:00:00', 0.00863740372351574, 0.0228260869565216, 0.0118162813917431, 0.0284782608695651, 0.0237035378690583, 0.0463043478260869, 0.0797717841683831, 0.146086956521739, 0.130338947006332, 0.287173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 915, '2021-06-13 00:00:00', 0.0104067475830308, 0.0191304347826087, 0.0154350609561274, 0.0321739130434783, 0.0281160778557767, 0.0471739130434782, 0.0892486201884017, 0.148043478260869, 0.130130673151497, 0.286086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 930, '2021-06-13 00:00:00', 0.0163036890512498, 0.0260869565217392, 0.0229452002265994, 0.0358695652173913, 0.028080910765271, 0.0489130434782608, 0.092287037189421, 0.148478260869565, 0.129292694265816, 0.284347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 945, '2021-06-13 00:00:00', 0.00936733876686015, 0.0217391304347826, 0.013292096971405, 0.0319565217391304, 0.016895984975739, 0.0482608695652174, 0.0961635629021696, 0.147608695652174, 0.126632423774435, 0.28304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 960, '2021-06-13 00:00:00', 0.0106507621876496, 0.0254347826086957, 0.010538842141141, 0.0323913043478261, 0.0227592660189937, 0.0545652173913043, 0.0977003363925903, 0.148913043478261, 0.124870288430861, 0.28304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 975, '2021-06-13 00:00:00', 0.00768706114785815, 0.02, 0.0129646829484014, 0.0360869565217391, 0.0219368479149282, 0.0569565217391303, 0.0983485171725508, 0.147391304347826, 0.124538277684797, 0.290652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 990, '2021-06-13 00:00:00', 0.0113774619452761, 0.0289130434782608, 0.0195679620384934, 0.044782608695652, 0.0225871172488356, 0.0602173913043477, 0.0966274169555923, 0.148695652173913, 0.123271848435078, 0.291304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1005, '2021-06-13 00:00:00', 0.0128498473561012, 0.0308695652173911, 0.0152223312140071, 0.041086956521739, 0.067419253416404, 0.111086956521739, 0.0958506743776804, 0.143478260869565, 0.123096575088095, 0.291304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1020, '2021-06-13 00:00:00', 0.0136406449142219, 0.027391304347826, 0.0177097815807074, 0.0399999999999999, 0.0681060844211284, 0.114565217391304, 0.0945877261840247, 0.141739130434782, 0.124242368006671, 0.289565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 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 1029586, 5, 1035, '2021-06-13 00:00:00', 0.0133847001321829, 0.0271739130434782, 0.06509798027261, 0.101739130434782, 0.0690684772197458, 0.115, 0.0946039173912515, 0.138913043478261, 0.125541908345334, 0.286956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029586 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1035);
Date: 2021-06-13 18:01:25 Duration: 1s490ms 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 1029926, 1, 600, '2021-06-13 00:00:00', 0.165901055370843, 0.467727272727273, 0.273487972305311, 0.713636363636363, 0.290663146847112, 0.922272727272726, 0.485803658698856, 1.35636363636364, 1.05306191363062, 4.07181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 615, '2021-06-13 00:00:00', 0.233114151848849, 0.532272727272727, 0.25527169126959, 0.692727272727273, 0.277774473284818, 0.884090909090909, 0.479340275344248, 1.30363636363636, 1.06354965976577, 4.08045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 630, '2021-06-13 00:00:00', 0.15043371640129, 0.457272727272727, 0.160761176420665, 0.601818181818182, 0.286052397343519, 0.824545454545456, 0.475055704184174, 1.24727272727273, 1.08224594111333, 4.06909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 645, '2021-06-13 00:00:00', 0.130234553637039, 0.370909090909089, 0.222286426511506, 0.552727272727271, 0.373264816687326, 0.781363636363636, 0.482364307008017, 1.16909090909091, 1.07482778243994, 4.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 660, '2021-06-13 00:00:00', 0.176054030470824, 0.400454545454546, 0.267112181955295, 0.591818181818182, 0.356193500114487, 0.725, 0.46719666873034, 1.12181818181818, 1.10462741754934, 4.11727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 675, '2021-06-13 00:00:00', 0.155613574008134, 0.378181818181819, 0.26073157150785, 0.489999999999999, 0.34658507198264, 0.655454545454544, 0.424173247297545, 1.04909090909091, 1.09808885532963, 4.08909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 690, '2021-06-13 00:00:00', 0.168137878898083, 0.353181818181818, 0.19550412136797, 0.448636363636363, 0.449263225612164, 0.687727272727272, 0.420222575532317, 1.05181818181818, 1.10824077665804, 4.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 705, '2021-06-13 00:00:00', 0.0931925344909558, 0.279090909090909, 0.237252035056663, 0.448636363636361, 0.402335175038912, 0.614545454545453, 0.384662949106856, 0.99681818181818, 1.10850949028111, 4.08136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 720, '2021-06-13 00:00:00', 0.203882234066545, 0.34181818181818, 0.369988884821929, 0.508181818181817, 0.362897490683785, 0.622272727272728, 0.386569158477128, 0.984999999999999, 1.10516614488149, 4.11272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 735, '2021-06-13 00:00:00', 0.229773085881857, 0.333636363636364, 0.225282890944654, 0.399999999999999, 0.262107674249408, 0.533636363636364, 0.377865960338695, 0.997272727272727, 1.09962724892578, 4.11909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 750, '2021-06-13 00:00:00', 0.198269570309774, 0.281818181818181, 0.243687845888477, 0.398636363636363, 0.297468394770682, 0.547272727272728, 0.373665591172073, 0.995454545454546, 1.0985422256996, 4.12045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 765, '2021-06-13 00:00:00', 0.128431260776295, 0.262272727272727, 0.119439528070908, 0.359090909090909, 0.217918627332608, 0.528636363636363, 0.378867073972206, 1.02454545454545, 1.18998854081572, 4.13181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 780, '2021-06-13 00:00:00', 0.106276002675059, 0.272272727272726, 0.155977576365977, 0.383636363636363, 0.221457196864969, 0.516363636363636, 0.392813417480081, 1.105, 1.21158879270048, 4.14045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 795, '2021-06-13 00:00:00', 0.114824352968487, 0.266818181818182, 0.141209984562919, 0.354545454545455, 0.177017131755843, 0.487272727272727, 0.422110754633768, 1.12818181818182, 1.15346757470136, 4.18727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 810, '2021-06-13 00:00:00', 0.104380257210059, 0.250000000000001, 0.104123844011709, 0.353181818181817, 0.143618210809739, 0.495, 0.433127157078766, 1.12909090909091, 1.15067653730598, 4.18772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 825, '2021-06-13 00:00:00', 0.100548280492293, 0.233636363636364, 0.132267111348926, 0.32772727272727, 0.150408534574099, 0.48681818181818, 0.697437486531265, 1.78, 1.14443884054162, 4.19454545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 840, '2021-06-13 00:00:00', 0.137404039714523, 0.233181818181817, 0.177225490432032, 0.382272727272727, 0.158429112065251, 0.499545454545454, 0.741986919523915, 1.86727272727273, 1.13935207911039, 4.22227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 855, '2021-06-13 00:00:00', 0.142057393437662, 0.297727272727272, 0.166359673976423, 0.402272727272726, 0.166726179850732, 0.514999999999999, 0.757569021615076, 1.92818181818182, 1.12165008703647, 4.25318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 870, '2021-06-13 00:00:00', 0.143672456969926, 0.296818181818181, 0.149299228866931, 0.360454545454544, 0.217534392961693, 0.535454545454545, 0.795220163366792, 1.94681818181818, 1.12853696040301, 4.25363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 885, '2021-06-13 00:00:00', 0.0889975436209499, 0.234090909090909, 0.138889379508512, 0.370454545454544, 0.237364680064224, 0.52909090909091, 0.809365632623923, 1.98181818181818, 1.13217715408195, 4.25818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 900, '2021-06-13 00:00:00', 0.112403879090679, 0.298181818181817, 0.17083256783695, 0.411363636363636, 0.201923649365696, 0.522727272727273, 0.827456855965824, 2.00090909090909, 1.16048401978362, 4.26772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 915, '2021-06-13 00:00:00', 0.140349748656888, 0.268636363636363, 0.166546926683977, 0.359545454545455, 0.19399256914407, 0.529545454545454, 0.882392090210356, 2.01409090909091, 1.16866418359851, 4.26954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 930, '2021-06-13 00:00:00', 0.08904131051571, 0.249545454545456, 0.165090162955769, 0.345, 0.212602916254694, 0.54, 0.925599840608816, 2.02272727272727, 1.17140802167595, 4.28409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 945, '2021-06-13 00:00:00', 0.137957424889896, 0.266818181818181, 0.183951339321289, 0.44, 0.390648533923114, 0.68590909090909, 0.974004653446311, 2.06772727272727, 1.17304032031026, 4.28045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 960, '2021-06-13 00:00:00', 0.173120081938993, 0.359090909090908, 0.208064675259665, 0.466363636363637, 0.394313749865931, 0.764999999999999, 0.950598353373932, 2.06909090909091, 1.19360317029511, 4.30136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 975, '2021-06-13 00:00:00', 0.145495868048022, 0.295000000000002, 0.299971138582838, 0.502727272727273, 0.313614592380698, 0.737272727272729, 0.95596747304697, 2.015, 1.29416146446411, 4.51590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 990, '2021-06-13 00:00:00', 0.237399785190843, 0.424090909090909, 0.242462118253301, 0.585454545454547, 0.259963367382697, 0.720000000000001, 0.947758919608236, 2.00772727272727, 1.2966908432071, 4.565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1005, '2021-06-13 00:00:00', 0.150100255096671, 0.385909090909091, 0.169404993869871, 0.518636363636363, 0.658430016463473, 1.40590909090909, 0.963548186768627, 1.98181818181818, 1.32152017934483, 4.57181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1020, '2021-06-13 00:00:00', 0.166804055926687, 0.400454545454548, 0.15970752489001, 0.49727272727273, 0.692906076729617, 1.45045454545455, 0.926091259890202, 1.94545454545454, 1.34871945038401, 4.60181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 1, 1035, '2021-06-13 00:00:00', 0.112096317582624, 0.326818181818182, 0.638892609312213, 1.22136363636364, 0.706641498775872, 1.43227272727272, 0.91447048998657, 1.88909090909091, 1.37098481051008, 4.59227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 600, '2021-06-13 00:00:00', 0.154131312647565, 0.487307692307692, 0.210162208415675, 0.651923076923076, 0.352391609085472, 0.849615384615384, 0.566509012760133, 1.43269230769231, 1.27732003097832, 4.49769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 615, '2021-06-13 00:00:00', 0.126641832923223, 0.436923076923078, 0.247774090655179, 0.620000000000001, 0.295080693005517, 0.806153846153846, 0.576908604946692, 1.33653846153846, 1.24574228721427, 4.44538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 630, '2021-06-13 00:00:00', 0.152440656801766, 0.436923076923076, 0.172052317624611, 0.575, 0.246706614921761, 0.731923076923076, 0.586310497944562, 1.29, 1.24222858047698, 4.43961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 645, '2021-06-13 00:00:00', 0.104348528425729, 0.383846153846155, 0.143672704971563, 0.515384615384615, 0.229774806143888, 0.712692307692308, 0.531247153838531, 1.24653846153846, 1.22703225460709, 4.41807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 660, '2021-06-13 00:00:00', 0.114934094827628, 0.375384615384615, 0.176204863287464, 0.518076923076922, 0.291397692826514, 0.703846153846152, 0.534570424230091, 1.21846153846154, 1.26210306783802, 4.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 675, '2021-06-13 00:00:00', 0.127011204835818, 0.359615384615383, 0.187770727627727, 0.504615384615384, 0.286215626085272, 0.679230769230769, 0.513054952822195, 1.17576923076923, 1.29357661602955, 4.39269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 690, '2021-06-13 00:00:00', 0.14886286926616, 0.328076923076923, 0.181355579329246, 0.445384615384614, 0.226671229215016, 0.630384615384615, 0.498567794942519, 1.16461538461538, 1.28912301734402, 4.37692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 705, '2021-06-13 00:00:00', 0.12432030590993, 0.29653846153846, 0.183475842048443, 0.440769230769231, 0.249233903114199, 0.60153846153846, 0.496791706855098, 1.165, 1.33710410388099, 4.39076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 720, '2021-06-13 00:00:00', 0.157014453033912, 0.311538461538463, 0.166353192381106, 0.444230769230771, 0.280627045135601, 0.593461538461538, 0.534984255699318, 1.17807692307692, 1.39274698127339, 4.41192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 735, '2021-06-13 00:00:00', 0.153432520873309, 0.328461538461538, 0.196577250424904, 0.448846153846152, 0.287695351691014, 0.636153846153845, 0.561677706655557, 1.17538461538462, 1.38088065545701, 4.40923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 750, '2021-06-13 00:00:00', 0.13001538370516, 0.309999999999999, 0.185676724857603, 0.429615384615384, 0.244041925780103, 0.647307692307692, 0.515700121567384, 1.14115384615385, 1.35952146558435, 4.41884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 765, '2021-06-13 00:00:00', 0.138965961521297, 0.276538461538461, 0.211022784041477, 0.431153846153846, 0.228710431634549, 0.622692307692306, 0.4688788592114, 1.17076923076923, 1.35565777392379, 4.39 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 780, '2021-06-13 00:00:00', 0.145800706973067, 0.305384615384615, 0.175318611061733, 0.463846153846153, 0.195279681088827, 0.613076923076922, 0.442294193773954, 1.18192307692308, 1.33818390135517, 4.36192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 795, '2021-06-13 00:00:00', 0.0932655431467688, 0.297692307692307, 0.153408454285134, 0.396923076923077, 0.186692672181191, 0.526923076923076, 0.473779078669178, 1.21884615384615, 1.30670984360898, 4.34884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 810, '2021-06-13 00:00:00', 0.155897895579619, 0.241923076923078, 0.154699211872091, 0.369615384615385, 0.214243929992104, 0.502692307692307, 0.442691071307502, 1.23923076923077, 1.2994273294861, 4.34923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 825, '2021-06-13 00:00:00', 0.102323769702614, 0.263076923076923, 0.126709844192883, 0.360769230769231, 0.190266614558058, 0.505769230769232, 0.695731712217158, 1.71115384615385, 1.32236321089875, 4.36269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 840, '2021-06-13 00:00:00', 0.0777332717596637, 0.227692307692307, 0.123245845615739, 0.348461538461539, 0.188005319073688, 0.465000000000001, 0.696788236233827, 1.73538461538462, 1.34166859372373, 4.35884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 855, '2021-06-13 00:00:00', 0.0954769404298556, 0.269615384615383, 0.130615701730158, 0.357307692307692, 0.236709494138669, 0.500769230769232, 0.683552822785821, 1.81730769230769, 1.37023187257317, 4.37923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 870, '2021-06-13 00:00:00', 0.118506734634984, 0.249615384615384, 0.179967945863871, 0.342692307692308, 0.214015455947964, 0.518846153846154, 0.679326476400312, 1.81269230769231, 1.39102640576607, 4.39230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 885, '2021-06-13 00:00:00', 0.140959350387045, 0.25846153846154, 0.166746698733323, 0.377307692307694, 0.216885648707758, 0.530769230769232, 0.679533776825078, 1.83692307692308, 1.43133273022571, 4.40576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 900, '2021-06-13 00:00:00', 0.12257054483659, 0.27346153846154, 0.134303903374169, 0.371538461538463, 0.231221838202056, 0.563461538461539, 0.666916325047893, 1.83423076923077, 1.44244173325863, 4.40307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 915, '2021-06-13 00:00:00', 0.115830114325314, 0.253846153846153, 0.163540162086825, 0.405769230769232, 0.26382978195449, 0.606923076923078, 0.679723925858592, 1.84384615384615, 1.44545063508289, 4.41346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 930, '2021-06-13 00:00:00', 0.13911644264926, 0.314230769230773, 0.181726760232541, 0.436153846153847, 0.24639805194035, 0.610000000000001, 0.672561235416238, 1.83884615384615, 1.45671690930192, 4.41807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 945, '2021-06-13 00:00:00', 0.133994833425084, 0.298846153846153, 0.194093157648985, 0.441923076923077, 0.250156873858108, 0.697692307692308, 0.702027393723679, 1.84769230769231, 1.46535167740087, 4.43653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 960, '2021-06-13 00:00:00', 0.16154304022815, 0.351923076923077, 0.192622788012058, 0.466538461538461, 0.284227698536553, 0.764230769230769, 0.693841147858456, 1.82346153846154, 1.4690730201258, 4.42653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 975, '2021-06-13 00:00:00', 0.134967232490533, 0.301923076923075, 0.225575844315081, 0.547307692307693, 0.339791791452445, 0.792307692307691, 0.689203442109355, 1.80576923076923, 1.42188022864635, 4.71923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 990, '2021-06-13 00:00:00', 0.148591334254004, 0.420769230769233, 0.189756524160669, 0.593461538461539, 0.264461426589675, 0.779615384615386, 0.737856458836103, 1.82807692307692, 1.43075692715967, 4.71576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1005, '2021-06-13 00:00:00', 0.150155304217386, 0.408846153846153, 0.245231444840302, 0.582307692307692, 0.707450025416312, 1.31846153846154, 0.720464807233176, 1.83153846153846, 1.41923234938415, 4.74269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1020, '2021-06-13 00:00:00', 0.185105375394666, 0.42, 0.199039230767744, 0.556153846153847, 0.648184802707945, 1.31346153846154, 0.705371151620521, 1.78730769230769, 1.40433548479206, 4.72692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 2, 1035, '2021-06-13 00:00:00', 0.166813115145708, 0.408846153846155, 0.642948975125852, 1.13076923076923, 0.589636785200463, 1.34653846153846, 0.714602094767538, 1.72807692307693, 1.43521448410494, 4.68384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 600, '2021-06-13 00:00:00', 0.166677948336119, 0.491538461538462, 0.191936287505879, 0.656538461538461, 0.268094128131262, 0.867692307692308, 0.481070121228144, 1.40269230769231, 1.5240072683049, 4.49692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 615, '2021-06-13 00:00:00', 0.138929976828396, 0.498461538461538, 0.25221114475467, 0.702307692307693, 0.278339029574753, 0.856153846153846, 0.48971404528954, 1.31961538461538, 1.52560026017504, 4.45192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 630, '2021-06-13 00:00:00', 0.161596363249254, 0.465769230769232, 0.164881309292006, 0.535384615384616, 0.233007428075719, 0.752692307692308, 0.485646436760799, 1.24730769230769, 1.51293403181215, 4.42576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 645, '2021-06-13 00:00:00', 0.0871214890033094, 0.363076923076924, 0.126223854870868, 0.532692307692309, 0.170869720952724, 0.687307692307695, 0.484932509181989, 1.18653846153846, 1.51771609790703, 4.41692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 660, '2021-06-13 00:00:00', 0.124434103660719, 0.380384615384616, 0.148294924442425, 0.509230769230771, 0.148920732657965, 0.645769230769231, 0.478605667136721, 1.13923076923077, 1.54364962146406, 4.42307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 675, '2021-06-13 00:00:00', 0.0951411906265962, 0.330384615384617, 0.111546471860904, 0.438846153846154, 0.276191962229171, 0.645, 0.467495619066269, 1.10192307692308, 1.55262120795274, 4.39615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 690, '2021-06-13 00:00:00', 0.0963423383245714, 0.305384615384617, 0.121973515410267, 0.39846153846154, 0.245123516745208, 0.618461538461539, 0.428916524064282, 1.08576923076923, 1.54953675459672, 4.39807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 705, '2021-06-13 00:00:00', 0.0864051280529476, 0.284615384615385, 0.207856829424634, 0.482692307692309, 0.216368986829302, 0.636538461538462, 0.410540356865662, 1.10923076923077, 1.56080496983004, 4.36807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 720, '2021-06-13 00:00:00', 0.166037993798453, 0.326153846153846, 0.180583669080184, 0.437692307692307, 0.290033419825001, 0.66076923076923, 0.39905060407846, 1.13423076923077, 1.53964936068124, 4.35807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 735, '2021-06-13 00:00:00', 0.129882787395167, 0.308461538461539, 0.149557295426818, 0.440769230769231, 0.270050707489139, 0.659230769230769, 0.42430105422375, 1.18923076923077, 1.51670031520859, 4.36961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 750, '2021-06-13 00:00:00', 0.133511739616353, 0.315769230769229, 0.270109949123288, 0.460769230769231, 0.330103247251755, 0.661923076923078, 0.437920259689082, 1.22307692307692, 1.50372956856764, 4.37115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 765, '2021-06-13 00:00:00', 0.195638599306123, 0.302307692307692, 0.238415603516211, 0.455, 0.334830381858313, 0.589230769230772, 0.518493824605315, 1.23038461538462, 1.51015210645, 4.35076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 780, '2021-06-13 00:00:00', 0.162707855230918, 0.324615384615385, 0.245954342229484, 0.438461538461541, 0.28273635449628, 0.550384615384617, 0.524100988506839, 1.20461538461538, 1.51679337875867, 4.39307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 795, '2021-06-13 00:00:00', 0.131315825983947, 0.289615384615387, 0.194490656291288, 0.378846153846156, 0.218536390210312, 0.523076923076925, 0.508781349440465, 1.25230769230769, 1.48938996288362, 4.37230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 810, '2021-06-13 00:00:00', 0.132075153431092, 0.249615384615386, 0.165062226028666, 0.368461538461538, 0.234758140679688, 0.539230769230769, 0.514340802910347, 1.30230769230769, 1.48894676249302, 4.36230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 825, '2021-06-13 00:00:00', 0.115869953628395, 0.244615384615385, 0.154736997713988, 0.356538461538461, 0.224119473633013, 0.548461538461538, 0.64980138977525, 1.70461538461538, 1.49202124134189, 4.35923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 840, '2021-06-13 00:00:00', 0.113914948029728, 0.233846153846154, 0.15295046960976, 0.364615384615385, 0.224309195943046, 0.541153846153846, 0.61729446906518, 1.82269230769231, 1.49768400693049, 4.36423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 855, '2021-06-13 00:00:00', 0.133426441849491, 0.288846153846153, 0.17095073514365, 0.411923076923076, 0.194386213502914, 0.555, 0.600745818513571, 1.86346153846154, 1.49768400693049, 4.36423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 870, '2021-06-13 00:00:00', 0.121326641122852, 0.271923076923076, 0.165674843733604, 0.391923076923077, 0.181321643665446, 0.568461538461537, 0.635590700420909, 1.91346153846154, 1.51027236463646, 4.36115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 885, '2021-06-13 00:00:00', 0.139425193617887, 0.289230769230771, 0.139427400463468, 0.410000000000001, 0.250590993760442, 0.649615384615385, 0.645763590940691, 1.91884615384616, 1.52627434775514, 4.35576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 900, '2021-06-13 00:00:00', 0.126240308081909, 0.286153846153846, 0.172448877597435, 0.421153846153844, 0.298258535244429, 0.696923076923078, 0.658815720703565, 1.90307692307692, 1.56303609880061, 4.33461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 915, '2021-06-13 00:00:00', 0.113134365315692, 0.300769230769227, 0.177604573745679, 0.479230769230768, 0.324005935368238, 0.750384615384616, 0.660419913039018, 1.90230769230769, 1.56728280301144, 4.33923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 930, '2021-06-13 00:00:00', 0.127990384254203, 0.321538461538462, 0.186702560651551, 0.485384615384616, 0.315743810463726, 0.723076923076924, 0.658790967197896, 1.86846153846154, 1.57833583245138, 4.33 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 945, '2021-06-13 00:00:00', 0.143185731992242, 0.343076923076923, 0.239588429154281, 0.518846153846154, 0.399969421908148, 0.733461538461539, 0.653420350039816, 1.85307692307693, 1.60109294401812, 4.33115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 960, '2021-06-13 00:00:00', 0.167851582793116, 0.353076923076924, 0.259132279852468, 0.511538461538463, 0.336153810948774, 0.719230769230769, 0.648421159432665, 1.835, 1.55737259017082, 4.28576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 975, '2021-06-13 00:00:00', 0.154025472418836, 0.370384615384616, 0.235629761735192, 0.524230769230769, 0.271474605697218, 0.747692307692308, 0.654331837713981, 1.80692307692308, 1.61510985575404, 4.45961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 990, '2021-06-13 00:00:00', 0.137001403698593, 0.394230769230769, 0.165343465363653, 0.527692307692307, 0.25868216316256, 0.757307692307693, 0.678292085938022, 1.77192307692308, 1.61180911257649, 4.50384615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1005, '2021-06-13 00:00:00', 0.114827630017275, 0.354230769230767, 0.164736152680582, 0.525, 0.58701605272245, 1.25961538461539, 0.666589944303206, 1.75307692307692, 1.65838958028565, 4.51 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1020, '2021-06-13 00:00:00', 0.128345687051086, 0.373846153846156, 0.224101625298744, 0.53846153846154, 0.567913861290738, 1.33692307692308, 0.650520265160599, 1.72384615384616, 1.70213987493571, 4.50192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 3, 1035, '2021-06-13 00:00:00', 0.152926830165983, 0.371153846153846, 0.500990557257859, 1.06653846153846, 0.477438840223382, 1.29038461538462, 0.580368715691883, 1.65961538461539, 1.72922339171708, 4.51153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 600, '2021-06-13 00:00:00', 0.194305073372936, 0.52769230769231, 0.274586122121164, 0.758461538461541, 0.302063925990205, 1.01884615384616, 0.467747630837236, 1.41038461538462, 1.65110522424782, 4.47730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 615, '2021-06-13 00:00:00', 0.233476732492523, 0.58923076923077, 0.225796368438468, 0.71, 0.283163448314819, 0.931538461538463, 0.445609176814774, 1.43653846153846, 1.68117326247521, 4.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 630, '2021-06-13 00:00:00', 0.134329674824521, 0.422692307692307, 0.203402216159168, 0.647307692307693, 0.209091809058567, 0.770769230769231, 0.682205585977176, 1.41730769230769, 1.73064225517136, 4.44884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 645, '2021-06-13 00:00:00', 0.19838463029797, 0.462692307692309, 0.19209773153668, 0.571538461538462, 0.186445289974956, 0.714615384615385, 0.68973573534752, 1.40923076923077, 1.77063191675046, 4.47576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 660, '2021-06-13 00:00:00', 0.128962725682209, 0.39076923076923, 0.1552333231474, 0.504230769230769, 0.206442765396647, 0.678846153846154, 0.689103877398867, 1.38807692307692, 1.7577268974883, 4.45961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 675, '2021-06-13 00:00:00', 0.154226606504348, 0.365384615384616, 0.151945840553597, 0.506538461538463, 0.172836961858902, 0.653846153846154, 0.760511973303814, 1.40769230769231, 1.76111769580047, 4.47653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 690, '2021-06-13 00:00:00', 0.103651041777391, 0.326538461538461, 0.159499216299014, 0.44, 0.236600604719948, 0.650384615384616, 0.755696723865823, 1.40153846153846, 1.7685812219012, 4.46653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 705, '2021-06-13 00:00:00', 0.12477980605851, 0.294999999999999, 0.0967447076668191, 0.413461538461538, 0.241606163956009, 0.611538461538461, 0.756099301577613, 1.44692307692308, 1.72024828261683, 4.48692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 720, '2021-06-13 00:00:00', 0.0912216236173449, 0.294230769230769, 0.208018120512463, 0.463461538461537, 0.220600578840162, 0.616153846153846, 0.750535911096968, 1.43192307692308, 1.73159193096544, 4.48115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 735, '2021-06-13 00:00:00', 0.180464358296547, 0.329230769230768, 0.192677091369113, 0.432692307692305, 0.1805176317832, 0.591153846153846, 0.773368356855008, 1.43115384615385, 1.7083283777289, 4.47461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 750, '2021-06-13 00:00:00', 0.113107845065605, 0.27576923076923, 0.145874550951784, 0.419230769230769, 0.226029610041215, 0.554230769230769, 0.779996153836671, 1.435, 1.69426802892758, 4.46807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 765, '2021-06-13 00:00:00', 0.0965018931659652, 0.283846153846154, 0.12177911908925, 0.393076923076922, 0.219336411793531, 0.522692307692308, 0.761856538080094, 1.42576923076923, 1.65940156034082, 4.45153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 780, '2021-06-13 00:00:00', 0.12231170772315, 0.281923076923076, 0.211053037446478, 0.399230769230769, 0.234482736776408, 0.593076923076924, 0.729318754834843, 1.45461538461538, 1.62254486722366, 4.46961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 795, '2021-06-13 00:00:00', 0.168007783702468, 0.271153846153847, 0.157282695023471, 0.355384615384617, 0.34697816379975, 0.654615384615387, 0.720565162803583, 1.47692307692308, 1.62710299423428, 4.48807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 810, '2021-06-13 00:00:00', 0.0925166651654377, 0.244800000000001, 0.140538251020852, 0.415200000000003, 0.392482696009223, 0.645200000000001, 0.49535408211366, 1.4256, 1.60816437799955, 4.4148 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 825, '2021-06-13 00:00:00', 0.136505846592173, 0.305384615384617, 0.340344847742133, 0.501153846153847, 0.679958935411657, 0.831923076923077, 0.821931777067811, 1.99961538461538, 1.59548444535966, 4.47884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 840, '2021-06-13 00:00:00', 0.351312484176784, 0.367307692307693, 0.378766621874414, 0.501923076923077, 0.688620471556107, 0.813076923076923, 0.851816520510953, 2.09076923076923, 1.60669905276435, 4.49538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 855, '2021-06-13 00:00:00', 0.180837368500412, 0.333076923076923, 0.61947384622262, 0.620384615384616, 0.616571288535359, 0.791923076923077, 0.816692108447241, 2.115, 1.63177505991293, 4.43461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 870, '2021-06-13 00:00:00', 0.156906230651912, 0.322500000000001, 0.189522665081804, 0.446666666666667, 0.270915985158669, 0.679583333333336, 0.799256787924555, 2.11125, 1.61788016610751, 4.36166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 885, '2021-06-13 00:00:00', 0.137482541711164, 0.308333333333332, 0.171208407622346, 0.474166666666668, 0.325034836483007, 0.780416666666668, 0.783919916051766, 2.135, 1.6051294588631, 4.34333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 900, '2021-06-13 00:00:00', 0.136602141006416, 0.340833333333334, 0.19456333494353, 0.478750000000002, 0.273439909409673, 0.752916666666667, 0.765344362201501, 2.09041666666667, 1.5869407607913, 4.31625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 915, '2021-06-13 00:00:00', 0.118008075135143, 0.279583333333334, 0.245362420495283, 0.561249999999999, 0.326116532475161, 0.719583333333332, 0.754931132284762, 2.04916666666667, 1.55050412559215, 4.3025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 930, '2021-06-13 00:00:00', 0.209402185667482, 0.436666666666666, 0.19073038486341, 0.530416666666666, 0.302846100964773, 0.691250000000001, 0.761017506321331, 1.99791666666667, 1.54306841874479, 4.29083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 945, '2021-06-13 00:00:00', 0.121737868782282, 0.348749999999999, 0.198048449642498, 0.501666666666668, 0.194197997720987, 0.682083333333333, 0.755860077343512, 1.97125, 1.55524707948958, 4.2775 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 960, '2021-06-13 00:00:00', 0.144968137428764, 0.346250000000002, 0.17720658541105, 0.447500000000001, 0.214210718415439, 0.705833333333334, 0.774885568924558, 1.96958333333333, 1.59287220071985, 4.28375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 975, '2021-06-13 00:00:00', 0.127574928253322, 0.306666666666667, 0.161512327343946, 0.500833333333333, 0.23054401635753, 0.698749999999999, 0.809916684747194, 1.97458333333333, 1.62021195383886, 4.54458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 990, '2021-06-13 00:00:00', 0.113673030974873, 0.415416666666666, 0.183468988020366, 0.579999999999999, 0.243697365182928, 0.763333333333332, 0.821555611744213, 1.97333333333333, 1.60612753297299, 4.5575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1005, '2021-06-13 00:00:00', 0.141748910483252, 0.363333333333333, 0.171455829440925, 0.473333333333332, 0.677713012665561, 1.47416666666666, 0.877600380319102, 1.98208333333333, 1.6001621294668, 4.55333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1020, '2021-06-13 00:00:00', 0.146341248011506, 0.343749999999999, 0.216774777932826, 0.57, 0.722150572439961, 1.52166666666667, 0.923250009320413, 1.96916666666667, 1.63454088754105, 4.5125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 4, 1035, '2021-06-13 00:00:00', 0.158799846676086, 0.415, 0.679884767516854, 1.28541666666667, 0.722471477798176, 1.52208333333333, 0.881771520572506, 1.91583333333333, 1.58746807568037, 4.47125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 600, '2021-06-13 00:00:00', 0.14764287646999, 0.495652173913044, 0.211722653992053, 0.709130434782609, 0.278199320020881, 0.92695652173913, 0.622654968249805, 1.37086956521739, 1.61725002039218, 4.19391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 615, '2021-06-13 00:00:00', 0.197298954559714, 0.53782608695652, 0.222065403605023, 0.69695652173913, 0.275629355297975, 0.924782608695652, 0.594563645755233, 1.33826086956522, 1.60994881218802, 4.18478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 630, '2021-06-13 00:00:00', 0.138623954605666, 0.414347826086957, 0.130429512409999, 0.608695652173912, 0.221119144104096, 0.821304347826087, 0.575725697751439, 1.25652173913044, 1.61745860287545, 4.14782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 645, '2021-06-13 00:00:00', 0.143040114332661, 0.441739130434782, 0.203037214992565, 0.571739130434783, 0.268343623727594, 0.740869565217393, 0.603690232845621, 1.24652173913044, 1.60930053791822, 4.14130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 660, '2021-06-13 00:00:00', 0.157918776340716, 0.387391304347825, 0.247292852587193, 0.57913043478261, 0.259520689237472, 0.666521739130437, 0.565816420178729, 1.21869565217392, 1.60501043548748, 4.13695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 675, '2021-06-13 00:00:00', 0.185494744926257, 0.390869565217394, 0.178693103662238, 0.466956521739133, 0.177749435048554, 0.576956521739133, 0.575547170486088, 1.2, 1.58141616126142, 4.1095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 690, '2021-06-13 00:00:00', 0.128796496650363, 0.33608695652174, 0.122671191988478, 0.431304347826088, 0.234612623283472, 0.583913043478261, 0.576067148589287, 1.18521739130435, 1.55702983183791, 4.08347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 705, '2021-06-13 00:00:00', 0.115821520046705, 0.303478260869565, 0.12678605426983, 0.387391304347827, 0.30930944378698, 0.592173913043477, 0.571686016258723, 1.17391304347826, 1.54247619311421, 4.06652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 720, '2021-06-13 00:00:00', 0.0962867916438125, 0.265652173913045, 0.200519089211823, 0.405217391304348, 0.339455504485776, 0.578695652173912, 0.582306304629329, 1.14478260869565, 1.55040948307774, 4.05826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 735, '2021-06-13 00:00:00', 0.156260651810836, 0.28086956521739, 0.255899560336155, 0.428695652173911, 0.388943537160362, 0.599565217391305, 0.571549796571108, 1.15652173913044, 1.54926337207314, 4.02521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 750, '2021-06-13 00:00:00', 0.12531541233691, 0.29695652173913, 0.157624409738641, 0.39, 0.347589099107239, 0.640000000000001, 0.504862521888787, 1.1495652173913, 1.50015822617393, 4.00260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 765, '2021-06-13 00:00:00', 0.107510455415812, 0.27695652173913, 0.207711033692933, 0.434347826086957, 0.297202370468101, 0.622608695652173, 0.491442580854246, 1.16391304347826, 1.48980925643297, 3.9795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 780, '2021-06-13 00:00:00', 0.146961316197487, 0.323913043478261, 0.236110612518525, 0.458695652173914, 0.257078447294285, 0.615652173913043, 0.434625366823159, 1.21086956521739, 1.44913903838423, 3.97304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 795, '2021-06-13 00:00:00', 0.173119483973428, 0.303913043478261, 0.171275152505005, 0.404782608695654, 0.216400667771288, 0.547391304347826, 0.427050274275634, 1.26086956521739, 1.44305519658648, 3.96913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 810, '2021-06-13 00:00:00', 0.120787927046365, 0.295217391304348, 0.167249310957654, 0.402173913043478, 0.209066247041875, 0.532173913043479, 0.405684898849032, 1.26565217391304, 1.43775021881396, 3.97565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 825, '2021-06-13 00:00:00', 0.119461902902386, 0.274347826086955, 0.133085903489101, 0.388695652173914, 0.210722453879908, 0.53304347826087, 0.920710543622882, 1.73521739130435, 1.51408486037833, 3.92565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 840, '2021-06-13 00:00:00', 0.10128619491635, 0.249565217391306, 0.126487981587843, 0.35913043478261, 0.205705188330117, 0.506521739130437, 0.885437521648525, 1.84782608695652, 1.48310858240173, 3.91260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 855, '2021-06-13 00:00:00', 0.132509974268476, 0.259565217391305, 0.188228689433073, 0.378695652173912, 0.207811863835989, 0.526956521739129, 0.890412259627449, 1.92391304347826, 1.48762045714151, 3.91652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 870, '2021-06-13 00:00:00', 0.168216639916105, 0.278260869565218, 0.187686139489634, 0.37521739130435, 0.218319126754208, 0.517826086956521, 0.874511043507965, 1.93826086956522, 1.47600799616502, 3.91782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 885, '2021-06-13 00:00:00', 0.137179378254102, 0.280000000000002, 0.168574586769025, 0.400869565217391, 0.22536575454172, 0.554782608695653, 0.875546356810934, 1.93217391304348, 1.47116984453273, 3.9395652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029926, 5, 900, '2021-06-13 00:00:00', 0.0951969043240656, 0.255217391304345, 0.127025875799105, 0.350869565217389, 0.237543422283918, 0.562173913043477, 0.874561211267091, 1.93130434782609, 1.46886608951695, 3.93304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 915, '2021-06-13 00:00:00', 0.105480268090871, 0.265217391304347, 0.185062749746873, 0.448695652173914, 0.298052970329991, 0.640869565217391, 0.861699763382488, 1.95086956521739, 1.46703567642008, 3.94130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 930, '2021-06-13 00:00:00', 0.162226358229322, 0.360869565217392, 0.237058722566086, 0.451739130434781, 0.298037056347903, 0.624782608695651, 0.844417145850041, 1.93695652173913, 1.4520604142529, 3.94608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 945, '2021-06-13 00:00:00', 0.165515125946228, 0.279565217391302, 0.174179045585136, 0.417391304347825, 0.220657479637919, 0.604782608695652, 0.862516998744098, 1.96086956521739, 1.40515440193618, 3.9495652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 960, '2021-06-13 00:00:00', 0.124489471275679, 0.306086956521738, 0.114889532782944, 0.397826086956523, 0.199195020335554, 0.72826086956522, 0.912031784689866, 2.02260869565217, 1.36753145941514, 3.96173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 975, '2021-06-13 00:00:00', 0.0975895251295936, 0.283478260869566, 0.171582957960431, 0.490434782608697, 0.281359629489943, 0.812173913043481, 0.934199790736358, 2.00739130434783, 1.41070722038986, 4.08695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 990, '2021-06-13 00:00:00', 0.176144478966432, 0.407826086956523, 0.223989165463553, 0.605652173913046, 0.32425591318155, 0.816521739130435, 0.940414928185505, 1.99565217391304, 1.44869042675417, 4.11695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1005, '2021-06-13 00:00:00', 0.150069812476064, 0.431304347826088, 0.260235527252271, 0.610434782608697, 0.846049410343795, 1.39782608695652, 0.925253944417465, 1.94695652173913, 1.44361165986768, 4.09347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1020, '2021-06-13 00:00:00', 0.199327922161848, 0.410434782608695, 0.215516660214565, 0.557391304347824, 0.761152392380712, 1.48434782608696, 0.85353091318525, 1.89826086956522, 1.46049479947329, 4.08217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 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 1029926, 5, 1035, '2021-06-13 00:00:00', 0.131628594752516, 0.375217391304346, 0.721502330313786, 1.22739130434783, 0.717220976306295, 1.50173913043478, 0.821388730529166, 1.85608695652174, 1.51511567019523, 4.08869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1029926 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 1035);
Date: 2021-06-13 18:03:02 Duration: 1s465ms 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 1030721, 1, 990, '2021-06-13 00:00:00', 0.461542445037754, 1.05, 0.572002822927679, 1.34590909090909, 0.868232549343935, 1.67295454545454, 1.02252406591139, 2.56568181818182, 3.11763251869828, 7.03204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1005, '2021-06-13 00:00:00', 0.304291900329371, 0.850681818181821, 0.485834400732461, 1.13727272727273, 0.541112020393854, 1.45113636363637, 0.964215609925622, 2.41113636363636, 3.12307727863268, 6.97454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1020, '2021-06-13 00:00:00', 0.371570974616545, 0.825681818181817, 0.381749504233711, 1.03772727272728, 0.457763478881179, 1.39545454545454, 0.964570452589469, 2.27840909090909, 3.13125204893177, 6.92318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1035, '2021-06-13 00:00:00', 0.192574407950288, 0.662045454545457, 0.329453502621556, 0.885909090909091, 0.495866954733362, 1.23931818181818, 0.938514530420027, 2.13, 3.18850974160255, 6.89590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1050, '2021-06-13 00:00:00', 0.242912188185016, 0.632954545454542, 0.267650208666338, 0.856590909090908, 0.43788996225949, 1.2, 0.888374043721696, 2.01181818181818, 3.18771288228934, 6.90409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1065, '2021-06-13 00:00:00', 0.245465037053308, 0.630681818181822, 0.417466850694245, 0.92, 0.596159607031771, 1.20590909090909, 0.853863292128792, 2.02204545454546, 3.18304896340964, 6.91431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1080, '2021-06-13 00:00:00', 0.2927578228795, 0.609999999999998, 0.307913660805788, 0.79181818181818, 0.561768861051189, 1.08340909090909, 0.672694917760609, 1.9175, 3.21850312065443, 6.88136363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1095, '2021-06-13 00:00:00', 0.163302795537318, 0.550227272727272, 0.325855932498689, 0.769772727272729, 0.568253761679003, 1.09363636363637, 0.576791581195956, 1.89636363636364, 3.21991117520196, 6.8975 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1110, '2021-06-13 00:00:00', 0.272255390829083, 0.512045454545454, 0.340646825524992, 0.709545454545455, 0.485554977694216, 1.04727272727273, 0.602104219667987, 1.88840909090909, 3.24512955070607, 6.95409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1125, '2021-06-13 00:00:00', 0.22668713094476, 0.489347826086953, 0.359546541375413, 0.751521739130432, 0.404193433909818, 1.02217391304348, 0.619180176450359, 1.86, 3.30219363549809, 7.08152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1140, '2021-06-13 00:00:00', 0.257944137102617, 0.555217391304348, 0.300971418022381, 0.727608695652172, 0.314093997914145, 0.953695652173913, 0.74053533942197, 1.96695652173913, 3.32078428995249, 7.07413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1155, '2021-06-13 00:00:00', 0.226468636853451, 0.516956521739126, 0.25134460541642, 0.713260869565217, 0.343366701500896, 0.885652173913044, 1.1679711980043, 2.49891304347826, 3.34714654889248, 7.10326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1170, '2021-06-13 00:00:00', 0.144300137367464, 0.485434782608698, 0.195776300107528, 0.630217391304348, 0.291588263506984, 0.833478260869566, 1.26657325343784, 2.74847826086957, 3.37300715574801, 7.175 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1185, '2021-06-13 00:00:00', 0.195226128135349, 0.427826086956518, 0.237763791510318, 0.555434782608695, 0.315064614741885, 0.855434782608692, 1.28251247210572, 2.87717391304348, 3.37720563267555, 7.18739130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1200, '2021-06-13 00:00:00', 0.158390184648181, 0.385217391304351, 0.202321750953996, 0.549999999999999, 0.279180760857915, 0.816521739130431, 1.43147160935153, 2.93782608695652, 3.37569587321762, 7.18391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1215, '2021-06-13 00:00:00', 0.113062821391592, 0.386739130434778, 0.199655830350347, 0.624782608695646, 0.285790112044298, 0.823478260869559, 1.44642465022368, 2.98021739130435, 3.37303696387748, 7.19978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1230, '2021-06-13 00:00:00', 0.179969804230554, 0.466304347826084, 0.193052502637766, 0.58978260869565, 0.270598808968222, 0.821521739130433, 1.46765562836732, 2.98804347826087, 3.36943528947515, 7.20152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1245, '2021-06-13 00:00:00', 0.14767834397986, 0.430434782608696, 0.249005928783169, 0.583043478260871, 0.292974556760637, 0.834999999999998, 1.45612282307824, 2.95130434782609, 3.3601710677796, 7.18217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1260, '2021-06-13 00:00:00', 0.186759605369116, 0.427826086956522, 0.218071633079937, 0.579347826086956, 0.311205262511765, 0.878478260869563, 1.46257127119336, 2.95478260869566, 3.34012066064506, 7.19586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1275, '2021-06-13 00:00:00', 0.190805707938253, 0.409999999999998, 0.229093849971712, 0.616086956521737, 0.462690298421059, 1.00369565217391, 1.4512930380228, 2.94413043478261, 3.27874974665432, 7.23391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1290, '2021-06-13 00:00:00', 0.190331258973121, 0.456521739130437, 0.297809526096783, 0.682826086956521, 0.594019852345222, 1.05869565217392, 1.44061495295855, 2.97347826086957, 3.22942108947138, 7.23413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1305, '2021-06-13 00:00:00', 0.240599752923236, 0.482173913043473, 0.5015872041033, 0.749782608695652, 0.581602835023623, 1.05369565217392, 1.50749340417674, 2.98, 3.15144246726891, 7.20847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1320, '2021-06-13 00:00:00', 0.224580826472449, 0.454047619047619, 0.370018982782031, 0.652380952380952, 0.563741117552242, 1.10761904761905, 1.55986804997517, 2.99666666666667, 3.21470273749785, 7.37309523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1335, '2021-06-13 00:00:00', 0.230562201089923, 0.437142857142856, 0.332934463735521, 0.666428571428573, 1.22861759326334, 1.8652380952381, 1.5488265527412, 2.9652380952381, 3.16795040395281, 7.33880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1350, '2021-06-13 00:00:00', 0.213500027880005, 0.493809523809527, 0.336325734965378, 0.884999999999999, 1.36123517089304, 2.10690476190476, 1.56171612718342, 2.92119047619048, 3.10696058031303, 7.31404761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 1365, '2021-06-13 00:00:00', 0.236279193207653, 0.708571428571427, 1.2539895381959, 1.72547619047619, 1.39973790063576, 2.24309523809524, 1.57649048899915, 2.92452380952381, 3.09500832755245, 7.28738095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 990, '2021-06-13 00:00:00', 0.346962700278598, 0.916346153846158, 0.772519255423448, 1.45000000000001, 1.08461336606468, 1.90192307692308, 1.13442259118224, 2.56615384615385, 2.92752355308136, 6.88307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1005, '2021-06-13 00:00:00', 0.75505142463686, 1.14442307692308, 1.06706037605838, 1.49538461538461, 1.00497862587298, 1.84903846153846, 1.06008555532815, 2.44423076923077, 2.91957146486629, 6.81653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1020, '2021-06-13 00:00:00', 0.380113141051452, 0.864999999999999, 0.414529390254317, 1.15615384615385, 0.480901717129877, 1.48269230769231, 0.838069232499047, 2.15096153846154, 2.92148395511596, 6.7675 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1035, '2021-06-13 00:00:00', 0.253546612312967, 0.758269230769234, 0.396484600535174, 0.995961538461542, 0.481652324336195, 1.3348076923077, 0.799315981612742, 2.03096153846154, 2.8762144993296, 6.72461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1050, '2021-06-13 00:00:00', 0.283721965744909, 0.64692307692308, 0.330572987402176, 0.872500000000001, 0.411678926423908, 1.24846153846154, 0.748131647197514, 1.91519230769231, 2.88217489994035, 6.68807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1065, '2021-06-13 00:00:00', 0.266509128145013, 0.651346153846155, 0.385981715389972, 0.951730769230774, 0.453947684210415, 1.2225, 0.708862713191948, 1.84211538461539, 2.85857072947034, 6.66884615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1080, '2021-06-13 00:00:00', 0.27040347346426, 0.705961538461544, 0.292298911811443, 0.924423076923079, 0.422030850130103, 1.17096153846154, 0.664924547483511, 1.74557692307692, 2.86224817501638, 6.66115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1095, '2021-06-13 00:00:00', 0.236305620233302, 0.612884615384614, 0.298790703696385, 0.808269230769229, 0.59738587580841, 1.11826923076923, 0.747171898664457, 1.74961538461538, 2.86142170150542, 6.66192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1110, '2021-06-13 00:00:00', 0.192742953577674, 0.540384615384617, 0.315863651207044, 0.749615384615384, 0.484293458397027, 1.00807692307692, 0.767685833177571, 1.69653846153846, 2.83887096327992, 6.66288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1125, '2021-06-13 00:00:00', 0.225695250623146, 0.512884615384613, 0.375476978706364, 0.734807692307691, 0.436583765863302, 0.950769230769232, 0.767215444618746, 1.70153846153846, 3.08935945564026, 6.52461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1140, '2021-06-13 00:00:00', 0.304471041947529, 0.536153846153846, 0.282247300184675, 0.673461538461539, 0.441564700372872, 0.935769230769231, 0.778175776069608, 1.74153846153846, 3.08523927509932, 6.58576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1155, '2021-06-13 00:00:00', 0.165103347587551, 0.468653846153848, 0.309535383835441, 0.688076923076925, 0.43119819644264, 0.94826923076923, 1.29578090503223, 2.56807692307692, 2.94551894343829, 6.76461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1170, '2021-06-13 00:00:00', 0.249302719908641, 0.475384615384616, 0.338846516196437, 0.65980769230769, 0.365956964683009, 0.887500000000002, 1.35602603787118, 2.68384615384615, 2.92569447376963, 6.79192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1185, '2021-06-13 00:00:00', 0.230026419887268, 0.458076923076922, 0.314172661984553, 0.66730769230769, 0.369865048154257, 0.836923076923077, 1.34866178687787, 2.80615384615384, 2.92443222628835, 6.81038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1200, '2021-06-13 00:00:00', 0.207301341418346, 0.475384615384612, 0.238601453990027, 0.599423076923078, 0.282049436474148, 0.786730769230771, 1.33275967306707, 2.85288461538462, 2.93394392610671, 6.86519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1215, '2021-06-13 00:00:00', 0.172538512980549, 0.401538461538465, 0.246501755337797, 0.558653846153846, 0.285806820180237, 0.811538461538464, 1.34036768778628, 2.86346153846154, 2.91993329744678, 6.88730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1230, '2021-06-13 00:00:00', 0.141764295168473, 0.393653846153843, 0.194229146984847, 0.580192307692308, 0.306261075152961, 0.809615384615383, 1.3558542013744, 2.92884615384615, 2.91879074012088, 6.90923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1245, '2021-06-13 00:00:00', 0.169134902916625, 0.458846153846154, 0.271793756649867, 0.649615384615384, 0.339408138699391, 0.831730769230765, 1.3125463947844, 2.98903846153846, 2.92480119639977, 6.93903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1260, '2021-06-13 00:00:00', 0.229179808480993, 0.464230769230769, 0.249052435010411, 0.598653846153847, 0.302915829893384, 0.839999999999998, 1.32069388813375, 3.00288461538461, 2.92500587770612, 6.94423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1275, '2021-06-13 00:00:00', 0.138824875846678, 0.402884615384613, 0.189715677953975, 0.555961538461534, 0.31481087118361, 0.843269230769228, 1.37192985916246, 3.04846153846154, 2.9148561648113, 6.93230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1290, '2021-06-13 00:00:00', 0.140744859176509, 0.406346153846152, 0.16866272671997, 0.576346153846151, 0.330821646115338, 0.840192307692308, 1.35508398831386, 3.03884615384616, 2.89339072449875, 6.96673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1305, '2021-06-13 00:00:00', 0.173844426472019, 0.423269230769228, 0.298591630054261, 0.639807692307691, 0.407665256722305, 0.879807692307692, 1.39904897643418, 3.05096153846154, 2.89070952163332, 6.98846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1320, '2021-06-13 00:00:00', 0.180232212332646, 0.424791666666666, 0.229808422891515, 0.551458333333336, 0.2827168271395, 0.958750000000002, 1.36848138618975, 3.115, 2.99152679469962, 7.06104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1335, '2021-06-13 00:00:00', 0.128232126477221, 0.375000000000001, 0.213309731767372, 0.580208333333334, 1.18103944331536, 2.04708333333334, 1.3649776866839, 3.10979166666667, 2.99585075381442, 7.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1350, '2021-06-13 00:00:00', 0.164143445352454, 0.461875, 0.223288985430301, 0.794166666666668, 1.20646146866044, 2.27916666666667, 1.32895634040782, 3.09479166666667, 2.99225497071733, 7.075625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 1365, '2021-06-13 00:00:00', 0.218934756345885, 0.692083333333334, 1.07108435421332, 1.97270833333334, 1.19014613644164, 2.4225, 1.28592208429751, 3.08604166666667, 2.95599034846485, 7.074375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 990, '2021-06-13 00:00:00', 0.529197832718394, 1.11211538461539, 0.709370251593732, 1.56807692307692, 0.771665157555151, 1.95865384615385, 0.974053959175061, 2.63365384615385, 2.66222218485581, 6.7901923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1005, '2021-06-13 00:00:00', 0.479861558561026, 1.03634615384615, 0.580444657137956, 1.35, 0.668161570741226, 1.58173076923077, 0.866779361509294, 2.28269230769231, 2.65102454069829, 6.59134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1020, '2021-06-13 00:00:00', 0.338674395480157, 0.762115384615381, 0.472817089369665, 1.03, 0.520903209671579, 1.32692307692308, 0.733224385846516, 1.995, 2.60486057503748, 6.47115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1035, '2021-06-13 00:00:00', 0.290817746257793, 0.70019230769231, 0.336739570679684, 0.913461538461537, 0.412812119678971, 1.30461538461538, 0.801467692136408, 1.93769230769231, 2.60307339800179, 6.47365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1050, '2021-06-13 00:00:00', 0.283469778608959, 0.648653846153842, 0.373282528594421, 0.960384615384614, 0.465452344086246, 1.24673076923076, 0.748893748240592, 1.86961538461538, 2.54521877554457, 6.41115384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1065, '2021-06-13 00:00:00', 0.256312009382797, 0.654615384615384, 0.325838327065152, 0.871153846153842, 0.538525622560195, 1.21461538461538, 0.675819758629361, 1.73211538461538, 2.48237195037327, 6.3475 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1080, '2021-06-13 00:00:00', 0.278199499529494, 0.590192307692309, 0.356126436061039, 0.77903846153846, 0.565634191383034, 1.12596153846154, 0.732381074619995, 1.69596153846154, 2.45474965823714, 6.34826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1095, '2021-06-13 00:00:00', 0.206412581608184, 0.528076923076924, 0.336643214466229, 0.81442307692308, 0.432874160076048, 1.04096153846154, 0.689415583051215, 1.73038461538462, 2.38226318542166, 6.33673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1110, '2021-06-13 00:00:00', 0.275839697037134, 0.578461538461538, 0.333930957857137, 0.748269230769231, 0.403847124540963, 0.967500000000001, 0.827401679029922, 1.73153846153846, 2.34967176103714, 6.33576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1125, '2021-06-13 00:00:00', 0.235643880594297, 0.490961538461538, 0.305063675572575, 0.680384615384616, 0.312920056146076, 0.865192307692305, 0.856541907008373, 1.75596153846154, 2.32847493833658, 6.38153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1140, '2021-06-13 00:00:00', 0.254755689903999, 0.497307692307691, 0.293869672840506, 0.689230769230769, 0.29861533012325, 0.818653846153844, 0.870533368776778, 1.85211538461539, 2.37489828122255, 6.48461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1155, '2021-06-13 00:00:00', 0.187418084670448, 0.456538461538463, 0.252235238189706, 0.608846153846152, 0.341924474341699, 0.842884615384617, 1.47252437618585, 2.82596153846154, 2.25884791090843, 6.60326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1170, '2021-06-13 00:00:00', 0.219751345493385, 0.470576923076927, 0.269352285763744, 0.595576923076927, 0.32785438841046, 0.827500000000003, 1.50578867656173, 2.97653846153846, 2.30099730886079, 6.65884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1185, '2021-06-13 00:00:00', 0.183428145646695, 0.391730769230771, 0.267624952843739, 0.606346153846158, 0.373282528594423, 0.824615384615387, 1.58008223982658, 3.06826923076923, 2.30564098379471, 6.64788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1200, '2021-06-13 00:00:00', 0.175677260907606, 0.472499999999999, 0.220584538128891, 0.591538461538458, 0.291371557663724, 0.795769230769228, 1.56414037585653, 3.17134615384615, 2.30936542232842, 6.64057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1215, '2021-06-13 00:00:00', 0.136244830530018, 0.394423076923071, 0.233230490156117, 0.567307692307691, 0.304939149036963, 0.788269230769228, 1.57232068807665, 3.20711538461539, 2.30906701105413, 6.61769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1230, '2021-06-13 00:00:00', 0.228500210402197, 0.457115384615383, 0.272004312748614, 0.607884615384613, 0.390785599293765, 0.839230769230769, 1.66084016041928, 3.34596153846154, 2.30294434449601, 6.61442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1245, '2021-06-13 00:00:00', 0.236914216867299, 0.417115384615382, 0.296253010370943, 0.630384615384614, 0.426940321897028, 0.874038461538464, 1.64030072289762, 3.41269230769231, 2.27420653956833, 6.63923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1260, '2021-06-13 00:00:00', 0.224666676177434, 0.518653846153842, 0.302057368468568, 0.645576923076923, 0.483516923576224, 0.976153846153847, 1.68507091838889, 3.46, 2.23305706289692, 6.67538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1275, '2021-06-13 00:00:00', 0.253947602105997, 0.45423076923077, 0.327855972130356, 0.676538461538463, 0.590998633344769, 1.04576923076923, 1.70475904004506, 3.49923076923077, 2.20272059927298, 6.72596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1290, '2021-06-13 00:00:00', 0.206816250663388, 0.470192307692307, 0.269703612251555, 0.704038461538462, 0.629363047972983, 0.980384615384616, 1.70635956396606, 3.47480769230769, 2.18793166290413, 6.72019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1305, '2021-06-13 00:00:00', 0.216395737907688, 0.508653846153844, 0.543075855305114, 0.73076923076923, 0.602594773905698, 1.05230769230769, 1.68518289352087, 3.52423076923077, 2.18519012550747, 6.72826923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1320, '2021-06-13 00:00:00', 0.191464606787189, 0.420000000000002, 0.28427563361914, 0.601875000000002, 0.39049299943622, 1.0875, 1.7600653474158, 3.501875, 2.26584165505824, 6.76333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1335, '2021-06-13 00:00:00', 0.23247944821119, 0.435208333333331, 0.295068157196445, 0.710000000000002, 1.53964527193954, 2.32979166666667, 1.80261806383326, 3.52916666666667, 2.24731981069044, 6.759375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1350, '2021-06-13 00:00:00', 0.257854072735123, 0.551874999999999, 0.245890867745391, 0.886666666666663, 1.59055965847682, 2.508125, 1.84262040439971, 3.58895833333333, 2.22938404398607, 6.76520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 1365, '2021-06-13 00:00:00', 0.202215536466431, 0.745416666666661, 1.53994418071245, 2.26041666666667, 1.65392090132088, 2.615, 1.85712375741691, 3.59395833333333, 2.232041698743, 6.76416666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 990, '2021-06-13 00:00:00', 0.540044300177164, 1.12461538461539, 0.56884501742228, 1.43057692307692, 0.741538629109461, 1.82653846153846, 1.27839954029066, 2.75423076923077, 2.20187979131119, 6.39884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1005, '2021-06-13 00:00:00', 0.366933236434098, 0.904999999999999, 0.533473559289997, 1.24596153846154, 0.553709448940647, 1.64192307692308, 1.12900802272819, 2.59865384615384, 2.21902154459677, 6.31384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1020, '2021-06-13 00:00:00', 0.321934059182215, 0.913461538461541, 0.340233234482106, 1.13442307692308, 0.51971948794888, 1.58211538461539, 1.14014189400334, 2.39653846153846, 2.22728088795422, 6.24692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1035, '2021-06-13 00:00:00', 0.207134385957895, 0.729423076923077, 0.264980405661657, 1.05115384615385, 0.412707383766498, 1.41923076923077, 1.12332124318229, 2.17615384615385, 2.22128119648237, 6.19192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1050, '2021-06-13 00:00:00', 0.256662903735323, 0.705384615384617, 0.410667561604091, 1.04538461538462, 0.458074943482129, 1.23942307692308, 1.19045899357542, 2.10615384615384, 2.20739283214035, 6.16365384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1065, '2021-06-13 00:00:00', 0.28981107904713, 0.707692307692302, 0.30800805434024, 0.884807692307692, 0.398657796188077, 1.13096153846154, 1.289000328221, 2.10961538461538, 2.18731205786041, 6.15403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1080, '2021-06-13 00:00:00', 0.270389747188417, 0.601153846153853, 0.295009256699617, 0.777692307692311, 0.399212494023689, 1.04384615384615, 1.28838911047866, 2.0825, 2.21533508491639, 6.11346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1095, '2021-06-13 00:00:00', 0.240112553735824, 0.565961538461541, 0.340905355690489, 0.822692307692307, 0.521286278944097, 1.11423076923077, 1.26178202737849, 2.07326923076923, 2.23003519289236, 6.09480769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1110, '2021-06-13 00:00:00', 0.215525832826098, 0.549230769230767, 0.257741373055657, 0.683846153846154, 0.527452695655109, 1.02288461538462, 1.21045225178284, 1.97442307692308, 2.16663613785198, 6.01307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1125, '2021-06-13 00:00:00', 0.170009954459686, 0.45076923076923, 0.48381389460761, 0.803269230769233, 0.524070018809873, 1.03076923076923, 1.15851504754345, 1.96865384615385, 2.37430022079381, 6.29846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1140, '2021-06-13 00:00:00', 0.21977219760602, 0.545416666666667, 0.314559085830085, 0.693124999999998, 0.547381116733596, 0.977500000000004, 1.01664353887925, 1.93645833333334, 2.46572985784819, 6.33708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1155, '2021-06-13 00:00:00', 0.247368670324217, 0.502291666666666, 0.325324183354641, 0.676458333333334, 0.564853730906365, 0.983541666666673, 1.38899672830136, 2.72520833333333, 2.44494820786257, 6.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1170, '2021-06-13 00:00:00', 0.2102042441897, 0.426458333333328, 0.288574708383876, 0.645833333333333, 0.508203713576309, 0.915833333333334, 1.36459699351499, 2.81520833333333, 2.43320216603493, 6.39479166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1185, '2021-06-13 00:00:00', 0.229416398842744, 0.481666666666668, 0.318335514826735, 0.676250000000003, 0.537899455544773, 0.956458333333332, 1.26943243051853, 2.8675, 2.40381941518016, 6.41770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1200, '2021-06-13 00:00:00', 0.247997688015172, 0.520625000000001, 0.361235801586481, 0.697499999999998, 0.536323999995352, 0.991041666666664, 1.30683652146723, 2.99270833333333, 2.39596754192466, 6.43312499999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1215, '2021-06-13 00:00:00', 0.189320749033201, 0.431458333333329, 0.271457335772908, 0.613958333333327, 0.344333990101368, 0.869374999999997, 1.26537842695606, 2.93270833333333, 2.36726864218562, 6.43229166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1230, '2021-06-13 00:00:00', 0.189516929762659, 0.430833333333331, 0.266213297803725, 0.637708333333331, 0.340667237442444, 0.889583333333331, 1.31114783695902, 3.00770833333333, 2.37189304784907, 6.46125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1245, '2021-06-13 00:00:00', 0.218492757648684, 0.457708333333332, 0.302887074187965, 0.653333333333335, 0.400310963818909, 0.876458333333332, 1.3200624264718, 3.051875, 2.37806777459762, 6.47708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1260, '2021-06-13 00:00:00', 0.297105297783489, 0.484583333333334, 0.339660889605407, 0.681041666666664, 0.366410071613365, 0.88791666666667, 1.39242594057997, 3.1, 2.36210472308618, 6.473125 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1275, '2021-06-13 00:00:00', 0.248079489218705, 0.472291666666666, 0.33532998024658, 0.63125, 0.380911140689596, 0.837083333333336, 1.4625065341115, 3.08083333333334, 2.35873430810506, 6.50333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1290, '2021-06-13 00:00:00', 0.232385919495375, 0.471458333333333, 0.336157690308617, 0.642083333333338, 0.398636035006619, 0.832083333333338, 1.44708626223951, 3.04895833333334, 2.36208999777923, 6.486875 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1305, '2021-06-13 00:00:00', 0.184128258503987, 0.42479166666667, 0.269403443889849, 0.573958333333337, 0.378793613263579, 0.842083333333335, 1.42128652617716, 3.03020833333334, 2.35847269074098, 6.47270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1320, '2021-06-13 00:00:00', 0.141808052696329, 0.395000000000004, 0.251346266905729, 0.575227272727277, 0.398625343527184, 1.01954545454545, 1.50166069685693, 3.14409090909091, 2.45861784985014, 6.51727272727272 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1335, '2021-06-13 00:00:00', 0.199005237156172, 0.434318181818185, 0.315653654243429, 0.69090909090909, 1.13900721941849, 2.15727272727273, 1.57193577755091, 3.17022727272727, 2.46139593879824, 6.51840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1350, '2021-06-13 00:00:00', 0.283560387759811, 0.552727272727274, 0.384027204686586, 0.879318181818182, 1.20422113374622, 2.28840909090909, 1.64192441996147, 3.17090909090909, 2.47917007348159, 6.50840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 1365, '2021-06-13 00:00:00', 0.27893504961686, 0.715, 1.1424719724318, 2.00727272727273, 1.17257219015528, 2.29272727272727, 1.59443697739728, 3.13568181818182, 2.48315733418572, 6.50318181818181 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 990, '2021-06-13 00:00:00', 0.433874332910914, 1.01913043478261, 0.442453409708687, 1.35673913043478, 0.660021708829704, 1.72173913043478, 1.18981589235793, 2.54869565217391, 2.42887901322185, 6.20347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1005, '2021-06-13 00:00:00', 0.23493145077078, 0.902173913043482, 0.383846380051007, 1.12304347826087, 0.465329476542299, 1.44760869565218, 1.05223745234927, 2.31826086956522, 2.37213838420822, 6.12282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1020, '2021-06-13 00:00:00', 0.376494649821054, 0.78869565217391, 0.514569162430964, 1.11717391304347, 0.509403956898989, 1.39413043478261, 1.0187055356576, 2.28717391304348, 2.37177457286858, 6.07847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1035, '2021-06-13 00:00:00', 0.31252209408062, 0.71782608695652, 0.28586686002417, 0.943043478260871, 0.501724299518442, 1.305, 1.03191995545507, 2.20760869565218, 2.37971753231278, 6.05847826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1050, '2021-06-13 00:00:00', 0.251169399397452, 0.732391304347826, 0.34036962586788, 1.00413043478261, 0.587378445923221, 1.27456521739131, 0.976782347783121, 2.12913043478261, 2.39832801608272, 6.04499999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1065, '2021-06-13 00:00:00', 0.208228221177782, 0.611086956521737, 0.360352127961639, 0.808260869565213, 0.461782506169249, 1.12108695652174, 0.894212396624358, 2.02391304347826, 2.44041514643646, 5.96978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1080, '2021-06-13 00:00:00', 0.258055781879158, 0.567173913043479, 0.358720827958269, 0.80021739130435, 0.499294066875816, 1.08673913043479, 0.872353762504939, 2.05521739130435, 2.52096970253645, 6.01782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1095, '2021-06-13 00:00:00', 0.197523451351964, 0.557173913043482, 0.300089578194095, 0.790869565217396, 0.530378528410802, 1.07826086956522, 0.934211637370896, 2.08826086956522, 2.57551054073839, 6.035 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1110, '2021-06-13 00:00:00', 0.267272492000648, 0.591304347826089, 0.440852681693695, 0.785217391304352, 0.595601134537578, 1.10956521739131, 0.943747208984697, 2.02739130434783, 2.59659970721821, 6.05869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1125, '2021-06-13 00:00:00', 0.280457524279349, 0.502826086956524, 0.354323103480536, 0.69804347826087, 0.540033668984041, 1.05, 0.927200352713018, 1.94630434782609, 2.64917868919269, 6.58 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1140, '2021-06-13 00:00:00', 0.20673181535086, 0.50304347826087, 0.354481054757262, 0.77, 0.616066590133133, 1.05695652173913, 0.931389745330874, 2.01130434782609, 2.58495688070397, 6.6545652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1155, '2021-06-13 00:00:00', 0.253302885452687, 0.523478260869564, 0.409374462555843, 0.750217391304348, 0.629505421024161, 1.01956521739131, 1.20268815345725, 2.62739130434783, 2.73171741575253, 6.54369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1170, '2021-06-13 00:00:00', 0.263941318786673, 0.476739130434784, 0.39472910608882, 0.642608695652175, 0.476744249101527, 0.933478260869568, 1.18881958094886, 2.74021739130435, 2.80959372458603, 6.52347826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1185, '2021-06-13 00:00:00', 0.265039522744442, 0.468695652173912, 0.347378095886854, 0.680217391304348, 0.354216275685456, 0.896521739130435, 1.4363058194948, 3.01804347826087, 2.82528972945006, 6.50065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1200, '2021-06-13 00:00:00', 0.242867829505465, 0.510652173913044, 0.278577165528962, 0.699347826086956, 0.289405483011013, 0.876521739130437, 1.42948455289189, 3.11521739130435, 2.78073912459464, 6.54652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1215, '2021-06-13 00:00:00', 0.309612310169823, 0.514347826086955, 0.30149741574283, 0.624347826086955, 0.339931840412868, 0.808260869565216, 1.38980200199277, 3.15282608695652, 2.75515067412912, 6.54934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1230, '2021-06-13 00:00:00', 0.15510610928761, 0.420217391304346, 0.201825414712112, 0.583043478260871, 0.309382593131557, 0.753043478260869, 1.36987597170898, 3.22978260869565, 2.75561182707252, 6.60521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1245, '2021-06-13 00:00:00', 0.155350235442931, 0.432173913043483, 0.274029729208561, 0.566739130434784, 0.345561495302313, 0.786739130434784, 1.37630534517674, 3.24369565217391, 2.75020116044716, 6.67217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1260, '2021-06-13 00:00:00', 0.218021783369721, 0.433043478260869, 0.217312456056505, 0.557391304347825, 0.415327743339338, 0.87695652173913, 1.40121774396698, 3.2495652173913, 2.79144408488714, 6.64652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1275, '2021-06-13 00:00:00', 0.149536503930996, 0.415434782608696, 0.289164155958011, 0.604999999999996, 0.568861719688082, 0.976739130434785, 1.40500956490352, 3.27217391304348, 2.79071700166807, 6.66673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1290, '2021-06-13 00:00:00', 0.230031790207201, 0.43152173913043, 0.398816183004255, 0.660434782608696, 0.498876999739982, 0.918478260869565, 1.39245897463711, 3.23978260869565, 2.90451245287962, 6.67695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1305, '2021-06-13 00:00:00', 0.411709177260254, 0.541086956521741, 0.532981490086389, 0.739782608695655, 0.477764474695047, 0.949565217391307, 1.3722064327466, 3.25869565217391, 2.95484125761563, 6.74369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1320, '2021-06-13 00:00:00', 0.251143811959829, 0.439285714285715, 0.207416362949134, 0.552380952380953, 0.536154073449218, 1.10190476190476, 1.32000342712398, 3.26261904761904, 3.09515643115713, 7.02333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1335, '2021-06-13 00:00:00', 0.113385142219739, 0.334761904761903, 0.270400716750244, 0.607619047619047, 1.0754210139024, 2.08142857142857, 1.36316691847296, 3.21595238095238, 3.19566851564814, 7.02880952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1350, '2021-06-13 00:00:00', 0.244501923256631, 0.528095238095241, 0.494645014607639, 0.974761904761905, 1.11274761824269, 2.35547619047619, 1.32086065016067, 3.24357142857143, 3.2524250842366, 7.09714285714285 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 1365, '2021-06-13 00:00:00', 0.506511646084318, 0.882619047619046, 1.05935531833101, 2.00309523809524, 1.45780191678137, 2.65714285714286, 1.35340580089815, 3.19119047619048, 3.34266207713325, 7.14547619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 930, '2021-06-13 00:00:00', 0.247487373415288, 1.48999999999999, 0.0141421356237382, 1.675, 0.622253967444179, 2.105, 0.45608387386533, 2.2375, 0.986413959755241, 4.84750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 945, '2021-06-13 00:00:00', 0.106066017178006, 0.875, 0.502045814642434, 1.30500000000001, 0.353553390593254, 1.41000000000001, 0.0176776695296677, 1.7025, 0.99348502756712, 4.8425 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 960, '2021-06-13 00:00:00', 0.321733585439868, 1.05250000000001, 0.194454364826305, 1.1425, 0.279307178568673, 1.23750000000001, 0.102530483272057, 1.6425, 0.664680374315373, 5.075 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 1, 975, '2021-06-13 00:00:00', 0.300520382004291, 0.867500000000007, 0.466690475583119, 1.02000000000002, 0.470226009489048, 1.10250000000001, 0.350017856687344, 1.4675, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 930, '2021-06-13 00:00:00', 1.17733279067562, 1.76250000000002, 0.703571247280618, 2.09750000000003, 0.738749809644649, 2.09750000000003, 0.775687300126881, 2.55000000000001, 0.814471665133226, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 945, '2021-06-13 00:00:00', 0.378302127934801, 1.0775, 0.53740115370177, 1.255, 1.18440385848748, 1.71250000000001, 0.961665222413714, 2.52500000000001, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 960, '2021-06-13 00:00:00', 0.38537319574666, 0.532499999999985, 0.799030662740795, 1.07999999999998, 1.22683026535867, 1.38249999999999, 0.629325035256038, 1.92999999999999, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 2, 975, '2021-06-13 00:00:00', 0.650538238691635, 0.789999999999992, 0.61164736572637, 0.892500000000013, 0.929845417260329, 1.32250000000001, 0.350017856687364, 1.7325, 0.159099025766989, 5.4325 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 930, '2021-06-13 00:00:00', 0.254558441227167, 0.719999999999999, 0.190918830920375, 1.14, 0.424264068711924, 1.605, 0.403050865276307, 2.235, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 945, '2021-06-13 00:00:00', 0.0282842712474764, 0.759999999999991, 0.113137084989845, 1.11999999999999, 0.540936687607699, 1.42249999999999, 0.240416305603408, 1.85499999999999, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 960, '2021-06-13 00:00:00', 0.395979797464468, 0.740000000000009, 0.293449314192432, 1.02250000000001, 0.332340187157677, 1.39, 0.106066017177966, 1.77000000000001, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 3, 975, '2021-06-13 00:00:00', 0.0247487373415268, 0.427499999999995, 0.0459619407771039, 0.772499999999994, 0.406586399182277, 1.21749999999999, 0.212132034355992, 1.545, 1.47431763877396, 6.3625 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 930, '2021-06-13 00:00:00', 0.654073772597544, 1.0425, 0.357088924499203, 1.57249999999999, 0.183847763108496, 1.72499999999999, 0.576292026667055, 3.27749999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 945, '2021-06-13 00:00:00', 0.360624458405133, 0.939999999999998, 0.332340187157677, 1.08499999999999, 1.05358910396796, 1.66499999999999, 0.134350288425422, 2.77499999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 960, '2021-06-13 00:00:00', 0.0318198051533858, 0.872499999999988, 0.526794551983981, 1.2225, 1.11015764646287, 1.85499999999999, 0.134350288425422, 2.77499999999999, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 4, 975, '2021-06-13 00:00:00', 0.00707106781185904, 0.800000000000011, 0.519723484172122, 1.24250000000001, 0.197989898732234, 1.7, 0.314662517628029, 2.41250000000001, 1.35410948597223, 6.44750000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 930, '2021-06-13 00:00:00', 0.0388908729652448, 0.737499999999997, 0.502045814642454, 1.17999999999999, 0.463154941677189, 1.35250000000001, 0.516187950266172, 2.045, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 945, '2021-06-13 00:00:00', 0.477297077300908, 0.957499999999996, 0.318198051533938, 1.06999999999999, 0.325269119345797, 1.21000000000001, 0.441941738241592, 2.0975, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 960, '2021-06-13 00:00:00', 0.102530483272037, 0.772500000000008, 0.130814754519513, 1.07250000000002, 0.169705627484778, 1.14500000000001, 0.374766594028871, 2.16500000000001, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 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 1030721, 5, 975, '2021-06-13 00:00:00', 0.0954594154601976, 0.537500000000009, 0.0141421356237181, 0.735000000000014, 0.0565685424949125, 1.465, 0.431335136523804, 2.20500000000001, 0.806101730552655, 5.92500000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1030721 and enddate = '2021-06-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2021-06-13 18:06:32 Duration: 1s201ms Database: acaweb_fx User: pgperfstats
11 336ms 2s56ms 806ms 6 4s841ms select fixcandlegaps (?, false);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Jun 13 18 6 4s841ms 806ms [ User: postgres - Total duration: 4s841ms - Times executed: 6 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-06-13 18:06:06 Duration: 2s56ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-06-13 18:06:02 Duration: 853ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-06-13 18:06:03 Duration: 703ms Database: acaweb_fx User: postgres
12 83ms 1s551ms 356ms 79 28s186ms (( 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 Jun 13 18 79 28s186ms 356ms [ User: postgres - Total duration: 28s186ms - Times executed: 79 ]
-
(( 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:09:07 Duration: 1s551ms 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:04:05 Duration: 1s450ms 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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 = '689' 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-06-13 18:39:19 Duration: 1s442ms Database: acaweb_fx User: postgres Bind query: yes
13 58ms 4s818ms 269ms 217 58s558ms 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 #13
Day Hour Count Duration Avg duration Jun 13 18 217 58s558ms 269ms [ User: postgres - Total duration: 58s558ms - Times executed: 217 ]
-
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 = '689' 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 ('329' = 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', '#SINA', '#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', '#SINA', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#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-06-13 18:31:06 Duration: 4s818ms 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 = '666' 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-06-13 18:07:20 Duration: 797ms 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 = '431' 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 ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2021-06-13 18:06:42 Duration: 733ms Database: acaweb_fx User: postgres Bind query: yes
14 239ms 324ms 250ms 16 4s11ms with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike ? inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?; update solr_relevance_old set newrelevant = ? where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike ? and a.resultuid is null); update solr_relevance_old set new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total from ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total from whatshot_probability where type in (...)) sub where result_uid = sub.resultuid;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Jun 13 18 16 4s11ms 250ms [ User: postgres - Total duration: 4s11ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:16:13 Duration: 324ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:56:13 Duration: 256ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so inner join keylevels_results k on so.result_uid = k.resultuid and so.uuid ilike 'kl_%' inner join downloadersymbolsettings dss on k.symbolid = dss.symbolid left outer join relevance_keylevels_results ra on so.result_uid = ra.resultuid and so.uuid ilike 'kl_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'kl_%'; update solr_relevance_old set newrelevant = 0 where result_uid in ( select result_uid from solr_relevance_old s left outer join keylevels_results a on a.resultuid = s.result_uid where s.uuid ilike 'kl_%' and a.resultuid is null); UPDATE solr_relevance_old SET new_hod_correct = sub.hod_correct, new_hod_percent = sub.hod_percent, new_hod_total = sub.hod_total, new_pattern_correct = sub.pattern_correct, new_pattern_percent = sub.pattern_percent, new_pattern_total = sub.pattern_total, new_percent = sub.percent, new_symbol_correct = sub.symbol_correct, new_symbol_percent = sub.symbol_percent, new_symbol_total = sub.symbol_total FROM ( select distinct resultuid, hod_correct, hod_percent, hod_total, hod, pattern_correct, pattern_percent, pattern_total, percent, symbol_correct, symbol_percent, symbol_total FROM whatshot_probability WHERE type in ('kl', 'ekl')) sub WHERE result_uid = sub.resultuid;
Date: 2021-06-13 18:01:13 Duration: 254ms Database: acaweb_fx User: postgres
15 216ms 249ms 227ms 16 3s637ms with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then ? else ? end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then ? else ? end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike ?) sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike ?;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Jun 13 18 16 3s637ms 227ms [ User: postgres - Total duration: 3s637ms - Times executed: 16 ]
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:01:12 Duration: 249ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:11:12 Duration: 247ms Database: acaweb_fx User: postgres
-
with max_ra as ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1) update solr_relevance_old set newrelevant = sub.relevant, newage = sub.age from ( select so.uuid, case when ra.relevant is not null then ra.relevant when so.result_uid < max_ra.resultuid then 0 else 1 end as relevant, case when ra.age is not null then ra.age when so.result_uid < max_ra.resultuid then 11 else 0 end as age, so.result_uid from max_ra, solr_relevance_old so left outer join relevance_autochartist_results ra on so.result_uid = ra.resultuid where so.uuid ilike 'cp_%') sub where solr_relevance_old.result_uid = sub.result_uid and solr_relevance_old.uuid ilike 'cp_%';
Date: 2021-06-13 18:18:12 Duration: 240ms Database: acaweb_fx User: postgres
16 51ms 771ms 225ms 21 4s736ms 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 #16
Day Hour Count Duration Avg duration Jun 13 18 21 4s736ms 225ms [ User: postgres - Total duration: 4s736ms - Times executed: 21 ]
-
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 = 566 AND groupid = 5376 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-06-13 18:21:20 Duration: 771ms 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 = 566 AND groupid = 5376 AND patternclassid = '2' 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-06-13 18:21:20 Duration: 570ms 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 = 566 AND groupid = 3596 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-06-13 18:21:20 Duration: 539ms Database: acaweb_fx User: postgres Bind query: yes
17 51ms 356ms 132ms 49 6s502ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Jun 13 18 49 6s502ms 132ms [ User: postgres - Total duration: 6s502ms - Times executed: 49 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:05:12 Duration: 356ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:31:13 Duration: 263ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-06-13 18:56:12 Duration: 217ms Database: acaweb_fx User: postgres
18 53ms 327ms 104ms 21 2s187ms 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 <= ?);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Jun 13 18 21 2s187ms 104ms [ User: postgres - Total duration: 2s187ms - Times executed: 21 ]
-
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 = 660 AND (((s.symbol ilike '%nzdcad%' AND timegranularity <= 1440);
Date: 2021-06-13 18:06:10 Duration: 327ms 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 = 660 AND (((s.symbol ilike '%nzdcad%' AND timegranularity <= 1440);
Date: 2021-06-13 18:14:10 Duration: 194ms 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 = 660 AND (((s.symbol ilike '%nzdcad%' AND timegranularity <= 1440);
Date: 2021-06-13 18:38:11 Duration: 192ms Database: acaweb_fx User: postgres Bind query: yes
19 50ms 537ms 103ms 33 3s414ms 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 = ?))) 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 Jun 13 18 33 3s414ms 103ms [ User: postgres - Total duration: 3s414ms - Times executed: 33 ]
-
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 '%eurnzd%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurnzd%' 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 > 514913877 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 537ms 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 '%eurgbp%' AND timegranularity = 30)) OR ((s.symbol ilike '%eurgbp%' AND timegranularity = 15))) 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 > 515091997 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 246ms 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 '%eurnzd%' AND timegranularity = 240)) OR ((s.symbol ilike '%eurnzd%' 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 > 514913877 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:08:01 Duration: 206ms Database: acaweb_fx User: postgres Bind query: yes
20 60ms 138ms 101ms 30 3s40ms 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 = ?);Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Jun 13 18 30 3s40ms 101ms [ User: postgres - Total duration: 3s40ms - Times executed: 30 ]
-
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 '%eurnzd%' AND timegranularity = 240);
Date: 2021-06-13 18:16:02 Duration: 138ms 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 '%eurnzd%' AND timegranularity = 240);
Date: 2021-06-13 18:24:02 Duration: 126ms 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 '%sgdjpy%' AND timegranularity = 240);
Date: 2021-06-13 18:39:41 Duration: 124ms 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 75ms 1 75ms 75ms 75ms 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 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 = 558 AND (((c.symbol ilike '%audchf%' AND timegranularity <= 1440);Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Jun 13 18 1 75ms 75ms [ User: postgres - Total duration: 66ms - 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 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 = 558 AND (((c.symbol ilike '%audchf%' AND timegranularity <= 1440);
Date: 2021-06-13 18:08:01 Duration: 75ms Database: postgres User: acaweb_fx Remote: postgres
2 72ms 1 72ms 72ms 72ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3526 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 > 61056073 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 18 1 72ms 72ms [ User: postgres - Total duration: 62ms - 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 = 558 AND sg.groupid = 3526 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 > 61056073 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 72ms Database: postgres User: acaweb_fx Remote: postgres
3 71ms 1 71ms 71ms 71ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 700 AND sg.groupid = 5352 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 18 1 71ms 71ms [ User: postgres - Total duration: 110ms - 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 = 700 AND sg.groupid = 5352 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:17:33 Duration: 71ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1028044'
4 68ms 1 68ms 68ms 68ms 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 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 = 558 AND (((c.symbol ilike '%eurjpy%' AND timegranularity = 60);Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 18 1 68ms 68ms [ User: postgres - Total duration: 70ms - 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 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 = 558 AND (((c.symbol ilike '%eurjpy%' AND timegranularity = 60);
Date: 2021-06-13 18:08:01 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres
5 68ms 1 68ms 68ms 68ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((symbol ilike '%es35%' AND timegranularity = 60);Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 18 1 68ms 68ms [ User: postgres - Total duration: 120ms - 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 downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((symbol ilike '%es35%' AND timegranularity = 60);
Date: 2021-06-13 18:16:01 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres
6 67ms 1 67ms 67ms 67ms 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 = 558 AND groupid = 3526 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;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 18 1 67ms 67ms [ User: postgres - Total duration: 68ms - 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 = 558 AND groupid = 3526 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-06-13 18:16:01 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres
7 64ms 1 64ms 64ms 64ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3511 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 18 1 64ms 64ms [ User: postgres - Total duration: 87ms - 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 = 558 AND sg.groupid = 3511 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 64ms Database: postgres User: acaweb_fx Remote: postgres
8 62ms 1 62ms 62ms 62ms 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 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 = 558 AND (((c.symbol ilike '%eurgbp%' AND timegranularity = 30);Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 18 1 62ms 62ms [ User: postgres - Total duration: 207ms - 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 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 = 558 AND (((c.symbol ilike '%eurgbp%' AND timegranularity = 30);
Date: 2021-06-13 18:08:01 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
9 62ms 1 62ms 62ms 62ms 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 = 495 AND sg.groupid = 3164 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #9
Day Hour Count Duration Avg duration 18 1 62ms 62ms [ User: postgres - Total duration: 248ms - 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 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 = 495 AND sg.groupid = 3164 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-06-13 18:32:49 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
10 62ms 1 62ms 62ms 62ms 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 '%es35%' AND timegranularity = 60);Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 18 1 62ms 62ms [ User: postgres - Total duration: 186ms - 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 '%es35%' AND timegranularity = 60);
Date: 2021-06-13 18:00:00 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
11 61ms 1 61ms 61ms 61ms 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 = 495 AND sg.groupid = 3182 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #11
Day Hour Count Duration Avg duration 18 1 61ms 61ms [ User: postgres - Total duration: 100ms - 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 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 = 495 AND sg.groupid = 3182 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-06-13 18:32:49 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres
12 60ms 1 60ms 60ms 60ms 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 = 3176 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #12
Day Hour Count Duration Avg duration 18 1 60ms 60ms [ User: postgres - Total duration: 359ms - 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 = 495 AND sg.groupid = 3176 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:32:49 Duration: 60ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '495', $2 = '495', $3 = '495', $4 = '495', $5 = '495', $6 = '495'
13 59ms 1 59ms 59ms 59ms 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 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 = 558 AND (((c.symbol ilike '%audnzd%' AND timegranularity = 240);Times Reported Time consuming bind #13
Day Hour Count Duration Avg duration 18 1 59ms 59ms [ User: postgres - Total duration: 60ms - 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 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 = 558 AND (((c.symbol ilike '%audnzd%' AND timegranularity = 240);
Date: 2021-06-13 18:16:01 Duration: 59ms Database: postgres User: acaweb_fx Remote: postgres
14 57ms 1 57ms 57ms 57ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3511 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 > 61054837 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #14
Day Hour Count Duration Avg duration 18 1 57ms 57ms [ User: postgres - Total duration: 68ms - 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 = 558 AND sg.groupid = 3511 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 > 61054837 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:00:01 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres
15 56ms 1 56ms 56ms 56ms 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 = 566 AND sg.groupid = 3596 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #15
Day Hour Count Duration Avg duration 18 1 56ms 56ms [ User: postgres - Total duration: 55ms - 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 = 566 AND sg.groupid = 3596 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 > 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:21:19 Duration: 56ms Database: postgres User: acaweb_fx Remote: postgres
16 53ms 1 53ms 53ms 53ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((symbol ilike '%nzdcad%' AND timegranularity = 60);Times Reported Time consuming bind #16
Day Hour Count Duration Avg duration 18 1 53ms 53ms [ User: postgres - Total duration: 53ms - 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 downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND (((symbol ilike '%nzdcad%' AND timegranularity = 60);
Date: 2021-06-13 18:16:01 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres
17 51ms 1 51ms 51ms 51ms 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 = 558 AND sg.groupid = 3511 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 > 514194113 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #17
Day Hour Count Duration Avg duration 18 1 51ms 51ms [ User: postgres - Total duration: 92ms - 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 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 = 558 AND sg.groupid = 3511 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 > 514194113 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-06-13 18:40:02 Duration: 51ms Database: postgres User: acaweb_fx Remote: postgres
18 51ms 1 51ms 51ms 51ms 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 = 3374 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 > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;Times Reported Time consuming bind #18
Day Hour Count Duration Avg duration 18 1 51ms 51ms [ User: postgres - Total duration: 62ms - 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 = 3374 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 > 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity;
Date: 2021-06-13 18:14:31 Duration: 51ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
19 51ms 1 51ms 51ms 51ms 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 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 WHERE b.brokerid = 566 AND sg.groupid = 3602 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 > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #19
Day Hour Count Duration Avg duration 18 1 51ms 51ms [ User: postgres - Total duration: 81ms - 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 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 WHERE b.brokerid = 566 AND sg.groupid = 3602 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 > 0 AND dftt.dayofweek = 3 ORDER BY PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-06-13 18:55:14 Duration: 51ms Database: postgres User: acaweb_fx Remote: postgres
20 50ms 1 50ms 50ms 50ms 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 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 = 558 AND (((c.symbol ilike '%it40%' AND timegranularity <= 1440);Times Reported Time consuming bind #20
Day Hour Count Duration Avg duration 18 1 50ms 50ms [ User: postgres - Total duration: 79ms - 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 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 = 558 AND (((c.symbol ilike '%it40%' AND timegranularity <= 1440);
Date: 2021-06-13 18:16:01 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 68,885 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 21808 ERROR entries
- 69 WARNING entries
Most Frequent Errors/Events
Key values
- 21,807 Max number of times the same event was reported
- 21,877 Total events found
Rank Times reported Error 1 21,807 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Jun 13 18 21,807 - 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-06-06 22:00:00, 960516) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-06-06 22:00', 0.93489, 0.93493, 0.93461, 0.93486, 0, 0,'2021-06-13 18:10');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2021-06-06 22:00', 0.93489, 0.93493, 0.93461, 0.93486, 0, 0,'2021-06-13 18:10');Date: 2021-06-13 18:10:44 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-06-06 22:00:00, 960554) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-06-06 22:00', 0.93489, 0.93493, 0.93461, 0.9347, 0, 0,'2021-06-13 18:11');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2021-06-06 22:00', 0.93489, 0.93493, 0.93461, 0.9347, 0, 0,'2021-06-13 18:11');Date: 2021-06-13 18:11:37 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2021-06-06 22:00:00, 960592) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-06-06 22:00', 0.93489, 0.93493, 0.93455, 0.93455, 0, 0,'2021-06-13 18:12');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2021-06-06 22:00', 0.93489, 0.93493, 0.93455, 0.93455, 0, 0,'2021-06-13 18:12');Date: 2021-06-13 18:12:06 Database: acaweb_fx Application: User: postgres Remote:
2 69 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Jun 13 18 69 - WARNING: there is no transaction in progress
Date: 2021-06-13 18:00:46 Database: acaweb_fx Application: User: postgres Remote:
3 1 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #3
Day Hour Count Jun 13 18 1 - ERROR: relation "t0" does not exist at character 83
Statement: SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T0 WHERE symbolid = $1 AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050 ) a ORDER BY PriceDateTime ASC
Date: 2021-06-13 18:26:23 Database: acaweb_fx Application: User: postgres Remote: