-
Global information
- Generated on Fri Apr 23 12:59:09 2021
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2021-04-23_140000.log
- Parsed 53,548 log entries in 7s
- Log start from 2021-04-23 14:00:00 to 2021-04-23 14:58:46
-
Overview
Global Stats
- 284 Number of unique normalized queries
- 2,366 Number of queries
- 36m22s Total query duration
- 2021-04-23 14:00:00 First query
- 2021-04-23 14:58:46 Last query
- 22 queries/s at 2021-04-23 14:04:56 Query peak
- 36m22s Total query duration
- 0ms Prepare/parse total duration
- 6s412ms Bind total duration
- 36m15s Execute total duration
- 21,647 Number of events
- 5 Number of unique normalized events
- 21,302 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
- 302 Number temporary file
- 265.97 MiB Max size of temporary file
- 6.17 MiB Average size of temporary file
- 0 Total number of sessions
- 0 sessions at Session peak
- 0ms Total duration of sessions
- 0ms Average duration of sessions
- 2,366 Average queries per session
- 36m22s 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
- 22 queries/s Query Peak
- 2021-04-23 14:04:56 Date
SELECT Traffic
Key values
- 21 queries/s Query Peak
- 2021-04-23 14:04:56 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 7 queries/s Query Peak
- 2021-04-23 14:03:21 Date
Queries duration
Key values
- 36m22s 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) Apr 23 14 2,366 50ms 20s396ms 919ms 1m35s 1m41s 1m46s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Apr 23 14 832 13 282ms 5s52ms 13s489ms 17s510ms Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Apr 23 14 550 34 0 79 1s549ms 13s375ms 48s430ms 54s524ms Day Hour Prepare Bind Bind/Prepare Percentage of prepare Apr 23 14 0 1,471 1,471.00 0.00% Day Hour Count Average / Second Apr 23 14 0 0.00/s Day Hour Count Average Duration Average idle time Apr 23 14 0 0ms 0ms -
Connections
Established Connections
Key values
- 0 connections Connection Peak
- Date
Connections per database
Key values
- unknown Main Database
- 0 connections Total
Connections per user
Key values
- unknown Main User
- 0 connections Total
-
Sessions
Simultaneous sessions
Key values
- 0 sessions Session Peak
- Date
Histogram of session times
Key values
- duration
Sessions per database
Key values
- unknown Main Database
- 0 sessions Total
Sessions per user
Key values
- unknown Main User
- 0 sessions Total
Sessions per host
Key values
- unknown Main Host
- 0 sessions Total
-
Checkpoints / Restartpoints
Checkpoints Buffers
Key values
- 0 buffers Checkpoint Peak
- Date
- seconds Highest write time
- seconds Sync time
Checkpoint write buffers (5 minutes period)
NO DATASET
Checkpoints Wal files
Key values
- 0 files Wal files usage Peak
- Date
Checkpoint Wal files usage (5 minutes period)
NO DATASET
Checkpoints distance
Key values
- 0 Mo Distance Peak
- Date
Checkpoints Activity
↑ Back to the top of the Checkpoint Activity tableDay Hour Written buffers Write time Sync time Total time Apr 23 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Apr 23 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Apr 23 14 0 0s Day Hour Mean distance Mean estimate Apr 23 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 194.27 MiB Temp Files size Peak
- 2021-04-23 14:37:18 Date
Number of temporary files
Key values
- 7 per second Temp Files Peak
- 2021-04-23 14:29:52 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Apr 23 14 302 1.82 GiB 6.17 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 93 668.04 MiB 5.64 MiB 8.98 MiB 7.18 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, $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)) AND ($237 = 0 OR p.patternname in ($238)) AND ($239 = 0 OR kr.patternclassid in ($240, $241)) AND ($242 = 0 OR kr.patternlengthbars <= $243) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $244 OR relevant = 1) AND ($245 = 0 OR age <= $246) ORDER BY identified DESC, length DESC;
Date: 2021-04-23 14:11:10 Duration: 0ms Database: acaweb_fx User: postgres
2 60 296.06 MiB 2.69 MiB 8.45 MiB 4.93 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, $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 fr.pattern in ($254)) AND ($255 = 0 OR fr.patternlengthbars <= $256) AND ($257 = 0 OR ($258 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($259 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) 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-04-23 14:11:43 Duration: 0ms Database: acaweb_fx User: postgres
3 23 389.87 MiB 2.30 MiB 265.97 MiB 16.95 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 > 512455213 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:12:16 Duration: 0ms Database: acaweb_fx User: postgres
4 13 30.77 MiB 2.29 MiB 2.43 MiB 2.37 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-04-23 14:41:22 Duration: 1s113ms 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-04-23 14:11:41 Duration: 1s101ms 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-04-23 14:01:31 Duration: 996ms Database: acaweb_fx User: postgres
5 10 26.88 MiB 2.68 MiB 2.70 MiB 2.69 MiB select resultuid from relevance_autochartist_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM autochartist_results ar INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = ar.symbolid INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on ar.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = ar.resultuid LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3, $4, $5, $6, $7, $8, $9)) AND ($10 = 0 OR s.exchange in ($11)) AND ($12 = 0 OR s.symbol in ($13, $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)) AND ($44 = 0 OR ar.pattern in ($45)) AND ($46 = 0 OR ($47 = 1 AND ar.breakout >= 0) OR ($48 = 2 AND ar.breakout < 0)) AND ($49 = 0 OR ar.patternlengthbars <= $50) and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $51 OR relevant = 1) AND ($52 = 0 OR age <= $53) ORDER BY identified DESC, length DESC;
Date: 2021-04-23 14:15:41 Duration: 0ms Database: acaweb_fx User: postgres
6 6 36.41 MiB 4.71 MiB 6.96 MiB 6.07 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 '%nzdusd%' AND timegranularity = 240)) OR ((s.symbol ilike '%nzdusd%' 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 > 512703331 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:30:33 Duration: 0ms Database: acaweb_fx User: postgres
7 4 22.68 MiB 5.64 MiB 5.72 MiB 5.67 MiB select updateresultsmaterializedview ();-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:17:17 Duration: 5s164ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:02:10 Duration: 2s294ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:32:09 Duration: 1s968ms Database: acaweb_fx User: postgres
8 2 17.38 MiB 6.10 MiB 11.28 MiB 8.69 MiB with a as ( select *, row_number() over (partition by symbolid, direction order by datetime desc) r from sa_hist_consecutivecandles ) select distinct a.symbolid, a.qty, a.percentile, a.direction from a inner join symbols s on a.symbolid = s.symbolid inner join autochartist_stocklist aus on s.symbolid = aus.symbolid where aus.enabled = ? and a.r = ? and aus.recognitionengine ilike ?;-
WITH a AS ( SELECT *, row_number() OVER (PARTITION BY symbolid, direction ORDER BY datetime DESC) r FROM sa_hist_consecutivecandles ) SELECT DISTINCT a.symbolid, a.qty, a.percentile, a.direction FROM a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid WHERE aus.Enabled = 1 AND a.r = 1 AND aus.RecognitionEngine ILIKE 'PHILLIPFUTURES - 1';
Date: 2021-04-23 14:29:53 Duration: 431ms Database: acaweb_fx User: postgres
-
WITH a AS ( SELECT *, row_number() OVER (PARTITION BY symbolid, direction ORDER BY datetime DESC) r FROM sa_hist_consecutivecandles ) SELECT DISTINCT a.symbolid, a.qty, a.percentile, a.direction FROM a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid WHERE aus.Enabled = 1 AND a.r = 1 AND aus.RecognitionEngine ILIKE 'VALBURYCAPITAL - 1';
Date: 2021-04-23 14:36:24 Duration: 116ms Database: acaweb_fx User: postgres
-
WITH a AS ( SELECT *, row_number() OVER (PARTITION BY symbolid, direction ORDER BY datetime DESC) r FROM sa_hist_consecutivecandles ) SELECT DISTINCT a.symbolid, a.qty, a.percentile, a.direction FROM a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid WHERE aus.Enabled = 1 AND a.r = 1 AND aus.RecognitionEngine ILIKE 'PHILLIPFUTURES - 1';
Date: 2021-04-23 14:29:53 Duration: 0ms Database: acaweb_fx User: postgres
9 1 2.30 MiB 2.30 MiB 2.30 MiB 2.30 MiB )) 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 ?;-
)) 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 > 60724618 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-04-23 14:28:20 Duration: 0ms Database: acaweb_fx User: postgres
10 1 14.56 MiB 14.56 MiB 14.56 MiB 14.56 MiB select distinct a.resultuid, a.resultid, a.patternlengthbars, a.patternendtime, a.predictionpriceto, a.predictionpricefrom, a.direction, a.breakout, a.bandwidth, a.resy0, a.resy1, a.supporty0, a.supporty1, a.resx0, a.resx1, a.supportx0, a.supportx1, a.patternendprice, a.symbolid, a.resgradient, a.supportgradient from autochartist_results a inner join symbols s on a.symbolid = s.symbolid inner join autochartist_stocklist aus on s.symbolid = aus.symbolid inner join relevance_autochartist_results rev on a.resultuid = rev.resultuid where aus.enabled = ? and rev.relevant = ? and aus.recognitionengine ilike ?;-
SELECT DISTINCT a.resultuid, a.resultid, a.patternlengthbars, a.patternendtime, a.predictionpriceto, a.predictionpricefrom, a.direction, a.breakout, a.bandwidth, a.resy0, a.resy1, a.supporty0, a.supporty1, a.resx0, a.resx1, a.supportx0, a.supportx1, a.patternendprice, a.symbolid, a.resgradient, a.supportgradient FROM autochartist_results a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid INNER JOIN relevance_autochartist_results rev on a.resultuid = rev.resultuid WHERE aus.Enabled = 1 AND rev.relevant = 1 AND aus.RecognitionEngine ILIKE 'phillipfutures - 1';
Date: 2021-04-23 14:29:52 Duration: 177ms Database: acaweb_fx User: postgres
-
SELECT DISTINCT a.resultuid, a.resultid, a.patternlengthbars, a.patternendtime, a.predictionpriceto, a.predictionpricefrom, a.direction, a.breakout, a.bandwidth, a.resy0, a.resy1, a.supporty0, a.supporty1, a.resx0, a.resx1, a.supportx0, a.supportx1, a.patternendprice, a.symbolid, a.resgradient, a.supportgradient FROM autochartist_results a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid INNER JOIN relevance_autochartist_results rev on a.resultuid = rev.resultuid WHERE aus.Enabled = 1 AND rev.relevant = 1 AND aus.RecognitionEngine ILIKE 'valburycapital - 1';
Date: 2021-04-23 14:36:23 Duration: 62ms Database: acaweb_fx User: postgres
-
SELECT DISTINCT a.resultuid, a.resultid, a.patternlengthbars, a.patternendtime, a.predictionpriceto, a.predictionpricefrom, a.direction, a.breakout, a.bandwidth, a.resy0, a.resy1, a.supporty0, a.supporty1, a.resx0, a.resx1, a.supportx0, a.supportx1, a.patternendprice, a.symbolid, a.resgradient, a.supportgradient FROM autochartist_results a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid INNER JOIN relevance_autochartist_results rev on a.resultuid = rev.resultuid WHERE aus.Enabled = 1 AND rev.relevant = 1 AND aus.RecognitionEngine ILIKE 'phillipfutures - 1';
Date: 2021-04-23 14:29:52 Duration: 0ms Database: acaweb_fx User: postgres
11 1 17.20 MiB 17.20 MiB 17.20 MiB 17.20 MiB select distinct a.resultuid, a.breakoutbars, a.patternid, cast(a.x0 as timestamp) as x0, cast(a.x1 as timestamp) as x1, cast(x2 as timestamp) as x2, case when (x3 != ? and x3 != ?) then cast(x3 as timestamp) else cast(? as timestamp) end as x3, case when (x4 != ? and x4 != ?) then cast(x4 as timestamp) else cast(? as timestamp) end as x4, case when (x5 != ? and x5 != ?) then cast(x5 as timestamp) else cast(? as timestamp) end as x5, case when (x6 != ? and x6 != ?) then cast(x6 as timestamp) else cast(? as timestamp) end as x6, case when (x7 != ? and x7 != ?) then cast(x7 as timestamp) else cast(? as timestamp) end as x7, case when (x8 != ? and x8 != ?) then cast(x8 as timestamp) else cast(? as timestamp) end as x8, case when (x9 != ? and x9 != ?) then cast(x9 as timestamp) else cast(? as timestamp) end as x9, cast(a.atbaridentified as timestamp) as atbaridentified, cast(a.patternstarttime as timestamp) as patternstarttime, a.breakoutprice, a.symbolid, a.approachingregion, a.patternprice, a.errormargin, a.bandwidth, a.qtytp, a.patternlengthbars, a.symbolid, a.uniquepointsvalue, a.predictionpricefrom, a.predictionpriceto, a.breakout, a.direction, a.furthestprice, a.approachingtimestamp, a.atpriceidentified from keylevels_results a inner join symbols s on a.symbolid = s.symbolid inner join autochartist_stocklist aus on s.symbolid = aus.symbolid inner join relevance_keylevels_results rkl on a.resultuid = rkl.resultuid where aus.enabled = ? and rkl.relevant = ? and aus.recognitionengine ilike ?;-
SELECT DISTINCT a.resultuid, a.breakoutbars, a.patternid, CAST(a.x0 as timestamp) as x0, CAST(a.x1 as timestamp) as x1, CAST(x2 as timestamp) as x2, CASE WHEN (x3 != '' and x3 != '0') THEN CAST(x3 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x3, CASE WHEN (x4 != '' and x4 != '0') THEN CAST(x4 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x4, CASE WHEN (x5 != '' and x5 != '0') THEN CAST(x5 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x5, CASE WHEN (x6 != '' and x6 != '0') THEN CAST(x6 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x6, CASE WHEN (x7 != '' and x7 != '0') THEN CAST(x7 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x7, CASE WHEN (x8 != '' and x8 != '0') THEN CAST(x8 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x8, CASE WHEN (x9 != '' and x9 != '0') THEN CAST(x9 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x9, CAST(a.atbaridentified as timestamp) as atbaridentified, CAST(a.patternstarttime as timestamp) as patternstarttime, a.breakoutprice, a.symbolid, a.approachingregion, a.patternprice, a.errorMargin, a.bandwidth, a.qtytp, a.patternlengthbars, a.symbolid, a.uniquepointsvalue, a.predictionpricefrom, a.predictionpriceto, a.breakout, a.direction, a.furthestPrice, a.approachingtimestamp, a.atPriceIdentified FROM keylevels_results a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid INNER JOIN relevance_keylevels_results rkl on a.resultuid = rkl.resultuid WHERE aus.Enabled = 1 AND rkl.relevant = 1 AND aus.RecognitionEngine ILIKE 'phillipfutures - 1';
Date: 2021-04-23 14:29:52 Duration: 148ms Database: acaweb_fx User: postgres
-
SELECT DISTINCT a.resultuid, a.breakoutbars, a.patternid, CAST(a.x0 as timestamp) as x0, CAST(a.x1 as timestamp) as x1, CAST(x2 as timestamp) as x2, CASE WHEN (x3 != '' and x3 != '0') THEN CAST(x3 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x3, CASE WHEN (x4 != '' and x4 != '0') THEN CAST(x4 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x4, CASE WHEN (x5 != '' and x5 != '0') THEN CAST(x5 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x5, CASE WHEN (x6 != '' and x6 != '0') THEN CAST(x6 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x6, CASE WHEN (x7 != '' and x7 != '0') THEN CAST(x7 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x7, CASE WHEN (x8 != '' and x8 != '0') THEN CAST(x8 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x8, CASE WHEN (x9 != '' and x9 != '0') THEN CAST(x9 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x9, CAST(a.atbaridentified as timestamp) as atbaridentified, CAST(a.patternstarttime as timestamp) as patternstarttime, a.breakoutprice, a.symbolid, a.approachingregion, a.patternprice, a.errorMargin, a.bandwidth, a.qtytp, a.patternlengthbars, a.symbolid, a.uniquepointsvalue, a.predictionpricefrom, a.predictionpriceto, a.breakout, a.direction, a.furthestPrice, a.approachingtimestamp, a.atPriceIdentified FROM keylevels_results a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid INNER JOIN relevance_keylevels_results rkl on a.resultuid = rkl.resultuid WHERE aus.Enabled = 1 AND rkl.relevant = 1 AND aus.RecognitionEngine ILIKE 'phillipfutures - 1';
Date: 2021-04-23 14:29:52 Duration: 0ms Database: acaweb_fx User: postgres
12 1 6.06 MiB 6.06 MiB 6.06 MiB 6.06 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 = ? and ((rar.age is null and a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?)) or rar.age >= ( case s.timegranularity when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) 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 > 512796383 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:31:16 Duration: 0ms Database: acaweb_fx User: postgres
13 1 2.69 MiB 2.69 MiB 2.69 MiB 2.69 MiB select resultuid from relevance_bigmovement_results order by resultuid desc limit ?), results as ( select distinct on (s.symbolid) bmr.resultuid as resultuid, ? as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, bmr.patternendtime as identified, bmr.patternlengthbars, dtt.timezone as timezone, g.basegroupname, case when rbr.age is not null then rbr.age when bmr.resultuid <= rm.resultuid then ? else ? end as age, case when rbr.relevant is not null then rbr.relevant when bmr.resultuid <= rm.resultuid then ? else ? end as relevant from bigmovement_results bmr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = bmr.symbolid inner join symbols s on bmr.symbolid = s.symbolid and s.nonliquid = ? inner join downloadersymbolsettings dss on bmr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join symbolgroup sg on bmr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join rar_max rm on ? = ? left outer join relevance_bigmovement_results rbr on rbr.resultuid = bmr.resultuid where bmr.gmttimefound > now() - interval ? and (bmr.simulation = ? or bmr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or bmr.patternlengthbars <= ?) order by symbolid, identified desc, interval desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, interval desc;-
SELECT resultuid FROM relevance_bigmovement_results ORDER BY resultuid DESC LIMIT 1), results AS ( SELECT DISTINCT ON (s.symbolid) bmr.resultuid AS resultuid, 0 AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, bmr.patternendtime AS identified, bmr.patternlengthbars, dtt.timezone AS timezone, g.basegroupname, CASE WHEN rbr.age IS NOT NULL THEN rbr.age WHEN bmr.resultuid <= rm.resultuid THEN 4 ELSE 0 END as age, CASE WHEN rbr.relevant IS NOT NULL THEN rbr.relevant WHEN bmr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM bigmovement_results bmr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $1 AND bsl.symbolid = bmr.symbolid INNER JOIN symbols s ON bmr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN downloadersymbolsettings dss ON bmr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN symbolgroup sg on bmr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_bigmovement_results rbr ON rbr.resultuid = bmr.resultuid WHERE bmr.gmttimefound > now() - INTERVAL '7 DAYS' AND (bmr.simulation = 0 OR bmr.simulation IS NULL) AND ($2 = 0 OR s.timegranularity in ($3)) AND ($4 = 0 OR s.exchange in ($5)) AND ($6 = 0 OR s.symbol in ($7)) AND ($8 = 0 OR bmr.patternlengthbars <= $9) ORDER BY symbolid, identified DESC, interval DESC ) SELECT * from results WHERE (FALSE = $10 OR relevant = 1) AND ($11 = 0 OR age <= $12) ORDER BY identified DESC, interval DESC;
Date: 2021-04-23 14:35:46 Duration: 0ms Database: acaweb_fx User: postgres
14 1 3.29 MiB 3.29 MiB 3.29 MiB 3.29 MiB when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:46:34 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 265.97 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 > 512664689 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2021-04-23 14:37:10 - Database: acaweb_fx - User: postgres ]
2 17.20 MiB SELECT DISTINCT a.resultuid, a.breakoutbars, a.patternid, CAST(a.x0 as timestamp) as x0, CAST(a.x1 as timestamp) as x1, CAST(x2 as timestamp) as x2, CASE WHEN (x3 != '' and x3 != '0') THEN CAST(x3 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x3, CASE WHEN (x4 != '' and x4 != '0') THEN CAST(x4 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x4, CASE WHEN (x5 != '' and x5 != '0') THEN CAST(x5 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x5, CASE WHEN (x6 != '' and x6 != '0') THEN CAST(x6 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x6, CASE WHEN (x7 != '' and x7 != '0') THEN CAST(x7 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x7, CASE WHEN (x8 != '' and x8 != '0') THEN CAST(x8 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x8, CASE WHEN (x9 != '' and x9 != '0') THEN CAST(x9 as timestamp) ELSE CAST('1900-01-01' as timestamp) END as x9, CAST(a.atbaridentified as timestamp) as atbaridentified, CAST(a.patternstarttime as timestamp) as patternstarttime, a.breakoutprice, a.symbolid, a.approachingregion, a.patternprice, a.errorMargin, a.bandwidth, a.qtytp, a.patternlengthbars, a.symbolid, a.uniquepointsvalue, a.predictionpricefrom, a.predictionpriceto, a.breakout, a.direction, a.furthestPrice, a.approachingtimestamp, a.atPriceIdentified FROM keylevels_results a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid INNER JOIN relevance_keylevels_results rkl on a.resultuid = rkl.resultuid WHERE aus.Enabled = 1 AND rkl.relevant = 1 AND aus.RecognitionEngine ILIKE 'phillipfutures - 1';[ Date: 2021-04-23 14:29:52 - Database: acaweb_fx - User: postgres ]
3 14.56 MiB SELECT DISTINCT a.resultuid, a.resultid, a.patternlengthbars, a.patternendtime, a.predictionpriceto, a.predictionpricefrom, a.direction, a.breakout, a.bandwidth, a.resy0, a.resy1, a.supporty0, a.supporty1, a.resx0, a.resx1, a.supportx0, a.supportx1, a.patternendprice, a.symbolid, a.resgradient, a.supportgradient FROM autochartist_results a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid INNER JOIN relevance_autochartist_results rev on a.resultuid = rev.resultuid WHERE aus.Enabled = 1 AND rev.relevant = 1 AND aus.RecognitionEngine ILIKE 'phillipfutures - 1';[ Date: 2021-04-23 14:29:52 - Database: acaweb_fx - User: postgres ]
4 11.28 MiB WITH a AS ( SELECT *, row_number() OVER (PARTITION BY symbolid, direction ORDER BY datetime DESC) r FROM sa_hist_consecutivecandles ) SELECT DISTINCT a.symbolid, a.qty, a.percentile, a.direction FROM a INNER JOIN symbols s on a.symbolid = s.symbolid INNER JOIN autochartist_stocklist aus on s.symbolid = aus.symbolid WHERE aus.Enabled = 1 AND a.r = 1 AND aus.RecognitionEngine ILIKE 'VALBURYCAPITAL - 1';[ Date: 2021-04-23 14:36:23 - Database: acaweb_fx - User: postgres ]
5 8.98 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-04-23 14:00:34 - Database: acaweb_fx - User: postgres ]
6 8.95 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-04-23 14:05:34 - Database: acaweb_fx - User: postgres ]
7 8.95 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-04-23 14:07:32 - Database: acaweb_fx - User: postgres ]
8 8.95 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-04-23 14:10:34 - Database: acaweb_fx - User: postgres ]
9 8.95 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-04-23 14:11:42 - Database: acaweb_fx - User: postgres ]
10 8.95 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-04-23 14:17:41 - Database: acaweb_fx - User: postgres ]
11 8.95 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-04-23 14:20:35 - Database: acaweb_fx - User: postgres ]
12 8.95 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-04-23 14:22:29 - Database: acaweb_fx - User: postgres ]
13 8.95 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-04-23 14:25:34 - Database: acaweb_fx - User: postgres ]
14 8.95 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-04-23 14:26:47 - Database: acaweb_fx - User: postgres ]
15 8.95 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-04-23 14:35:34 - Database: acaweb_fx - User: postgres ]
16 8.95 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-04-23 14:37:56 - Database: acaweb_fx - User: postgres ]
17 8.95 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-04-23 14:40:34 - Database: acaweb_fx - User: postgres ]
18 8.95 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-04-23 14:42:01 - Database: acaweb_fx - User: postgres ]
19 8.94 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-04-23 14:15:34 - Database: acaweb_fx - User: postgres ]
20 8.94 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-04-23 14:46:55 - 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 Apr 23 14 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
- 832 Total read queries
- 1,524 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 2,366 Requests
- 36m15s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 1,727 Requests
User Request type Count Duration pgperfstats Total 639 14m32s insert 550 14m23s select 89 8s690ms postgres Total 1,727 21m43s copy from 79 2m38s copy to 13 4s807ms cte 848 14m55s others 10 14s230ms select 743 3m45s update 34 4s781ms Duration by user
Key values
- 21m43s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 639 14m32s insert 550 14m23s select 89 8s690ms postgres Total 1,727 21m43s copy from 79 2m38s copy to 13 4s807ms cte 848 14m55s others 10 14s230ms select 743 3m45s update 34 4s781ms Queries by host
Key values
- unknown Main host
- 2,366 Requests
- 36m15s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 2,366 Requests
- 36m15s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2021-04-23 14:27:49 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 818 1000-10000ms duration
Slowest individual queries
Rank Duration Query 1 20s396ms COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);[ Date: 2021-04-23 14:11:40 - Database: acaweb_fx - User: postgres ]
2 19s307ms COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);[ Date: 2021-04-23 14:18:39 - Database: acaweb_fx - User: postgres ]
3 17s359ms COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);[ Date: 2021-04-23 14:41:48 - Database: acaweb_fx - User: postgres ]
4 14s137ms COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);[ Date: 2021-04-23 14:03:39 - Database: acaweb_fx - User: postgres ]
5 13s939ms COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);[ Date: 2021-04-23 14:56:28 - Database: acaweb_fx - User: postgres ]
6 13s824ms COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);[ Date: 2021-04-23 14:01:29 - Database: acaweb_fx - User: postgres ]
7 12s712ms COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);[ Date: 2021-04-23 14:35:42 - Database: acaweb_fx - User: postgres ]
8 10s346ms (( 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-04-23 14:03:03 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 10s24ms select updateageforrelevantresults ();[ Date: 2021-04-23 14:17:12 - Database: acaweb_fx - User: postgres ]
10 9s451ms 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-04-23 14:10:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 9s428ms 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-04-23 14:20:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 9s281ms 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-04-23 14:35:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 9s244ms 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-04-23 14:51:01 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 9s234ms 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-04-23 14:15:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 9s216ms 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-04-23 14:00:50 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 9s192ms 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-04-23 14:40:56 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 9s142ms 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-04-23 14:50:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 9s82ms 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-04-23 14:35:56 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 9s62ms 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-04-23 14:55:53 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 9s15ms 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-04-23 14:05:39 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 8m14s 278 213ms 9s244ms 1s777ms 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 Apr 23 14 278 8m14s 1s777ms [ User: postgres - Total duration: 8m14s - Times executed: 278 ]
-
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-04-23 14:51:01 Duration: 9s244ms 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-04-23 14:00:50 Duration: 9s216ms 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-04-23 14:40:56 Duration: 9s192ms Database: acaweb_fx User: postgres Bind query: yes
2 4m9s 214 1s117ms 1s526ms 1s166ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #2
Day Hour Count Duration Avg duration Apr 23 14 214 4m9s 1s166ms [ User: pgperfstats - Total duration: 4m9s - Times executed: 214 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029526, 5, 990, '2021-04-18 00:00:00', 0.10193290050584, 0.28804347826087, 0.170317072363107, 0.445217391304349, 0.17902706973976, 0.564347826086958, 0.211659871458362, 0.793913043478262, 0.868632449322387, 2.27282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1005, '2021-04-18 00:00:00', 0.118473909337355, 0.302608695652174, 0.1549142310194, 0.409347826086956, 0.175699617902901, 0.498913043478261, 0.24241782764899, 0.758695652173913, 0.878440778641923, 2.25326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1020, '2021-04-18 00:00:00', 0.103699836675292, 0.278260869565217, 0.129987837679777, 0.373260869565218, 0.130359793990816, 0.478695652173913, 0.247200931218425, 0.725869565217392, 0.878108538133574, 2.23717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1035, '2021-04-18 00:00:00', 0.113137084989848, 0.26, 0.107977270335432, 0.335, 0.134374925314806, 0.435434782608696, 0.244263432600806, 0.703478260869566, 0.864342664171288, 2.21217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1050, '2021-04-18 00:00:00', 0.0796794467177638, 0.225217391304348, 0.105953230042889, 0.309782608695653, 0.122806444964835, 0.38717391304348, 0.226444637633668, 0.678913043478262, 0.863481955200293, 2.18978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1065, '2021-04-18 00:00:00', 0.0632572700441515, 0.200869565217391, 0.0964324088995293, 0.285869565217391, 0.125435210745874, 0.351086956521739, 0.219588638049591, 0.658478260869565, 0.860452989898976, 2.16456521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1080, '2021-04-18 00:00:00', 0.0830382787106376, 0.196086956521739, 0.0843001882508606, 0.242391304347827, 0.126861631385485, 0.309347826086958, 0.207311274239675, 0.640652173913044, 0.866141664740364, 2.15173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1095, '2021-04-18 00:00:00', 0.0558734099967421, 0.158260869565217, 0.108088859652731, 0.223260869565218, 0.131157058189957, 0.29108695652174, 0.238034607375274, 0.658260869565218, 0.870233090850415, 2.14978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1110, '2021-04-18 00:00:00', 0.0912121923408298, 0.155869565217391, 0.0895051172163081, 0.200434782608696, 0.122739642181513, 0.278260869565218, 0.233378901065308, 0.655434782608695, 0.864831313945689, 2.14173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1125, '2021-04-18 00:00:00', 0.0578766235825155, 0.142391304347826, 0.0843956661120591, 0.206086956521739, 0.0993118615765622, 0.275869565217391, 0.289755928366817, 0.68804347826087, 0.920143269476898, 2.205 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1140, '2021-04-18 00:00:00', 0.0693675551501557, 0.148695652173914, 0.0802503493891157, 0.19913043478261, 0.102352757444642, 0.280217391304348, 0.280286591050178, 0.700869565217393, 0.922450551391697, 2.22326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1155, '2021-04-18 00:00:00', 0.0604708141799741, 0.133913043478261, 0.0597615485721955, 0.193478260869565, 0.105172547854154, 0.298913043478261, 0.540237559369357, 0.970434782608696, 0.930377861101003, 2.22434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1170, '2021-04-18 00:00:00', 0.0447290923181401, 0.145652173913044, 0.0744206875484086, 0.210434782608696, 0.114300588388375, 0.321521739130436, 0.534132501954589, 1.0004347826087, 0.935102666046585, 2.21521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1185, '2021-04-18 00:00:00', 0.0483502537281152, 0.138260869565218, 0.0765517985785617, 0.200217391304349, 0.130189129677427, 0.315869565217392, 0.499628814790711, 1.01195652173913, 0.943419480509881, 2.21195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1200, '2021-04-18 00:00:00', 0.0529257627591365, 0.144772727272728, 0.10660543426448, 0.216363636363637, 0.132253200683042, 0.311363636363636, 0.486625061229331, 1.04204545454546, 0.972861429737998, 2.23113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1215, '2021-04-18 00:00:00', 0.101742396037812, 0.17090909090909, 0.129977520533959, 0.241818181818182, 0.117800228944573, 0.315681818181818, 0.483687864450258, 1.04295454545455, 0.972638470984001, 2.2325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1230, '2021-04-18 00:00:00', 0.0640227908554277, 0.146818181818182, 0.0800256993353549, 0.212272727272727, 0.100042198888477, 0.293181818181817, 0.488122119416037, 1.04318181818182, 0.977479641842453, 2.22454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1245, '2021-04-18 00:00:00', 0.0668675274985268, 0.153863636363636, 0.098422624365604, 0.216818181818181, 0.109624753500688, 0.291590909090908, 0.487973768012583, 1.05227272727273, 0.977352999320811, 2.22386363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1260, '2021-04-18 00:00:00', 0.0909572112903321, 0.1575, 0.10216170019637, 0.211818181818182, 0.128840987267251, 0.315, 0.479440510869913, 1.05818181818182, 0.97594243496409, 2.22727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1275, '2021-04-18 00:00:00', 0.0609981903074119, 0.142727272727272, 0.0807406193873176, 0.199999999999999, 0.228350593400792, 0.344772727272727, 0.506535213068078, 1.05772727272727, 0.974048125649986, 2.22568181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1290, '2021-04-18 00:00:00', 0.0446123272230855, 0.125454545454546, 0.119408716425735, 0.208181818181818, 0.261659704321856, 0.339090909090909, 0.50093764895297, 1.04863636363636, 1.00616834050631, 2.24340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1305, '2021-04-18 00:00:00', 0.125816166656785, 0.175227272727272, 0.237941319296527, 0.2825, 0.305231797518625, 0.390454545454545, 0.50550240749445, 1.05227272727273, 1.01572828562389, 2.25204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1320, '2021-04-18 00:00:00', 0.0545154090561687, 0.154473684210526, 0.0620000471608946, 0.186315789473683, 0.141495768952923, 0.338947368421052, 0.516647566143827, 1.05052631578947, 0.884580962677901, 2.20657894736842 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1335, '2021-04-18 00:00:00', 0.0553735322168942, 0.126315789473684, 0.0911027310366664, 0.225526315789472, 0.486062169633205, 0.747894736842105, 0.506770534136512, 1.05552631578947, 0.912518284684225, 2.23421052631579 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1350, '2021-04-18 00:00:00', 0.0793181837223089, 0.170526315789473, 0.142550904009474, 0.280263157894737, 0.477932621447077, 0.808421052631579, 0.500782282770509, 1.06131578947368, 0.917678548364653, 2.23684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1365, '2021-04-18 00:00:00', 0.125556655276455, 0.228157894736843, 0.492709272188565, 0.720263157894737, 0.455418963975524, 0.862105263157894, 0.501219565292078, 1.05894736842105, 0.938617326379668, 2.24052631578947 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 930, '2021-04-18 00:00:00', 0.130128141972957, 0.351666666666669, 0.13344786747391, 0.503333333333335, 0.140120260847605, 0.503333333333335, 0.147126273889986, 0.686666666666665, 0.154482587584485, 1.65666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 945, '2021-04-18 00:00:00', 0.105633012516608, 0.318333333333335, 0.163579746097534, 0.356666666666667, 0.112583302491977, 0.415000000000002, 0.222054798041687, 0.643333333333333, 0.468009971403744, 1.65666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 960, '2021-04-18 00:00:00', 0.15695009822658, 0.323333333333333, 0.149999999999999, 0.350000000000001, 0.0840138877408566, 0.423333333333334, 0.197568553503167, 0.636666666666665, 0.480138868800821, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 975, '2021-04-18 00:00:00', 0.0500832640043932, 0.196666666666665, 0.0500832640043861, 0.258333333333333, 0.0225462487641118, 0.358333333333332, 0.165906600230373, 0.609999999999997, 0.480138868800821, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 990, '2021-04-18 00:00:00', 0.115664859329853, 0.305217391304348, 0.292902538796102, 0.458478260869565, 0.275991206825616, 0.595652173913043, 0.517688118602593, 0.881521739130434, 0.98380723713637, 2.23195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1005, '2021-04-18 00:00:00', 0.228388624139566, 0.33, 0.231644106540318, 0.44108695652174, 0.22799629877032, 0.538695652173914, 0.466552722302365, 0.848478260869565, 0.957812065370431, 2.21804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1020, '2021-04-18 00:00:00', 0.105854792778364, 0.299347826086956, 0.115674256413595, 0.381521739130435, 0.180852996447698, 0.488478260869565, 0.38376669666655, 0.802173913043477, 0.911901869590607, 2.18673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1035, '2021-04-18 00:00:00', 0.0935208332140982, 0.219347826086957, 0.126907578957436, 0.331521739130436, 0.228973046724898, 0.456739130434783, 0.381798194940834, 0.75695652173913, 0.922718583848963, 2.19630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1050, '2021-04-18 00:00:00', 0.0902560039280444, 0.229347826086957, 0.141819416990668, 0.311739130434783, 0.203963445147706, 0.424782608695652, 0.37683883807461, 0.739347826086956, 0.922911219228088, 2.18586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1065, '2021-04-18 00:00:00', 0.0887322882176054, 0.204347826086956, 0.147796061819415, 0.293695652173913, 0.178967449068501, 0.389565217391304, 0.322537646790011, 0.683478260869565, 0.91393856229627, 2.16782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1080, '2021-04-18 00:00:00', 0.105633792054036, 0.211956521739131, 0.113054955331031, 0.277173913043478, 0.201440464826621, 0.386521739130434, 0.298630603177487, 0.650652173913043, 0.916589366725185, 2.18239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1095, '2021-04-18 00:00:00', 0.0702803533232515, 0.184347826086956, 0.138114061815392, 0.263695652173913, 0.203612871845145, 0.366739130434782, 0.274609136529745, 0.645217391304348, 0.918049196973256, 2.16934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1110, '2021-04-18 00:00:00', 0.0972253403101218, 0.198695652173914, 0.143382349066109, 0.26695652173913, 0.195386765524926, 0.361521739130436, 0.243953763519191, 0.640434782608697, 0.919633884876714, 2.17586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1125, '2021-04-18 00:00:00', 0.0721107114799524, 0.158958333333333, 0.118557146985955, 0.215833333333333, 0.132626580226623, 0.320625000000001, 0.157783417646018, 0.608958333333334, 0.947411423721025, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1140, '2021-04-18 00:00:00', 0.0709022469544401, 0.161458333333334, 0.0878847648006065, 0.244583333333334, 0.102455363204058, 0.324166666666667, 0.199093962231659, 0.648333333333333, 0.963169562893293, 2.13729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1155, '2021-04-18 00:00:00', 0.0523328083145442, 0.173125000000001, 0.0806088133959397, 0.236041666666668, 0.102289019343528, 0.310000000000001, 0.360500796497541, 0.852291666666667, 0.948650046767449, 2.15895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1170, '2021-04-18 00:00:00', 0.0698986714849601, 0.160208333333334, 0.0749444238530576, 0.216666666666667, 0.121571831214831, 0.289166666666667, 0.406922881986326, 0.891666666666667, 0.9547472681367, 2.17145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1185, '2021-04-18 00:00:00', 0.0591879682005577, 0.146458333333334, 0.0814007798274789, 0.1975, 0.105480268090869, 0.2775, 0.411545282961105, 0.927708333333333, 0.95777103856759, 2.17416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1200, '2021-04-18 00:00:00', 0.0433592801360106, 0.136875, 0.0773540584734819, 0.193541666666667, 0.0813774084663289, 0.263749999999999, 0.429000143576206, 0.960416666666667, 0.961632796793851, 2.169375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1215, '2021-04-18 00:00:00', 0.0622567731022213, 0.140416666666666, 0.0571658532920545, 0.196249999999999, 0.0884096095340948, 0.259791666666666, 0.446108576827256, 0.969583333333332, 0.970978864193317, 2.17270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1230, '2021-04-18 00:00:00', 0.0473883126299412, 0.13, 0.0594140317931134, 0.176875, 0.124402193698913, 0.259583333333333, 0.439579787402416, 0.971041666666665, 0.972097663691063, 2.17229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1245, '2021-04-18 00:00:00', 0.0632079470099881, 0.136874999999999, 0.0941030790822162, 0.194791666666666, 0.138766401302458, 0.293125, 0.438864590304558, 0.976041666666666, 0.981472177837744, 2.174375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1260, '2021-04-18 00:00:00', 0.0656127058877559, 0.144375, 0.0999399729257813, 0.195208333333334, 0.122281304340869, 0.30125, 0.432685413050481, 0.976666666666666, 0.984378873353318, 2.181875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1275, '2021-04-18 00:00:00', 0.0472485717903931, 0.120416666666666, 0.0661848531206996, 0.1975, 0.110081491553342, 0.298750000000001, 0.418597338601259, 0.977916666666666, 0.975119464996209, 2.18666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1290, '2021-04-18 00:00:00', 0.0506461867457369, 0.147083333333333, 0.0800744105934225, 0.219791666666667, 0.129840342316067, 0.315416666666668, 0.411600798579526, 0.984999999999999, 0.974377146835537, 2.19104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1305, '2021-04-18 00:00:00', 0.0961317031359904, 0.170000000000001, 0.11670211676731, 0.239583333333334, 0.114155492418347, 0.325208333333334, 0.40922066041812, 0.994374999999999, 0.964166588378237, 2.19708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 930, '2021-04-18 00:00:00', 0.0854887906882166, 0.251666666666665, 0.142682631505498, 0.358333333333334, 0.036855573979164, 0.491666666666667, 0.0779422863406004, 0.754999999999998, 0.664949872797444, 2.16666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 945, '2021-04-18 00:00:00', 0.0812916559883802, 0.273333333333336, 0.0665832811847985, 0.328333333333333, 0.230651251893414, 0.585000000000001, 0.102021239618687, 0.733333333333332, 0.67505555326951, 2.145 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 960, '2021-04-18 00:00:00', 0.0401040313850488, 0.161666666666666, 0.036170890690351, 0.348333333333334, 0.211660104885167, 0.51, 0.0832666399786475, 0.683333333333332, 0.685097316688175, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 975, '2021-04-18 00:00:00', 0.020207259421637, 0.336666666666666, 0.196617225423749, 0.498333333333332, 0.206448086694936, 0.498333333333332, 0.216770491029683, 0.678333333333332, 0.227609015581167, 2.125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 990, '2021-04-18 00:00:00', 0.166089989509858, 0.343269230769232, 0.202497198461152, 0.468653846153847, 0.194833360751024, 0.605961538461539, 0.304667788810142, 0.862692307692308, 0.897336914687866, 2.15346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1005, '2021-04-18 00:00:00', 0.158971332684181, 0.33326923076923, 0.171207139498867, 0.416730769230769, 0.183522897334784, 0.540576923076922, 0.295038198309199, 0.808461538461538, 0.883840570378025, 2.10807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1020, '2021-04-18 00:00:00', 0.0605982990368032, 0.256923076923076, 0.115215684028494, 0.369423076923077, 0.120308577608389, 0.436923076923076, 0.249166919646557, 0.733076923076923, 0.874767309719474, 2.07038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1035, '2021-04-18 00:00:00', 0.104933861954163, 0.273653846153847, 0.12747201804559, 0.353653846153845, 0.133800799123749, 0.419423076923076, 0.239027275559795, 0.714038461538461, 0.860136326404135, 2.0575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1050, '2021-04-18 00:00:00', 0.109261859064148, 0.228076923076923, 0.110467711955193, 0.288653846153846, 0.208148615546311, 0.405384615384615, 0.255276622208446, 0.678076923076923, 0.855979331166714, 2.03884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1065, '2021-04-18 00:00:00', 0.0682461607824089, 0.191538461538461, 0.0988759907078631, 0.267307692307693, 0.203574688618585, 0.380576923076923, 0.236381048309716, 0.625, 0.869542408396508, 2.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1080, '2021-04-18 00:00:00', 0.0784592005684861, 0.199615384615385, 0.167725966981859, 0.29, 0.181755647462782, 0.361346153846154, 0.225890460179265, 0.607499999999999, 0.863965655478361, 1.99942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1095, '2021-04-18 00:00:00', 0.109592251270159, 0.202307692307692, 0.121476176835055, 0.272692307692307, 0.13869071845158, 0.351346153846153, 0.238457220804585, 0.624615384615384, 0.856224561665922, 2.0075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1110, '2021-04-18 00:00:00', 0.0739282396340164, 0.180769230769231, 0.108758907681164, 0.2475, 0.132007721219399, 0.334038461538461, 0.24135267842851, 0.611346153846154, 0.870162075972942, 2.01096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1125, '2021-04-18 00:00:00', 0.0707718435972503, 0.179423076923078, 0.0863661703713637, 0.253653846153846, 0.10396097640646, 0.328269230769231, 0.241544071468414, 0.601538461538462, 0.91786390812917, 2.12192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1140, '2021-04-18 00:00:00', 0.0706976226343849, 0.181923076923077, 0.0893558142398215, 0.232692307692308, 0.104737033344687, 0.314615384615384, 0.23468800893625, 0.607692307692308, 0.930966082171551, 2.14538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1155, '2021-04-18 00:00:00', 0.0512703993172854, 0.144423076923077, 0.0791920741954939, 0.209230769230769, 0.11623666176582, 0.284807692307693, 0.365535434460401, 0.848076923076923, 0.905509057848763, 2.16557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1170, '2021-04-18 00:00:00', 0.0594642749892739, 0.155, 0.0836862271546804, 0.209230769230769, 0.104310188306873, 0.286153846153846, 0.402490563673428, 0.920576923076923, 0.891341426425104, 2.18653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1185, '2021-04-18 00:00:00', 0.0635803549727549, 0.147692307692308, 0.0922123385703635, 0.216346153846154, 0.123830529353629, 0.3, 0.423126867681368, 0.992884615384616, 0.885205082713345, 2.19403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1200, '2021-04-18 00:00:00', 0.0679561510206287, 0.155961538461539, 0.082462345719355, 0.215961538461539, 0.131256794695918, 0.292884615384615, 0.435835007595941, 1.00192307692308, 0.875221664230532, 2.21019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1215, '2021-04-18 00:00:00', 0.0487351555308419, 0.138653846153847, 0.0642102915307325, 0.199807692307692, 0.116432879310852, 0.281153846153847, 0.468267387454911, 1.01288461538462, 0.883393391765744, 2.22173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1230, '2021-04-18 00:00:00', 0.0483723538334102, 0.141730769230769, 0.075620510038358, 0.197307692307692, 0.120071292924726, 0.268653846153846, 0.45439867280413, 1.03192307692308, 0.883474978967452, 2.23096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1245, '2021-04-18 00:00:00', 0.0531590501738383, 0.136730769230769, 0.0850468196845807, 0.200192307692307, 0.0913617071779073, 0.274807692307693, 0.451311933742575, 1.04730769230769, 0.887421610839299, 2.23365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1260, '2021-04-18 00:00:00', 0.0649855013415719, 0.151346153846154, 0.0736331864979791, 0.199615384615385, 0.0825043122416126, 0.270192307692308, 0.453855831057194, 1.06134615384615, 0.883767481602747, 2.22980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1275, '2021-04-18 00:00:00', 0.0580772032596405, 0.135192307692308, 0.066812308861352, 0.19673076923077, 0.173966508713161, 0.312884615384616, 0.461044508113414, 1.06403846153846, 0.877102068439893, 2.22403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1290, '2021-04-18 00:00:00', 0.0531257579131463, 0.152115384615385, 0.0764299578799986, 0.198461538461539, 0.173882475783546, 0.331346153846155, 0.448002103360448, 1.07326923076923, 0.88329984455145, 2.21615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1305, '2021-04-18 00:00:00', 0.0577767587023856, 0.136923076923077, 0.169725230434822, 0.240576923076923, 0.162540882431277, 0.331538461538461, 0.436062319117172, 1.07288461538462, 0.88480367226947, 2.21346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 930, '2021-04-18 00:00:00', 0.0567890834580033, 0.290000000000002, 0.0275378527364338, 0.411666666666669, 0.0476969600708505, 0.435000000000002, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 945, '2021-04-18 00:00:00', 0.0604841577054149, 0.201666666666668, 0.0217944947177023, 0.295000000000002, 0.0381881307912973, 0.473333333333334, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 960, '2021-04-18 00:00:00', 0.05795112883571, 0.221666666666669, 0.11056672193748, 0.365000000000002, 0.0930501656813867, 0.476666666666669, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 975, '2021-04-18 00:00:00', 0.124230967690564, 0.296666666666669, 0.0592311854797245, 0.406666666666666, 0.141450815951462, 0.526666666666669, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 990, '2021-04-18 00:00:00', 0.162746617594535, 0.352307692307693, 0.220813182438145, 0.497307692307693, 0.255551364699937, 0.667500000000001, 0.309145534560119, 0.934807692307693, 0.817438306305366, 2.11076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1005, '2021-04-18 00:00:00', 0.181179575177607, 0.354038461538462, 0.201466164366663, 0.481153846153847, 0.236196218949741, 0.584423076923078, 0.321717984480914, 0.872307692307693, 0.809217285643736, 2.07884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1020, '2021-04-18 00:00:00', 0.120295309710984, 0.299807692307692, 0.159832604741528, 0.397307692307692, 0.243184323887489, 0.506153846153846, 0.31263477093887, 0.7975, 0.810655195600353, 2.05461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1035, '2021-04-18 00:00:00', 0.0903625177570028, 0.235769230769232, 0.173633234146001, 0.337500000000001, 0.219382349756345, 0.453846153846155, 0.274172320883166, 0.742692307692309, 0.807679487077735, 2.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1050, '2021-04-18 00:00:00', 0.119114844389128, 0.242884615384616, 0.157154015587845, 0.339230769230769, 0.178061463027193, 0.436730769230769, 0.233508771042645, 0.702884615384616, 0.797696708318104, 2.02596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1065, '2021-04-18 00:00:00', 0.0881920980238368, 0.225384615384615, 0.103793619190273, 0.296346153846154, 0.143978630893081, 0.384615384615385, 0.198474567252719, 0.643076923076923, 0.80822236087316, 2.04923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1080, '2021-04-18 00:00:00', 0.0876215639071705, 0.203461538461539, 0.104833384289254, 0.275961538461538, 0.161122146689542, 0.387884615384616, 0.17758475766193, 0.612115384615385, 0.818926407889293, 2.06269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1095, '2021-04-18 00:00:00', 0.0936876972466752, 0.194230769230769, 0.130601124980431, 0.265576923076923, 0.153844201910694, 0.400961538461538, 0.175974320679074, 0.599807692307692, 0.819999085365344, 2.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1110, '2021-04-18 00:00:00', 0.0872617635887308, 0.176153846153847, 0.13257639307207, 0.272500000000001, 0.12605493308017, 0.379615384615385, 0.181990807037481, 0.584423076923077, 0.835066740768941, 2.09230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1125, '2021-04-18 00:00:00', 0.093776329636001, 0.195, 0.111194216783761, 0.266923076923076, 0.134257072582645, 0.370192307692308, 0.223983601734935, 0.594423076923077, 0.84041537349099, 2.18 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1140, '2021-04-18 00:00:00', 0.0724005949826805, 0.179615384615384, 0.0946881521302753, 0.265384615384615, 0.108256817159652, 0.333461538461539, 0.25189191821402, 0.608461538461539, 0.844561333565447, 2.20538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1155, '2021-04-18 00:00:00', 0.0537773186389952, 0.165, 0.0769697742873525, 0.217884615384616, 0.0853258460256902, 0.2975, 0.439814864897284, 0.803653846153847, 0.839547886571191, 2.21557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1170, '2021-04-18 00:00:00', 0.0579787759575728, 0.146538461538461, 0.0624376612187027, 0.207307692307693, 0.0955882596588894, 0.306346153846154, 0.464421103674739, 0.839807692307693, 0.844251238581356, 2.22692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1185, '2021-04-18 00:00:00', 0.0442788367577023, 0.153846153846154, 0.0661713974928271, 0.214423076923076, 0.152146311161328, 0.3225, 0.461110198742792, 0.861153846153847, 0.851922915436693, 2.25057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1200, '2021-04-18 00:00:00', 0.0644670458451447, 0.155, 0.0838478475481725, 0.222307692307692, 0.13857142007477, 0.300961538461539, 0.467554398315978, 0.873653846153847, 0.84976901838993, 2.25423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1215, '2021-04-18 00:00:00', 0.0552995340083302, 0.149038461538462, 0.117014791964355, 0.227307692307694, 0.122351479825069, 0.30173076923077, 0.476656020142893, 0.895192307692308, 0.849868428731087, 2.25711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1230, '2021-04-18 00:00:00', 0.122547949799252, 0.18, 0.113253459787531, 0.227115384615385, 0.142817931431811, 0.325192307692307, 0.474271911622274, 0.934615384615385, 0.83371377213415, 2.26942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1245, '2021-04-18 00:00:00', 0.050753173451367, 0.14173076923077, 0.095134924429222, 0.220576923076923, 0.130080596318058, 0.295192307692308, 0.461126880587112, 0.935, 0.803542158197067, 2.275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1260, '2021-04-18 00:00:00', 0.0792726550971642, 0.176923076923077, 0.105122090191139, 0.235576923076923, 0.145595857929249, 0.311923076923077, 0.458724318082223, 0.935, 0.795911982957528, 2.28173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1275, '2021-04-18 00:00:00', 0.0705156829255834, 0.147307692307693, 0.0877857969938533, 0.207884615384616, 0.146307368761269, 0.300384615384615, 0.45587768265014, 0.927692307692308, 0.78554079852917, 2.29211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1290, '2021-04-18 00:00:00', 0.0677949396795495, 0.161923076923078, 0.0993068283344395, 0.224615384615386, 0.16131300200351, 0.341730769230769, 0.454087927778141, 0.934615384615385, 0.783985674908374, 2.30153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1305, '2021-04-18 00:00:00', 0.0855812704168018, 0.158076923076923, 0.122256351101344, 0.226153846153846, 0.161864140562386, 0.355, 0.455947534093731, 0.938076923076923, 0.790796774437996, 2.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 930, '2021-04-18 00:00:00', 0.126194294641239, 0.274999999999999, 0.0288675134594796, 0.398333333333333, 0.0935859676091079, 0.471666666666666, 0.26186828750347, 0.779999999999999, 1.09421204526362, 2.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 945, '2021-04-18 00:00:00', 0.0644851404071765, 0.271666666666668, 0.155483118054663, 0.369999999999997, 0.189010581714357, 0.459999999999998, 0.26186828750347, 0.779999999999999, 1.09421204526362, 2.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 960, '2021-04-18 00:00:00', 0.0981495457622353, 0.256666666666665, 0.0617116952719101, 0.301666666666667, 0.144654761414892, 0.45, 0.282798514847586, 0.739999999999997, 1.07918178882584, 2.66666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 975, '2021-04-18 00:00:00', 0.0776208734813007, 0.224999999999999, 0.150526852532471, 0.328333333333333, 0.181934053986599, 0.400000000000001, 0.232611980201652, 0.80333333333333, 1.11145175333885, 2.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 990, '2021-04-18 00:00:00', 0.143454406229529, 0.307, 0.200313920301777, 0.440600000000001, 0.246723022841405, 0.5342, 0.336207029472417, 0.9168, 0.757150469413665, 2.3168 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1005, '2021-04-18 00:00:00', 0.141342668716847, 0.289400000000001, 0.197253432585259, 0.386200000000001, 0.256072092713492, 0.519, 0.321658203688325, 0.9116, 0.764933711724966, 2.3094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1020, '2021-04-18 00:00:00', 0.0913838060052214, 0.240200000000001, 0.148183444869302, 0.331000000000001, 0.181647552511266, 0.478000000000001, 0.334262496649962, 0.8528, 0.761779605047724, 2.2646 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1035, '2021-04-18 00:00:00', 0.0796476616103705, 0.226, 0.0907776587786526, 0.325200000000001, 0.154475456518719, 0.4472, 0.332861082134875, 0.8144, 0.755135307963635, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1050, '2021-04-18 00:00:00', 0.0589052912167783, 0.2236, 0.123157419589727, 0.3236, 0.143363756461202, 0.388599999999999, 0.370982703999346, 0.7936, 0.766673985472313, 2.2316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1065, '2021-04-18 00:00:00', 0.104575730135311, 0.2244, 0.12542195448432, 0.291599999999999, 0.145687450843694, 0.3504, 0.424143745287687, 0.778, 0.812653165050544, 2.2452 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1080, '2021-04-18 00:00:00', 0.0661740130262628, 0.175399999999999, 0.0751764590812845, 0.216599999999999, 0.16427289287443, 0.322799999999999, 0.436483772130572, 0.7542, 0.846503740885611, 2.2346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1095, '2021-04-18 00:00:00', 0.0614294988855781, 0.165600000000001, 0.0862129147324625, 0.2258, 0.220642622053552, 0.3546, 0.440312389105735, 0.768000000000001, 0.906293366778477, 2.2552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1110, '2021-04-18 00:00:00', 0.0642748006609138, 0.163, 0.143933723173783, 0.2374, 0.231558667872025, 0.369400000000001, 0.441971624277697, 0.7742, 0.918377191935136, 2.266 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1125, '2021-04-18 00:00:00', 0.103837613608943, 0.1702, 0.201660192733552, 0.2772, 0.227804375140894, 0.381400000000002, 0.444964698974349, 0.784600000000001, 0.902852793464508, 2.3066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1140, '2021-04-18 00:00:00', 0.0601981247984435, 0.170217391304348, 0.135476760254923, 0.248043478260871, 0.189670767383907, 0.340000000000001, 0.317127827994545, 0.73217391304348, 0.927246497536483, 2.29739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1155, '2021-04-18 00:00:00', 0.108823659802482, 0.178043478260871, 0.130871206639478, 0.240000000000002, 0.216336273886766, 0.363260869565218, 0.322653125702652, 0.843695652173914, 0.937222000942884, 2.30347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1170, '2021-04-18 00:00:00', 0.0551202422592592, 0.147826086956522, 0.0839995765093783, 0.203260869565217, 0.133506968626872, 0.333260869565217, 0.29625244949872, 0.872173913043479, 0.937657180499511, 2.29847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1185, '2021-04-18 00:00:00', 0.0748938642953535, 0.139999999999999, 0.121137967271308, 0.228043478260869, 0.135166783229229, 0.322826086956521, 0.274470384731871, 0.878913043478261, 0.941103443676413, 2.28565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1200, '2021-04-18 00:00:00', 0.115628972530839, 0.177826086956522, 0.122390953319865, 0.250000000000001, 0.174111238351113, 0.345217391304348, 0.275647279915657, 0.897173913043479, 0.939126559975903, 2.28717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1215, '2021-04-18 00:00:00', 0.0674639414740168, 0.158260869565218, 0.0703499159341129, 0.223260869565217, 0.116142715805955, 0.323695652173913, 0.272534220210546, 0.89108695652174, 0.945163787383032, 2.28630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1230, '2021-04-18 00:00:00', 0.0718811326649871, 0.161521739130434, 0.113580341922122, 0.236304347826086, 0.165901239729767, 0.321304347826087, 0.272034495603809, 0.901304347826087, 0.945804026697389, 2.2845652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1245, '2021-04-18 00:00:00', 0.0780803528550973, 0.150217391304347, 0.0965875260974657, 0.212826086956522, 0.181932424582933, 0.29695652173913, 0.288242082326151, 0.888043478260871, 0.957718540267203, 2.2695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1260, '2021-04-18 00:00:00', 0.0966008248804791, 0.158913043478262, 0.163952839551007, 0.221521739130436, 0.17750466230029, 0.314782608695653, 0.29492144060153, 0.891739130434784, 0.960427070684061, 2.27260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1275, '2021-04-18 00:00:00', 0.102114018270131, 0.150000000000001, 0.106104672757742, 0.211739130434782, 0.146454136948223, 0.319782608695653, 0.302889249121195, 0.888478260869567, 0.950484170358857, 2.26760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1290, '2021-04-18 00:00:00', 0.0679484808323974, 0.150217391304347, 0.0881271987643738, 0.218695652173913, 0.164519302182187, 0.329347826086956, 0.314097930399776, 0.889347826086958, 0.948972660655688, 2.27173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1305, '2021-04-18 00:00:00', 0.0712757823818881, 0.154347826086957, 0.108508574186268, 0.233260869565218, 0.159808123584616, 0.345, 0.311310661660087, 0.874347826086957, 0.951256917620133, 2.26978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 930, '2021-04-18 00:00:00', 0.168893457540544, 0.330000000000001, 0.138112273169327, 0.539999999999999, 0.084113019206301, 0.589999999999999, 0.27983626164837, 0.941666666666665, 1.92255905847735, 2.93333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 945, '2021-04-18 00:00:00', 0.136106575888162, 0.37, 0.136137185711083, 0.406666666666666, 0.205081284697879, 0.606666666666667, 0.311086804606048, 0.93, 1.92255905847735, 2.93333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 960, '2021-04-18 00:00:00', 0.0476969600708467, 0.24, 0.166232768530555, 0.371666666666667, 0.335894328621368, 0.539999999999999, 0.175000000000001, 0.825000000000001, 2.01107143914216, 2.82833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 975, '2021-04-18 00:00:00', 0.0911500594258387, 0.271666666666668, 0.215077505409874, 0.428333333333335, 0.248210260330499, 0.508333333333333, 0.166608323121428, 0.771666666666668, 2.01246325018206, 2.82666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1320, '2021-04-18 00:00:00', 0.0538284311493475, 0.165, 0.0740366704507202, 0.207857142857144, 0.118921242445418, 0.370476190476191, 0.422005980548909, 1.04238095238095, 1.00585151086269, 2.22619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1335, '2021-04-18 00:00:00', 0.0787385668193288, 0.146190476190477, 0.0840131792382251, 0.214285714285715, 0.379053018028072, 0.679761904761905, 0.423140891767403, 1.05428571428571, 1.00800622399817, 2.23904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1350, '2021-04-18 00:00:00', 0.0730581959810118, 0.175, 0.122806952649464, 0.299047619047618, 0.406471020462947, 0.760238095238095, 0.41939383695542, 1.06309523809524, 0.997096200641309, 2.25166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1365, '2021-04-18 00:00:00', 0.101942444078812, 0.234523809523809, 0.384346848562596, 0.625, 0.39944738612953, 0.795714285714286, 0.422711203902571, 1.06380952380952, 0.981612618772463, 2.24666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1320, '2021-04-18 00:00:00', 0.0439164676002318, 0.141739130434783, 0.0580224162760728, 0.204347826086957, 0.087786797066133, 0.312608695652174, 0.461753831376107, 1.08934782608696, 0.884286910409144, 2.18760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1335, '2021-04-18 00:00:00', 0.0477601054017283, 0.140869565217392, 0.072768515973572, 0.199565217391305, 0.399213653952338, 0.680217391304348, 0.453478649305008, 1.09260869565217, 0.890155591053938, 2.17739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1350, '2021-04-18 00:00:00', 0.055298328531158, 0.155217391304348, 0.0851150117041124, 0.248260869565217, 0.393514869565522, 0.76195652173913, 0.416098242048165, 1.08826086956522, 0.870378705454752, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1365, '2021-04-18 00:00:00', 0.0571844322218687, 0.202173913043478, 0.363004997842314, 0.641086956521739, 0.37662297017054, 0.841956521739131, 0.402824145862831, 1.08173913043478, 0.863214016762458, 2.1704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1320, '2021-04-18 00:00:00', 0.0646654510025231, 0.155434782608695, 0.120759699976192, 0.239782608695653, 0.189493552196667, 0.401521739130435, 0.528288122070664, 0.972391304347826, 0.75947330667859, 2.27260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1335, '2021-04-18 00:00:00', 0.103095853169327, 0.17913043478261, 0.127975649240076, 0.248695652173913, 0.44406005006445, 0.655652173913044, 0.536845750363915, 0.980217391304348, 0.753774953047591, 2.27304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1350, '2021-04-18 00:00:00', 0.0732132355903818, 0.170217391304347, 0.148434851494991, 0.304782608695651, 0.439832096063115, 0.695, 0.53906127233921, 0.984347826086957, 0.739887356558589, 2.28086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1365, '2021-04-18 00:00:00', 0.129951343889382, 0.243478260869564, 0.396310928159515, 0.598478260869565, 0.412759081412558, 0.712826086956522, 0.553644143782506, 1.00673913043478, 0.749645304796844, 2.30608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1320, '2021-04-18 00:00:00', 0.0613145470847705, 0.159, 0.0702715597184462, 0.214749999999999, 0.137839532943584, 0.3605, 0.323741592046887, 0.871750000000001, 0.758004652117372, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1335, '2021-04-18 00:00:00', 0.0685181497276837, 0.154999999999999, 0.117014394076338, 0.241500000000001, 0.280224886193402, 0.55125, 0.349437141399528, 0.862, 0.777447366639528, 2.15175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1350, '2021-04-18 00:00:00', 0.0730442367768728, 0.172750000000001, 0.0909203671236251, 0.280750000000001, 0.287923029736476, 0.636250000000001, 0.315015037235066, 0.856500000000001, 0.763699918678451, 2.13925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1365, '2021-04-18 00:00:00', 0.0845592286973734, 0.2115, 0.250586023678812, 0.474749999999999, 0.262770036543864, 0.65175, 0.306585181775327, 0.8405, 0.77010269308368, 2.1315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1365);
Date: 2021-04-23 14:04:56 Duration: 1s526ms 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 1028681, 5, 930, '2021-04-18 00:00:00', 0.766719308498041, 1.06695652173913, 0.76080880615677, 1.18869565217391, 0.744441324333552, 1.43739130434782, 0.755739566577082, 1.80173913043478, 1.86309095460698, 4.83521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 945, '2021-04-18 00:00:00', 0.345477271979714, 0.569999999999999, 0.372245084805771, 0.768695652173913, 0.401835708665735, 1.01086956521739, 0.54109170863556, 1.49565217391304, 1.72827280180831, 4.65782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 960, '2021-04-18 00:00:00', 0.316080241975973, 0.52391304347826, 0.391709035355897, 0.78782608695652, 0.386538300440603, 0.918695652173912, 0.566120910561952, 1.42739130434783, 1.7372721791665, 4.63652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 975, '2021-04-18 00:00:00', 0.289869126800246, 0.531739130434783, 0.277664597056409, 0.63608695652174, 0.373556245798012, 0.794782608695652, 0.580661677906957, 1.3495652173913, 1.76123362264005, 4.62434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 990, '2021-04-18 00:00:00', 0.236694128934234, 0.431739130434783, 0.363129785485461, 0.592173913043478, 0.452717748364025, 0.795217391304348, 0.599361979615569, 1.29434782608696, 1.74828939545965, 4.59391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1005, '2021-04-18 00:00:00', 0.203915234656218, 0.382173913043479, 0.256660677855632, 0.552608695652174, 0.401970443135002, 0.775652173913045, 0.556049376486395, 1.22, 1.72683298958326, 4.60391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1020, '2021-04-18 00:00:00', 0.241988632013397, 0.423043478260869, 0.38117407557352, 0.618695652173913, 0.412808753775494, 0.752608695652175, 0.540738771471338, 1.25434782608696, 1.72441684019125, 4.6004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1035, '2021-04-18 00:00:00', 0.335445547615435, 0.423478260869565, 0.389540623341395, 0.583478260869566, 0.383646432252716, 0.668695652173914, 0.619694238005003, 1.24130434782609, 1.71581379993501, 4.61521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1050, '2021-04-18 00:00:00', 0.201763960241106, 0.347826086956521, 0.220017965489957, 0.424782608695651, 0.221460298996503, 0.56913043478261, 0.562565059917797, 1.14391304347826, 1.70221199963448, 4.60434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1065, '2021-04-18 00:00:00', 0.128837919442089, 0.290869565217392, 0.150147490071275, 0.375217391304348, 0.231372430468774, 0.561739130434785, 0.574858291525805, 1.19434782608696, 1.64980966682793, 4.78086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1080, '2021-04-18 00:00:00', 0.108789603665114, 0.255217391304349, 0.167045945254851, 0.399565217391306, 0.257661266129082, 0.565652173913045, 0.647773932165901, 1.29739130434783, 1.64195066195199, 4.81739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1095, '2021-04-18 00:00:00', 0.14198619317167, 0.286521739130434, 0.220493517601647, 0.419130434782609, 0.27967301630195, 0.624782608695652, 1.37767734308875, 2.13695652173913, 1.66918230436864, 4.84173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1110, '2021-04-18 00:00:00', 0.179960469967681, 0.293043478260869, 0.174770317936488, 0.420869565217391, 0.271418466928325, 0.630434782608697, 1.35775841191957, 2.18521739130435, 1.63782247224566, 4.81478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1125, '2021-04-18 00:00:00', 0.106037132730884, 0.254347826086957, 0.148299984408274, 0.397391304347827, 0.247463815377012, 0.572608695652175, 1.36576087467698, 2.23869565217391, 1.6104883505548, 4.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1140, '2021-04-18 00:00:00', 0.122174561086272, 0.291363636363637, 0.221187272517677, 0.440000000000001, 0.25090183658501, 0.547727272727272, 1.36078543973215, 2.34318181818182, 1.5407709460608, 4.91681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1155, '2021-04-18 00:00:00', 0.173856810266928, 0.295, 0.19340254769404, 0.389545454545454, 0.229263832214994, 0.519999999999998, 1.37962610218065, 2.37590909090909, 1.54078070951229, 4.90636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1170, '2021-04-18 00:00:00', 0.141360121613854, 0.272727272727272, 0.169243286553086, 0.383636363636361, 0.223599053657518, 0.508181818181817, 1.38982830855927, 2.40681818181818, 1.54954901971579, 4.88545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1185, '2021-04-18 00:00:00', 0.138302166206784, 0.276818181818179, 0.185309498918998, 0.374090909090908, 0.199554156739121, 0.458636363636363, 1.41957252269342, 2.48363636363636, 1.55348651307964, 4.88181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1200, '2021-04-18 00:00:00', 0.126621944713848, 0.249545454545453, 0.148866569152563, 0.317727272727272, 0.25977387769456, 0.505909090909091, 1.40172134437367, 2.49318181818182, 1.54189179355437, 4.90272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1215, '2021-04-18 00:00:00', 0.110265323463188, 0.208181818181817, 0.16187818090943, 0.309545454545455, 0.473001835018362, 0.585454545454545, 1.40424063995164, 2.49818181818182, 1.5411575033774, 4.90045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1230, '2021-04-18 00:00:00', 0.104284824760485, 0.21909090909091, 0.245773361971036, 0.379545454545455, 0.495663445376246, 0.608181818181819, 1.40061435190796, 2.52409090909091, 1.53728157213785, 4.89818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1245, '2021-04-18 00:00:00', 0.242028315756043, 0.315909090909089, 0.458927084910087, 0.500454545454544, 0.516365922804524, 0.683636363636364, 1.41079979465765, 2.55681818181818, 1.54069164206558, 4.89545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1260, '2021-04-18 00:00:00', 0.1084877442077, 0.24157894736842, 0.161583899956483, 0.362631578947369, 0.467074383296885, 0.668421052631578, 1.51230837073235, 2.54894736842105, 1.61354881118666, 4.93789473684211 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1275, '2021-04-18 00:00:00', 0.146915657866395, 0.28789473684211, 0.196683020432155, 0.392105263157898, 1.56911268552741, 1.87578947368421, 1.52700946124667, 2.56368421052632, 1.58903902697189, 5.01684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1290, '2021-04-18 00:00:00', 0.0988441977993472, 0.255789473684212, 0.354304359198936, 0.527368421052631, 1.54942000089753, 1.98368421052631, 1.51614604521113, 2.57894736842105, 1.58548736211885, 5.01578947368421 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1305, '2021-04-18 00:00:00', 0.332301913030169, 0.426315789473683, 1.57307498622307, 1.83263157894737, 1.55358310618913, 2.06263157894737, 1.50256019330439, 2.56736842105263, 1.54022725595933, 5.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 870, '2021-04-18 00:00:00', 0.277368587502865, 0.646666666666671, 0.156311654502572, 1.02333333333334, 0.122882057274454, 1.24, 0.199749843554381, 1.73, 0.612562921938088, 4.21333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 885, '2021-04-18 00:00:00', 0.125033328890072, 0.576666666666668, 0.183575597506853, 0.659999999999997, 0.165630109984064, 0.886666666666665, 0.440340777126078, 1.57, 0.821056230311498, 4.41666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 900, '2021-04-18 00:00:00', 0.00577350269189921, 0.356666666666664, 0.18583146486356, 0.593333333333334, 0.127671453348045, 0.809999999999997, 0.486038407261538, 1.38666666666667, 0.825853094280898, 4.38666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 915, '2021-04-18 00:00:00', 0.141774468787584, 0.550000000000002, 0.0793725393319353, 0.660000000000001, 0.1616580753731, 0.896666666666666, 0.530031445608027, 1.35666666666666, 0.887073841345802, 4.43 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 930, '2021-04-18 00:00:00', 0.713170990940351, 1.02708333333333, 0.73004355141082, 1.20625, 1.14961422325876, 1.61041666666667, 1.25498628666219, 2.18583333333333, 1.50354629103176, 4.70916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 945, '2021-04-18 00:00:00', 0.238726998284955, 0.559166666666667, 0.51832436266062, 0.905833333333334, 0.773165781761554, 1.21875, 0.875232474293527, 1.84166666666667, 1.44391520637065, 4.47958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 960, '2021-04-18 00:00:00', 0.200527836081374, 0.521250000000001, 0.32477835251271, 0.76125, 0.465776389405404, 1.07541666666667, 0.689889588939808, 1.64791666666667, 1.46134684501978, 4.43291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 975, '2021-04-18 00:00:00', 0.116934733437324, 0.397083333333332, 0.219399708030931, 0.641666666666664, 0.45806777550546, 0.919999999999998, 0.576258389860016, 1.47291666666666, 1.46577321683417, 4.36041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 990, '2021-04-18 00:00:00', 0.223197692965065, 0.455416666666666, 0.321727391579816, 0.669583333333332, 0.451006724137667, 0.873749999999999, 0.548458809043479, 1.41625, 1.44827633683151, 4.335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1005, '2021-04-18 00:00:00', 0.281979287963813, 0.459166666666668, 0.419036161145819, 0.639999999999999, 0.397830848549947, 0.807916666666666, 0.521176901175445, 1.35416666666667, 1.43087892316353, 4.31666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1020, '2021-04-18 00:00:00', 0.22783797955463, 0.403333333333333, 0.239292435244446, 0.524999999999999, 0.291919869390435, 0.695416666666666, 0.443042020449593, 1.22916666666667, 1.43820534050228, 4.25208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1035, '2021-04-18 00:00:00', 0.135383914656899, 0.296250000000001, 0.19140924742551, 0.451250000000001, 0.240277240232847, 0.678750000000001, 0.511493267129528, 1.28083333333333, 1.44838834721487, 4.23875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1050, '2021-04-18 00:00:00', 0.143793707910961, 0.283750000000001, 0.222821173505389, 0.468333333333335, 0.22916989457542, 0.641666666666667, 0.525704323961561, 1.22208333333333, 1.44966856531945, 4.21791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1065, '2021-04-18 00:00:00', 0.166797955536076, 0.299583333333334, 0.200079694266987, 0.433333333333334, 0.255562749321138, 0.594166666666668, 0.515317370902264, 1.18708333333333, 2.41069161403341, 4.55083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1080, '2021-04-18 00:00:00', 0.132549553216791, 0.260416666666668, 0.176782331565185, 0.377916666666668, 0.211685780262202, 0.567500000000001, 0.580470667348637, 1.16375, 2.43436745943093, 4.53833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1095, '2021-04-18 00:00:00', 0.15007968897715, 0.267500000000001, 0.172467178141904, 0.391666666666669, 0.25547767139167, 0.589166666666667, 0.996866739891271, 1.77041666666667, 2.43354932533544, 4.56333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1110, '2021-04-18 00:00:00', 0.104794484864285, 0.250833333333333, 0.167136475520084, 0.432916666666665, 0.250329854855318, 0.569583333333332, 1.10932673144635, 1.92333333333333, 2.44683909523512, 4.65291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1125, '2021-04-18 00:00:00', 0.101659241829139, 0.272916666666666, 0.140479896957804, 0.377083333333334, 0.201645405514776, 0.5, 1.14223457259907, 1.97291666666667, 2.46612925011259, 4.6575 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1140, '2021-04-18 00:00:00', 0.0751230874024052, 0.220000000000001, 0.113481627192004, 0.315416666666666, 0.19163626097829, 0.48125, 1.10591091380606, 2.00041666666667, 2.48425636964966, 4.65416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1155, '2021-04-18 00:00:00', 0.0767973052063447, 0.2075, 0.105904489373987, 0.303750000000001, 0.218844130885862, 0.491666666666667, 1.08606180930147, 2.01541666666667, 2.48780620429826, 4.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1170, '2021-04-18 00:00:00', 0.0858451166809814, 0.207083333333334, 0.140603641695269, 0.319583333333335, 0.196961980440721, 0.478750000000001, 1.07155100577201, 2.00708333333333, 2.49079290093783, 4.65833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1185, '2021-04-18 00:00:00', 0.122875422950309, 0.22125, 0.158401777731205, 0.350416666666665, 0.180987128215543, 0.487916666666665, 1.05710810054217, 1.99583333333333, 2.49478281707002, 4.6725 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1200, '2021-04-18 00:00:00', 0.12223462826804, 0.252499999999999, 0.130477800877157, 0.346250000000001, 0.141326531146129, 0.475833333333332, 1.02118288898396, 1.99166666666667, 2.48677181461649, 4.68416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1215, '2021-04-18 00:00:00', 0.0800135858029315, 0.202500000000001, 0.114720043609636, 0.302916666666665, 0.40166478741517, 0.569583333333333, 0.966631308698679, 1.9925, 2.48559236079812, 4.70041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1230, '2021-04-18 00:00:00', 0.0969050035351374, 0.209166666666665, 0.117565122255769, 0.320416666666664, 0.408464560398387, 0.564583333333331, 0.964031014595198, 2.00416666666667, 2.48119872268411, 4.70583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1245, '2021-04-18 00:00:00', 0.122364980308079, 0.224166666666666, 0.417101801774431, 0.459999999999998, 0.402583819699769, 0.597083333333332, 0.991875602152268, 2.03541666666667, 2.48687245379599, 4.71291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 870, '2021-04-18 00:00:00', 0.165025250593153, 0.916666666666667, 0.160000000000004, 0.919999999999997, 0.196553639837405, 1.18333333333333, 0.355293306063225, 1.42666666666667, 1.81999999999999, 5.41 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 885, '2021-04-18 00:00:00', 0.240069434400415, 0.593333333333334, 0.16862186493256, 0.806666666666663, 0.321869538788622, 1.11, 0.505601951473027, 1.32333333333333, 1.88350736659032, 5.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 900, '2021-04-18 00:00:00', 0.140000000000002, 0.449999999999998, 0.307300070506561, 0.743333333333335, 0.155349069303085, 0.943333333333333, 0.30237945256471, 1.11333333333333, 1.86508266126017, 5.35666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 915, '2021-04-18 00:00:00', 0.138564064605515, 0.62, 0.176162803489648, 0.746666666666665, 0.155349069303085, 0.943333333333333, 0.320052079095473, 1.14666666666667, 1.86508266126017, 5.35666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 930, '2021-04-18 00:00:00', 0.468828326789243, 0.930000000000002, 0.500589805975068, 1.10692307692308, 0.511798638288386, 1.29461538461539, 0.620290378650316, 1.68807692307692, 2.35578806020732, 4.56576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 945, '2021-04-18 00:00:00', 0.198701941456197, 0.502307692307691, 0.25723888927191, 0.729615384615384, 0.331385901004577, 0.906153846153846, 0.593518452826998, 1.44807692307692, 2.2139778680014, 4.455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 960, '2021-04-18 00:00:00', 0.18874198913209, 0.453461538461538, 0.259727668026456, 0.602307692307693, 0.328125913918141, 0.828846153846154, 0.565651836379941, 1.375, 2.21995887002786, 4.43423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 975, '2021-04-18 00:00:00', 0.19956105678367, 0.396153846153847, 0.212197658219514, 0.589615384615385, 0.340855033476334, 0.813076923076924, 0.506169476027088, 1.33653846153846, 2.21462189861975, 4.40307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 990, '2021-04-18 00:00:00', 0.126213494341319, 0.364615384615385, 0.175301498523587, 0.491153846153846, 0.238303297372195, 0.717307692307693, 0.434271272894648, 1.29346153846154, 2.17939162294294, 4.40038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1005, '2021-04-18 00:00:00', 0.114084988562846, 0.31923076923077, 0.170024885056458, 0.492692307692309, 0.198299307574725, 0.671153846153848, 0.399494488264664, 1.23038461538462, 2.15125780738761, 4.39307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1020, '2021-04-18 00:00:00', 0.129343906519966, 0.324615384615386, 0.147145663048034, 0.459615384615386, 0.171049700379746, 0.635000000000001, 0.382186623764641, 1.20115384615385, 2.15752682486221, 4.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1035, '2021-04-18 00:00:00', 0.110543412982618, 0.299615384615383, 0.182935465712323, 0.47423076923077, 0.258405763212699, 0.641538461538462, 0.650955747048432, 1.33076923076923, 2.17209533719083, 4.34307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1050, '2021-04-18 00:00:00', 0.169711066680538, 0.295384615384618, 0.164127530152155, 0.425384615384615, 0.284007854712615, 0.632692307692308, 0.674004907537484, 1.27884615384615, 2.17314461977604, 4.35846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1065, '2021-04-18 00:00:00', 0.0966619804345964, 0.276538461538462, 0.203277756170827, 0.405384615384616, 0.265752053324436, 0.568076923076923, 0.718312231232672, 1.26730769230769, 2.33269062210606, 4.86153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1080, '2021-04-18 00:00:00', 0.14826846752273, 0.263461538461538, 0.202331031119415, 0.394615384615386, 0.220401033084273, 0.546153846153846, 0.706944563162214, 1.28884615384615, 2.32465729484187, 4.83653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1095, '2021-04-18 00:00:00', 0.0931698201383659, 0.243846153846156, 0.140037906955991, 0.341153846153847, 0.193970655988514, 0.533846153846154, 0.889651963064554, 1.90384615384615, 2.24304617737713, 4.90192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1110, '2021-04-18 00:00:00', 0.0841281074406066, 0.191538461538462, 0.137682466343617, 0.327307692307691, 0.249876277077583, 0.556923076923076, 0.942155058281891, 2.04807692307692, 2.24126090884985, 4.89769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1125, '2021-04-18 00:00:00', 0.0939173122404048, 0.227307692307691, 0.141079355737771, 0.38076923076923, 0.312562855217216, 0.61653846153846, 0.931574762679593, 2.08346153846154, 2.23244936198924, 4.92692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1140, '2021-04-18 00:00:00', 0.0930343195567326, 0.24923076923077, 0.191843285402033, 0.390384615384615, 0.279170474524354, 0.571923076923076, 0.950592770530376, 2.10884615384615, 2.23568557717762, 4.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1155, '2021-04-18 00:00:00', 0.132904245460928, 0.236538461538462, 0.206061977233887, 0.388461538461538, 0.227843401011782, 0.513846153846153, 0.974679750166492, 2.11384615384615, 2.24168370787537, 4.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1170, '2021-04-18 00:00:00', 0.13955588899737, 0.269615384615386, 0.161546849599071, 0.35423076923077, 0.262865862253851, 0.507692307692308, 0.983818307177938, 2.13769230769231, 2.25022624503541, 4.91307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1185, '2021-04-18 00:00:00', 0.120764870082958, 0.241923076923077, 0.145183173426378, 0.336923076923077, 0.269251098133608, 0.508076923076922, 0.976746325621647, 2.13576923076923, 2.2480946120249, 4.90576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1200, '2021-04-18 00:00:00', 0.0958363990591025, 0.233846153846153, 0.236808263889066, 0.363076923076921, 0.243088144823737, 0.490384615384615, 0.970346567747041, 2.14730769230769, 2.23873755633702, 4.91461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1215, '2021-04-18 00:00:00', 0.167521755188805, 0.213461538461537, 0.185784407725314, 0.339615384615385, 0.567299269820136, 0.607307692307691, 0.914375448893103, 2.11769230769231, 2.24877980589133, 4.91884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1230, '2021-04-18 00:00:00', 0.106383920126769, 0.241538461538462, 0.135124444067739, 0.331153846153847, 0.552750882822938, 0.60153846153846, 0.918735251059011, 2.10769230769231, 2.25887065043234, 4.90384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1245, '2021-04-18 00:00:00', 0.10202035995895, 0.218076923076923, 0.565976895424048, 0.454615384615384, 0.553572036866024, 0.584999999999999, 0.913142081791472, 2.10269230769231, 2.24848451526459, 4.93115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 870, '2021-04-18 00:00:00', 0.44859038479813, 1.10333333333332, 0.351567916624939, 1.15999999999999, 0.331813200460739, 1.38, 0.0493288286231632, 1.65666666666666, 1.36646746515727, 5.31333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 885, '2021-04-18 00:00:00', 0.0808290376865479, 0.576666666666668, 0.380000000000005, 0.850000000000004, 0.301717306983436, 1.19333333333333, 0.0585946527708155, 1.61333333333333, 1.36646746515727, 5.31333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 900, '2021-04-18 00:00:00', 0.123423390543822, 0.536666666666671, 0.190350553803595, 0.823333333333338, 0.0665832811847985, 0.966666666666669, 0.0503322295684682, 1.62333333333333, 1.36293800299207, 5.31000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 915, '2021-04-18 00:00:00', 0.23302360395463, 0.51, 0.0519615242270683, 0.730000000000004, 0.344431899413129, 1.22666666666667, 0.13279056191362, 1.61333333333333, 1.2925556080881, 5.24 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 930, '2021-04-18 00:00:00', 0.363486747192541, 0.891153846153846, 0.446085883417773, 1.13384615384615, 0.433534489800008, 1.32192307692308, 0.483528855236326, 1.59192307692308, 2.26816889887992, 4.70692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 945, '2021-04-18 00:00:00', 0.284043333638752, 0.553846153846156, 0.312816485892535, 0.786923076923078, 0.371720531913634, 0.978076923076924, 0.456672244023586, 1.38153846153846, 2.24984074650083, 4.63076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 960, '2021-04-18 00:00:00', 0.235992937747439, 0.484800000000001, 0.335073623750563, 0.689200000000001, 0.38595120589698, 0.866, 0.451354627759591, 1.2428, 2.28749987249544, 4.6684 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 975, '2021-04-18 00:00:00', 0.213933011322082, 0.414400000000001, 0.20953679072341, 0.551600000000001, 0.247674517596515, 0.6952, 0.360873015523926, 1.0928, 2.27570780198162, 4.6672 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 990, '2021-04-18 00:00:00', 0.175230836766381, 0.374615384615384, 0.209394732135632, 0.496923076923077, 0.232817194712601, 0.670384615384616, 0.390015581542781, 1.10192307692308, 2.25119349542552, 4.62192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1005, '2021-04-18 00:00:00', 0.172810256105895, 0.36076923076923, 0.20655116706372, 0.480769230769231, 0.258053363592762, 0.666538461538463, 0.437502703288351, 1.13615384615385, 2.25644540065871, 4.64538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1020, '2021-04-18 00:00:00', 0.13117222970642, 0.306923076923078, 0.177752204357207, 0.469615384615385, 0.261600105857425, 0.641153846153846, 0.431319442569497, 1.11730769230769, 2.26735603393366, 4.64923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1035, '2021-04-18 00:00:00', 0.14447996933299, 0.312307692307691, 0.168194484497516, 0.46423076923077, 0.242037505040342, 0.616923076923076, 0.460469994011135, 1.13384615384615, 2.27604734978461, 4.64346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1050, '2021-04-18 00:00:00', 0.126101302378439, 0.298461538461539, 0.170512350105385, 0.42230769230769, 0.195448596429224, 0.551923076923077, 0.49520920210165, 1.14192307692308, 2.29841845289655, 4.65076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1065, '2021-04-18 00:00:00', 0.129847839945305, 0.292692307692306, 0.164047366518145, 0.403461538461537, 0.213991013470552, 0.571923076923076, 0.507514001322585, 1.14769230769231, 2.38260813783164, 4.79846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1080, '2021-04-18 00:00:00', 0.120548107218016, 0.280384615384615, 0.15154384996277, 0.378461538461539, 0.22543769393372, 0.546923076923076, 0.499455241699933, 1.14653846153846, 2.47109007400502, 4.84307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1095, '2021-04-18 00:00:00', 0.0855246253336508, 0.222307692307694, 0.15785290134026, 0.371538461538461, 0.214870622969694, 0.545769230769232, 0.448416701809309, 1.59846153846154, 2.42179644066135, 4.905 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1110, '2021-04-18 00:00:00', 0.115258238484117, 0.257307692307692, 0.13672037718812, 0.347307692307693, 0.173921290774347, 0.503846153846155, 0.512095093332658, 1.70423076923077, 2.42224946311037, 4.9173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1125, '2021-04-18 00:00:00', 0.11679633819339, 0.215769230769231, 0.190974827177259, 0.35923076923077, 0.245359704546985, 0.47423076923077, 0.592722661829421, 1.79192307692308, 2.42329184883195, 4.93076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1140, '2021-04-18 00:00:00', 0.187500564101715, 0.262692307692309, 0.17683368979398, 0.343076923076924, 0.273013101967934, 0.498076923076923, 0.589996219023085, 1.87653846153846, 2.41322347462094, 4.94653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1155, '2021-04-18 00:00:00', 0.103602791765176, 0.20846153846154, 0.199388681107644, 0.339615384615385, 0.261475399637108, 0.47576923076923, 0.580258430489247, 1.91038461538462, 2.41348866549266, 4.95653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1170, '2021-04-18 00:00:00', 0.199252449072873, 0.288461538461538, 0.241629086379548, 0.383846153846152, 0.250711295808853, 0.521923076923074, 0.614476637848452, 1.97846153846154, 2.40975389742477, 4.98538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1185, '2021-04-18 00:00:00', 0.143679665067282, 0.240384615384615, 0.169828873145431, 0.334615384615383, 0.211682272794358, 0.514230769230768, 0.6419155228389, 1.99346153846154, 2.39466111300824, 5.00538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1200, '2021-04-18 00:00:00', 0.118532046948691, 0.225384615384615, 0.14252934920435, 0.378846153846153, 0.245323334523112, 0.543461538461538, 0.648729883340101, 1.98769230769231, 2.38914793308281, 5.00961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1215, '2021-04-18 00:00:00', 0.126262242361498, 0.246923076923075, 0.185290208965454, 0.377307692307692, 0.432662063900294, 0.602692307692308, 0.656254172147909, 1.97846153846154, 2.39260852177316, 5.00653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1230, '2021-04-18 00:00:00', 0.134708802750456, 0.252307692307692, 0.207582791638939, 0.361153846153845, 0.414566502042054, 0.624230769230769, 0.668113302229034, 1.98076923076923, 2.39801802777595, 5.0123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1245, '2021-04-18 00:00:00', 0.166091726279372, 0.262307692307692, 0.368833504234844, 0.443076923076923, 0.375950078519025, 0.622307692307693, 0.700571195525479, 2.02, 2.39988208043645, 4.995 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 870, '2021-04-18 00:00:00', 0.316596483450665, 0.846666666666669, 0.217025344142099, 0.949999999999998, 0.231804515342841, 0.963333333333333, 0.722103409030402, 1.60333333333333, 1.30066649581411, 4.76333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 885, '2021-04-18 00:00:00', 0.085049005481157, 0.523333333333336, 0.0907377172587754, 0.646666666666666, 0.130766968306222, 0.850000000000004, 0.538733081714252, 1.42333333333334, 1.28628664508863, 4.55666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 900, '2021-04-18 00:00:00', 0.123423390543822, 0.50666666666667, 0.0776745346515425, 0.673333333333337, 0.33181320046074, 1.01, 0.538733081714252, 1.42333333333334, 1.28628664508863, 4.55666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 915, '2021-04-18 00:00:00', 0.102143689640299, 0.413333333333332, 0.0929157324317743, 0.636666666666665, 0.335608899365521, 0.826666666666663, 0.571168393149812, 1.30333333333333, 1.30726176924645, 4.47666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 930, '2021-04-18 00:00:00', 0.323141004355146, 0.818749999999999, 0.404817905028772, 1.02416666666667, 0.52927606423672, 1.24875, 0.609910750182688, 1.76541666666667, 2.52685575369866, 4.9 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 945, '2021-04-18 00:00:00', 0.260895892391325, 0.561666666666666, 0.350659833514732, 0.766666666666668, 0.354686021592398, 0.9725, 0.529714169575703, 1.55833333333334, 2.58036889285009, 4.77583333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 960, '2021-04-18 00:00:00', 0.199397189374462, 0.461250000000001, 0.209760042339618, 0.624166666666667, 0.355080874641583, 0.862916666666665, 0.628059900909487, 1.46625, 2.54788740991889, 4.79208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 975, '2021-04-18 00:00:00', 0.179225386400572, 0.419999999999999, 0.273177425489554, 0.622083333333334, 0.364332822837995, 0.834166666666668, 0.627752922640792, 1.45708333333333, 2.53322011808423, 4.80708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 990, '2021-04-18 00:00:00', 0.196621832275912, 0.379166666666667, 0.306232068389555, 0.590416666666664, 0.325352651481569, 0.707499999999999, 0.66835605693416, 1.38291666666667, 2.52412960317476, 4.79958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1005, '2021-04-18 00:00:00', 0.193476489977239, 0.403749999999999, 0.219940291634021, 0.505416666666667, 0.24444998895776, 0.649166666666667, 0.691523077465, 1.35291666666667, 2.51828181447221, 4.84958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1020, '2021-04-18 00:00:00', 0.127651586501039, 0.310833333333334, 0.132958939940664, 0.395416666666666, 0.231400509187366, 0.583750000000001, 0.69877532621132, 1.325, 2.50974564217289, 4.83166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1035, '2021-04-18 00:00:00', 0.10545879750412, 0.245416666666666, 0.193682842498405, 0.365000000000001, 0.254347702217236, 0.553333333333333, 0.702752224048984, 1.30541666666667, 2.49756805626036, 4.83875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1050, '2021-04-18 00:00:00', 0.118699932236896, 0.26125, 0.134120862646722, 0.391666666666667, 0.347854448571963, 0.598749999999999, 0.761765207845603, 1.33083333333333, 2.47838598717982, 4.84333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1065, '2021-04-18 00:00:00', 0.118309346415553, 0.263333333333333, 0.166228409298683, 0.406666666666666, 0.440375333985235, 0.625, 0.778366461139022, 1.3825, 2.44592281272265, 5.08583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1080, '2021-04-18 00:00:00', 0.145181046393404, 0.284166666666667, 0.326562021097354, 0.454166666666667, 0.526237499421223, 0.659583333333335, 0.720291683067109, 1.41875, 2.45910007693989, 5.12083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1095, '2021-04-18 00:00:00', 0.29716504709907, 0.32125, 0.374431936888829, 0.450833333333334, 0.575029772386123, 0.746250000000001, 2.18058922863935, 2.17958333333333, 2.51299748121237, 5.09541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1110, '2021-04-18 00:00:00', 0.119872365697732, 0.252916666666666, 0.262040142405479, 0.382916666666667, 0.415648393424685, 0.646250000000001, 2.16867817719271, 2.13458333333333, 2.48717285373329, 5.10875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1125, '2021-04-18 00:00:00', 0.182744277651841, 0.267083333333334, 0.34357851453805, 0.491250000000001, 0.410254207160332, 0.630416666666669, 2.15311755772677, 2.1775, 2.48211282136228, 5.10166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1140, '2021-04-18 00:00:00', 0.205064339657608, 0.321739130434785, 0.288700920233855, 0.45130434782609, 0.390846855970643, 0.636086956521741, 2.17503386916521, 2.35217391304348, 2.48861883690834, 5.19652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1155, '2021-04-18 00:00:00', 0.142857622811165, 0.249130434782608, 0.218407821024307, 0.362608695652175, 0.287294865810285, 0.572608695652173, 2.18760296200375, 2.27391304347826, 2.51302724395374, 5.17173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1170, '2021-04-18 00:00:00', 0.166446231035991, 0.259565217391305, 0.256207518410602, 0.408260869565216, 0.248958304047387, 0.574347826086956, 2.18627374438232, 2.29739130434783, 2.51302724395374, 5.17173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1185, '2021-04-18 00:00:00', 0.172564933072979, 0.27173913043478, 0.157362148720085, 0.370869565217389, 0.197890056112732, 0.498260869565216, 2.20712733370634, 2.26739130434783, 2.55157759461551, 5.12869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1200, '2021-04-18 00:00:00', 0.116793456419658, 0.260434782608695, 0.159838109798239, 0.368695652173912, 0.259630323996139, 0.50478260869565, 2.2171313766897, 2.27521739130435, 2.55126706488435, 5.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1215, '2021-04-18 00:00:00', 0.128048595024496, 0.213478260869568, 0.14103373296482, 0.307826086956523, 0.443154341906955, 0.56695652173913, 2.20970559446937, 2.28521739130435, 2.53623020176869, 5.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1230, '2021-04-18 00:00:00', 0.104429562849025, 0.216521739130436, 0.193924519768875, 0.34391304347826, 0.594687615209693, 0.605217391304348, 2.19978897658434, 2.29478260869565, 2.52389489768204, 5.12 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1245, '2021-04-18 00:00:00', 0.148159992572926, 0.25173913043478, 0.45548653568434, 0.460434782608694, 0.629340265643693, 0.683478260869566, 2.20429189691348, 2.29869565217391, 2.523035454594, 5.11521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 870, '2021-04-18 00:00:00', 0.371662929727099, 1.00666666666666, 0.935752816364091, 1.42333333333333, 1.12254175868874, 1.62, 1.56873622171904, 2.06666666666667, 1.39514634835681, 4.24333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 885, '2021-04-18 00:00:00', 0.589604387138811, 0.683333333333332, 0.706068929590693, 1.09333333333333, 0.92536479293304, 1.28, 0.958244923458166, 1.73333333333334, 1.3958629350095, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 900, '2021-04-18 00:00:00', 0.315330514434197, 0.643333333333336, 0.331097040155907, 0.643333333333336, 0.347651892163702, 0.960000000000003, 0.365034486771887, 1.4, 0.383286211110482, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 915, '2021-04-18 00:00:00', 0.101159939369959, 0.353333333333329, 0.38574603043972, 0.729999999999995, 0.308058436014994, 0.839999999999999, 0.355293306063224, 1.22666666666667, 1.3958629350095, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1260, '2021-04-18 00:00:00', 0.162191832335016, 0.255238095238097, 0.16806461342506, 0.344285714285714, 0.223326581276752, 0.543809523809525, 1.03534673281121, 2.08857142857143, 2.59009330591261, 4.60666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1275, '2021-04-18 00:00:00', 0.101552238492596, 0.231428571428571, 0.18203348723845, 0.355238095238094, 0.916615150067537, 1.45666666666667, 1.01970327149851, 2.07619047619048, 2.57098406210911, 4.63095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1290, '2021-04-18 00:00:00', 0.116084944268041, 0.254285714285713, 0.170850812113961, 0.42, 1.0061020964949, 1.61714285714286, 0.985797235985267, 2.05523809523809, 2.5600337609381, 4.61142857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1305, '2021-04-18 00:00:00', 0.163130097074171, 0.357142857142857, 0.875324701658382, 1.38666666666667, 1.00723549050524, 1.73333333333333, 0.971175282104847, 2.03285714285714, 2.57011200422972, 4.59428571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1260, '2021-04-18 00:00:00', 0.0676190211095243, 0.182173913043477, 0.0783147596627083, 0.268260869565216, 0.170233506221063, 0.51391304347826, 0.963524902197215, 2.06434782608695, 2.34665568104388, 4.82739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1275, '2021-04-18 00:00:00', 0.0824549224076347, 0.195217391304348, 0.0997823718856715, 0.307391304347825, 0.776322790531626, 1.5004347826087, 0.935443502010968, 2.05, 2.33917277023564, 4.81739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1290, '2021-04-18 00:00:00', 0.070537182188872, 0.21869565217391, 0.115638799785411, 0.417826086956522, 0.857554662980735, 1.7, 0.894111169043704, 2.02565217391304, 2.32284274520949, 4.80434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1305, '2021-04-18 00:00:00', 0.102727622511559, 0.335652173913045, 0.764363125838949, 1.43347826086957, 0.856319913622475, 1.73260869565217, 0.892972342652942, 2.00217391304348, 2.32412965561874, 4.80173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1260, '2021-04-18 00:00:00', 0.141319305988458, 0.235652173913044, 0.179150388389417, 0.386956521739131, 0.24035711244308, 0.604782608695652, 0.754515523955159, 2.03130434782609, 2.52353397350125, 5.01652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1275, '2021-04-18 00:00:00', 0.167399311958771, 0.239565217391304, 0.219311715278729, 0.346086956521739, 0.438809474533894, 1.37913043478261, 0.744424599398571, 2.0404347826087, 2.51202279010835, 5.02695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1290, '2021-04-18 00:00:00', 0.110100564882071, 0.23695652173913, 0.175498161651577, 0.47782608695652, 0.496156372774812, 1.50434782608696, 0.746037755087374, 2.08217391304348, 2.52271843462469, 5.01913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1305, '2021-04-18 00:00:00', 0.117651592565515, 0.366521739130436, 0.376327689180944, 1.29956521739131, 0.578948208104995, 1.56086956521739, 0.702857240408931, 2.16086956521739, 2.53865429167664, 4.99260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1260, '2021-04-18 00:00:00', 0.146153308117485, 0.236499999999999, 0.151132566416308, 0.321000000000002, 0.202832572905782, 0.566000000000002, 2.30311796667497, 2.3105, 2.65834930974685, 5.22 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1275, '2021-04-18 00:00:00', 0.116179307877729, 0.216500000000001, 0.149225191890435, 0.394500000000001, 2.40171709408081, 1.7065, 2.31257864731126, 2.321, 2.67833505824244, 5.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1290, '2021-04-18 00:00:00', 0.170648145239506, 0.2945, 0.208333614034899, 0.4685, 2.38624231133828, 1.7845, 2.30381668450193, 2.3435, 2.67528901537562, 5.1915 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1305, '2021-04-18 00:00:00', 0.141810659535505, 0.354500000000001, 2.40833306622957, 1.6345, 2.36135242248121, 1.852, 2.29723609674986, 2.329, 2.66265098410548, 5.1705 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1305);
Date: 2021-04-23 14:00:55 Duration: 1s293ms 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 1028686, 5, 930, '2021-04-18 00:00:00', 0.219855324330259, 0.470000000000001, 0.285177290394102, 0.565217391304348, 0.353692548652543, 0.705652173913043, 0.481622340689656, 0.953478260869565, 0.884168620907589, 2.81782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 945, '2021-04-18 00:00:00', 0.2215165122906, 0.338260869565217, 0.256226801707088, 0.443913043478261, 0.27415338599292, 0.536521739130434, 0.472226247108838, 0.816086956521739, 0.892917676095946, 2.76260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 960, '2021-04-18 00:00:00', 0.186577241896422, 0.287391304347826, 0.197586224736275, 0.383043478260869, 0.245634614084342, 0.43, 0.490971449706474, 0.745652173913043, 0.903563433008638, 2.73782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 975, '2021-04-18 00:00:00', 0.132624764140191, 0.254347826086957, 0.181941657677452, 0.318695652173913, 0.256077125239929, 0.401304347826087, 0.423987750587469, 0.712608695652174, 0.891346629672906, 2.72478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 990, '2021-04-18 00:00:00', 0.156870329875527, 0.209130434782609, 0.191197598675115, 0.287391304347826, 0.407492088722642, 0.450434782608696, 0.424080964005248, 0.700869565217391, 0.892990269013812, 2.7195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1005, '2021-04-18 00:00:00', 0.144818272382356, 0.202173913043478, 0.219087218901893, 0.289130434782609, 0.393798267008394, 0.419565217391304, 0.384466675416646, 0.653478260869565, 0.855062117799896, 2.70304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1020, '2021-04-18 00:00:00', 0.16215812319152, 0.210434782608696, 0.314531460311512, 0.321304347826087, 0.31731644035593, 0.395217391304348, 0.322577931264882, 0.632608695652174, 0.828870606435913, 2.71086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1035, '2021-04-18 00:00:00', 0.190256743529626, 0.186086956521739, 0.19291092375998, 0.246521739130435, 0.206814728720685, 0.312173913043478, 0.328023786855592, 0.632173913043478, 0.813585243607946, 2.68869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1050, '2021-04-18 00:00:00', 0.148514382263572, 0.172608695652174, 0.155675247257538, 0.225652173913043, 0.195732131224477, 0.322608695652174, 0.318375322300273, 0.619130434782608, 0.803972597019882, 2.69086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1065, '2021-04-18 00:00:00', 0.0788228613935124, 0.146956521739131, 0.126478606667943, 0.218260869565217, 0.175791828019447, 0.321304347826087, 0.300748079153674, 0.60695652173913, 0.892068476075634, 2.8204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1080, '2021-04-18 00:00:00', 0.0905342072796081, 0.146521739130435, 0.146657084367776, 0.220869565217391, 0.187624003790611, 0.291304347826087, 0.305933419091469, 0.610434782608695, 0.937562856917837, 2.83826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1095, '2021-04-18 00:00:00', 0.11202590044959, 0.149565217391305, 0.139038198180786, 0.200434782608696, 0.166125339603861, 0.303913043478261, 0.430915928632729, 1.15608695652174, 0.944701052741757, 2.84347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1110, '2021-04-18 00:00:00', 0.0839089474516901, 0.139565217391304, 0.102646790677369, 0.2, 0.155029004043958, 0.313913043478261, 0.5182865506808, 1.26130434782609, 0.96878066061387, 2.87217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1125, '2021-04-18 00:00:00', 0.0932462420694748, 0.14695652173913, 0.125099170147294, 0.229565217391304, 0.166295370343339, 0.327826086956521, 0.541810389364873, 1.31304347826087, 0.98427317137537, 2.88869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1140, '2021-04-18 00:00:00', 0.0954925712756289, 0.149545454545454, 0.145218897318937, 0.211363636363636, 0.162584643290091, 0.276363636363636, 0.564876150085189, 1.37227272727273, 0.995869499787025, 2.92318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1155, '2021-04-18 00:00:00', 0.0889038587683128, 0.140909090909091, 0.10638185732116, 0.198636363636363, 0.153628550737588, 0.267272727272727, 0.608505549957438, 1.38863636363636, 1.0089491339896, 2.93545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1170, '2021-04-18 00:00:00', 0.071956275804864, 0.125909090909091, 0.115001411623183, 0.174090909090909, 0.156227162833249, 0.264545454545454, 0.614919133809919, 1.42272727272727, 1.02173024031918, 2.93772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1185, '2021-04-18 00:00:00', 0.103793834947747, 0.127272727272727, 0.125277181858359, 0.19090909090909, 0.154331402566625, 0.259090909090909, 0.601747275481812, 1.43045454545454, 1.02901794060061, 2.93272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1200, '2021-04-18 00:00:00', 0.075318946639898, 0.135909090909091, 0.100113571870788, 0.183181818181818, 0.148090296544831, 0.254545454545455, 0.601041844384648, 1.44681818181818, 1.03429598366144, 2.93409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1215, '2021-04-18 00:00:00', 0.0738504983320772, 0.125909090909091, 0.114613032357351, 0.188636363636364, 0.281964352541055, 0.309090909090909, 0.601804825187575, 1.455, 1.0381411334626, 2.93681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1230, '2021-04-18 00:00:00', 0.0900216424194546, 0.130909090909091, 0.131271669000783, 0.193181818181819, 0.303062292683787, 0.309090909090909, 0.600158168185543, 1.45772727272727, 1.05367672083739, 2.96181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1245, '2021-04-18 00:00:00', 0.0873627556928641, 0.136818181818182, 0.246492274845362, 0.248181818181818, 0.262304555152364, 0.306818181818181, 0.603888016051598, 1.44045454545454, 1.048403135344, 2.94409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1260, '2021-04-18 00:00:00', 0.0594320094115121, 0.111052631578947, 0.0832034074875777, 0.146842105263157, 0.114835249392005, 0.237368421052631, 0.597367029907956, 1.50157894736842, 1.00189761473384, 3.08894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1275, '2021-04-18 00:00:00', 0.0547562381289575, 0.102631578947368, 0.0806370831645506, 0.163684210526316, 0.424242014126026, 1.05421052631579, 0.607876661081604, 1.51157894736842, 1.00189761473384, 3.08894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1290, '2021-04-18 00:00:00', 0.0732615278436668, 0.126842105263158, 0.118049449446492, 0.193684210526315, 0.490955626203209, 1.19526315789474, 0.602951803374849, 1.5078947368421, 0.999385191121981, 3.08473684210526 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1305, '2021-04-18 00:00:00', 0.0961510750837768, 0.153157894736842, 0.411573076938736, 1.02578947368421, 0.492375789543571, 1.24684210526316, 0.585648538396807, 1.49210526315789, 0.986968303821626, 3.06789473684211 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 870, '2021-04-18 00:00:00', 0.437530951286116, 0.576666666666666, 0.443057558337515, 0.740000000000001, 0.505206228517952, 0.796666666666667, 0.520288381573141, 0.98, 0.925112605758528, 2.37666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 885, '2021-04-18 00:00:00', 0.19087517736294, 0.286666666666668, 0.237135685491099, 0.403333333333334, 0.258907963055085, 0.463333333333333, 0.285014619508075, 0.683333333333333, 0.828573070605926, 2.17333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 900, '2021-04-18 00:00:00', 0.195021366350801, 0.313333333333333, 0.266895734947813, 0.413333333333333, 0.275741424768448, 0.466666666666666, 0.288270706107991, 0.66, 0.808846915882933, 2.15333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 915, '2021-04-18 00:00:00', 0.182300118851671, 0.286666666666666, 0.165025250593154, 0.313333333333333, 0.271538824725551, 0.443333333333333, 0.314801524773943, 0.62, 0.897180769596257, 2.20666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 930, '2021-04-18 00:00:00', 0.27073035946534, 0.505833333333333, 0.385764815339117, 0.693333333333333, 0.470485218237205, 0.842083333333333, 0.570542584370098, 1.07666666666667, 1.13019164400287, 2.66875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 945, '2021-04-18 00:00:00', 0.2168044433739, 0.327083333333334, 0.266523512299939, 0.46, 0.307952565517314, 0.63, 0.415673889736528, 0.8525, 1.06166262825433, 2.51333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 960, '2021-04-18 00:00:00', 0.166118846054542, 0.272916666666667, 0.166907072991209, 0.376666666666666, 0.258232565667103, 0.553333333333333, 0.303873245408941, 0.747916666666667, 1.06828862191364, 2.45666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 975, '2021-04-18 00:00:00', 0.0885132840271753, 0.207916666666666, 0.14278797497374, 0.333333333333333, 0.222524628176136, 0.460416666666666, 0.283170136290811, 0.68125, 1.08079068949207, 2.44291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 990, '2021-04-18 00:00:00', 0.103663858948883, 0.23625, 0.17515003920035, 0.345833333333333, 0.175101937184593, 0.434583333333333, 0.273595226248717, 0.6675, 1.08345453614079, 2.43708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1005, '2021-04-18 00:00:00', 0.123558353285671, 0.211666666666667, 0.151952867406454, 0.28875, 0.148777019224326, 0.370416666666666, 0.265721604342764, 0.629166666666667, 1.08981973978149, 2.41125 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1020, '2021-04-18 00:00:00', 0.108236857822575, 0.1975, 0.109858274971484, 0.274166666666667, 0.115136182756378, 0.352916666666667, 0.271228752590657, 0.617916666666666, 1.09263932219456, 2.40791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1035, '2021-04-18 00:00:00', 0.0941629792788371, 0.193333333333334, 0.106545730808997, 0.257083333333333, 0.118925594812258, 0.342916666666667, 0.363263937662132, 0.690416666666667, 1.08907211869102, 2.39541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1050, '2021-04-18 00:00:00', 0.0682068465261623, 0.16, 0.0868271229245929, 0.222083333333333, 0.136307410454925, 0.318333333333333, 0.405998500746857, 0.68, 1.06660294759863, 2.38625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1065, '2021-04-18 00:00:00', 0.0715954313982495, 0.142916666666666, 0.11014812161654, 0.2125, 0.145033104666746, 0.312083333333333, 0.409732150047575, 0.6825, 1.2392142642633, 2.45541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1080, '2021-04-18 00:00:00', 0.0649358657959271, 0.135833333333333, 0.0961731530226541, 0.208333333333333, 0.110217176914293, 0.27, 0.403215113228946, 0.662083333333334, 1.25074695073888, 2.47875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1095, '2021-04-18 00:00:00', 0.0633314263633573, 0.1275, 0.0989940343686411, 0.205416666666667, 0.108867689940787, 0.27, 0.632386783130594, 1.065, 1.21027365452635, 2.52833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1110, '2021-04-18 00:00:00', 0.0789560508828456, 0.135833333333334, 0.0665723971175069, 0.168333333333333, 0.140557894616882, 0.27, 0.672993394243697, 1.15375, 1.19084551621033, 2.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1125, '2021-04-18 00:00:00', 0.0484543711852351, 0.115, 0.0924975518673292, 0.185833333333334, 0.206755036039117, 0.294583333333334, 0.670792306783985, 1.18166666666667, 1.17750219237311, 2.55375 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1140, '2021-04-18 00:00:00', 0.0619475584668194, 0.12875, 0.108286221640158, 0.202916666666666, 0.204577595922973, 0.295416666666666, 0.664535906490005, 1.19416666666667, 1.17670128146318, 2.55791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1155, '2021-04-18 00:00:00', 0.0719248802974125, 0.125833333333333, 0.148952258668067, 0.189583333333333, 0.173102549818375, 0.260833333333334, 0.64542481235679, 1.20916666666667, 1.16559363180002, 2.56541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1170, '2021-04-18 00:00:00', 0.101915530525622, 0.127083333333333, 0.130281189761981, 0.185833333333333, 0.126192141283596, 0.24875, 0.66163335439817, 1.2375, 1.14665668705634, 2.57958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1185, '2021-04-18 00:00:00', 0.0492479676620326, 0.114166666666666, 0.0805371459890279, 0.175833333333334, 0.102646148900277, 0.258333333333334, 0.646347037398349, 1.24916666666667, 1.14648035750506, 2.57791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1200, '2021-04-18 00:00:00', 0.077374255164873, 0.117083333333334, 0.0960515788371098, 0.172083333333334, 0.103838468479807, 0.255416666666667, 0.648743350472749, 1.26625, 1.14486368722169, 2.57458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1215, '2021-04-18 00:00:00', 0.0616617702717293, 0.1175, 0.0629224850942395, 0.17875, 0.341203114313734, 0.3275, 0.64498047942599, 1.26458333333333, 1.14567207033846, 2.56916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1230, '2021-04-18 00:00:00', 0.0563358845147387, 0.115416666666667, 0.0813640503886831, 0.17125, 0.390949930075563, 0.35375, 0.643691656987538, 1.26458333333333, 1.14891978252037, 2.56916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1245, '2021-04-18 00:00:00', 0.0465941465503302, 0.108333333333333, 0.336205380639595, 0.239166666666667, 0.38217886964849, 0.352083333333333, 0.65493984124664, 1.25625, 1.15068190242991, 2.57583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 870, '2021-04-18 00:00:00', 0.434050688284214, 0.630000000000001, 0.641326749792958, 0.850000000000001, 0.652099174461471, 0.926666666666667, 0.644437739428721, 0.940000000000001, 0.977565002101308, 2.09666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 885, '2021-04-18 00:00:00', 0.233880311270531, 0.39, 0.23965252624025, 0.456666666666667, 0.248461935381123, 0.466666666666666, 0.393107279674815, 0.663333333333334, 0.94398093201081, 2.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 900, '2021-04-18 00:00:00', 0.165227116418583, 0.26, 0.155670592384475, 0.296666666666666, 0.300887575903913, 0.473333333333333, 0.393107279674815, 0.663333333333334, 0.94398093201081, 2.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 915, '2021-04-18 00:00:00', 0.119303534454488, 0.213333333333333, 0.230289672658878, 0.336666666666665, 0.377535870260473, 0.436666666666665, 0.382143079661706, 0.596666666666666, 0.972848052541265, 2.04333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 930, '2021-04-18 00:00:00', 0.291592972374956, 0.497692307692308, 0.433878572165779, 0.691153846153846, 0.459366788257321, 0.794615384615384, 0.595042726326308, 1.08038461538462, 1.0957027249845, 2.56269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 945, '2021-04-18 00:00:00', 0.212507737415696, 0.353461538461538, 0.281147374438827, 0.490384615384615, 0.358787702387659, 0.643846153846153, 0.456399453919986, 0.897307692307692, 1.01408389882009, 2.43307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 960, '2021-04-18 00:00:00', 0.126354811786249, 0.268461538461538, 0.223344163533806, 0.391153846153846, 0.288652306150763, 0.571923076923077, 0.358733026937003, 0.775769230769231, 0.966707019493735, 2.36230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 975, '2021-04-18 00:00:00', 0.0932655431467675, 0.212307692307692, 0.15662006944784, 0.334615384615385, 0.287333630792873, 0.503846153846154, 0.327908289242352, 0.719615384615385, 0.952782241648111, 2.335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 990, '2021-04-18 00:00:00', 0.140743082901489, 0.246153846153846, 0.231156623559405, 0.375769230769231, 0.273154788465328, 0.491538461538462, 0.318006531137575, 0.688076923076923, 0.955433127716671, 2.31730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1005, '2021-04-18 00:00:00', 0.124163663704867, 0.223846153846154, 0.188472809710048, 0.325, 0.177945540502186, 0.406153846153847, 0.275295924695311, 0.630384615384615, 0.967046256152446, 2.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1020, '2021-04-18 00:00:00', 0.0877943401014337, 0.180384615384616, 0.0952446243183234, 0.253461538461539, 0.121029557737578, 0.341923076923077, 0.252614635059321, 0.583076923076923, 0.970145429224997, 2.27307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1035, '2021-04-18 00:00:00', 0.0698580979282567, 0.181923076923077, 0.102119839103191, 0.247307692307692, 0.159027815660802, 0.344615384615385, 0.317926938873601, 0.621538461538461, 0.976443783091716, 2.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1050, '2021-04-18 00:00:00', 0.0679592638163593, 0.142307692307692, 0.101056724360438, 0.212692307692308, 0.160649163851399, 0.298076923076923, 0.318831520495603, 0.578461538461538, 0.982176233598713, 2.26307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1065, '2021-04-18 00:00:00', 0.061720212373132, 0.134230769230769, 0.135793961574144, 0.22, 0.155692003648228, 0.31, 0.320152848111408, 0.584615384615384, 0.939652308856026, 2.47230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1080, '2021-04-18 00:00:00', 0.10338055166006, 0.153461538461539, 0.114719725351028, 0.213846153846154, 0.121523660247706, 0.29, 0.300107672985239, 0.576153846153846, 0.975093920525686, 2.50807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1095, '2021-04-18 00:00:00', 0.0524081614313591, 0.121153846153846, 0.0821227973595263, 0.191923076923077, 0.091399377207102, 0.255384615384615, 0.302227626899888, 0.798461538461538, 0.930196753380702, 2.535 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1110, '2021-04-18 00:00:00', 0.0728327905864889, 0.126153846153846, 0.0721803297304742, 0.175, 0.150599315556725, 0.268076923076923, 0.316484536017893, 0.882307692307692, 0.92813659472167, 2.55846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1125, '2021-04-18 00:00:00', 0.0476283690510343, 0.102692307692308, 0.0672046243830103, 0.162692307692307, 0.137435859165705, 0.273846153846153, 0.373062378780732, 0.986538461538461, 0.937316299951007, 2.58538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1140, '2021-04-18 00:00:00', 0.0559999999999996, 0.12, 0.13120741067251, 0.199230769230769, 0.139551479335102, 0.278846153846153, 0.385531601019443, 1.02115384615385, 0.920757547641322, 2.61230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1155, '2021-04-18 00:00:00', 0.0912679908502769, 0.134615384615384, 0.0939173122404044, 0.197307692307692, 0.136332173526507, 0.267692307692308, 0.410017635643227, 1.05769230769231, 0.916088087803451, 2.61423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1170, '2021-04-18 00:00:00', 0.0666067679628848, 0.132692307692308, 0.0868597454786474, 0.186153846153846, 0.128410998810011, 0.255769230769231, 0.430933155623218, 1.11923076923077, 0.909635345365637, 2.62730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1185, '2021-04-18 00:00:00', 0.0663011776203572, 0.120384615384615, 0.109981816678941, 0.19, 0.130552082150558, 0.269615384615385, 0.459070800639727, 1.145, 0.909105815961697, 2.62576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1200, '2021-04-18 00:00:00', 0.0760890166945173, 0.138461538461539, 0.0889295313068814, 0.187307692307693, 0.126556767439025, 0.266153846153846, 0.512876053402619, 1.17538461538462, 0.909291270927316, 2.62884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1215, '2021-04-18 00:00:00', 0.0610132394207633, 0.121153846153847, 0.10049799079507, 0.189615384615385, 0.31992787648757, 0.325384615384615, 0.509760728185293, 1.18, 0.909146091332199, 2.62884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1230, '2021-04-18 00:00:00', 0.0598716576070455, 0.113846153846154, 0.0851713205612885, 0.156923076923077, 0.324465951751726, 0.323076923076923, 0.511782555989733, 1.19576923076923, 0.907325486505001, 2.63653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1245, '2021-04-18 00:00:00', 0.0702522925987806, 0.109230769230769, 0.295475627004743, 0.254615384615385, 0.28530712196886, 0.331923076923077, 0.509190156409779, 1.19884615384615, 0.899818785175018, 2.64461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 870, '2021-04-18 00:00:00', 0.355574652264939, 0.523333333333332, 0.307300070506553, 0.563333333333332, 0.28827070610799, 0.579999999999998, 0.269072480941472, 0.669999999999999, 0.845832922824201, 2.11666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 885, '2021-04-18 00:00:00', 0.177857620959388, 0.393333333333333, 0.164620776331542, 0.419999999999999, 0.315647482697603, 0.593333333333334, 0.350428309358704, 0.73, 0.828512723700326, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 900, '2021-04-18 00:00:00', 0.125033328890075, 0.226666666666667, 0.168621864932555, 0.313333333333333, 0.339754813554324, 0.516666666666667, 0.355715241918776, 0.683333333333334, 0.76631151194102, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 915, '2021-04-18 00:00:00', 0.163707055437448, 0.29, 0.338575447032612, 0.493333333333334, 0.336055550963428, 0.506666666666668, 0.375810235801705, 0.683333333333335, 0.760548048010994, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 930, '2021-04-18 00:00:00', 0.231314637536109, 0.497692307692307, 0.235084272941886, 0.606153846153846, 0.332204756136934, 0.75, 0.511273523062377, 1.10615384615385, 0.844936410898204, 2.64846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 945, '2021-04-18 00:00:00', 0.128808145944029, 0.286538461538461, 0.202247753624494, 0.431923076923076, 0.283527505109903, 0.609615384615384, 0.421932003271398, 0.931153846153846, 0.807386286349115, 2.56384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 960, '2021-04-18 00:00:00', 0.115431076116154, 0.2508, 0.176704084087871, 0.3608, 0.225604373480067, 0.5784, 0.354691415176629, 0.8368, 0.776435659493646, 2.5224 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 975, '2021-04-18 00:00:00', 0.174486866745514, 0.2604, 0.244375394287832, 0.3888, 0.268285917135681, 0.5724, 0.357778795719739, 0.7816, 0.797939638485685, 2.5008 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 990, '2021-04-18 00:00:00', 0.176933277297926, 0.265769230769231, 0.16878798717736, 0.394230769230769, 0.249103314988906, 0.522692307692308, 0.2971125143003, 0.720384615384616, 0.805517129646444, 2.49538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1005, '2021-04-18 00:00:00', 0.0974134724531703, 0.205769230769231, 0.146533797624145, 0.301923076923077, 0.191283921074246, 0.421538461538462, 0.225339402133418, 0.645384615384616, 0.802653004824529, 2.50961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1020, '2021-04-18 00:00:00', 0.10807404868885, 0.2, 0.147248089970635, 0.315, 0.151708221976875, 0.38923076923077, 0.20631417416537, 0.618461538461539, 0.805388391733119, 2.51230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1035, '2021-04-18 00:00:00', 0.0911836692531154, 0.187692307692308, 0.102752877556562, 0.256923076923077, 0.113251931550857, 0.335000000000001, 0.304509694174346, 0.656923076923077, 0.810687457560651, 2.51692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1050, '2021-04-18 00:00:00', 0.0752237687477525, 0.158846153846154, 0.108043438557761, 0.24423076923077, 0.135417303746036, 0.305384615384616, 0.363925816616519, 0.655, 0.811111677789287, 2.51692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1065, '2021-04-18 00:00:00', 0.0902960941313886, 0.15423076923077, 0.104854477913256, 0.207692307692308, 0.116487701562803, 0.294230769230769, 0.36611221482785, 0.646923076923077, 0.933238529983709, 2.61692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1080, '2021-04-18 00:00:00', 0.0792114987767654, 0.147692307692308, 0.0881825030612867, 0.201923076923077, 0.118225989593594, 0.294230769230769, 0.36772899720394, 0.656153846153846, 0.966647895485297, 2.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1095, '2021-04-18 00:00:00', 0.0745953184755021, 0.137307692307692, 0.110743640206351, 0.211923076923077, 0.159159813250224, 0.300384615384616, 0.377155344448616, 0.893076923076923, 0.95808559116605, 2.72 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1110, '2021-04-18 00:00:00', 0.077029464891939, 0.141538461538462, 0.086997789538674, 0.213846153846154, 0.146159028248212, 0.297692307692308, 0.482731331551557, 0.988461538461538, 0.96061366604094, 2.73115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1125, '2021-04-18 00:00:00', 0.0653040227291967, 0.123846153846154, 0.100282677390541, 0.176153846153847, 0.141482806783668, 0.275769230769232, 0.500634213158285, 1.03115384615385, 0.981380895238164, 2.76730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1140, '2021-04-18 00:00:00', 0.0934443478967357, 0.130384615384616, 0.112019915811706, 0.192692307692308, 0.164440309488323, 0.286153846153847, 0.540131607893996, 1.09307692307692, 0.986444430966395, 2.78615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1155, '2021-04-18 00:00:00', 0.0853021778060885, 0.137307692307692, 0.117106132007877, 0.204615384615385, 0.156014299147423, 0.297307692307693, 0.571078332226378, 1.16769230769231, 0.990195007988908, 2.78692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1170, '2021-04-18 00:00:00', 0.087678608916534, 0.143461538461539, 0.112772064189401, 0.201538461538462, 0.126824530507554, 0.297307692307693, 0.591091818977, 1.19153846153846, 0.993172771397884, 2.79192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1185, '2021-04-18 00:00:00', 0.0770624122683388, 0.131153846153846, 0.0968678719461961, 0.209230769230769, 0.14225491744914, 0.317307692307692, 0.617893194654221, 1.23, 0.995074639643448, 2.78846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1200, '2021-04-18 00:00:00', 0.053065996645686, 0.13, 0.110715852523475, 0.205000000000001, 0.142293845480184, 0.293461538461539, 0.620453556186613, 1.22115384615385, 0.994349961610019, 2.77961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1215, '2021-04-18 00:00:00', 0.0844028800091928, 0.129615384615385, 0.106883113727099, 0.2, 0.283372274850322, 0.349615384615384, 0.597312442400251, 1.20692307692308, 1.00371739816774, 2.78384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1230, '2021-04-18 00:00:00', 0.0775599024079995, 0.133461538461538, 0.112951997973271, 0.193076923076923, 0.303441034697783, 0.332692307692308, 0.589536584628455, 1.21423076923077, 1.00367333024553, 2.78192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1245, '2021-04-18 00:00:00', 0.0881955868423222, 0.132307692307692, 0.25546458432854, 0.256923076923077, 0.287737059456399, 0.333846153846154, 0.585065939741969, 1.21692307692308, 0.995817175064703, 2.78038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 870, '2021-04-18 00:00:00', 0.181475434517549, 0.386666666666666, 0.262297540972079, 0.539999999999999, 0.18520259177452, 0.589999999999999, 0.395769293065205, 0.996666666666666, 0.615386057690617, 2.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 885, '2021-04-18 00:00:00', 0.262741951985847, 0.433333333333332, 0.231156512634477, 0.456666666666665, 0.104403065089104, 0.529999999999999, 0.470779495447, 0.953333333333332, 0.690386365257407, 2.14666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 900, '2021-04-18 00:00:00', 0.138684293751431, 0.313333333333333, 0.0929157324317754, 0.353333333333333, 0.233523731841826, 0.586666666666667, 0.462853468533327, 0.913333333333332, 0.68156682235371, 2.10666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 915, '2021-04-18 00:00:00', 0.0964365076099295, 0.23, 0.147309198626562, 0.350000000000001, 0.33778691508109, 0.520000000000001, 0.456325906927639, 0.823333333333333, 0.710774225756675, 2.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 930, '2021-04-18 00:00:00', 0.225773629735755, 0.462083333333333, 0.308540275246644, 0.636666666666666, 0.384489120857757, 0.803333333333333, 0.548663725844866, 1.14666666666667, 1.03596310996936, 2.6975 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 945, '2021-04-18 00:00:00', 0.209768246861397, 0.37125, 0.249851767648543, 0.472083333333333, 0.334740868845383, 0.670833333333334, 0.483500970429013, 1.00916666666667, 1.00783012356796, 2.64791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 960, '2021-04-18 00:00:00', 0.130938640348187, 0.271666666666667, 0.178629545408237, 0.402916666666667, 0.309541210292855, 0.59375, 0.441370559750526, 0.899166666666667, 1.01035068886637, 2.63541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 975, '2021-04-18 00:00:00', 0.171993848895741, 0.279166666666667, 0.230103552618242, 0.427916666666667, 0.363855163093977, 0.584166666666667, 0.442501944644871, 0.845833333333333, 1.00410669434238, 2.60958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 990, '2021-04-18 00:00:00', 0.144672919453463, 0.277916666666667, 0.23357919241755, 0.37125, 0.311041960914078, 0.500833333333333, 0.38238359031858, 0.767916666666666, 1.00219180090295, 2.58833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1005, '2021-04-18 00:00:00', 0.201206505787001, 0.228333333333333, 0.255456397482022, 0.358333333333333, 0.282431215173444, 0.4425, 0.353551084802773, 0.73375, 1.01087125214134, 2.56791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1020, '2021-04-18 00:00:00', 0.101459458598646, 0.22625, 0.162064913636123, 0.307083333333333, 0.181275672844476, 0.4, 0.351480306414316, 0.714166666666666, 1.01415123003983, 2.55625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1035, '2021-04-18 00:00:00', 0.122545466274146, 0.2, 0.146811522669053, 0.263333333333334, 0.206586736530071, 0.367916666666667, 0.426043263435582, 0.742083333333334, 1.00644985187928, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1050, '2021-04-18 00:00:00', 0.111627453638417, 0.185416666666667, 0.166480511981328, 0.27125, 0.20024939161101, 0.380416666666666, 0.430575743643895, 0.729583333333333, 0.993911811181352, 2.54208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1065, '2021-04-18 00:00:00', 0.114689246175942, 0.171666666666667, 0.136570308908497, 0.235833333333333, 0.168419765441306, 0.335, 0.417281575250428, 0.6975, 1.00426689318807, 2.66708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1080, '2021-04-18 00:00:00', 0.0920144916122823, 0.158333333333334, 0.147124614439302, 0.2425, 0.216351498757214, 0.335833333333333, 0.415315272247866, 0.704583333333333, 0.992677173614107, 2.70583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1095, '2021-04-18 00:00:00', 0.10735877140272, 0.160416666666667, 0.106702043499441, 0.22875, 0.253451178730737, 0.36125, 0.666222179722068, 1.04458333333333, 1.03397423439431, 2.73625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1110, '2021-04-18 00:00:00', 0.0882427071338973, 0.150416666666667, 0.207231579485926, 0.231666666666667, 0.262765393790569, 0.3675, 0.725987583237133, 1.09833333333333, 1.04539977444315, 2.74791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1125, '2021-04-18 00:00:00', 0.175622598493045, 0.157916666666666, 0.213804393875757, 0.260833333333333, 0.235924023633746, 0.359166666666667, 0.780592375393033, 1.15125, 1.03542183170204, 2.74875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1140, '2021-04-18 00:00:00', 0.10460919177564, 0.156086956521739, 0.132846608326572, 0.218695652173913, 0.205635042614308, 0.34695652173913, 0.799242477317995, 1.19608695652174, 0.978145781548167, 2.85347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1155, '2021-04-18 00:00:00', 0.0948037290172346, 0.151739130434782, 0.150540528074288, 0.244782608695652, 0.217707240779325, 0.346521739130435, 0.793724397364936, 1.19565217391304, 0.957253771268985, 2.85434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1170, '2021-04-18 00:00:00', 0.107488394446617, 0.170869565217391, 0.195987415906419, 0.247391304347826, 0.23433532272848, 0.346956521739131, 0.795288497632402, 1.19739130434783, 0.969022163094926, 2.87304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1185, '2021-04-18 00:00:00', 0.154537432946902, 0.16, 0.171801659702925, 0.246086956521739, 0.200336673149715, 0.335652173913043, 0.798580014479257, 1.18869565217391, 0.987585389313638, 2.86608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1200, '2021-04-18 00:00:00', 0.113477200788591, 0.160434782608695, 0.151835931839695, 0.232173913043478, 0.204857031029094, 0.318695652173913, 0.8142214205848, 1.19260869565217, 0.993029858763198, 2.86913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1215, '2021-04-18 00:00:00', 0.0696887490139577, 0.127391304347826, 0.0893741966988972, 0.191739130434783, 0.318572656625466, 0.353913043478261, 0.797167911949482, 1.17695652173913, 1.00976731949776, 2.86130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1230, '2021-04-18 00:00:00', 0.0862847569883442, 0.142173913043478, 0.158730138653616, 0.220434782608696, 0.332052545963184, 0.380434782608696, 0.788018227754109, 1.19, 1.00843203928952, 2.86478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1245, '2021-04-18 00:00:00', 0.13466691451731, 0.155217391304347, 0.31358566354259, 0.282173913043478, 0.329751972907462, 0.39, 0.757723603491759, 1.16782608695652, 1.00242886848077, 2.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 870, '2021-04-18 00:00:00', 0.350190424388408, 0.553333333333332, 0.357258076652346, 0.603333333333333, 0.385529938310027, 0.626666666666666, 0.784877909826319, 1.00333333333333, 0.67396834742689, 1.71333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 885, '2021-04-18 00:00:00', 0.332916405923971, 0.463333333333334, 0.330454232837166, 0.499999999999999, 0.457638867813186, 0.603333333333333, 0.764133496190293, 0.949999999999999, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 900, '2021-04-18 00:00:00', 0.126622799421483, 0.263333333333333, 0.123423390543825, 0.316666666666666, 0.296704117486315, 0.546666666666667, 0.506491197685936, 0.773333333333333, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 915, '2021-04-18 00:00:00', 0.097125348562223, 0.206666666666666, 0.166533279957291, 0.316666666666668, 0.316596483450675, 0.523333333333334, 0.445458565226143, 0.706666666666667, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1260, '2021-04-18 00:00:00', 0.0401129358068887, 0.102380952380952, 0.0722001187177495, 0.171428571428571, 0.107251373617577, 0.251428571428571, 0.656023010630108, 1.27809523809524, 1.17696906946452, 2.63809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1275, '2021-04-18 00:00:00', 0.0532558961636217, 0.114761904761905, 0.0910442069494133, 0.180952380952381, 0.462494787615416, 0.842857142857143, 0.653172842289667, 1.27619047619048, 1.17346454894004, 2.64761904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1290, '2021-04-18 00:00:00', 0.0688718616949857, 0.133333333333333, 0.107513011394192, 0.197619047619047, 0.528307720574901, 0.982380952380952, 0.644566668759866, 1.26809523809524, 1.15941426098329, 2.66714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1305, '2021-04-18 00:00:00', 0.0620483682299542, 0.13, 0.447444064075266, 0.795238095238095, 0.526445402586785, 1.00380952380952, 0.645783024154177, 1.26428571428571, 1.16596883892038, 2.66333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1260, '2021-04-18 00:00:00', 0.0588325150077263, 0.11608695652174, 0.0780999663449547, 0.167826086956522, 0.103013871432492, 0.268695652173913, 0.521184421851831, 1.23173913043478, 0.900362245939401, 2.71391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1275, '2021-04-18 00:00:00', 0.0565860078516325, 0.107391304347826, 0.0596663980091262, 0.166521739130435, 0.245466402875651, 0.669130434782608, 0.5271952035145, 1.23434782608696, 0.890425354677731, 2.72869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1290, '2021-04-18 00:00:00', 0.0448140647035834, 0.119130434782609, 0.066534783913046, 0.197826086956522, 0.24315124849416, 0.769565217391304, 0.528545247875131, 1.23652173913043, 0.887098570350435, 2.73565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1305, '2021-04-18 00:00:00', 0.0654989967638823, 0.150869565217391, 0.263212143357914, 0.654782608695652, 0.330498485642306, 0.877391304347826, 0.534849171602272, 1.23, 0.884601694607672, 2.73739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1260, '2021-04-18 00:00:00', 0.0714336531224533, 0.118695652173913, 0.0619288128871582, 0.155217391304348, 0.112446737501377, 0.285217391304348, 0.607186539764467, 1.20869565217391, 1.02745781675813, 2.82826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1275, '2021-04-18 00:00:00', 0.0435799206764537, 0.109130434782609, 0.0654114372757715, 0.188260869565217, 0.274867557039828, 0.683913043478261, 0.60866698125588, 1.20869565217391, 1.03255736090413, 2.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1290, '2021-04-18 00:00:00', 0.0625701187696321, 0.138260869565218, 0.0806152233095525, 0.224782608695652, 0.376668881964407, 0.786086956521739, 0.602735529545982, 1.21086956521739, 1.03044696545557, 2.82130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1305, '2021-04-18 00:00:00', 0.0690162379930935, 0.157826086956522, 0.273467703724292, 0.641304347826087, 0.387362623870117, 0.829565217391305, 0.583016891395244, 1.22782608695652, 1.02351328601065, 2.82608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1260, '2021-04-18 00:00:00', 0.0905698334813643, 0.1335, 0.113480812196785, 0.196, 0.138035083259751, 0.307000000000001, 0.702390467205423, 1.1495, 0.923456892106473, 3.026 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1275, '2021-04-18 00:00:00', 0.0719118612571925, 0.1065, 0.13597213336795, 0.194, 0.582832466675053, 0.821000000000001, 0.706246378658624, 1.1395, 0.954793309129203, 3.0125 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1290, '2021-04-18 00:00:00', 0.102114486832441, 0.148, 0.0843223763771801, 0.2095, 0.590140705791067, 0.8835, 0.671819994688427, 1.145, 0.945521298710816, 3.04 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1305, '2021-04-18 00:00:00', 0.0668757685642019, 0.1675, 0.531217816362604, 0.791500000000001, 0.653367592191651, 0.9555, 0.659746961062784, 1.1415, 0.94500612640732, 3.0405 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1305);
Date: 2021-04-23 14:00:56 Duration: 1s287ms Database: acaweb_fx User: pgperfstats
3 3m33s 126 940ms 1s847ms 1s690ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Apr 23 14 126 3m33s 1s690ms [ User: pgperfstats - Total duration: 3m33s - Times executed: 126 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029491, 5, 855, '2021-04-18 00:00:00', 0.234661033974115, 0.229090909090908, 0.264592003982412, 0.347499999999999, 0.377134043252642, 0.490909090909091, 0.661589527927401, 1.29931818181818, 1.8109480069794, 4.11727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 870, '2021-04-18 00:00:00', 0.185810061051277, 0.232045454545455, 0.224492814605556, 0.297500000000001, 0.402416940422981, 0.518181818181819, 0.63079250812901, 1.28295454545455, 1.8309669103618, 4.09772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 885, '2021-04-18 00:00:00', 0.14523100720764, 0.197954545454544, 0.365052329759998, 0.363181818181816, 0.393554948940421, 0.574545454545454, 0.877272065585289, 1.92409090909091, 1.83785630582638, 4.09090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 900, '2021-04-18 00:00:00', 0.302778707784161, 0.275227272727273, 0.3587442775989, 0.413863636363637, 0.367127391575488, 0.592045454545455, 0.919069999783568, 1.98704545454545, 1.83897981316999, 4.08409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 915, '2021-04-18 00:00:00', 0.154828490504367, 0.263636363636365, 0.235952637590994, 0.403863636363638, 0.382569349738458, 0.604545454545454, 0.925270406246373, 2.01090909090909, 1.8464214980564, 4.07159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 930, '2021-04-18 00:00:00', 0.221649293007917, 0.298863636363637, 0.360929610842174, 0.449772727272728, 0.391980002692514, 0.625681818181818, 0.946794889493264, 2.02909090909091, 1.85372895509593, 4.06590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 945, '2021-04-18 00:00:00', 0.24779864137373, 0.3025, 0.267052615727875, 0.426363636363636, 0.364466119067399, 0.741136363636363, 0.975135826924836, 2.0275, 1.85340964895509, 4.06522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 960, '2021-04-18 00:00:00', 0.172781704228247, 0.295227272727272, 0.235489266857738, 0.433636363636362, 0.351439833698396, 0.808636363636365, 1.002608718506, 2.03363636363636, 1.86302088215868, 4.07704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 975, '2021-04-18 00:00:00', 0.188828697650216, 0.295909090909089, 0.323705881681965, 0.630454545454544, 0.489909491155059, 0.872499999999998, 1.00354080925698, 2.01318181818182, 1.88238003590324, 4.09113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 990, '2021-04-18 00:00:00', 0.311603171993703, 0.541818181818182, 0.328483660402636, 0.709090909090911, 0.515740127184105, 0.900454545454547, 1.02422637366071, 1.98704545454546, 1.90337261902125, 4.10022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1005, '2021-04-18 00:00:00', 0.247844932144294, 0.408409090909093, 0.523216668138717, 0.62659090909091, 0.553453199216468, 0.776590909090911, 1.0556058353636, 1.87181818181818, 1.91687348310118, 4.05795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1020, '2021-04-18 00:00:00', 0.41071557500268, 0.477954545454545, 0.413536380095316, 0.588636363636363, 0.52206943360677, 0.717272727272727, 0.999170543446802, 1.85681818181818, 1.92472302218299, 4.06295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1035, '2021-04-18 00:00:00', 0.257995519944996, 0.364545454545454, 0.302814717685177, 0.484090909090909, 0.397771457038627, 0.600681818181817, 0.985927936567322, 1.85090909090909, 1.93345222335593, 4.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1050, '2021-04-18 00:00:00', 0.307739014208145, 0.34659090909091, 0.413919929203955, 0.470227272727272, 0.408347225667026, 0.543863636363636, 0.969796833500915, 1.84477272727273, 1.94980786321709, 4.04431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1065, '2021-04-18 00:00:00', 0.218952766259789, 0.308863636363632, 0.207434989555222, 0.385681818181815, 0.839659150594747, 1.35318181818182, 0.914288690471349, 1.835, 1.94769195465208, 4.00795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1080, '2021-04-18 00:00:00', 0.138407180518381, 0.282499999999999, 0.144452991200137, 0.34, 0.850653714753685, 1.45386363636364, 0.881340846841726, 1.83454545454545, 1.96102842088851, 3.99909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1095, '2021-04-18 00:00:00', 0.081230059158063, 0.159318181818182, 0.797974437850739, 1.21318181818182, 0.823644498397373, 1.44454545454545, 0.828036847999546, 1.80454545454545, 2.02118220088578, 4.01181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 600, '2021-04-18 00:00:00', 0.303151227387696, 0.664400000000002, 0.441269475490885, 0.885000000000002, 0.454152874408315, 1.0106, 0.506714745525858, 1.4784, 1.99440001420645, 3.8528 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 615, '2021-04-18 00:00:00', 0.257088344089472, 0.545599999999998, 0.27856731681947, 0.668199999999998, 0.315348088097369, 0.834399999999998, 0.418897362130628, 1.291, 2.00437993321293, 3.8142 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 630, '2021-04-18 00:00:00', 0.16541614189673, 0.412, 0.2720511594045, 0.5892, 0.330850293435966, 0.741600000000001, 0.448448529190732, 1.2204, 2.00694869972636, 3.8092 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 645, '2021-04-18 00:00:00', 0.21218054419134, 0.383199999999999, 0.244321680031334, 0.4892, 0.25579239629043, 0.6138, 0.4176189451322, 1.1092, 1.98770969543677, 3.7826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 660, '2021-04-18 00:00:00', 0.156798171758049, 0.3124, 0.173583553368399, 0.434, 0.179116582146934, 0.538399999999999, 0.457463386513061, 1.0854, 1.98848089002635, 3.756 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 675, '2021-04-18 00:00:00', 0.10518832317959, 0.280000000000001, 0.121931333134679, 0.378800000000001, 0.209980157792747, 0.563000000000001, 0.475408333260295, 1.0862, 1.98304002733177, 3.7604 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 690, '2021-04-18 00:00:00', 0.105576986128605, 0.284400000000001, 0.150396143567579, 0.3824, 0.231314180283007, 0.583000000000002, 0.473273176928504, 1.069, 1.98529462549013, 3.7652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 705, '2021-04-18 00:00:00', 0.126062815030181, 0.257799999999999, 0.230257464591271, 0.4182, 0.255779527458057, 0.5776, 0.512520893883036, 1.0638, 2.17538908397249, 4.0948 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 720, '2021-04-18 00:00:00', 0.195547735007762, 0.2842, 0.181817674241714, 0.385800000000001, 0.233858575496672, 0.5276, 0.534828788803793, 1.0472, 2.24626443605081, 4.1568 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 735, '2021-04-18 00:00:00', 0.121903308678095, 0.259000000000001, 0.197831999433863, 0.358999999999999, 0.222869917216298, 0.512199999999999, 0.569451490471312, 1.033, 2.26857098926468, 4.1618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 750, '2021-04-18 00:00:00', 0.151436730463034, 0.246799999999999, 0.192640641264158, 0.341999999999999, 0.225799505461518, 0.506999999999999, 0.565933962578674, 1.042, 2.30913452401544, 4.1878 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 765, '2021-04-18 00:00:00', 0.111887964798126, 0.232799999999999, 0.153857888975509, 0.359199999999998, 0.171326199592084, 0.493799999999998, 0.560962714150118, 1.136, 2.30805982735861, 4.1838 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 780, '2021-04-18 00:00:00', 0.122253834295698, 0.237199999999999, 0.140673380566475, 0.348399999999999, 0.245869545355526, 0.513199999999998, 0.575312016793207, 1.1588, 2.29021383644992, 4.1676 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 795, '2021-04-18 00:00:00', 0.0862104982006231, 0.214799999999999, 0.0836396038568642, 0.306799999999997, 0.246080440777672, 0.489199999999998, 0.587940047964076, 1.1762, 2.26403388151915, 4.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 810, '2021-04-18 00:00:00', 0.074931635508643, 0.217799999999999, 0.247657862113573, 0.341399999999998, 0.270914039257228, 0.454399999999998, 0.612734852933958, 1.2024, 2.27783318089802, 4.1386 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 825, '2021-04-18 00:00:00', 0.269704776870314, 0.243599999999998, 0.270199309152829, 0.360799999999999, 0.447319609824266, 0.5186, 0.661637048035652, 1.2386, 2.289994122991, 4.1528 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 840, '2021-04-18 00:00:00', 0.171394282285029, 0.245200000000001, 0.240313683893921, 0.314400000000001, 0.498726879163336, 0.5642, 0.65868227039547, 1.2604, 2.28713525325169, 4.1478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 855, '2021-04-18 00:00:00', 0.15823453057619, 0.190600000000001, 0.340353125444738, 0.365600000000002, 0.476748798285498, 0.565400000000001, 0.651240610936797, 1.2782, 2.29131670661216, 4.1348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 870, '2021-04-18 00:00:00', 0.2391498832671, 0.270200000000001, 0.352981113753509, 0.4054, 0.503701879422077, 0.565199999999999, 0.645200098160769, 1.2904, 2.29113812692877, 4.1358 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 885, '2021-04-18 00:00:00', 0.196232642544505, 0.2502, 0.388534318518538, 0.4212, 0.499193098910629, 0.574999999999999, 0.981781671248756, 1.6016, 2.30168449184505, 4.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 900, '2021-04-18 00:00:00', 0.289836591892742, 0.263600000000001, 0.327952359345073, 0.3594, 0.411712581784915, 0.535200000000002, 1.1800837540898, 1.7468, 2.32965936351218, 4.1776 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 915, '2021-04-18 00:00:00', 0.130250399871428, 0.218799999999999, 0.299504173593625, 0.369399999999999, 0.341205827421905, 0.503799999999999, 1.27199901729522, 1.7974, 2.32472537804648, 4.1822 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 930, '2021-04-18 00:00:00', 0.303580302391313, 0.288799999999999, 0.326473327139192, 0.3784, 0.337093335245103, 0.534399999999998, 1.29217797406807, 1.8202, 2.32887943369052, 4.1776 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 945, '2021-04-18 00:00:00', 0.18443765884439, 0.2762, 0.226761989760188, 0.377199999999997, 0.438103108107364, 0.794799999999999, 1.29526117057526, 1.8484, 2.31542899192928, 4.1648 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 960, '2021-04-18 00:00:00', 0.165919910398561, 0.262399999999998, 0.168716478151957, 0.395599999999998, 0.467808098120017, 0.8394, 1.28862465442812, 1.8442, 2.3064919791753, 4.1414 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 975, '2021-04-18 00:00:00', 0.132003787824439, 0.313, 0.427130151905326, 0.708800000000001, 0.465765767312284, 0.8624, 1.24999793333163, 1.8636, 2.28428768984994, 4.1284 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 990, '2021-04-18 00:00:00', 0.418571280269761, 0.5846, 0.418374533163768, 0.698199999999999, 0.475863250664866, 0.861, 1.24038475213675, 1.8672, 2.23949533005392, 4.0982 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1005, '2021-04-18 00:00:00', 0.282274984131904, 0.428000000000001, 0.315816006560782, 0.5928, 0.412771930570219, 0.796600000000001, 1.17499351062038, 1.8008, 2.18946677298378, 4.0472 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1020, '2021-04-18 00:00:00', 0.195079684573595, 0.384599999999998, 0.246049114338309, 0.521199999999999, 0.336278902103595, 0.707799999999999, 1.13566911260866, 1.7388, 2.14295401646108, 3.9954 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1035, '2021-04-18 00:00:00', 0.132747253581133, 0.3252, 0.242892809005674, 0.473600000000001, 0.290403168026798, 0.665600000000001, 1.13597909311747, 1.6838, 2.12489182077582, 3.9794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1050, '2021-04-18 00:00:00', 0.201039382543155, 0.342800000000001, 0.247542588928317, 0.4576, 0.240906793871268, 0.614400000000001, 1.10296445243414, 1.6758, 2.09981100340007, 3.964 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1065, '2021-04-18 00:00:00', 0.168625077217675, 0.291399999999999, 0.210117625787716, 0.4334, 0.712467952495642, 1.0428, 1.02845871736951, 1.6174, 2.06408450246915, 3.9186 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1080, '2021-04-18 00:00:00', 0.149240298400487, 0.321800000000001, 0.147179878606643, 0.366600000000001, 0.86361946674061, 1.1386, 0.967873829587306, 1.5912, 2.03062648378934, 3.8922 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1095, '2021-04-18 00:00:00', 0.0810673588237984, 0.1664, 0.648922311734361, 0.892199999999999, 0.899567396029892, 1.1656, 0.949810375811927, 1.5622, 2.01777387649525, 3.9052 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 600, '2021-04-18 00:00:00', 0.197768804415661, 0.5275, 0.379475802410886, 0.706730769230768, 0.500605671623425, 0.89903846153846, 0.5672871000174, 1.30557692307692, 1.91179811655455, 3.89096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 615, '2021-04-18 00:00:00', 0.242309481067879, 0.461730769230767, 0.352794612290976, 0.640961538461537, 0.398075224819865, 0.803269230769229, 0.487063611388143, 1.19480769230769, 1.91190810850956, 3.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 630, '2021-04-18 00:00:00', 0.196817076338569, 0.399807692307693, 0.250211987046063, 0.525961538461538, 0.327490516597868, 0.729038461538462, 0.415943644481575, 1.11634615384616, 1.92900596162894, 3.86 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 645, '2021-04-18 00:00:00', 0.114355215817273, 0.321346153846152, 0.180741634554793, 0.471538461538462, 0.247631550121111, 0.669230769230769, 0.398050103147059, 1.06173076923077, 1.96582299265766, 3.83403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 660, '2021-04-18 00:00:00', 0.112022147535483, 0.299807692307693, 0.177888037389121, 0.436923076923078, 0.273639290925958, 0.622692307692309, 0.417795542561927, 1.03365384615385, 1.95926439296448, 3.83019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 675, '2021-04-18 00:00:00', 0.163473357038809, 0.308461538461538, 0.221592835207695, 0.439230769230769, 0.31450033630898, 0.597307692307692, 0.456650724969735, 1.01826923076923, 1.96749713126562, 3.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 690, '2021-04-18 00:00:00', 0.130153164209888, 0.284615384615384, 0.187520357869178, 0.40326923076923, 0.242738859365683, 0.583076923076923, 0.445214425434964, 0.993269230769231, 1.9757611288973, 3.86096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 705, '2021-04-18 00:00:00', 0.127310794756525, 0.264038461538461, 0.161869962054066, 0.386730769230768, 0.23443155471513, 0.528076923076924, 0.41800354249511, 0.970192307692307, 2.45947646086285, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 720, '2021-04-18 00:00:00', 0.127514705034359, 0.255, 0.167882284766621, 0.372692307692308, 0.267571701389767, 0.503846153846154, 0.399502238368622, 0.99403846153846, 2.55913156093114, 4.33711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 735, '2021-04-18 00:00:00', 0.129912988632331, 0.240769230769231, 0.226876533688394, 0.339807692307694, 0.297191792515307, 0.52019230769231, 0.414344524056233, 1.00923076923077, 2.51417541919046, 4.06403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 750, '2021-04-18 00:00:00', 0.116995726417677, 0.225, 0.171789226849467, 0.348461538461539, 0.273195970800334, 0.519038461538462, 0.407607701671029, 1.03096153846154, 2.51706566033974, 4.06346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 765, '2021-04-18 00:00:00', 0.167702231534162, 0.260961538461538, 0.243446803540004, 0.377115384615384, 0.266477954059992, 0.5025, 0.497032308189935, 1.21365384615385, 2.51165072902571, 4.05423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 780, '2021-04-18 00:00:00', 0.116504869492157, 0.22076923076923, 0.130682969286509, 0.324038461538462, 0.159713686133852, 0.422307692307692, 0.506446595255761, 1.27692307692308, 2.51303950196998, 4.03846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 795, '2021-04-18 00:00:00', 0.12898300424713, 0.233846153846154, 0.146289097338113, 0.3125, 0.218835818331039, 0.456346153846154, 0.570486162442579, 1.37269230769231, 2.51317246645626, 4.03538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 810, '2021-04-18 00:00:00', 0.0872547111357587, 0.189230769230769, 0.126113044527521, 0.292499999999999, 0.18953069570754, 0.423269230769231, 0.557576762566234, 1.38038461538462, 2.51950828536046, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 825, '2021-04-18 00:00:00', 0.106546486784661, 0.228076923076921, 0.195847271735282, 0.333076923076923, 0.273602814313012, 0.452500000000001, 0.6237486241699, 1.42288461538462, 2.5223461605906, 4.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 855, '2021-04-18 00:00:00', 0.0579489718056623, 0.176799999999999, 0.109942030179545, 0.263199999999999, 0.173328445443901, 0.423599999999999, 0.596282371588047, 1.4238, 2.54560449598912, 4.0878 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 870, '2021-04-18 00:00:00', 0.0897069302413891, 0.196599999999999, 0.130487227982921, 0.284599999999999, 0.17717152705782, 0.432199999999999, 0.580476313039559, 1.4306, 2.53938660572457, 4.0998 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 885, '2021-04-18 00:00:00', 0.0853580693314933, 0.183800000000002, 0.119091351491197, 0.293400000000001, 0.164483535143592, 0.460599999999999, 0.808906051405231, 1.8196, 2.47145888090415, 4.1894 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 900, '2021-04-18 00:00:00', 0.0878682726206305, 0.229999999999999, 0.119494769760019, 0.315399999999998, 0.22063827863723, 0.505999999999999, 0.83341156299474, 1.8954, 2.46275748230853, 4.1884 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 915, '2021-04-18 00:00:00', 0.0869209410901644, 0.218599999999998, 0.160839464477266, 0.358799999999998, 0.26674925804333, 0.504799999999999, 0.834137178965988, 1.9284, 2.56219342881576, 4.2218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 930, '2021-04-18 00:00:00', 0.147853531126811, 0.2524, 0.225803749599809, 0.369599999999999, 0.257249068673402, 0.561, 0.824888477310723, 1.9142, 2.57134881919976, 4.2142 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 945, '2021-04-18 00:00:00', 0.177829037748807, 0.2524, 0.219743600589415, 0.338200000000002, 0.365987021627815, 0.820600000000002, 0.832626366785648, 1.881, 2.57352276396901, 4.2156 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 960, '2021-04-18 00:00:00', 0.152113718425834, 0.2164, 0.155454173311623, 0.3792, 0.357562581934967, 0.880199999999999, 0.840961651919992, 1.9004, 2.57639552799384, 4.2258 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 975, '2021-04-18 00:00:00', 0.132170344631466, 0.302599999999998, 0.330387020527944, 0.6958, 0.396111621473878, 0.947599999999999, 0.827872373416739, 1.9168, 2.57322791774585, 4.2246 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 990, '2021-04-18 00:00:00', 0.334073095793917, 0.5894, 0.358643276808586, 0.742999999999998, 0.407853425468838, 0.904399999999998, 0.806969794973765, 1.8824, 2.54000697177521, 4.203 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1005, '2021-04-18 00:00:00', 0.220395099764038, 0.481399999999998, 0.324192201222258, 0.633799999999999, 0.401089661630246, 0.765999999999997, 0.791135365577009, 1.7958, 2.55490011220269, 4.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1020, '2021-04-18 00:00:00', 0.178935975514521, 0.390799999999999, 0.209591467701653, 0.491599999999998, 0.282123643107058, 0.639999999999998, 0.806666236225781, 1.765, 2.54177567525801, 4.1406 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1035, '2021-04-18 00:00:00', 0.156224997999679, 0.333999999999999, 0.240635097190746, 0.458599999999998, 0.267579116026146, 0.644399999999998, 0.827502618324156, 1.7522, 2.52060381324264, 4.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1050, '2021-04-18 00:00:00', 0.140274136366377, 0.291799999999999, 0.179240992335272, 0.417399999999998, 0.247786030007074, 0.568, 0.896453754152066, 1.7672, 2.51950610239388, 4.1262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1065, '2021-04-18 00:00:00', 0.133715182384051, 0.2888, 0.197310668743483, 0.4176, 0.776514809903841, 1.1276, 0.960864324449607, 1.7604, 2.52617320928976, 4.1236 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1080, '2021-04-18 00:00:00', 0.131620667070184, 0.2836, 0.148396428528454, 0.334399999999999, 0.76004429695468, 1.2194, 0.947641502186701, 1.7384, 2.52480581761582, 4.1044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1095, '2021-04-18 00:00:00', 0.0678306715284465, 0.159799999999999, 0.718953232136835, 0.989000000000001, 0.705582029249614, 1.2578, 0.899244961064561, 1.7304, 2.51781836782031, 4.0798 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 600, '2021-04-18 00:00:00', 0.601169485253535, 0.6288, 0.610310235317526, 0.8684, 0.600707083360934, 1.0114, 0.867496061470407, 1.5366, 2.54054948124745, 3.9 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 615, '2021-04-18 00:00:00', 0.439580955759763, 0.5778, 0.411961466644636, 0.726799999999998, 0.544054761336883, 0.853199999999999, 0.93491644011644, 1.444, 2.51095710503651, 3.8542 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 630, '2021-04-18 00:00:00', 0.259242004055414, 0.422799999999999, 0.517188070241379, 0.567200000000001, 0.486123098264903, 0.793600000000001, 0.950290174981656, 1.3658, 2.49562361945867, 3.8168 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 645, '2021-04-18 00:00:00', 0.342809227802675, 0.381600000000001, 0.333318916354892, 0.473400000000002, 0.360293514605337, 0.7302, 0.874829126172648, 1.2948, 2.46180509653655, 3.7952 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 660, '2021-04-18 00:00:00', 0.165627091181767, 0.306400000000003, 0.25040250930585, 0.509200000000001, 0.337542219581493, 0.709200000000001, 0.900632046583582, 1.2562, 2.43479263319624, 3.8162 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 675, '2021-04-18 00:00:00', 0.177271684146114, 0.347400000000001, 0.29148684933172, 0.466999999999999, 0.321147940986704, 0.668799999999999, 0.888482882971492, 1.1982, 2.41919290949137, 3.7962 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 690, '2021-04-18 00:00:00', 0.17721220800686, 0.279, 0.203992851181931, 0.4212, 0.422144821121851, 0.663, 0.896802282185618, 1.1572, 2.39077501381177, 3.7902 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 705, '2021-04-18 00:00:00', 0.159885896813947, 0.2998, 0.254986437547831, 0.4792, 0.421322323168378, 0.688, 0.889645294485392, 1.162, 2.52912728689826, 4.1584 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 720, '2021-04-18 00:00:00', 0.225443636710672, 0.3154, 0.400148409968101, 0.449000000000001, 0.465274381413805, 0.658600000000001, 0.911015321861639, 1.1702, 2.50664201007377, 4.211 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 735, '2021-04-18 00:00:00', 0.248096923264545, 0.282, 0.256479693803102, 0.406200000000001, 0.36508138362106, 0.586400000000001, 0.761311915927588, 1.101, 2.51649685409433, 4.1622 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 750, '2021-04-18 00:00:00', 0.125366130460611, 0.285000000000001, 0.218567876566221, 0.416400000000002, 0.307282714558869, 0.518200000000003, 0.699114022650574, 1.079, 2.53201989526149, 4.1668 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 765, '2021-04-18 00:00:00', 0.15898951747416, 0.246200000000002, 0.247899845367708, 0.347800000000002, 0.27922884879611, 0.443000000000002, 0.749204745046373, 1.0816, 2.54655775836062, 4.1772 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 780, '2021-04-18 00:00:00', 0.156684396159924, 0.244999999999999, 0.168508901842009, 0.293400000000001, 0.283414890222796, 0.433600000000001, 0.793504883412823, 1.095, 2.55913722440461, 4.198 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 795, '2021-04-18 00:00:00', 0.0992156741649223, 0.196000000000002, 0.163929608877309, 0.281000000000003, 0.307427769294403, 0.474200000000001, 0.787049712534092, 1.1192, 2.56031814429379, 4.1846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 810, '2021-04-18 00:00:00', 0.105810364961726, 0.197, 0.2105425531019, 0.331399999999999, 0.30981741935103, 0.485799999999999, 0.774028315588863, 1.1714, 2.56399427976481, 4.189 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 825, '2021-04-18 00:00:00', 0.178412677053324, 0.2496, 0.253015151061484, 0.378999999999999, 0.38361906017993, 0.5036, 0.760244642642528, 1.2264, 2.59301465479854, 4.203 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 840, '2021-04-18 00:00:00', 0.163081779076223, 0.2646, 0.200872679409951, 0.340399999999998, 0.346368301090039, 0.457799999999999, 0.678105510472621, 1.216, 2.6004152392775, 4.1836 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 855, '2021-04-18 00:00:00', 0.115659341746929, 0.212, 0.193600748965494, 0.305000000000001, 0.268052700042361, 0.442800000000001, 0.620191368315726, 1.2204, 2.60854720102972, 4.1782 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 870, '2021-04-18 00:00:00', 0.153690706724035, 0.225000000000001, 0.231904793683384, 0.314400000000001, 0.251465206340758, 0.469199999999999, 0.590456250143339, 1.2136, 2.61482034118344, 4.172 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 885, '2021-04-18 00:00:00', 0.145654557086278, 0.200599999999999, 0.189488785947877, 0.331800000000001, 0.264606941203993, 0.4778, 1.06859631448613, 1.8672, 2.62105692739907, 4.1604 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 900, '2021-04-18 00:00:00', 0.180520081985357, 0.266, 0.202369917066083, 0.373399999999998, 0.335434171385883, 0.5416, 1.1291380193168, 1.9812, 2.60450599922519, 4.1534 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 915, '2021-04-18 00:00:00', 0.151313691823752, 0.245999999999997, 0.236691606667129, 0.362999999999998, 0.331107736746416, 0.518599999999998, 1.13359402638981, 1.994, 2.59368182641331, 4.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 930, '2021-04-18 00:00:00', 0.237607519521865, 0.3086, 0.327659248813969, 0.4328, 0.342357026119422, 0.570999999999999, 1.20254341570966, 2.0524, 2.61383176581814, 4.2096 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 945, '2021-04-18 00:00:00', 0.231760113047953, 0.287600000000001, 0.21208292403366, 0.364, 0.324666752224494, 0.652200000000001, 1.21902478098957, 2.0338, 2.56301705352631, 4.2622 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 960, '2021-04-18 00:00:00', 0.112385868032122, 0.2308, 0.173305606756776, 0.383399999999999, 0.45641035994669, 0.698000000000002, 1.218294162617, 2.0536, 2.56121434414745, 4.2628 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 975, '2021-04-18 00:00:00', 0.138338353322572, 0.296, 0.2988327291312, 0.540200000000002, 0.506683497527466, 0.7414, 1.18699550687159, 2.068, 2.54103707502796, 4.2494 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 990, '2021-04-18 00:00:00', 0.317394733205621, 0.489600000000001, 0.46964747417611, 0.627000000000002, 0.50463997067216, 0.811400000000001, 1.17683537506314, 2.1054, 2.5390397134875, 4.2568 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1005, '2021-04-18 00:00:00', 0.242187599462343, 0.4206, 0.310672925544961, 0.575199999999999, 0.338210117136273, 0.769399999999999, 1.15652676867709, 2.108, 2.52518740228654, 4.2462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1020, '2021-04-18 00:00:00', 0.193324425082122, 0.3792, 0.265669437459411, 0.533599999999999, 0.355669790676687, 0.705199999999999, 1.10324426881206, 2.076, 2.51094656786373, 4.2212 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1035, '2021-04-18 00:00:00', 0.241035439994482, 0.3528, 0.257382335576213, 0.510399999999998, 0.351261180130492, 0.671399999999999, 1.08988581206167, 2.0314, 2.565391750461, 4.2066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1050, '2021-04-18 00:00:00', 0.164697449889182, 0.372599999999999, 0.268911075760494, 0.490599999999998, 0.263367139180268, 0.6168, 1.06988465110341, 2.0064, 2.58416664516822, 4.1788 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1065, '2021-04-18 00:00:00', 0.204133942955764, 0.350399999999999, 0.221385222331273, 0.459799999999998, 0.856727640501928, 1.3948, 1.02337778133656, 1.96, 2.58758964417982, 4.1392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1080, '2021-04-18 00:00:00', 0.129598096693844, 0.2904, 0.139290763034262, 0.344600000000001, 0.910175120512532, 1.466, 1.08600402853765, 1.9562, 2.59321264714896, 4.1218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1095, '2021-04-18 00:00:00', 0.0779198305952959, 0.155600000000002, 0.835435614913959, 1.2238, 0.903163329636451, 1.4504, 1.06495156384379, 1.9298, 2.57963639233646, 4.1048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 600, '2021-04-18 00:00:00', 0.374171306578505, 0.679583333333333, 0.455618706592587, 0.934166666666667, 0.550701093008339, 1.18395833333333, 0.777295775638904, 1.581875, 2.43619982046165, 3.9675 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 615, '2021-04-18 00:00:00', 0.313535241760932, 0.57, 0.346699500256724, 0.726250000000001, 0.414803952296239, 0.941666666666667, 0.640918123996089, 1.35770833333333, 2.45806182484953, 3.81625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 630, '2021-04-18 00:00:00', 0.175127282904152, 0.457500000000002, 0.294752951700627, 0.694791666666668, 0.484641237023006, 0.904791666666669, 0.659840642816918, 1.29125, 2.45558985947797, 3.77958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 645, '2021-04-18 00:00:00', 0.263501969714608, 0.424374999999998, 0.332859740557577, 0.548958333333331, 0.463860171881539, 0.811458333333334, 0.660330396001924, 1.21333333333333, 2.43207741313435, 3.74125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 660, '2021-04-18 00:00:00', 0.147242774975919, 0.332499999999998, 0.354016741498012, 0.523125000000001, 0.358832648410395, 0.740000000000002, 0.615367180067598, 1.145625, 2.46669965765736, 3.695625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 675, '2021-04-18 00:00:00', 0.276933829667834, 0.373541666666667, 0.302622519804382, 0.551041666666668, 0.257398847446267, 0.679583333333335, 0.618504361284169, 1.13208333333333, 2.45694309743998, 3.69458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 690, '2021-04-18 00:00:00', 0.157406373137648, 0.324375000000001, 0.169384542353798, 0.434583333333335, 0.206372987046775, 0.590625000000002, 0.609572194960995, 1.12, 2.45267995247553, 3.69541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 705, '2021-04-18 00:00:00', 0.152196329870619, 0.299375000000001, 0.193786520634718, 0.410208333333336, 0.219613873931472, 0.567083333333335, 0.627060913701974, 1.11145833333333, 2.42757228545042, 3.809375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 720, '2021-04-18 00:00:00', 0.122817172948309, 0.255833333333335, 0.162773599103839, 0.416875000000002, 0.284981565638242, 0.576666666666666, 0.635986018383824, 1.12270833333333, 2.43019612697817, 3.88145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 735, '2021-04-18 00:00:00', 0.156725869557025, 0.302708333333333, 0.178512371186612, 0.381666666666665, 0.493085339646102, 0.606249999999998, 0.625937412947599, 1.10208333333333, 2.4534594032668, 3.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 750, '2021-04-18 00:00:00', 0.174041890676194, 0.266666666666667, 0.276747330872271, 0.423958333333331, 0.634723493376033, 0.639999999999998, 0.624997065210499, 1.093125, 2.45312131103757, 3.91208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 765, '2021-04-18 00:00:00', 0.208436097843098, 0.282708333333331, 0.403789959659397, 0.434374999999999, 0.564941280455161, 0.613958333333331, 0.830914215169661, 1.19479166666667, 2.45081826028115, 3.92833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 780, '2021-04-18 00:00:00', 0.222705287156672, 0.295416666666666, 0.375399243994048, 0.430624999999999, 0.378259685259681, 0.558958333333334, 0.863586823131847, 1.266875, 2.45759359110858, 3.94520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 795, '2021-04-18 00:00:00', 0.215160771537694, 0.250624999999999, 0.238163166422894, 0.367291666666665, 0.266886232071953, 0.482500000000001, 1.02058751107077, 1.31145833333333, 2.46205861195376, 3.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 810, '2021-04-18 00:00:00', 0.240067547861495, 0.279583333333331, 0.236679551598627, 0.335416666666666, 0.263532304210163, 0.484166666666667, 1.02639828184337, 1.36729166666667, 2.47961616616801, 3.995625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 825, '2021-04-18 00:00:00', 0.0899385861316616, 0.209583333333336, 0.138548374851217, 0.325000000000002, 0.228387145885657, 0.470416666666668, 1.03309666673845, 1.413125, 2.47797149976007, 4.03083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 840, '2021-04-18 00:00:00', 0.117105236277618, 0.215, 0.167076998177961, 0.315217391304348, 0.189398621813001, 0.458260869565218, 1.06399008509749, 1.43608695652174, 2.51722043441075, 4.02152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 855, '2021-04-18 00:00:00', 0.13894826574434, 0.220434782608696, 0.157387892217286, 0.323695652173912, 0.233626885736918, 0.497608695652174, 1.08651257930143, 1.45869565217391, 2.5087245984109, 4.03826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 870, '2021-04-18 00:00:00', 0.116357769120856, 0.231304347826087, 0.143056347559536, 0.325869565217392, 0.209630768945155, 0.482173913043478, 1.13410657668172, 1.46, 2.50445691650711, 4.05391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 885, '2021-04-18 00:00:00', 0.13828173395161, 0.233260869565215, 0.197698716760366, 0.359347826086954, 0.335544510575089, 0.554130434782609, 2.25495900596376, 2.17586956521739, 2.49206049562084, 4.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 900, '2021-04-18 00:00:00', 0.163138983885647, 0.245652173913042, 0.153515458659481, 0.30978260869565, 0.36022816111909, 0.555652173913044, 2.37133397107441, 2.2254347826087, 2.46180388327011, 4.04021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 915, '2021-04-18 00:00:00', 0.105134959379812, 0.215217391304346, 0.276348830084964, 0.391304347826089, 0.507061206555654, 0.587391304347826, 2.37268874433002, 2.21217391304348, 2.50886903090402, 4.00021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 930, '2021-04-18 00:00:00', 0.23288680688724, 0.306086956521741, 0.29117962346725, 0.434130434782608, 0.465045473572335, 0.611739130434785, 2.35949988839164, 2.24021739130435, 2.50213586627118, 3.99956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 945, '2021-04-18 00:00:00', 0.218499192751828, 0.326521739130436, 0.388019446560465, 0.445000000000002, 0.596781966395618, 0.756521739130437, 2.35893945571548, 2.23891304347826, 2.49894624036872, 3.99630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 960, '2021-04-18 00:00:00', 0.257892032438493, 0.269130434782609, 0.269150508168627, 0.405217391304351, 0.540383866635708, 0.805217391304349, 2.35941392954036, 2.235, 2.49720339627583, 3.99956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 975, '2021-04-18 00:00:00', 0.12083863738302, 0.272608695652175, 0.400377292418771, 0.587391304347827, 0.612051158444586, 0.855434782608696, 2.36543031457757, 2.22413043478261, 2.50133519680958, 4.00369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 990, '2021-04-18 00:00:00', 0.402839967636893, 0.526304347826088, 0.455763486614741, 0.706086956521741, 0.620403015132721, 0.91108695652174, 2.35321168558083, 2.25065217391304, 2.48156622894022, 4.03130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1005, '2021-04-18 00:00:00', 0.425999638144923, 0.519347826086958, 0.586204799702012, 0.667391304347827, 0.721590319317551, 0.878043478260871, 2.35738512434984, 2.21152173913044, 2.47345462194042, 4.02369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1020, '2021-04-18 00:00:00', 0.363357884969035, 0.423043478260869, 0.384405500653681, 0.566956521739131, 0.504539178467536, 0.764347826086956, 2.37145012422771, 2.16565217391304, 2.43909290710423, 4.02413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1035, '2021-04-18 00:00:00', 0.203863135131423, 0.37521739130435, 0.359193898774737, 0.535434782608696, 0.376398052693086, 0.733695652173912, 2.38993866410455, 2.115, 2.47204756628194, 4.04152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1050, '2021-04-18 00:00:00', 0.208194762874904, 0.347173913043479, 0.194966298901913, 0.461304347826088, 0.281454438214279, 0.614347826086956, 2.39453769457718, 2.05304347826087, 2.51212225052465, 4.00673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1065, '2021-04-18 00:00:00', 0.177208258268115, 0.321304347826086, 0.206204884872922, 0.464999999999999, 2.31670505934955, 1.77717391304348, 2.39104071309955, 2.04565217391304, 2.50573279460214, 4.02326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1080, '2021-04-18 00:00:00', 0.171897397929753, 0.321521739130434, 0.200622548868827, 0.376956521739131, 2.47064200902496, 1.82413043478261, 2.39254949436871, 2.02108695652174, 2.50506305491317, 4.025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1095, '2021-04-18 00:00:00', 0.086378613221876, 0.158913043478261, 2.3419016545713, 1.64521739130435, 2.44888320517112, 1.81804347826087, 2.54151741500053, 2.00804347826087, 2.50987033742222, 4.10826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 600, '2021-04-18 00:00:00', 0.807939114443795, 0.787608695652176, 0.863929630881259, 0.973043478260872, 0.819569743961668, 1.10673913043478, 1.03165270912888, 1.36630434782609, 1.63626699044857, 3.68586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 615, '2021-04-18 00:00:00', 0.337564662228988, 0.516086956521739, 0.323171199994568, 0.636521739130434, 0.592768676261923, 0.817608695652174, 0.871068581862702, 1.17826086956522, 1.62055241154894, 3.59086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 630, '2021-04-18 00:00:00', 0.20939357916534, 0.426363636363636, 0.292642554154662, 0.577045454545455, 0.514974886959681, 0.719090909090909, 0.828829822375423, 1.14272727272727, 1.51276359014014, 3.74181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 645, '2021-04-18 00:00:00', 0.22070087099709, 0.372272727272727, 0.401036333382204, 0.532045454545454, 0.538235050602402, 0.672272727272728, 0.822545278954743, 1.07454545454545, 1.59543843802379, 3.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 660, '2021-04-18 00:00:00', 0.292800424768458, 0.345227272727272, 0.377044570608182, 0.475681818181818, 0.476891540211756, 0.637272727272728, 0.846940891951071, 1.06727272727273, 1.58661093316753, 3.76840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 675, '2021-04-18 00:00:00', 0.183000041397579, 0.323409090909089, 0.400090695886651, 0.470227272727272, 0.442436925335616, 0.646363636363635, 0.885676912352125, 1.06454545454545, 1.56880493298208, 3.77818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 690, '2021-04-18 00:00:00', 0.25626986249702, 0.328636363636364, 0.296371636946159, 0.431363636363636, 0.331319430361494, 0.574772727272725, 0.894156837594194, 1.07045454545455, 1.59346713176017, 3.7925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 705, '2021-04-18 00:00:00', 0.209873699393156, 0.297272727272726, 0.268807692891361, 0.433636363636361, 0.327392046250445, 0.543863636363635, 0.886877761871479, 1.09545454545455, 1.60418846052548, 3.96704545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 720, '2021-04-18 00:00:00', 0.202074870398954, 0.291590909090907, 0.219428616522363, 0.388181818181815, 0.378925628632628, 0.558181818181816, 0.882037592085969, 1.11886363636364, 1.54950405765049, 4.03159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 735, '2021-04-18 00:00:00', 0.162368161637127, 0.239090909090909, 0.320602787240144, 0.378636363636363, 0.358584881001859, 0.504545454545455, 0.889491074881797, 1.14090909090909, 1.54696008281904, 4.04954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 750, '2021-04-18 00:00:00', 0.176983655419689, 0.262499999999999, 0.20742142412525, 0.361136363636362, 0.32563690506359, 0.486818181818182, 0.812313781523914, 1.14181818181818, 1.54807311104575, 4.0475 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 765, '2021-04-18 00:00:00', 0.120780291388449, 0.229545454545452, 0.196383426532002, 0.325454545454545, 0.585980881150225, 0.525454545454547, 0.798006885419849, 1.19068181818182, 1.54921534391387, 4.03909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 780, '2021-04-18 00:00:00', 0.157538732954637, 0.2375, 0.31267177097339, 0.352272727272727, 0.627460869582431, 0.560000000000001, 0.783234945925857, 1.22613636363636, 1.52812282277043, 4.04886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 795, '2021-04-18 00:00:00', 0.261023315042298, 0.248863636363637, 0.543453811703025, 0.387954545454547, 0.617923531953582, 0.566590909090909, 0.794277967198819, 1.26818181818182, 1.5248272203591, 4.04363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 810, '2021-04-18 00:00:00', 0.290598352709377, 0.255454545454547, 0.338178530682712, 0.371363636363638, 0.419350920835037, 0.531363636363636, 0.738807429408312, 1.28431818181818, 1.52342161594006, 4.02590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 825, '2021-04-18 00:00:00', 0.21882619266761, 0.257954545454547, 0.377535081939726, 0.4075, 0.454943505364778, 0.555454545454544, 0.711432005068296, 1.30954545454546, 1.52488231396019, 4.0025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 840, '2021-04-18 00:00:00', 0.0864829609589781, 0.208541666666666, 0.0933194218410823, 0.289583333333333, 0.143132020744205, 0.412083333333332, 0.611353592922875, 1.41354166666667, 2.58801081039283, 4.02604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 840, '2021-04-18 00:00:00', 0.285265540455605, 0.262142857142857, 0.280878087432964, 0.334999999999999, 0.387035128219896, 0.474761904761905, 0.689982401431886, 1.28428571428571, 1.56554349303091, 3.94785714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 00:00:00' and dayofweek = 5 and fromtime = 840);
Date: 2021-04-23 14:04:46 Duration: 1s847ms 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 1029696, 5, 855, '2021-04-18 00:00:00', 0.00569812482157178, 0.0115108695652174, 0.0071513148684578, 0.0163695652173913, 0.0084787283239937, 0.0236739130434783, 0.0182053843075766, 0.0521521739130435, 0.0838930876069139, 0.214608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 870, '2021-04-18 00:00:00', 0.00549919146051196, 0.0116739130434782, 0.00596976489364325, 0.0157173913043478, 0.00880419411372178, 0.0229239130434782, 0.0206204405668249, 0.0529565217391304, 0.0830113732743012, 0.214467391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 885, '2021-04-18 00:00:00', 0.00370460001414755, 0.0109239130434783, 0.00678644458015565, 0.017358695652174, 0.0113286992579673, 0.0263478260869565, 0.0355151911771261, 0.0776195652173913, 0.0826663940637904, 0.214804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 900, '2021-04-18 00:00:00', 0.00696770500548615, 0.012913043478261, 0.00712589707271358, 0.017, 0.0115298418447273, 0.026304347826087, 0.0356616628833365, 0.0811521739130436, 0.0816901924921659, 0.214086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 915, '2021-04-18 00:00:00', 0.00494093072635984, 0.0110434782608696, 0.010241368196176, 0.0201195652173914, 0.0110547282106019, 0.0268260869565218, 0.0342956657282963, 0.0844782608695652, 0.0824627236423454, 0.214402173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 930, '2021-04-18 00:00:00', 0.00911586865113926, 0.0158260869565217, 0.00946244135742401, 0.0199565217391305, 0.00973913705180475, 0.0253478260869565, 0.0347871137151735, 0.0875652173913043, 0.0823969202722755, 0.214173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 945, '2021-04-18 00:00:00', 0.00550944661252684, 0.0130326086956522, 0.0071465461958659, 0.0183804347826086, 0.00899185786726743, 0.0280652173913044, 0.0333026085341353, 0.0895652173913044, 0.0822493197107756, 0.213532608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 960, '2021-04-18 00:00:00', 0.00506294372963863, 0.0134891304347826, 0.0066525872407695, 0.0168152173913044, 0.0115664859329852, 0.0315217391304348, 0.0333405702782992, 0.0899891304347826, 0.0830179884907088, 0.213836956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 975, '2021-04-18 00:00:00', 0.00440162003054341, 0.0113804347826087, 0.00836964093184789, 0.022804347826087, 0.0126347773551506, 0.0340652173913044, 0.0331771803570268, 0.0905434782608695, 0.0834391952759636, 0.213739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 990, '2021-04-18 00:00:00', 0.0082163946056775, 0.0193369565217391, 0.0109029359283501, 0.0271413043478261, 0.0155619617706187, 0.0358478260869566, 0.0333352128093324, 0.0899130434782609, 0.0834441364809024, 0.213663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1005, '2021-04-18 00:00:00', 0.00950596598605659, 0.019054347826087, 0.0110199244633467, 0.0248152173913044, 0.0142914503588574, 0.0311847826086957, 0.034573113082587, 0.088358695652174, 0.0834470317903788, 0.21304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1020, '2021-04-18 00:00:00', 0.00587837868535017, 0.0150978260869565, 0.00856071376452348, 0.0197826086956522, 0.0104148153822639, 0.0255760869565217, 0.0365404068668111, 0.0866739130434783, 0.082973289073079, 0.211597826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1035, '2021-04-18 00:00:00', 0.00529677543789855, 0.0131413043478262, 0.00792964057222924, 0.0183478260869565, 0.0105007998942449, 0.024195652173913, 0.0370669861527828, 0.0854347826086957, 0.0836113048363837, 0.21095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1050, '2021-04-18 00:00:00', 0.00522537987725876, 0.014086956521739, 0.00773629733417009, 0.0172934782608695, 0.013699385823341, 0.0255108695652173, 0.0370421022877649, 0.0850434782608696, 0.083418516903926, 0.210434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1065, '2021-04-18 00:00:00', 0.00512499397473863, 0.0115978260869565, 0.00661777609732383, 0.0169782608695651, 0.027946982732909, 0.0575543478260869, 0.038394528544239, 0.0854130434782609, 0.0833384155235524, 0.210532608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1080, '2021-04-18 00:00:00', 0.00593284220258645, 0.013195652173913, 0.00916039281050142, 0.0190434782608695, 0.0286511447046252, 0.0642826086956522, 0.0381135965904463, 0.0853478260869565, 0.0833653976520936, 0.210195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1095, '2021-04-18 00:00:00', 0.00856723293935402, 0.0141956521739131, 0.0272960230710276, 0.0543586956521739, 0.0275910503118721, 0.067608695652174, 0.0391136639236674, 0.0859565217391305, 0.0838039469930894, 0.210130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 600, '2021-04-18 00:00:00', 0.0118802905834758, 0.0282500000000001, 0.0136506912748992, 0.04034375, 0.019375333096716, 0.0516875, 0.0360659479865242, 0.0805729166666667, 0.0897139753504904, 0.209604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 615, '2021-04-18 00:00:00', 0.010376424077226, 0.0254687499999999, 0.0126057842715735, 0.0354166666666666, 0.0134102246776778, 0.0457395833333333, 0.0497508363759715, 0.07984375, 0.0916474592854502, 0.2090625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 630, '2021-04-18 00:00:00', 0.00887334772331397, 0.0242604166666667, 0.0113226668822361, 0.03371875, 0.0160513639991087, 0.0421458333333333, 0.0601580760357148, 0.0796041666666667, 0.0927912570844061, 0.209375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 645, '2021-04-18 00:00:00', 0.00654412974030699, 0.0193541666666668, 0.0100018963328772, 0.0271979166666668, 0.0138107682205074, 0.0352083333333334, 0.0611076642157577, 0.0738645833333334, 0.0957150571717118, 0.208510416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 660, '2021-04-18 00:00:00', 0.00760820941769331, 0.01865625, 0.00966230067570986, 0.0236875, 0.0122395280217682, 0.03328125, 0.0616303077791806, 0.0704375, 0.0998096234713868, 0.20990625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 675, '2021-04-18 00:00:00', 0.00743686439252147, 0.0161770833333334, 0.0105924533482467, 0.02409375, 0.0152014849579748, 0.0319583333333333, 0.0591421224479214, 0.0685104166666666, 0.0989780846040378, 0.210041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 690, '2021-04-18 00:00:00', 0.00582951479572906, 0.0167291666666667, 0.00899501044259084, 0.0233229166666667, 0.0164255429178133, 0.0298541666666666, 0.0592728545476923, 0.0661041666666666, 0.0989918543530773, 0.2100625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 705, '2021-04-18 00:00:00', 0.00539322197736209, 0.0121979166666667, 0.00736681257642896, 0.0174583333333334, 0.0139859530979469, 0.0252916666666667, 0.058237495353391, 0.0645104166666666, 0.0968895319862497, 0.218364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 720, '2021-04-18 00:00:00', 0.00568503589717543, 0.01315625, 0.0107599749390231, 0.0188645833333334, 0.0128802973835392, 0.0248854166666668, 0.0576478840254236, 0.0663125, 0.0969936212744673, 0.22078125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 735, '2021-04-18 00:00:00', 0.00868468766386224, 0.0141145833333333, 0.00999510749882377, 0.018625, 0.0103174258108464, 0.0262083333333333, 0.0622123152549723, 0.0685104166666666, 0.0969543206119567, 0.22340625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 750, '2021-04-18 00:00:00', 0.00760351272748989, 0.0122916666666667, 0.00792731930127384, 0.01725, 0.00917921777436816, 0.0256770833333333, 0.0665724302826019, 0.0684270833333333, 0.097870574450634, 0.224010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 765, '2021-04-18 00:00:00', 0.00721241350135263, 0.0135104166666667, 0.00820733781574389, 0.02003125, 0.013220841412139, 0.0281770833333333, 0.0661196548961575, 0.0698437499999999, 0.0986334474303355, 0.226489583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 780, '2021-04-18 00:00:00', 0.00783410418655489, 0.0138333333333333, 0.00919711059502396, 0.0181979166666666, 0.0324151274736108, 0.0365625, 0.0654124006270761, 0.0707291666666667, 0.0990466369939881, 0.227177083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 795, '2021-04-18 00:00:00', 0.00420419691964234, 0.0120625, 0.00800067224304173, 0.0181354166666666, 0.0493324722830507, 0.0398229166666667, 0.0688659693835093, 0.069625, 0.100596395812889, 0.22734375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 810, '2021-04-18 00:00:00', 0.00512912965467765, 0.0121666666666666, 0.0332533488969505, 0.0260729166666667, 0.0604540189383394, 0.0404583333333334, 0.0693090478387839, 0.0692708333333334, 0.100706874378572, 0.226770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 825, '2021-04-18 00:00:00', 0.033257434537149, 0.0218229166666667, 0.0496810650057815, 0.0329687500000001, 0.0599894682408407, 0.0407395833333333, 0.0682375134567022, 0.0699791666666666, 0.100301032404703, 0.226958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 840, '2021-04-18 00:00:00', 0.0205719839038225, 0.016125, 0.0311737166762811, 0.02321875, 0.0303976290432212, 0.0287291666666666, 0.0399384490202729, 0.0612083333333333, 0.0870490527839316, 0.219854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 855, '2021-04-18 00:00:00', 0.0115638390333145, 0.0148541666666667, 0.0140454385227768, 0.0190104166666667, 0.0151762591101929, 0.0249166666666667, 0.0241363104259591, 0.0579687500000001, 0.0828369922080691, 0.215802083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 870, '2021-04-18 00:00:00', 0.0118188316938984, 0.012875, 0.0123038965196079, 0.017125, 0.013358965398628, 0.0234999999999999, 0.0243104822474061, 0.0593541666666667, 0.0829140466412946, 0.21575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 885, '2021-04-18 00:00:00', 0.00446015725254072, 0.01046875, 0.00712886051020171, 0.016, 0.0100135720852149, 0.0251354166666666, 0.0434970209187289, 0.0957187500000001, 0.0825274815613703, 0.214072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 900, '2021-04-18 00:00:00', 0.00667611705628913, 0.0121354166666666, 0.00770337188546656, 0.0172708333333333, 0.0117241660189788, 0.0284791666666667, 0.0418770508366498, 0.0995729166666667, 0.0826667588899088, 0.213895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 915, '2021-04-18 00:00:00', 0.00683719016731719, 0.0129270833333333, 0.0104585047477147, 0.0204479166666666, 0.0131188650258022, 0.0291875, 0.0434372034970591, 0.104822916666667, 0.0833134768009754, 0.213604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 930, '2021-04-18 00:00:00', 0.00904207155307972, 0.0153333333333333, 0.00938575470084034, 0.0215, 0.0148239670803736, 0.027875, 0.0439905498744999, 0.106, 0.0838695501912068, 0.212541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 945, '2021-04-18 00:00:00', 0.00498111242377253, 0.01328125, 0.0079838420952227, 0.0177604166666666, 0.0140642289597363, 0.0325833333333332, 0.0445074645669006, 0.1054375, 0.0839267035935938, 0.2106875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 960, '2021-04-18 00:00:00', 0.00615528780275818, 0.01278125, 0.0106483439210457, 0.0185625, 0.0152409059068784, 0.0356770833333333, 0.0450009850435665, 0.10478125, 0.0840906271972538, 0.210302083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 975, '2021-04-18 00:00:00', 0.00660066970690935, 0.0128333333333334, 0.0103349475714367, 0.0260624999999999, 0.0131788835268581, 0.0342083333333334, 0.0439900441120289, 0.10484375, 0.0843960293170997, 0.209395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 990, '2021-04-18 00:00:00', 0.00758465956311848, 0.0211145833333333, 0.0112758559558125, 0.0277916666666667, 0.0117972713545566, 0.0322812500000001, 0.0442456076895643, 0.103447916666667, 0.0840636398150191, 0.208802083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1005, '2021-04-18 00:00:00', 0.0074995168926531, 0.0174583333333334, 0.00944817457064548, 0.02171875, 0.013822728441157, 0.0305729166666668, 0.0451229148620982, 0.1015625, 0.0834207777168931, 0.20765625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1020, '2021-04-18 00:00:00', 0.00618242453964513, 0.0145208333333333, 0.00795466661868948, 0.0192708333333333, 0.0109469239938687, 0.0296666666666666, 0.0453591295557792, 0.101104166666667, 0.0838761703734841, 0.207125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1035, '2021-04-18 00:00:00', 0.00554844238163464, 0.0136770833333333, 0.0109670485952832, 0.02209375, 0.00970417860653522, 0.0287604166666667, 0.0458638686984946, 0.102052083333333, 0.0842563672173603, 0.206520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1050, '2021-04-18 00:00:00', 0.00695088228160667, 0.0150208333333333, 0.00805516954139275, 0.0206354166666666, 0.00760594703200222, 0.0275104166666667, 0.0460993531659484, 0.102583333333333, 0.0841293747651173, 0.20678125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1065, '2021-04-18 00:00:00', 0.00476893631989238, 0.0130416666666666, 0.00526266588089271, 0.0187500000000001, 0.0468950886905771, 0.0752395833333334, 0.0473255652465535, 0.102677083333333, 0.0850829032782357, 0.205760416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1080, '2021-04-18 00:00:00', 0.00474284357926659, 0.0131250000000001, 0.00573777844198226, 0.0189583333333333, 0.0450269041957058, 0.0791666666666667, 0.0468488115249933, 0.1008125, 0.086230886876161, 0.204395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1095, '2021-04-18 00:00:00', 0.00479110740277534, 0.0140416666666666, 0.0461175198168545, 0.0716041666666667, 0.0456619973579495, 0.0864687499999999, 0.0464107176215249, 0.101791666666667, 0.085449879765818, 0.205322916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 600, '2021-04-18 00:00:00', 0.0119182511946367, 0.0301634615384616, 0.0178665162761561, 0.0397596153846154, 0.0228022940816184, 0.0522307692307693, 0.0252014823281976, 0.0705865384615385, 0.08503917423074, 0.193115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 615, '2021-04-18 00:00:00', 0.0171497056489655, 0.0262403846153846, 0.0211555048300764, 0.0366538461538461, 0.0202512891327555, 0.0454134615384616, 0.0220053337065917, 0.0639134615384615, 0.084609964861393, 0.189884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 630, '2021-04-18 00:00:00', 0.0115141718697505, 0.0241346153846155, 0.01232836005065, 0.0322115384615385, 0.0111408637974731, 0.0396730769230769, 0.0174948124179272, 0.0582884615384615, 0.0837751776161375, 0.188403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 645, '2021-04-18 00:00:00', 0.00630339499488478, 0.0196826923076923, 0.0110051736085282, 0.027423076923077, 0.0101788997440784, 0.034, 0.0180490277811896, 0.0562403846153846, 0.0827825975766553, 0.187461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 660, '2021-04-18 00:00:00', 0.0086387154048593, 0.0187596153846154, 0.00745522532291173, 0.0236538461538461, 0.00945674870945849, 0.0312980769230769, 0.0177878091356454, 0.0551153846153846, 0.0832847894506923, 0.187115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 675, '2021-04-18 00:00:00', 0.00415747704559088, 0.0159807692307692, 0.00692168415477479, 0.0235865384615384, 0.00994446599099993, 0.0300096153846153, 0.0176062406986403, 0.0544134615384615, 0.0825525269845718, 0.188163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 690, '2021-04-18 00:00:00', 0.0061701826428522, 0.0161346153846154, 0.00644246727701307, 0.0198461538461539, 0.0107242536050121, 0.0277692307692308, 0.0192114949564456, 0.0546923076923077, 0.0829938395535846, 0.187009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 705, '2021-04-18 00:00:00', 0.00345954643536709, 0.0132115384615384, 0.00839613006092682, 0.0197499999999999, 0.0137766420213567, 0.0288557692307692, 0.0207999075441732, 0.0561346153846154, 0.0847049017744273, 0.189903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 720, '2021-04-18 00:00:00', 0.00565916547258986, 0.0133653846153846, 0.00963258192881758, 0.0185288461538462, 0.0137455867043263, 0.0273846153846154, 0.0204140058444045, 0.0562788461538462, 0.0846753489011911, 0.189663461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 735, '2021-04-18 00:00:00', 0.00710368945310494, 0.0124903846153847, 0.00938460789722276, 0.0196442307692308, 0.0137368573553051, 0.0266250000000001, 0.0212021610836109, 0.0554711538461539, 0.0886821484941499, 0.186211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 750, '2021-04-18 00:00:00', 0.00559965658287656, 0.0131346153846153, 0.00608422455712623, 0.0171826923076922, 0.00970594583826759, 0.0238461538461538, 0.0213830630316469, 0.0551538461538461, 0.0895209069908339, 0.185932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 765, '2021-04-18 00:00:00', 0.00351370941401718, 0.0113846153846153, 0.00711548284755477, 0.0175480769230768, 0.00722376553201578, 0.0230673076923076, 0.0241383512278697, 0.0589999999999999, 0.0892812501851054, 0.185721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 780, '2021-04-18 00:00:00', 0.00605526630297949, 0.012625, 0.00554613517547266, 0.0154807692307692, 0.0120760769546813, 0.0249711538461539, 0.025542799677886, 0.0607307692307692, 0.0890660844757764, 0.185740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 795, '2021-04-18 00:00:00', 0.00356393527093089, 0.0105288461538461, 0.00718251081018764, 0.0172884615384615, 0.0124030083199446, 0.0262307692307693, 0.0269876342765748, 0.0619903846153846, 0.0894426825488729, 0.185961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 810, '2021-04-18 00:00:00', 0.00539486935751133, 0.0124807692307692, 0.0111503923697778, 0.019875, 0.0112805653158941, 0.0271153846153846, 0.0266307171543285, 0.0612019230769231, 0.0890264616020687, 0.186894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 825, '2021-04-18 00:00:00', 0.00869297351091892, 0.0134326923076923, 0.00833719654043527, 0.0175769230769232, 0.0105033923091542, 0.025375, 0.0244651714767058, 0.0594807692307692, 0.0871030120692646, 0.186913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 855, '2021-04-18 00:00:00', 0.00474253461931316, 0.0119711538461538, 0.00906640565706508, 0.0165865384615384, 0.0106181267361345, 0.0239807692307692, 0.0251690457781899, 0.0591057692307691, 0.0866996301340704, 0.187144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 870, '2021-04-18 00:00:00', 0.00461298334970056, 0.0117307692307692, 0.00646961091446888, 0.0183942307692308, 0.00967626457646992, 0.024951923076923, 0.024664262919954, 0.0593557692307692, 0.0860220410038121, 0.186807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 885, '2021-04-18 00:00:00', 0.00438438005441348, 0.0119326923076923, 0.0051972255912317, 0.0158653846153845, 0.0138252034343079, 0.025125, 0.0483169871784241, 0.0948749999999999, 0.0848773209720041, 0.185519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 900, '2021-04-18 00:00:00', 0.00514210559984917, 0.0111249999999999, 0.0066949823346697, 0.0163173076923076, 0.0133206931270342, 0.0258942307692308, 0.0545150120467889, 0.100557692307692, 0.0843796844853437, 0.184634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 915, '2021-04-18 00:00:00', 0.00442615695435841, 0.0118557692307692, 0.0115736105662174, 0.0194615384615385, 0.0132014313035192, 0.0268173076923077, 0.0573057295094947, 0.105221153846154, 0.0841821262775856, 0.184403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 930, '2021-04-18 00:00:00', 0.00855776750183042, 0.0143461538461539, 0.0092558297637427, 0.0199038461538462, 0.0112919644676408, 0.0264615384615384, 0.0549586802831139, 0.105942307692308, 0.083600837891458, 0.184201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 945, '2021-04-18 00:00:00', 0.00501698078069346, 0.0125480769230769, 0.00561670756281244, 0.0167403846153847, 0.0104243658726156, 0.0294903846153846, 0.0541972758682432, 0.105413461538461, 0.0833577698145862, 0.183932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 960, '2021-04-18 00:00:00', 0.00401578615734685, 0.0118076923076924, 0.00696087969683761, 0.016576923076923, 0.00948221513393111, 0.0335096153846154, 0.0525566516686079, 0.106471153846154, 0.0830257542295438, 0.183605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 975, '2021-04-18 00:00:00', 0.00488259270659164, 0.0114134615384615, 0.00835561188663044, 0.022625, 0.00872655650652295, 0.0333173076923077, 0.0515298541176337, 0.107644230769231, 0.0827550509729675, 0.183461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 990, '2021-04-18 00:00:00', 0.00614592579243785, 0.0179903846153846, 0.00873168963294919, 0.0270096153846154, 0.010351978629154, 0.0314615384615385, 0.0540121318280938, 0.108403846153846, 0.0823850510384947, 0.183221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1005, '2021-04-18 00:00:00', 0.0065074217983421, 0.0183076923076923, 0.00611074085902462, 0.0228653846153846, 0.00954434991943494, 0.0297307692307692, 0.0546932389296463, 0.106653846153846, 0.0844558834540258, 0.183375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1020, '2021-04-18 00:00:00', 0.00332034810501276, 0.0128365384615384, 0.00631344718712495, 0.0172307692307693, 0.0113895236950454, 0.028625, 0.0541523536316396, 0.106740384615385, 0.0841108563376104, 0.182634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1035, '2021-04-18 00:00:00', 0.0058864577307056, 0.0139038461538461, 0.00910611058575505, 0.021375, 0.0109719966978879, 0.0291634615384614, 0.0548929946840634, 0.108355769230769, 0.0834794378183126, 0.183692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1050, '2021-04-18 00:00:00', 0.00632859809485132, 0.0148653846153846, 0.00830819799030786, 0.0208846153846154, 0.00858652790937421, 0.0267884615384616, 0.0560783243467426, 0.107788461538461, 0.0833897983061385, 0.182288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1065, '2021-04-18 00:00:00', 0.00500403683193725, 0.0139038461538461, 0.00569703870444988, 0.0186249999999999, 0.0467934660133063, 0.0732884615384615, 0.0563342847173494, 0.106528846153846, 0.0837987079944462, 0.180961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1080, '2021-04-18 00:00:00', 0.00359369105302826, 0.0127692307692308, 0.00566015934812385, 0.0169903846153847, 0.0510722160278952, 0.079375, 0.0560558795722213, 0.105028846153846, 0.0836072831065663, 0.180817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1095, '2021-04-18 00:00:00', 0.00383450929565462, 0.0114615384615385, 0.0462635344022116, 0.0694807692307693, 0.0541879102326765, 0.0852307692307692, 0.0564046958287913, 0.104663461538462, 0.083282118428868, 0.180875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 600, '2021-04-18 00:00:00', 0.0150958635444894, 0.031201923076923, 0.0216403647061546, 0.0440961538461538, 0.0229491096693398, 0.056278846153846, 0.0307841320888138, 0.0803173076923076, 0.0703608644773498, 0.169125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 615, '2021-04-18 00:00:00', 0.0127747836049714, 0.0307019230769231, 0.0185065191216501, 0.041875, 0.0180648218497039, 0.0483173076923076, 0.0321990339678311, 0.0745673076923076, 0.0695433435679891, 0.168721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 630, '2021-04-18 00:00:00', 0.0145188206768372, 0.0273846153846154, 0.0153932177872645, 0.0336153846153846, 0.0208269149087276, 0.0454038461538462, 0.0320984243562491, 0.0700769230769231, 0.0678523375539741, 0.166586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 645, '2021-04-18 00:00:00', 0.00904854429431354, 0.0203653846153846, 0.0129996782504562, 0.0285288461538462, 0.0177601352429015, 0.0392403846153847, 0.0298909894449817, 0.063375, 0.0685022655436692, 0.162403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 660, '2021-04-18 00:00:00', 0.00839730382554191, 0.0194134615384615, 0.00946957171478935, 0.0271826923076923, 0.0153957661512708, 0.0372692307692308, 0.0258966529616355, 0.0584711538461538, 0.0675518298163598, 0.159163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 675, '2021-04-18 00:00:00', 0.00728739691838951, 0.0176346153846155, 0.00857464957794866, 0.0239807692307692, 0.0123020831569291, 0.0343749999999999, 0.0224578001696857, 0.0543173076923076, 0.0666483863559061, 0.156990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 690, '2021-04-18 00:00:00', 0.00827722198845448, 0.0149903846153846, 0.0126705746333172, 0.0220384615384615, 0.0166229220795123, 0.0313076923076922, 0.0240031428230682, 0.0511057692307691, 0.0672624366538662, 0.156846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 705, '2021-04-18 00:00:00', 0.0079361454022814, 0.0149903846153846, 0.00892035809043205, 0.0209326923076922, 0.012259956707164, 0.0290576923076923, 0.020255808758515, 0.0509326923076922, 0.0677851391984543, 0.161298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 720, '2021-04-18 00:00:00', 0.00536327432996502, 0.0145865384615384, 0.00758668494545144, 0.0201826923076923, 0.00923830341567114, 0.0261249999999999, 0.0187818959475505, 0.0499807692307693, 0.0684964604644199, 0.162048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 735, '2021-04-18 00:00:00', 0.00527792937254173, 0.0133076923076924, 0.00798527490977078, 0.0194807692307692, 0.00879042857973278, 0.0257211538461539, 0.0176110787901776, 0.0504519230769232, 0.0703403265450305, 0.162442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 750, '2021-04-18 00:00:00', 0.00707550623358765, 0.0149326923076923, 0.00712445004625181, 0.0194326923076923, 0.00795999613451776, 0.0264423076923077, 0.0165097290664066, 0.0508846153846155, 0.0708289685683868, 0.163432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 765, '2021-04-18 00:00:00', 0.00666287071417763, 0.014076923076923, 0.0095003238811186, 0.0196346153846154, 0.00886740465889625, 0.0258942307692308, 0.017654069045015, 0.0543653846153847, 0.0707227040304922, 0.164394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 780, '2021-04-18 00:00:00', 0.00402692858716825, 0.0123653846153846, 0.0059018331571965, 0.0180288461538461, 0.00885294388238264, 0.0265192307692308, 0.0197609463336146, 0.05625, 0.0682318389474726, 0.163673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 795, '2021-04-18 00:00:00', 0.00585392701854591, 0.0130384615384615, 0.00644796479518928, 0.0168750000000001, 0.00856978143514486, 0.0263846153846154, 0.0221296464047665, 0.0573750000000001, 0.0679700669412646, 0.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 810, '2021-04-18 00:00:00', 0.00456892724322095, 0.011798076923077, 0.00822980044622089, 0.0192307692307693, 0.0070615222263933, 0.0247019230769232, 0.0204033462564732, 0.0576923076923077, 0.0668961479861479, 0.162730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 825, '2021-04-18 00:00:00', 0.00644583944524266, 0.013326923076923, 0.00589753044795996, 0.0171442307692306, 0.00820403277944159, 0.0231153846153846, 0.0216985576443724, 0.0589903846153846, 0.0664246970984089, 0.162096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 840, '2021-04-18 00:00:00', 0.00405941450874945, 0.00992307692307687, 0.00551648752517258, 0.0145288461538462, 0.00942980136832976, 0.0208846153846154, 0.0220514193682368, 0.0602019230769231, 0.0677350927397425, 0.161932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 855, '2021-04-18 00:00:00', 0.00348833220012977, 0.00971153846153856, 0.00684617383316004, 0.015548076923077, 0.00816300284114948, 0.0212692307692308, 0.0226055047754711, 0.0608269230769232, 0.067354444202637, 0.162134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 870, '2021-04-18 00:00:00', 0.00514456397195507, 0.0118076923076922, 0.00631375177992153, 0.0147884615384615, 0.00815332046563749, 0.0219711538461538, 0.023015404540304, 0.0615769230769231, 0.0672362232099517, 0.162086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 885, '2021-04-18 00:00:00', 0.00352557960319465, 0.00991346153846154, 0.00568209062283882, 0.0161153846153846, 0.00931020944984587, 0.025, 0.0377638066957483, 0.088048076923077, 0.0677365491898859, 0.162298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 900, '2021-04-18 00:00:00', 0.00524372335420017, 0.0122211538461539, 0.00697997823448221, 0.0169519230769231, 0.00886685704441848, 0.0268846153846155, 0.0408815091265175, 0.0911826923076923, 0.0676508286378267, 0.162230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 915, '2021-04-18 00:00:00', 0.00449068480301166, 0.0118749999999999, 0.00826084368945078, 0.0196923076923077, 0.0085663081088287, 0.0277788461538462, 0.0434346381182293, 0.0936826923076923, 0.0678356554759085, 0.162384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 930, '2021-04-18 00:00:00', 0.00700631583205187, 0.0142115384615385, 0.00736997547224808, 0.0193076923076924, 0.00992727885095492, 0.0276057692307693, 0.0449466478599477, 0.0941153846153847, 0.0707296532308327, 0.167576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 945, '2021-04-18 00:00:00', 0.00700711177195117, 0.0127307692307693, 0.00914002188181197, 0.0197500000000001, 0.0147520663480905, 0.0335384615384617, 0.0486071071488996, 0.0948942307692308, 0.0774695970141736, 0.171461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 960, '2021-04-18 00:00:00', 0.00685054742338161, 0.01475, 0.00848210786574624, 0.0198653846153846, 0.0165956812037163, 0.0352788461538461, 0.0500759077647278, 0.0960576923076923, 0.082463878455964, 0.174125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 975, '2021-04-18 00:00:00', 0.00498563320567593, 0.0121923076923077, 0.0110014159927782, 0.0251153846153848, 0.0157371467700323, 0.0348173076923077, 0.0508422191687184, 0.095625, 0.0821716572182891, 0.178625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 990, '2021-04-18 00:00:00', 0.00926093947718059, 0.0212500000000001, 0.0117036483463655, 0.0279038461538461, 0.0138986025860931, 0.0348846153846154, 0.050563524402478, 0.094, 0.0826018328396019, 0.179432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1005, '2021-04-18 00:00:00', 0.00611882341631123, 0.0172499999999999, 0.00820862585708097, 0.0229423076923075, 0.0131424920069919, 0.0327980769230769, 0.0503529427755105, 0.0924230769230769, 0.0827906540851451, 0.179740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1020, '2021-04-18 00:00:00', 0.00514912240468805, 0.0149615384615384, 0.00685650308943149, 0.0205288461538461, 0.0133496218615417, 0.0319903846153846, 0.0500781168621738, 0.0913173076923077, 0.0828752659817057, 0.180086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1035, '2021-04-18 00:00:00', 0.00435903129676237, 0.0143846153846154, 0.00859539791892236, 0.0221442307692308, 0.0112675845476509, 0.0282115384615386, 0.0493686251970434, 0.0888846153846154, 0.0829723198746703, 0.180355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1050, '2021-04-18 00:00:00', 0.00595021816018924, 0.0152980769230768, 0.00856176653231359, 0.021173076923077, 0.00856614534979682, 0.0250769230769231, 0.0481943301804108, 0.0885384615384615, 0.0828605222880362, 0.181384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1065, '2021-04-18 00:00:00', 0.00681560003566493, 0.0142596153846153, 0.00785905283978058, 0.0184134615384616, 0.0370868588067775, 0.0652019230769231, 0.0485728319125002, 0.08875, 0.0858503914466233, 0.183336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1080, '2021-04-18 00:00:00', 0.00581331363205318, 0.0134807692307693, 0.00725833738114051, 0.0179615384615385, 0.0384896302218582, 0.0677788461538461, 0.0478993385613557, 0.0887211538461538, 0.0888616534931601, 0.185538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1095, '2021-04-18 00:00:00', 0.00489804709906049, 0.0118942307692307, 0.0360012513137231, 0.0602980769230768, 0.0387343727794239, 0.0699711538461538, 0.0469031705095311, 0.0880096153846153, 0.0889437057270583, 0.186067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 600, '2021-04-18 00:00:00', 0.0108729197833601, 0.0263461538461538, 0.0140477756246318, 0.0355, 0.0167846913997433, 0.0451057692307692, 0.0264746122946842, 0.0662980769230769, 0.0877756016783707, 0.179375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 615, '2021-04-18 00:00:00', 0.00866514348054684, 0.0259134615384615, 0.012172920767014, 0.0329999999999999, 0.0188364239011713, 0.0418942307692308, 0.0216134595707255, 0.0624711538461539, 0.0905323783983472, 0.179307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 630, '2021-04-18 00:00:00', 0.00975953182988108, 0.0215384615384615, 0.0113449455028016, 0.0283173076923077, 0.018192728894132, 0.0384038461538461, 0.0198947833324757, 0.0579903846153847, 0.0910949319919356, 0.177721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 645, '2021-04-18 00:00:00', 0.00765965956262967, 0.0193461538461539, 0.0126566340160164, 0.027596153846154, 0.0142611393708162, 0.0367019230769232, 0.0199109556236298, 0.0566346153846154, 0.0912086392036665, 0.177855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 660, '2021-04-18 00:00:00', 0.00821010751358451, 0.0196442307692308, 0.0104888585578296, 0.0261346153846153, 0.0109144928350406, 0.0321153846153846, 0.0184553827878523, 0.0543846153846153, 0.0918722231396159, 0.177596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 675, '2021-04-18 00:00:00', 0.00743454126669247, 0.0164903846153846, 0.00877477262471141, 0.0234711538461539, 0.0078204613281197, 0.0284807692307692, 0.0193912748023832, 0.0521923076923076, 0.0921872410035475, 0.177759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 690, '2021-04-18 00:00:00', 0.00464808686864405, 0.0155865384615384, 0.00629447254465252, 0.0191538461538461, 0.00843039943391681, 0.0257788461538461, 0.0187707321278469, 0.0514038461538461, 0.0919419570247363, 0.179038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 705, '2021-04-18 00:00:00', 0.00603665087992952, 0.0136153846153846, 0.00724523716233375, 0.0187115384615384, 0.00807822928998298, 0.0255673076923077, 0.0197218250832772, 0.0515961538461539, 0.0928008708720741, 0.198778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 720, '2021-04-18 00:00:00', 0.0054822791442414, 0.0121538461538461, 0.00830197497355526, 0.0181826923076923, 0.00892888570875442, 0.0267499999999999, 0.0207371925256567, 0.0526153846153846, 0.0924633986837702, 0.199451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 735, '2021-04-18 00:00:00', 0.00498100237054597, 0.0123461538461539, 0.00608067556975494, 0.0172692307692308, 0.00854144308650474, 0.026125, 0.0215732829782937, 0.0524423076923077, 0.0923229433314635, 0.200894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 750, '2021-04-18 00:00:00', 0.00554489543495768, 0.0118942307692308, 0.00737099304446399, 0.0186923076923076, 0.0078854052137233, 0.0267692307692307, 0.0217017302571441, 0.052798076923077, 0.0918205110528143, 0.200875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 765, '2021-04-18 00:00:00', 0.00589129899480187, 0.0132596153846154, 0.00685531798061805, 0.0183461538461538, 0.00845522710426022, 0.0251057692307693, 0.0223081909758587, 0.0545961538461539, 0.0905679791435905, 0.201326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 780, '2021-04-18 00:00:00', 0.00638631349058277, 0.01375, 0.00707916770423009, 0.0199807692307693, 0.00976715945636984, 0.0257596153846154, 0.022269252690304, 0.0564807692307693, 0.0905740352716198, 0.201355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 795, '2021-04-18 00:00:00', 0.00492540509852895, 0.0122692307692308, 0.00788382594546975, 0.0165865384615385, 0.0111225732011699, 0.0247211538461538, 0.0211546707881225, 0.0579519230769231, 0.0903402372231691, 0.201538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 810, '2021-04-18 00:00:00', 0.00450153819864346, 0.0110769230769231, 0.00664005908222099, 0.0169038461538461, 0.00899360884183868, 0.02475, 0.0217269971198542, 0.0585096153846153, 0.0902463849691499, 0.2015 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 825, '2021-04-18 00:00:00', 0.00490729441357852, 0.0131923076923077, 0.00730969456375459, 0.0189711538461538, 0.011783042737504, 0.026201923076923, 0.0215394093198062, 0.0608846153846154, 0.0907372093126418, 0.201865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 840, '2021-04-18 00:00:00', 0.00439686295512534, 0.0110096153846154, 0.00648083713728411, 0.016625, 0.0140705400093189, 0.0255480769230768, 0.0232364952507572, 0.0621634615384615, 0.0902813108907589, 0.202048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 855, '2021-04-18 00:00:00', 0.00412506410206611, 0.0118846153846154, 0.0102160366016452, 0.0179903846153846, 0.0167786723596906, 0.0269230769230769, 0.0280864530717897, 0.0646730769230769, 0.0906133252426952, 0.203586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 870, '2021-04-18 00:00:00', 0.00414539861896845, 0.0109791666666667, 0.00622071945545515, 0.01678125, 0.00898970324831438, 0.0236458333333333, 0.0271366789290271, 0.0624270833333333, 0.0887830611771906, 0.199927083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 885, '2021-04-18 00:00:00', 0.00542137476548387, 0.012375, 0.00650834713483669, 0.0171979166666667, 0.0104121584447348, 0.02725, 0.0306673047793173, 0.0791145833333333, 0.0894395435587233, 0.200072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 900, '2021-04-18 00:00:00', 0.00587751449427701, 0.01196875, 0.00745541548866971, 0.01653125, 0.0116273226992362, 0.02759375, 0.0307325124069052, 0.0789166666666666, 0.0892666218587872, 0.200072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 915, '2021-04-18 00:00:00', 0.00366792736067498, 0.0112395833333333, 0.00867433641951018, 0.0194791666666667, 0.0116775004692848, 0.0274479166666667, 0.0324389878117926, 0.0761354166666666, 0.0909939279706962, 0.199291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 930, '2021-04-18 00:00:00', 0.00703095510653736, 0.0143958333333333, 0.00974809531748844, 0.0199166666666666, 0.0127136630544022, 0.0276875, 0.0317377943559365, 0.0762708333333332, 0.0914453828191959, 0.199010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 945, '2021-04-18 00:00:00', 0.00701007782575837, 0.0131979166666666, 0.00903442991632814, 0.0186875, 0.0124759505969327, 0.0297395833333333, 0.030684932852569, 0.0768020833333333, 0.0902138361443746, 0.199458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 960, '2021-04-18 00:00:00', 0.00567650533887872, 0.0135520833333333, 0.00730281239253615, 0.0185208333333334, 0.01057624149015, 0.0305416666666666, 0.0306489868351589, 0.0767187499999999, 0.0900100179358073, 0.19915625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 975, '2021-04-18 00:00:00', 0.00448407003267905, 0.0126666666666667, 0.00830986732310067, 0.0226041666666666, 0.0101056914657038, 0.0319999999999999, 0.0302426479267804, 0.0777083333333333, 0.0899860873908464, 0.1991875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 990, '2021-04-18 00:00:00', 0.00905298413447916, 0.0185, 0.0088264260661634, 0.0245833333333333, 0.0112891027358116, 0.0323333333333332, 0.0311920313791516, 0.0787395833333333, 0.089634106777644, 0.1996875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1005, '2021-04-18 00:00:00', 0.00465959690285551, 0.0156979166666666, 0.0061493710648125, 0.0213958333333333, 0.00828188147031856, 0.0299895833333333, 0.0323196763749, 0.0772187499999999, 0.0885561697414436, 0.197979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1020, '2021-04-18 00:00:00', 0.00517987150811484, 0.0156458333333334, 0.00679653011160624, 0.0209895833333333, 0.0115385253795614, 0.03121875, 0.033887145865229, 0.07803125, 0.0887305493841988, 0.19803125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1035, '2021-04-18 00:00:00', 0.00504809298187187, 0.0137708333333334, 0.00853954330270901, 0.0196145833333334, 0.0240667850974645, 0.0312916666666667, 0.0338847935599651, 0.0776354166666667, 0.088747504557691, 0.19775 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1050, '2021-04-18 00:00:00', 0.00443449454254104, 0.01321875, 0.00832818681659904, 0.02, 0.0220942788023756, 0.0293541666666667, 0.0336022109752847, 0.0771145833333333, 0.0886111411150434, 0.198229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1065, '2021-04-18 00:00:00', 0.00761288833758778, 0.0143958333333333, 0.0232021187656945, 0.0221875, 0.0317290224406021, 0.0608229166666667, 0.0333727286449602, 0.0778854166666667, 0.0885898892552692, 0.198375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1080, '2021-04-18 00:00:00', 0.017441244533277, 0.0159375, 0.016695695959946, 0.02096875, 0.0296731725534035, 0.0585729166666667, 0.0332835316374461, 0.0783750000000001, 0.0880316971899605, 0.198541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1095, '2021-04-18 00:00:00', 0.00410129883986924, 0.01275, 0.028696119564842, 0.0533645833333333, 0.0287431387527931, 0.0582708333333333, 0.0324635089871824, 0.07715625, 0.0873775171466744, 0.19859375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 600, '2021-04-18 00:00:00', 0.0125751987073621, 0.0271195652173913, 0.0112314845438744, 0.0356521739130435, 0.0161798959088293, 0.0431195652173914, 0.0301740176952543, 0.0669456521739131, 0.0906285105630532, 0.193902173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 615, '2021-04-18 00:00:00', 0.00826398682603448, 0.0244565217391305, 0.0142594882079467, 0.030913043478261, 0.0158872012027082, 0.0394456521739131, 0.0297331511394242, 0.0639130434782609, 0.090877058832988, 0.193336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 630, '2021-04-18 00:00:00', 0.00903324787103558, 0.0206136363636364, 0.0122810697956112, 0.0278409090909091, 0.0159487477286637, 0.0367272727272727, 0.0281140731539804, 0.0628295454545454, 0.0857503462880945, 0.200988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 645, '2021-04-18 00:00:00', 0.00750927456852217, 0.0194204545454546, 0.00761506254006996, 0.0273181818181818, 0.0136265314481477, 0.0367045454545455, 0.024039593513141, 0.0606590909090908, 0.0832414276750782, 0.200636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 660, '2021-04-18 00:00:00', 0.00589767774754201, 0.0179886363636364, 0.00929433915131891, 0.0242954545454545, 0.0130106724423682, 0.0347954545454545, 0.0228390312273222, 0.0570795454545455, 0.0813869466928901, 0.199034090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 675, '2021-04-18 00:00:00', 0.00664173843161114, 0.0165568181818182, 0.0090620530939218, 0.023534090909091, 0.0109470451547005, 0.0311250000000001, 0.0219296056237648, 0.0559886363636364, 0.0798136467583987, 0.198397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 690, '2021-04-18 00:00:00', 0.00605651816951474, 0.0157386363636364, 0.00848123884451217, 0.0232386363636365, 0.0128491497520516, 0.0299772727272727, 0.0210395454547793, 0.0542159090909091, 0.0793591050826797, 0.198625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 705, '2021-04-18 00:00:00', 0.00696202788353246, 0.0163068181818183, 0.00887881373457819, 0.0205000000000001, 0.012819425195291, 0.0308636363636363, 0.0239317662789323, 0.0554090909090909, 0.0837618473884266, 0.209977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 720, '2021-04-18 00:00:00', 0.004146270425522, 0.0125681818181818, 0.00845038998562154, 0.0206136363636362, 0.0110475164198846, 0.0302499999999999, 0.0212436137589894, 0.0532272727272726, 0.0831702741824009, 0.209738636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 735, '2021-04-18 00:00:00', 0.00728768753517807, 0.0154090909090908, 0.0102605926682995, 0.0229999999999999, 0.00954980252963268, 0.0308295454545454, 0.0196740931297022, 0.051875, 0.0835074984644106, 0.210829545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 750, '2021-04-18 00:00:00', 0.00603646028843491, 0.0151363636363636, 0.00916645021389466, 0.0212499999999999, 0.0115531252213829, 0.0296250000000001, 0.0190729404203195, 0.0519090909090909, 0.0834632990863187, 0.210909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 765, '2021-04-18 00:00:00', 0.006441555850483, 0.0139431818181818, 0.00723414073735034, 0.0194772727272727, 0.0117419033538985, 0.0273409090909092, 0.0188577818458903, 0.0537613636363637, 0.0832087301668161, 0.210329545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 780, '2021-04-18 00:00:00', 0.00621952527036781, 0.0136477272727273, 0.00802553588182601, 0.0198750000000001, 0.0134912640084409, 0.0275795454545456, 0.0190673362504653, 0.0540454545454546, 0.0829087995789291, 0.2095 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 795, '2021-04-18 00:00:00', 0.00616793525620011, 0.0134659090909093, 0.00958326039874372, 0.0183068181818183, 0.0116126668506972, 0.0262386363636365, 0.0189462814316314, 0.0550909090909092, 0.0827067926786838, 0.208238636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 810, '2021-04-18 00:00:00', 0.00433805520293637, 0.0123409090909092, 0.0074080218600371, 0.0182045454545454, 0.00898296849286043, 0.0239090909090908, 0.0187938988269299, 0.0543295454545456, 0.0825285836945198, 0.207988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 825, '2021-04-18 00:00:00', 0.00340726321858072, 0.0115795454545454, 0.00368043337486773, 0.0158522727272727, 0.0070206964448998, 0.0216249999999999, 0.0178142509772031, 0.0541704545454546, 0.0830610432438812, 0.20825 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 840, '2021-04-18 00:00:00', 0.00365016826392685, 0.0105795454545455, 0.00656296509380555, 0.0155681818181818, 0.00646728363192446, 0.0213863636363636, 0.0180111835447863, 0.0528977272727275, 0.0852044595008451, 0.209420454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 840, '2021-04-18 00:00:00', 0.00472720407147117, 0.01007, 0.00672320298171435, 0.01629, 0.0105788507567378, 0.02387, 0.021740285186722, 0.05616, 0.0862628227183259, 0.18333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 00:00:00' and dayofweek = 2 and fromtime = 840);
Date: 2021-04-23 14:05:45 Duration: 1s843ms 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 1032246, 5, 870, '2021-04-18 00:00:00', 0.110140244769052, 0.198652173913043, 0.128217808139551, 0.279521739130435, 0.202602933385974, 0.387304347826087, 0.37385699851142, 0.891652173913045, 1.86965823006056, 4.05747826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 885, '2021-04-18 00:00:00', 0.0663819645490503, 0.194739130434783, 0.144914490256034, 0.300869565217392, 0.272914014459753, 0.463826086956523, 0.608580961385798, 1.47682608695652, 1.85838843865668, 4.06504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 900, '2021-04-18 00:00:00', 0.145058567972707, 0.216521739130436, 0.167569241189682, 0.276217391304349, 0.316816669971046, 0.478434782608697, 0.626408493549146, 1.54534782608696, 1.86338293659125, 4.07982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 915, '2021-04-18 00:00:00', 0.0862564656452652, 0.179217391304349, 0.19422237774214, 0.336826086956523, 0.282716201504063, 0.476782608695652, 0.620118747394046, 1.56047826086957, 1.87377962392897, 4.05852173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 930, '2021-04-18 00:00:00', 0.170764937945764, 0.267869565217393, 0.220626739319529, 0.346391304347827, 0.270270103514531, 0.442260869565218, 0.60327935833221, 1.56443478260869, 1.88173606664323, 4.04552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 945, '2021-04-18 00:00:00', 0.138007861951683, 0.215521739130435, 0.215945855825533, 0.310391304347827, 0.216260995516571, 0.457000000000001, 0.601053682830634, 1.5685652173913, 1.91883453799167, 4.07043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 960, '2021-04-18 00:00:00', 0.11416116130711, 0.20995652173913, 0.145684875687055, 0.276086956521739, 0.178305850393601, 0.477391304347825, 0.58934843100031, 1.55913043478261, 1.9202568318835, 4.07086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 975, '2021-04-18 00:00:00', 0.0869508288650321, 0.18391304347826, 0.128692896696278, 0.34395652173913, 0.203547587933043, 0.510434782608696, 0.585280990588846, 1.55173913043478, 1.91580817836353, 4.06039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 990, '2021-04-18 00:00:00', 0.0916946298227985, 0.294782608695653, 0.13172034395589, 0.372608695652174, 0.244735074962696, 0.540434782608697, 0.573625530299913, 1.54739130434782, 1.8975394292018, 4.05839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1005, '2021-04-18 00:00:00', 0.0970185793705676, 0.264173913043477, 0.178369869307233, 0.403913043478262, 0.227971810198232, 0.524347826086958, 0.614394373867727, 1.57108695652174, 1.88139035817714, 4.09795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1020, '2021-04-18 00:00:00', 0.137228049426517, 0.291913043478261, 0.164965237684394, 0.380434782608696, 0.191460281848982, 0.505695652173914, 0.765717956000961, 1.61452173913043, 1.8691441881373, 4.11321739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1035, '2021-04-18 00:00:00', 0.0858553798259575, 0.225652173913045, 0.138972798544096, 0.349565217391307, 0.168832306819776, 0.429565217391306, 0.813898622912857, 1.64117391304348, 1.92021314178438, 4.14334782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1050, '2021-04-18 00:00:00', 0.108979836406019, 0.265173913043479, 0.145142849084327, 0.336913043478262, 0.158638239113685, 0.436000000000001, 0.818286233346128, 1.64378260869565, 1.92971502841976, 4.147 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1065, '2021-04-18 00:00:00', 0.089733906150593, 0.216086956521739, 0.102069495042261, 0.279999999999998, 0.615624291897828, 1.20921739130435, 0.80742587368871, 1.65178260869565, 1.93318254568489, 4.13613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1080, '2021-04-18 00:00:00', 0.0889152903259888, 0.198260869565218, 0.120994740682095, 0.303, 0.633999099137773, 1.30130434782608, 0.801891851499924, 1.64978260869565, 1.91823351399908, 4.12178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1095, '2021-04-18 00:00:00', 0.0881684741951306, 0.229956521739131, 0.607165314694101, 1.17391304347826, 0.620473040886064, 1.33560869565217, 0.81843472749026, 1.65630434782608, 1.90002841979993, 4.11178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 600, '2021-04-18 00:00:00', 0.43436088298403, 0.739279999999999, 0.47628959327983, 0.898879999999998, 0.458634749373979, 1.0452, 0.910888910167791, 1.58676, 1.78812839770154, 3.8336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 615, '2021-04-18 00:00:00', 0.230030418278395, 0.532080000000001, 0.245383964431257, 0.68096, 0.249475369525732, 0.786279999999998, 0.662046216916413, 1.39588, 1.68802419315206, 3.74848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 630, '2021-04-18 00:00:00', 0.0960943460008616, 0.36404, 0.141450521384688, 0.486799999999999, 0.158260070769606, 0.622999999999999, 0.855986822328475, 1.32176, 1.71109519801403, 3.69212 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 645, '2021-04-18 00:00:00', 0.110528246766759, 0.29508, 0.138259984570134, 0.42864, 0.190632526080941, 0.579479999999999, 0.861858818678171, 1.25996, 1.6913849532262, 3.65232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 660, '2021-04-18 00:00:00', 0.0839804143833554, 0.28872, 0.116069619912651, 0.376359999999999, 0.178728723675484, 0.523039999999999, 0.868412002834292, 1.19364, 1.69588404379545, 3.63824 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 675, '2021-04-18 00:00:00', 0.0716427014193811, 0.227480000000001, 0.139102444263212, 0.364639999999999, 0.216601015694757, 0.4958, 0.83480117393305, 1.1372, 1.94463854653421, 3.72508 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 690, '2021-04-18 00:00:00', 0.112532187987852, 0.269079999999998, 0.122805985196162, 0.34332, 0.339953854711684, 0.512959999999999, 0.835458333291772, 1.09572, 2.08856880582534, 3.75164 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 705, '2021-04-18 00:00:00', 0.0570073094728507, 0.198599999999999, 0.122963043228444, 0.30508, 0.315261700813785, 0.44676, 0.804885016632811, 1.04316, 2.12377135068726, 3.893 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 720, '2021-04-18 00:00:00', 0.0904181397729476, 0.212760000000001, 0.229363416147097, 0.32992, 0.283990569092239, 0.42432, 0.805167336644998, 1.01776, 2.13029834217338, 3.92212 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 735, '2021-04-18 00:00:00', 0.195972208914087, 0.248759999999999, 0.249083198951676, 0.31676, 0.25997103684834, 0.42676, 0.802639628559002, 1.00096, 2.10853689399387, 3.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 750, '2021-04-18 00:00:00', 0.183358319509461, 0.220760000000001, 0.198821636984846, 0.29028, 0.255453733580077, 0.42312, 0.798456298115307, 0.982280000000001, 2.09839945990589, 3.91772 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 765, '2021-04-18 00:00:00', 0.110299335144566, 0.199119999999999, 0.170066379197459, 0.302359999999999, 0.200124960961896, 0.410000000000001, 0.758159191726909, 0.97912, 2.07443929131063, 3.91496 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 780, '2021-04-18 00:00:00', 0.116285568035477, 0.2034, 0.116042765105513, 0.28256, 0.535809440628538, 0.56944, 0.741013522143827, 0.972959999999999, 2.06860846303338, 3.90916 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 795, '2021-04-18 00:00:00', 0.0754493649189083, 0.19876, 0.108124927745639, 0.270800000000002, 0.605757990730073, 0.591080000000001, 0.738928729084658, 0.9906, 2.06528298061065, 3.90896 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 810, '2021-04-18 00:00:00', 0.0741799613552507, 0.181200000000001, 0.548468890032363, 0.440040000000001, 0.77391366443551, 0.615120000000001, 0.736819855867089, 1.0202, 2.04803234593597, 3.91336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 825, '2021-04-18 00:00:00', 0.530292098753129, 0.361279999999998, 0.579545617991658, 0.47804, 0.740834027746204, 0.593159999999999, 0.732069516280158, 1.03888, 2.03086588675865, 3.9154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 840, '2021-04-18 00:00:00', 0.213713109877082, 0.292280000000001, 0.369750600630571, 0.394439999999999, 0.370009968334188, 0.46328, 0.465784367134264, 0.95308, 1.99522364410609, 3.82884 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 855, '2021-04-18 00:00:00', 0.267926917896156, 0.246599999999999, 0.270157682351129, 0.296440000000001, 0.342787893601858, 0.438039999999998, 0.495117538233769, 0.959719999999998, 2.0033919985864, 3.8084 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 870, '2021-04-18 00:00:00', 0.211455669112939, 0.1898, 0.226416518831997, 0.269239999999999, 0.260200243402397, 0.406999999999999, 0.481328346003712, 0.940679999999999, 2.00660452173982, 3.80604 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 885, '2021-04-18 00:00:00', 0.136504114712097, 0.20504, 0.186384012189886, 0.3184, 0.195462801235085, 0.422960000000001, 0.50538014734785, 1.27352, 2.00557375248747, 3.80792 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 900, '2021-04-18 00:00:00', 0.127058411764039, 0.232559999999999, 0.162790581218119, 0.301759999999999, 0.203151322909795, 0.41372, 0.525480177234753, 1.3632, 1.99778334077214, 3.82512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 915, '2021-04-18 00:00:00', 0.111860031587096, 0.1972, 0.131412734035431, 0.294160000000002, 0.164716139666598, 0.37836, 0.554782455862958, 1.41736, 1.99578890249779, 3.82752 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 930, '2021-04-18 00:00:00', 0.083031560264758, 0.20736, 0.124870492911656, 0.289160000000001, 0.147681662143049, 0.38796, 0.577401948386045, 1.46052, 1.99234653361307, 3.83872 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 945, '2021-04-18 00:00:00', 0.108400984005373, 0.21676, 0.122651701985743, 0.288759999999998, 0.197733676106695, 0.44076, 0.605414320940627, 1.4924, 1.98072733863094, 3.84696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 960, '2021-04-18 00:00:00', 0.0826498638837349, 0.203199999999997, 0.105082507266116, 0.274399999999998, 0.212780505059399, 0.493279999999997, 0.590817997920397, 1.53336, 1.96866944660601, 3.84816 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 975, '2021-04-18 00:00:00', 0.0743863786814059, 0.195999999999999, 0.165315859291641, 0.3272, 0.228524418826523, 0.535919999999998, 0.586220740563371, 1.56044, 1.9354168155723, 3.8648 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 990, '2021-04-18 00:00:00', 0.160896447029344, 0.272800000000001, 0.189827140665746, 0.408479999999998, 0.267983849015818, 0.573519999999998, 0.572631693732251, 1.56684, 1.93238356699699, 3.8664 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1005, '2021-04-18 00:00:00', 0.118183938559066, 0.306879999999997, 0.176331439813399, 0.421119999999998, 0.29803111135137, 0.60472, 0.528976801633746, 1.54204, 1.93104343555499, 3.8336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1020, '2021-04-18 00:00:00', 0.124299061407023, 0.27144, 0.160957520275795, 0.39664, 0.290979237518186, 0.587, 0.517980379293785, 1.53344, 1.9300126666251, 3.82132 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1035, '2021-04-18 00:00:00', 0.116942607005886, 0.268359999999999, 0.219585404797313, 0.4092, 0.2791636318243, 0.546399999999999, 0.515341061822168, 1.50108, 1.93104571584069, 3.80216 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1050, '2021-04-18 00:00:00', 0.148248946033351, 0.272800000000001, 0.191023663455602, 0.389960000000001, 0.208971289894089, 0.482399999999999, 0.499894615560787, 1.47328, 1.91463366992227, 3.82056 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1065, '2021-04-18 00:00:00', 0.122365191128852, 0.270359999999999, 0.145170015269455, 0.329199999999998, 0.322766959275574, 0.897479999999998, 0.505208366254295, 1.45208, 1.90068684690561, 3.80136 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1080, '2021-04-18 00:00:00', 0.103662915259027, 0.2328, 0.133931574569504, 0.322799999999999, 0.40660086079594, 1.01448, 0.554423490363338, 1.44764, 1.89444344773516, 3.78332 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1095, '2021-04-18 00:00:00', 0.0839642781187349, 0.229999999999999, 0.32863862118341, 0.840479999999999, 0.385564681127995, 1.08904, 0.546540946925907, 1.44444, 1.88985416809517, 3.78788 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 600, '2021-04-18 00:00:00', 0.19160327602788, 0.549846153846152, 0.278404896066587, 0.764384615384614, 0.319022140538626, 0.932384615384614, 0.433714744964936, 1.241, 1.72177555403181, 3.69246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 615, '2021-04-18 00:00:00', 0.234271427063696, 0.495307692307692, 0.234852860646504, 0.631115384615385, 0.339172932973045, 0.788961538461537, 0.37359957173423, 1.134, 1.63691855208311, 3.64811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 630, '2021-04-18 00:00:00', 0.175231205510362, 0.395846153846154, 0.284648774132938, 0.55326923076923, 0.273163183125736, 0.728269230769229, 0.407215716789028, 1.076, 1.58115761536141, 3.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 645, '2021-04-18 00:00:00', 0.177207887478565, 0.370653846153845, 0.197819144286274, 0.465576923076922, 0.197023465997952, 0.672615384615383, 0.435017348902494, 1.03257692307692, 1.56601683702512, 3.60742307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 660, '2021-04-18 00:00:00', 0.0839688953399717, 0.281153846153846, 0.111944959002866, 0.434076923076923, 0.196676728121593, 0.599846153846153, 0.474999052630636, 0.952499999999999, 1.56301652730078, 3.57876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 675, '2021-04-18 00:00:00', 0.0830018350121496, 0.283769230769231, 0.15172124236446, 0.429153846153845, 0.158878904055405, 0.524115384615384, 0.440467564509144, 0.893346153846152, 1.55143995248087, 3.55761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 690, '2021-04-18 00:00:00', 0.140482448944837, 0.28303846153846, 0.144361282898152, 0.356499999999999, 0.236804690701983, 0.500692307692306, 0.440993195482128, 0.856038461538461, 1.54634442973893, 3.54184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 705, '2021-04-18 00:00:00', 0.104973168732998, 0.242615384615385, 0.139520039917072, 0.349192307692308, 0.234046139435402, 0.482653846153845, 0.492642888291931, 0.886846153846154, 1.57680317536659, 3.68157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 720, '2021-04-18 00:00:00', 0.0975413521775021, 0.232653846153846, 0.158626663778631, 0.348461538461538, 0.20691911463178, 0.493, 0.475462717134178, 0.887653846153847, 1.59625558778614, 3.70930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 735, '2021-04-18 00:00:00', 0.107440896095698, 0.228115384615385, 0.155392233248148, 0.338115384615384, 0.182637198165782, 0.481884615384615, 0.473890914094729, 0.885961538461539, 1.65487642857289, 3.60892307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 750, '2021-04-18 00:00:00', 0.098658696836816, 0.248461538461538, 0.162289807253756, 0.370692307692308, 0.194590493087406, 0.474499999999999, 0.475180595628165, 0.859038461538462, 1.67408984043455, 3.59507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 765, '2021-04-18 00:00:00', 0.115315413607134, 0.238730769230768, 0.118377473168868, 0.306115384615382, 0.171002510103035, 0.42453846153846, 0.48367759764283, 0.894461538461539, 1.67283939916079, 3.58315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 780, '2021-04-18 00:00:00', 0.0730787562523101, 0.207769230769231, 0.134814014336559, 0.306538461538461, 0.192251437926001, 0.403846153846153, 0.463725868955421, 0.939192307692308, 1.6463995145585, 3.57319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 795, '2021-04-18 00:00:00', 0.102723115517094, 0.223038461538462, 0.102376920476023, 0.281923076923077, 0.150947081914364, 0.407692307692309, 0.429026714248031, 0.965807692307692, 1.6106337863854, 3.56007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 810, '2021-04-18 00:00:00', 0.0713571731071671, 0.189615384615386, 0.138532973025863, 0.269230769230769, 0.165116970194325, 0.40442307692308, 0.436191822658158, 0.993115384615384, 1.58031619815588, 3.57238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 825, '2021-04-18 00:00:00', 0.105363436951125, 0.198423076923074, 0.127576100969037, 0.309692307692308, 0.238213598397611, 0.437038461538462, 0.439085730195753, 1.01996153846154, 1.54842366891673, 3.58846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 855, '2021-04-18 00:00:00', 0.0950085016438814, 0.191153846153847, 0.194503312212256, 0.303461538461538, 0.223426136478118, 0.381961538461536, 0.433526975471583, 1.00196153846154, 1.54675695718991, 3.56626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 885, '2021-04-18 00:00:00', 0.0680833425917215, 0.162307692307692, 0.0767125704271361, 0.23153846153846, 0.208878323064299, 0.416923076923076, 0.735146705400726, 1.71503846153846, 1.54080175183621, 3.55503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 900, '2021-04-18 00:00:00', 0.0692520480119252, 0.180384615384614, 0.152087525407626, 0.288846153846153, 0.20577039108228, 0.435423076923078, 0.780521680574062, 1.82242307692308, 1.53247682677925, 3.55123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 915, '2021-04-18 00:00:00', 0.118270517816635, 0.212653846153848, 0.168658311843342, 0.327884615384617, 0.217148148648655, 0.435961538461539, 0.795752338743273, 1.83776923076923, 1.53306587544748, 3.54546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 930, '2021-04-18 00:00:00', 0.147600875544621, 0.233461538461538, 0.15987462395457, 0.312153846153847, 0.191341209522512, 0.405461538461539, 0.834779889920323, 1.87576923076923, 1.52613690080543, 3.542 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 945, '2021-04-18 00:00:00', 0.0959264541999982, 0.20173076923077, 0.14041950883527, 0.295038461538462, 0.220630094188302, 0.470038461538462, 0.835929231454435, 1.865, 1.52711760667455, 3.52876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 960, '2021-04-18 00:00:00', 0.123716207507342, 0.233500000000001, 0.169297485101043, 0.290038461538462, 0.199180660167135, 0.540846153846153, 0.848484143363013, 1.88230769230769, 1.52486201141158, 3.51607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 975, '2021-04-18 00:00:00', 0.109820132664559, 0.192692307692309, 0.164120031121691, 0.370769230769231, 0.185461171553093, 0.580384615384615, 0.822802348450336, 1.86723076923077, 1.51322620048893, 3.51057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 990, '2021-04-18 00:00:00', 0.111385815973131, 0.289000000000001, 0.145454328015571, 0.431192307692308, 0.191805771149236, 0.579576923076923, 0.835130848338245, 1.86142307692308, 1.51959255520885, 3.50057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1005, '2021-04-18 00:00:00', 0.099032527678844, 0.284192307692308, 0.142020626887568, 0.424538461538462, 0.214906580777642, 0.544961538461537, 0.822390490254806, 1.85603846153846, 1.53190710553872, 3.4775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1020, '2021-04-18 00:00:00', 0.0976902483126356, 0.309769230769229, 0.131352256869134, 0.392846153846151, 0.223654737348577, 0.499807692307691, 0.814616413742359, 1.85330769230769, 1.53514645605508, 3.46019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1035, '2021-04-18 00:00:00', 0.0987148184651881, 0.253846153846152, 0.161323850113318, 0.355769230769229, 0.192235832727968, 0.478846153846152, 0.853136480198892, 1.88057692307692, 1.52995720251858, 3.46719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1050, '2021-04-18 00:00:00', 0.0910958919955321, 0.23230769230769, 0.117883906385119, 0.326153846153846, 0.200484029672805, 0.465384615384616, 0.893820740072983, 1.86865384615385, 1.54010652828353, 3.44296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1065, '2021-04-18 00:00:00', 0.0884459417688842, 0.23226923076923, 0.126042392136076, 0.327269230769231, 0.70656815665582, 1.366, 0.898290421600087, 1.86880769230769, 1.54277761346715, 3.44373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1080, '2021-04-18 00:00:00', 0.0881467308176873, 0.225384615384617, 0.148402778327714, 0.330769230769233, 0.767166699365521, 1.47876923076923, 0.921815744145133, 1.85611538461538, 1.53232950714314, 3.42796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1095, '2021-04-18 00:00:00', 0.0762395011687611, 0.217307692307693, 0.717841722430189, 1.24853846153846, 0.769788374515011, 1.46369230769231, 0.926072700252979, 1.80938461538461, 1.55021371628361, 3.40761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 600, '2021-04-18 00:00:00', 0.453249540710024, 0.726884615384617, 0.551144409388321, 0.929000000000001, 0.60702207918278, 1.09726923076923, 0.674975232594045, 1.47273076923077, 1.35463613791817, 3.21888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 615, '2021-04-18 00:00:00', 0.213020880161113, 0.484153846153846, 0.229526522683949, 0.62723076923077, 0.27079147810702, 0.77576923076923, 0.38243085046138, 1.21865384615385, 1.22244787209926, 3.064 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 630, '2021-04-18 00:00:00', 0.168038823352957, 0.407384615384616, 0.224604010512861, 0.562807692307692, 0.249450954020099, 0.713538461538463, 0.39468521439438, 1.14446153846154, 1.21649865597953, 3.0335 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 645, '2021-04-18 00:00:00', 0.17232922427279, 0.383192307692308, 0.192872536626176, 0.507153846153846, 0.282941298614285, 0.65046153846154, 0.421290356660799, 1.09526923076923, 1.21715682385063, 3.00742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 660, '2021-04-18 00:00:00', 0.13436158448238, 0.314653846153847, 0.175960262122315, 0.426423076923079, 0.236808604963198, 0.557653846153848, 0.378071552039477, 1.03253846153846, 1.18908137005648, 2.95123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 675, '2021-04-18 00:00:00', 0.0933968208979646, 0.260615384615386, 0.14195182823219, 0.346807692307694, 0.207714671160667, 0.48423076923077, 0.440221210127538, 1.03407692307692, 1.19569538698681, 2.92853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 690, '2021-04-18 00:00:00', 0.114387391720483, 0.248346153846154, 0.153741541355815, 0.352692307692308, 0.241231535762126, 0.475576923076924, 0.4100592827685, 1.06315384615385, 1.19568114671738, 2.90026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 705, '2021-04-18 00:00:00', 0.130292570187844, 0.248076923076923, 0.157142879620378, 0.33826923076923, 0.235647928388617, 0.503115384615384, 0.435443618181947, 1.09976923076923, 1.23413509608333, 3.11334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 720, '2021-04-18 00:00:00', 0.103797324702446, 0.226730769230769, 0.126301379491829, 0.344038461538463, 0.246578235361206, 0.521884615384616, 0.448508989704949, 1.08392307692308, 1.24470118316993, 3.14065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 735, '2021-04-18 00:00:00', 0.0894839908329114, 0.250769230769232, 0.130645851298609, 0.349461538461538, 0.20839852723531, 0.501884615384616, 0.445092635129087, 1.05457692307692, 1.24602821612699, 3.12965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 750, '2021-04-18 00:00:00', 0.107905514224251, 0.241, 0.183668669075594, 0.3475, 0.229136506173806, 0.46653846153846, 0.446003470148625, 1.02484615384615, 1.24880352892125, 3.12042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 765, '2021-04-18 00:00:00', 0.103657253262114, 0.226115384615385, 0.122014835163598, 0.3005, 0.162496035454597, 0.405192307692307, 0.416689570857657, 1.02903846153846, 1.22980347398086, 3.09576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 780, '2021-04-18 00:00:00', 0.0672915585059044, 0.218076923076924, 0.110166307846886, 0.296153846153845, 0.156110414573986, 0.436307692307693, 0.401919861893656, 1.06715384615385, 1.22523364930311, 3.08984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 795, '2021-04-18 00:00:00', 0.102329069484377, 0.219961538461537, 0.112684720143621, 0.294615384615384, 0.181008049119792, 0.458923076923079, 0.383825296797304, 1.11846153846154, 1.21500832032605, 3.09946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 810, '2021-04-18 00:00:00', 0.0861519230554602, 0.213076923076923, 0.159296496653738, 0.333576923076924, 0.156275954152115, 0.434423076923078, 0.375767155808774, 1.10965384615385, 1.20861587204283, 3.09061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 825, '2021-04-18 00:00:00', 0.108588283827563, 0.215153846153847, 0.154855863503899, 0.32646153846154, 0.180483355294778, 0.419192307692307, 0.388933959195369, 1.11423076923077, 1.22754357403469, 3.10311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 840, '2021-04-18 00:00:00', 0.155140273995454, 0.267769230769232, 0.150530712429775, 0.329846153846154, 0.1999976153704, 0.472615384615384, 0.373470534312949, 1.14, 1.29849616687329, 3.14615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 855, '2021-04-18 00:00:00', 0.0759761501039338, 0.185846153846154, 0.126280938326475, 0.278346153846154, 0.235713672460073, 0.456846153846153, 0.566795505112191, 1.21976923076923, 1.2798545211799, 3.13865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 870, '2021-04-18 00:00:00', 0.116023770773991, 0.207653846153847, 0.154435871679924, 0.308038461538462, 0.285958106130143, 0.52696153846154, 0.741428334624874, 1.26615384615385, 1.27405128021418, 3.13523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 885, '2021-04-18 00:00:00', 0.104673117553941, 0.212692307692307, 0.196366834893658, 0.336576923076923, 0.317260943316139, 0.601115384615384, 0.862722446676798, 1.6235, 1.23196884076481, 3.17223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 900, '2021-04-18 00:00:00', 0.172753412523346, 0.232692307692308, 0.248716397034546, 0.369615384615386, 0.316975585082609, 0.586807692307692, 0.848430454064807, 1.67334615384615, 1.23461430663744, 3.17261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 915, '2021-04-18 00:00:00', 0.121343479429263, 0.227360000000003, 0.25820904321886, 0.407920000000001, 0.274560327311382, 0.523959999999999, 0.849918403926714, 1.70472, 1.25966446325996, 3.16268 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 930, '2021-04-18 00:00:00', 0.186605528678369, 0.302959999999999, 0.190488608583298, 0.379079999999999, 0.243731183889135, 0.489839999999998, 0.85626368602201, 1.707, 1.33754167287104, 3.29532 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 945, '2021-04-18 00:00:00', 0.139844711495765, 0.242720000000001, 0.174328234469731, 0.334600000000001, 0.287549126237588, 0.5514, 0.848289429774218, 1.73896, 1.36724341651368, 3.32132 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 960, '2021-04-18 00:00:00', 0.109779324100669, 0.236199999999999, 0.164431424409486, 0.32788, 0.260357971518702, 0.583240000000001, 0.853719313748183, 1.729, 1.45582071011509, 3.35176 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 975, '2021-04-18 00:00:00', 0.131594478100971, 0.237239999999999, 0.239555059780976, 0.43428, 0.282534953589815, 0.628, 0.846735003803828, 1.7458, 1.45808767683337, 3.34456 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 990, '2021-04-18 00:00:00', 0.150198413459655, 0.346541666666667, 0.183529758081488, 0.460041666666667, 0.266737237038978, 0.626333333333333, 0.592124521764943, 1.64516666666667, 1.33756073612606, 3.215125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1005, '2021-04-18 00:00:00', 0.118954220886299, 0.297240000000001, 0.186839949332753, 0.431600000000001, 0.233294570589773, 0.597240000000002, 0.819723123987607, 1.7478, 1.47598371377646, 3.31356 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1020, '2021-04-18 00:00:00', 0.157329463229236, 0.309680000000001, 0.182003736225385, 0.434880000000001, 0.189790296555609, 0.589240000000002, 0.793369642726519, 1.73216, 1.47987283575313, 3.31412 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1035, '2021-04-18 00:00:00', 0.141383741352535, 0.288333333333333, 0.17884240795756, 0.425458333333334, 0.209628652863699, 0.607541666666667, 0.55511827796987, 1.59295833333333, 1.35688724593771, 3.16129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1050, '2021-04-18 00:00:00', 0.149284962404121, 0.318800000000001, 0.167473380969434, 0.418400000000001, 0.201364718856109, 0.604800000000002, 0.762531831029588, 1.67328, 1.49737904352906, 3.2806 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1065, '2021-04-18 00:00:00', 0.124614231397008, 0.25396, 0.151449023326883, 0.39084, 0.608044195213912, 1.15292, 0.732231070086488, 1.62156, 1.5116325644812, 3.24852 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1080, '2021-04-18 00:00:00', 0.111261433869363, 0.263240000000002, 0.129440784402237, 0.342400000000002, 0.712972650246841, 1.2724, 0.726703109942433, 1.60992, 1.5206717123254, 3.23796 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1095, '2021-04-18 00:00:00', 0.113991695603964, 0.236760000000001, 0.597584925624245, 1.06592, 0.699657875917463, 1.27068, 0.717802951140958, 1.60192, 1.52385771645518, 3.25756 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 600, '2021-04-18 00:00:00', 0.254507708946201, 0.644999999999999, 0.349569152516789, 0.847624999999999, 0.347973126981742, 0.986583333333333, 0.512917931396268, 1.41825, 1.499180643368, 3.19558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 615, '2021-04-18 00:00:00', 0.228555954364272, 0.503458333333334, 0.280477669032827, 0.650375000000001, 0.324349371038011, 0.824083333333334, 0.503232615414969, 1.27625, 1.44439648898469, 3.099 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 630, '2021-04-18 00:00:00', 0.157576666410678, 0.402833333333333, 0.227785924798335, 0.565916666666666, 0.311273957229441, 0.714208333333335, 0.486651133859725, 1.17825, 1.45946526836551, 3.0645 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 645, '2021-04-18 00:00:00', 0.175320777433822, 0.349375, 0.192038034993221, 0.474458333333332, 0.218806110816025, 0.636875, 0.435231570462823, 1.11545833333333, 1.46363414528081, 3.04770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 660, '2021-04-18 00:00:00', 0.125105491717873, 0.324916666666666, 0.141863758891962, 0.42775, 0.194731755298769, 0.62575, 0.421691486924894, 1.09366666666667, 1.45170656133304, 3.038125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 675, '2021-04-18 00:00:00', 0.0888799874770106, 0.2975, 0.141004773020253, 0.441458333333333, 0.23972547327356, 0.604041666666665, 0.423620523376862, 1.0595, 1.46419494623486, 3.03183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 690, '2021-04-18 00:00:00', 0.115228569323784, 0.308833333333333, 0.191540054274046, 0.424125, 0.294709830270339, 0.583666666666665, 0.383144424939629, 1.03120833333333, 1.4846662772186, 3.00729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 705, '2021-04-18 00:00:00', 0.132637288732538, 0.255041666666667, 0.164995103133308, 0.372916666666666, 0.267778782671959, 0.521458333333332, 0.379704003711815, 0.982499999999999, 1.44434396120206, 3.101 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 720, '2021-04-18 00:00:00', 0.0854445217924916, 0.258624999999999, 0.186141815190245, 0.374916666666665, 0.21759285457551, 0.491041666666666, 0.402210772400222, 0.997875000000001, 1.43866547460697, 3.1295 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 735, '2021-04-18 00:00:00', 0.139374898453205, 0.254166666666666, 0.163659951454673, 0.335666666666667, 0.243349989503401, 0.506500000000001, 0.430108808275909, 1.01725, 1.45133311967837, 3.16245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 750, '2021-04-18 00:00:00', 0.115909978812896, 0.232916666666664, 0.136963333451493, 0.333791666666666, 0.226570589185927, 0.520166666666666, 0.462538535409894, 1.012375, 1.45378764422207, 3.18491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 765, '2021-04-18 00:00:00', 0.088547048003561, 0.233333333333332, 0.191226888344938, 0.371624999999999, 0.211581809990462, 0.488416666666666, 0.451078891843396, 1.04791666666666, 1.43797653727004, 3.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 780, '2021-04-18 00:00:00', 0.153055237731682, 0.264583333333334, 0.174236299442676, 0.358125000000001, 0.242508684290937, 0.478125000000001, 0.457597837404311, 1.07004166666667, 1.43823275212163, 3.21883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 795, '2021-04-18 00:00:00', 0.158075999883378, 0.257250000000001, 0.19081620548413, 0.333958333333334, 0.233925941302996, 0.483041666666667, 0.428319694701943, 1.06125, 1.44943226266631, 3.23466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 810, '2021-04-18 00:00:00', 0.102892056847548, 0.209583333333332, 0.157383859870783, 0.303125, 0.177762252681105, 0.451125, 0.417792852683748, 1.04354166666667, 1.4404576466818, 3.22133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 825, '2021-04-18 00:00:00', 0.0988252373446776, 0.211416666666667, 0.131923719450382, 0.336041666666666, 0.20998798706151, 0.466541666666665, 0.420165667809493, 1.06066666666667, 1.4406197482535, 3.22804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 840, '2021-04-18 00:00:00', 0.136857563742831, 0.279416666666668, 0.161045767191923, 0.349000000000001, 0.215827410248312, 0.494083333333333, 0.441070141321329, 1.0675, 1.43468896732742, 3.24054166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 855, '2021-04-18 00:00:00', 0.0767076135140103, 0.191666666666667, 0.190441363793367, 0.3015, 0.212445692122597, 0.417291666666666, 0.438325748680728, 1.052625, 1.43276652426119, 3.2435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 870, '2021-04-18 00:00:00', 0.190934240140344, 0.220666666666667, 0.20318842543778, 0.327333333333334, 0.221280426549464, 0.446375000000001, 0.429426359447583, 1.06970833333333, 1.43257339898459, 3.24225 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 885, '2021-04-18 00:00:00', 0.0892787423779027, 0.231208333333335, 0.101747120103104, 0.294708333333333, 0.199643867707086, 0.484249999999997, 0.716405974240541, 1.55529166666667, 1.44053090052325, 3.23033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 900, '2021-04-18 00:00:00', 0.0932776360726648, 0.212249999999998, 0.120884152232084, 0.308249999999998, 0.239693267153754, 0.542083333333332, 0.793213386453655, 1.62754166666667, 1.44466083477619, 3.25033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 915, '2021-04-18 00:00:00', 0.0584253363493638, 0.212291666666666, 0.159268658042889, 0.363624999999998, 0.356217040173748, 0.569833333333332, 0.770253595544528, 1.65591666666667, 1.44257010730597, 3.24908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 930, '2021-04-18 00:00:00', 0.153769354855751, 0.282333333333332, 0.22179463996869, 0.431916666666667, 0.398261928140007, 0.566041666666667, 0.77414367838445, 1.654, 1.42666942574737, 3.26954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 945, '2021-04-18 00:00:00', 0.143628590821777, 0.271958333333332, 0.258951729456295, 0.379458333333331, 0.312898508224751, 0.588208333333331, 0.708966484715092, 1.61445833333333, 1.36570131622728, 3.23245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 960, '2021-04-18 00:00:00', 0.20668739523209, 0.237875, 0.242311872342773, 0.326999999999999, 0.234604369407148, 0.554916666666667, 0.709687801334022, 1.60158333333333, 1.3623772275493, 3.23416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 975, '2021-04-18 00:00:00', 0.186891345438999, 0.264125, 0.184382159649736, 0.450791666666668, 0.275543363062031, 0.596666666666668, 0.723997056153437, 1.60079166666667, 1.36581379627201, 3.23875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 990, '2021-04-18 00:00:00', 0.13204015089841, 0.342083333333335, 0.165786990101625, 0.446250000000002, 0.242035735174476, 0.601416666666667, 0.721448923287745, 1.617875, 1.36245509432714, 3.24083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1005, '2021-04-18 00:00:00', 0.130799541006598, 0.309541666666669, 0.209586532231328, 0.433583333333334, 0.227654136349642, 0.625666666666668, 0.722390535060454, 1.61820833333334, 1.36813566155035, 3.23583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1020, '2021-04-18 00:00:00', 0.130099515979004, 0.313666666666667, 0.154429924073267, 0.432916666666667, 0.2295464928752, 0.634875, 0.732996014729069, 1.591125, 1.38684129422307, 3.22541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1035, '2021-04-18 00:00:00', 0.136135582193381, 0.290124999999998, 0.187359609276935, 0.430833333333333, 0.223975525966307, 0.565416666666666, 0.727700506509317, 1.564875, 1.40424808648821, 3.26458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1050, '2021-04-18 00:00:00', 0.119308848998199, 0.285416666666669, 0.145641385064404, 0.39125, 0.171666490783643, 0.497916666666667, 0.689719854912754, 1.5365, 1.39522044320779, 3.26120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1065, '2021-04-18 00:00:00', 0.112287641763256, 0.255416666666667, 0.118265698164424, 0.330416666666667, 0.640139793100026, 1.13879166666667, 0.660424949657746, 1.504375, 1.36992887522981, 3.23908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1080, '2021-04-18 00:00:00', 0.0687663024149603, 0.216249999999998, 0.118998690773458, 0.297083333333331, 0.67836846978401, 1.18795833333333, 0.646257081647629, 1.49729166666667, 1.34898777671969, 3.24075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1095, '2021-04-18 00:00:00', 0.0937764455454058, 0.208749999999998, 0.582755223367682, 1.03854166666667, 0.649677109043016, 1.21054166666667, 0.671609034820238, 1.4815, 1.36067686694229, 3.27033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 600, '2021-04-18 00:00:00', 0.58404432259118, 0.725956521739134, 0.641000598126414, 0.863695652173915, 0.608847849267216, 0.990608695652176, 0.668603151288599, 1.35791304347826, 1.39304166450662, 3.28947826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 615, '2021-04-18 00:00:00', 0.190332349226439, 0.456304347826086, 0.262180827981882, 0.601826086956522, 0.278002225088487, 0.719652173913044, 0.392496031046623, 1.09004347826087, 1.41535003422037, 3.21591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 630, '2021-04-18 00:00:00', 0.120601163728387, 0.360454545454546, 0.158471985315606, 0.438318181818181, 0.15442820099991, 0.574454545454547, 0.378875517826974, 1.02009090909091, 1.28242053077332, 3.33331818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 645, '2021-04-18 00:00:00', 0.110393628651082, 0.305090909090908, 0.128235080733532, 0.460954545454547, 0.17691691008378, 0.552545454545456, 0.433535380801759, 1.01254545454545, 1.26478438523155, 3.35427272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 660, '2021-04-18 00:00:00', 0.113473083560116, 0.305045454545456, 0.10105230954347, 0.374045454545457, 0.16582563340039, 0.494045454545457, 0.407038273193266, 0.961181818181818, 1.28523874851821, 3.34954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 675, '2021-04-18 00:00:00', 0.0500073804076773, 0.2655, 0.110834145425532, 0.337727272727274, 0.221089882018007, 0.486545454545454, 0.414661456343151, 0.943863636363635, 1.29087692265267, 3.34590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 690, '2021-04-18 00:00:00', 0.0774174745646316, 0.207318181818182, 0.125222062493257, 0.312772727272727, 0.225790405817669, 0.475454545454545, 0.4238268657379, 0.903454545454545, 1.31302727771918, 3.37318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 705, '2021-04-18 00:00:00', 0.111964937306942, 0.248636363636363, 0.222651227852149, 0.357954545454545, 0.23049917598523, 0.498181818181817, 0.480217600388556, 0.918909090909091, 1.52843257643006, 3.74604545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 720, '2021-04-18 00:00:00', 0.17024370741211, 0.238409090909092, 0.177210107155099, 0.341772727272728, 0.216985351710992, 0.499500000000001, 0.492213289213042, 0.900272727272728, 1.62181590278022, 3.81818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 735, '2021-04-18 00:00:00', 0.0793640987673883, 0.241772727272727, 0.127698415344064, 0.328136363636363, 0.174502880810763, 0.486272727272727, 0.451747393785738, 0.892772727272727, 1.6297362838749, 3.83654545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 750, '2021-04-18 00:00:00', 0.119302627310202, 0.229545454545456, 0.15555918543487, 0.362227272727275, 0.221911905808126, 0.486318181818183, 0.436816394805143, 0.871909090909092, 1.6817464954302, 3.87631818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 765, '2021-04-18 00:00:00', 0.126332045476535, 0.274500000000002, 0.138983173480902, 0.372681818181818, 0.255095012432553, 0.486318181818182, 0.443665429109608, 0.895818181818183, 1.70075889860051, 3.88445454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 780, '2021-04-18 00:00:00', 0.112801400009736, 0.25081818181818, 0.150602405079018, 0.321318181818181, 0.201496586717676, 0.427272727272725, 0.411918802152924, 0.880636363636362, 1.7178610504766, 3.91127272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 795, '2021-04-18 00:00:00', 0.120571510637833, 0.230818181818182, 0.172655626516961, 0.318181818181818, 0.248353177684121, 0.51359090909091, 0.431144397321816, 0.91940909090909, 1.72269969846234, 3.91718181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 810, '2021-04-18 00:00:00', 0.0923092510829653, 0.220954545454547, 0.138324083037091, 0.309136363636364, 0.235973143970505, 0.492909090909093, 0.443294584610041, 0.932227272727275, 1.72052249501253, 3.91668181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 825, '2021-04-18 00:00:00', 0.122256746730855, 0.215954545454546, 0.245408172226743, 0.416136363636365, 0.292458162916129, 0.500590909090912, 0.425873993111411, 0.918090909090911, 1.73861678861742, 3.92163636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 840, '2021-04-18 00:00:00', 0.250721176259821, 0.363181818181818, 0.238530879593148, 0.403136363636365, 0.294029594764546, 0.514454545454547, 0.4042775931144, 0.906909090909093, 1.74657368477933, 3.92027272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 855, '2021-04-18 00:00:00', 0.097680956506731, 0.186045454545454, 0.149757321728375, 0.288272727272727, 0.212512673418873, 0.413727272727274, 0.381897234652855, 0.868545454545456, 1.80067127454209, 3.92690909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 840, '2021-04-18 00:00:00', 0.0949899117450559, 0.252600000000001, 0.11339807464562, 0.328960000000003, 0.22416810656291, 0.450440000000002, 0.452857619272696, 1.03976, 1.55919661471328, 3.528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 870, '2021-04-18 00:00:00', 0.140406552553647, 0.1984, 0.165872260087895, 0.25924, 0.215396533553042, 0.390399999999998, 0.462475556110806, 1.00884, 1.54092406583409, 3.50968 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 00:00:00' and dayofweek = 2 and fromtime = 870);
Date: 2021-04-23 14:15:43 Duration: 1s820ms Database: acaweb_fx User: pgperfstats
4 3m18s 164 53ms 6s129ms 1s207ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Apr 23 14 164 3m18s 1s207ms [ User: postgres - Total duration: 3m18s - Times executed: 164 ]
-
WITH rar_max as ( ;
Date: 2021-04-23 14:20:46 Duration: 6s129ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-04-23 14:10:56 Duration: 5s693ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-04-23 14:51:06 Duration: 5s672ms Database: acaweb_fx User: postgres Bind query: yes
5 2m35s 63 68ms 20s396ms 2s473ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Apr 23 14 63 2m35s 2s473ms [ User: postgres - Total duration: 2m35s - Times executed: 63 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:11:40 Duration: 20s396ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:18:39 Duration: 19s307ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:41:48 Duration: 17s359ms Database: acaweb_fx User: postgres
6 1m57s 24 757ms 9s451ms 4s876ms 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 #6
Day Hour Count Duration Avg duration Apr 23 14 24 1m57s 4s876ms [ User: postgres - Total duration: 1m57s - 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-04-23 14:10:39 Duration: 9s451ms 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-04-23 14:20:39 Duration: 9s428ms 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-04-23 14:35:39 Duration: 9s281ms Database: acaweb_fx User: postgres Bind query: yes
7 1m18s 147 68ms 10s346ms 532ms (( 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 Apr 23 14 147 1m18s 532ms [ User: postgres - Total duration: 1m18s - Times executed: 147 ]
-
(( 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-04-23 14:03:03 Duration: 10s346ms 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-04-23 14:48:41 Duration: 7s946ms 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-04-23 14:33:28 Duration: 7s443ms Database: acaweb_fx User: postgres Bind query: yes
8 58s649ms 208 59ms 2s998ms 281ms 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 #8
Day Hour Count Duration Avg duration Apr 23 14 208 58s649ms 281ms [ User: postgres - Total duration: 58s649ms - Times executed: 208 ]
-
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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('600' = 0 OR kr.patternlengthbars <= '600') 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-04-23 14:19:40 Duration: 2s998ms 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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('600' = 0 OR kr.patternlengthbars <= '600') 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-04-23 14:03:06 Duration: 2s191ms 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 = '630' 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-04-23 14:03:22 Duration: 975ms Database: acaweb_fx User: postgres Bind query: yes
9 24s748ms 4 4s759ms 10s24ms 6s187ms select updateageforrelevantresults ();Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Apr 23 14 4 24s748ms 6s187ms [ User: postgres - Total duration: 24s748ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-04-23 14:17:12 Duration: 10s24ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-04-23 14:02:07 Duration: 5s183ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-04-23 14:47:07 Duration: 4s781ms Database: acaweb_fx User: postgres
10 19s926ms 16 1s203ms 1s393ms 1s245ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Apr 23 14 16 19s926ms 1s245ms [ User: pgperfstats - Total duration: 19s926ms - Times executed: 16 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1031891, 5, 990, '2021-04-18 00:00:00', 8.08649796927668, 21.2069565217391, 9.92828418597448, 27.8421739130435, 13.4256903164905, 34.4182608695652, 22.0643309348991, 53.5478260869565, 65.6013580399053, 159.283043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1005, '2021-04-18 00:00:00', 7.30472601364264, 18.2669565217391, 9.632835253432, 23.4382608695652, 12.2666246150536, 30.5639130434783, 22.4705600810423, 51.1939130434782, 66.5903620487722, 157.982173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1020, '2021-04-18 00:00:00', 7.93043402308268, 16.7726086956522, 10.3395087267947, 23.0195652173913, 12.1368666147938, 28.8830434782608, 23.3975065561158, 49.0169565217391, 66.744578575117, 158.07652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1035, '2021-04-18 00:00:00', 6.90590951041265, 15.2004347826088, 8.18717658746334, 18.8517391304348, 12.3737647045847, 25.4143478260869, 25.1282947773814, 47.564347826087, 66.6615740301256, 158.066086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1050, '2021-04-18 00:00:00', 7.06739096270767, 13.4617391304348, 8.98224788541813, 18.1795652173913, 13.8674531375354, 24.0873913043478, 25.0018680883077, 46.2847826086956, 66.7129289103279, 158.097391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1065, '2021-04-18 00:00:00', 5.0160413032322, 12.3739130434782, 8.00632092184402, 17.6826086956521, 12.5548421441619, 23.5339130434783, 24.3651219570966, 44.3495652173913, 77.5417397175159, 162.985652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1080, '2021-04-18 00:00:00', 5.70374109252806, 12.8952173913043, 9.80745155118569, 17.3617391304347, 11.4299385327158, 23.4130434782608, 25.5347270936471, 45.5617391304348, 78.1340287190768, 164.694347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1095, '2021-04-18 00:00:00', 4.88202126383668, 10.5995652173913, 7.97562115488975, 16.4265217391304, 12.3705299428599, 22.2373913043478, 26.699420786896, 44.6239130434782, 80.6129195845962, 165.376956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1110, '2021-04-18 00:00:00', 6.30357737693732, 11.2782608695652, 7.2730476510461, 14.9269565217391, 13.2272644825641, 21.8756521739131, 25.6021290493136, 45.1886956521739, 80.4126273144993, 164.940434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1125, '2021-04-18 00:00:00', 4.34560765933291, 9.60173913043479, 7.07033909099559, 14.3230434782609, 12.9878558357215, 21.7608695652174, 24.9240665399003, 46.3226086956521, 79.5883939390812, 166.660434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1140, '2021-04-18 00:00:00', 5.42711626087843, 10.58, 7.91424487470281, 14.6391304347827, 12.4663667204798, 20.5391304347827, 23.7400918379502, 46.6382608695652, 79.163184700072, 165.771304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1155, '2021-04-18 00:00:00', 5.86374099854561, 9.15695652173921, 9.28472580109836, 14.0782608695652, 12.3757977983743, 21.5156521739131, 41.2178698246935, 77.2973913043478, 79.1489934717362, 165.816956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1170, '2021-04-18 00:00:00', 5.92461249379074, 10.8217391304348, 7.47648410849018, 13.4834782608696, 12.1203063528508, 21.6847826086957, 40.4974970973052, 78.4843478260869, 78.7068186648897, 164.539565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1185, '2021-04-18 00:00:00', 3.79866322441066, 8.33173913043479, 8.30774870452576, 15.0739130434783, 12.138481958992, 20.8047826086957, 38.8939989376213, 79.9452173913043, 78.5965198442053, 163.699565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1200, '2021-04-18 00:00:00', 5.48485754944117, 10.4536363636364, 8.17546880978335, 14.4795454545454, 9.53914922649642, 19.4781818181818, 39.2103196505661, 80.1036363636364, 79.7110105100719, 165.258181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1215, '2021-04-18 00:00:00', 4.75480237980462, 9.98136363636362, 5.49020268670708, 13.3472727272728, 8.76995189707767, 18.4890909090909, 39.1250177406153, 80.3868181818182, 79.6388944002784, 164.878181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1230, '2021-04-18 00:00:00', 3.48333400650377, 9.13590909090906, 6.7596524539876, 12.9781818181818, 9.07383293629788, 18.1618181818182, 38.3050882088004, 81.2627272727272, 79.4184668842901, 163.811818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1245, '2021-04-18 00:00:00', 5.99540879535133, 9.88863636363633, 7.06994193783297, 13.5786363636363, 8.94312587593964, 18.4836363636363, 38.8057748887793, 83.6113636363636, 79.6071900603668, 163.909545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1260, '2021-04-18 00:00:00', 5.17805436140814, 10.1077272727272, 6.18683984190938, 13.5059090909091, 10.7792102791635, 20.8313636363637, 39.0116126234295, 83.0463636363636, 79.739308818043, 163.217727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1275, '2021-04-18 00:00:00', 4.63317794594458, 9.2795454545455, 7.72098188415246, 14.4077272727273, 14.728843577039, 23.3295454545455, 38.6882247961675, 82.7795454545454, 79.4827260985175, 162.416363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1290, '2021-04-18 00:00:00', 4.39867761021586, 9.16863636363636, 6.80500759404268, 13.9895454545455, 13.3503637124766, 22.6572727272727, 37.5412680545404, 80.575, 79.3296993510892, 160.930909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1305, '2021-04-18 00:00:00', 7.08140600721086, 10.344090909091, 13.5266402531004, 16.5818181818182, 14.4558037896017, 24.1118181818181, 37.5769248526975, 80.8363636363636, 79.3082066428758, 160.501363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1320, '2021-04-18 00:00:00', 3.58096551715977, 9.10842105263155, 6.29547920968148, 14.1884210526316, 9.51897314354873, 22.4105263157894, 39.358580397128, 80.4178947368421, 59.9483618971531, 152.19947368421 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1335, '2021-04-18 00:00:00', 6.48898711673626, 10.4026315789474, 6.94289569162576, 15.1668421052631, 38.2151666487051, 63.5478947368421, 38.8034890138647, 79.4752631578947, 59.954272326294, 152.595789473684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1350, '2021-04-18 00:00:00', 4.89949185812538, 10.4773684210526, 8.51540987053221, 16.1894736842105, 38.0719946036376, 65.3721052631578, 38.7317858343522, 79.2168421052631, 59.4643800352988, 152.044736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1365, '2021-04-18 00:00:00', 4.49220195033267, 10.6468421052631, 38.7496298039287, 58.9310526315789, 38.0646530176846, 65.3726315789473, 39.5711342014391, 78.3078947368421, 59.1838046886721, 151.635263157895 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 945, '2021-04-18 00:00:00', 14.0963872440187, 22.5433333333334, 19.4929482976108, 26.7533333333333, 13.2379605680027, 35.4199999999999, 54.25163254072, 65.7566666666665, 1.45661708535, 139.916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 960, '2021-04-18 00:00:00', 6.92106205722799, 13.2599999999999, 8.61848594591879, 24.75, 22.3609712072919, 37.3066666666665, 57.5271816912085, 61.9733333333332, 3.18133619726052, 141.02 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 975, '2021-04-18 00:00:00', 6.04544732284823, 19.2133333333334, 9.90189880780434, 23.73, 26.6100814228992, 40.4033333333332, 52.7717162250131, 59.7033333333332, 35.2889628637624, 162.69 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 990, '2021-04-18 00:00:00', 16.7744258417044, 30.9083333333333, 23.9377895260048, 39.7575, 26.3375182019156, 50.6604166666666, 36.7159744856041, 75.4820833333333, 71.0212098703569, 158.740833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1005, '2021-04-18 00:00:00', 14.4963364124892, 23.1904166666667, 14.92054548387, 33.2308333333333, 20.2565932324282, 43.0604166666667, 31.6596609222232, 64.2191666666667, 72.4184361272956, 155.752916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1020, '2021-04-18 00:00:00', 10.9259553275144, 22.1104166666666, 14.4333745690076, 27.5716666666667, 19.8578741181616, 38.7658333333333, 29.5525229801578, 58.9733333333333, 73.1372529422235, 153.33125 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1035, '2021-04-18 00:00:00', 5.058861073633, 16.1683333333334, 10.3692126516189, 23.7716666666667, 18.6620640110406, 34.31375, 28.0866346799492, 54.1304166666667, 73.5335159891861, 151.805416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1050, '2021-04-18 00:00:00', 8.220226335965, 15.6608333333333, 13.884807560001, 24.36875, 17.0883134911264, 31.8283333333334, 27.122892785311, 52.065, 73.3087433826319, 151.277083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1065, '2021-04-18 00:00:00', 9.48422732407775, 16.64125, 13.4322857864652, 23.7733333333333, 13.0022533094532, 29.8520833333333, 24.1875235535218, 48.095, 71.523644838714, 150.088333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1080, '2021-04-18 00:00:00', 8.16576042368992, 15.2379166666666, 8.78768340975849, 19.2416666666667, 11.7131724359583, 28.4979166666667, 21.0538809763584, 45.3020833333333, 71.0021280337856, 149.10875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1095, '2021-04-18 00:00:00', 4.64577490377239, 12.32625, 5.84875223593808, 18.20625, 14.4746893974335, 27.09625, 21.0907816768163, 43.7275, 71.2864072035669, 150.134583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1110, '2021-04-18 00:00:00', 4.62128720931886, 11.8554166666667, 9.14497239518497, 18.23625, 14.297782379735, 25.17625, 22.0104487538947, 41.9225, 71.6299843499286, 149.608333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1125, '2021-04-18 00:00:00', 5.9664542762377, 12.06875, 10.266070611344, 17.5133333333333, 12.3336068516478, 22.9716666666666, 23.0201399180767, 41.89625, 74.3022828905925, 148.069166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1140, '2021-04-18 00:00:00', 6.69195459791678, 11.3704166666666, 8.26589946840262, 16.52625, 9.65771733727314, 21.7079166666666, 24.2097251240015, 44.6258333333333, 74.1228661434924, 150.02375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1155, '2021-04-18 00:00:00', 5.51631072891756, 11.3233333333334, 6.47837572179582, 15.2270833333334, 10.6364390000342, 22.4920833333333, 40.3111698477326, 62.6766666666667, 73.8990747022439, 150.65375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1170, '2021-04-18 00:00:00', 3.90088672100907, 9.29708333333328, 7.37071023606667, 14.4204166666666, 10.7591671647814, 20.5579166666667, 43.1768128673719, 66.7029166666667, 74.4852943649311, 151.36625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1185, '2021-04-18 00:00:00', 5.930351417478, 11.46625, 8.56578176293005, 15.7720833333333, 17.2592757669608, 21.805, 43.4517839646445, 68.7008333333333, 74.9736450071102, 152.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1290, '2021-04-18 00:00:00', 3.8452534028181, 7.76791666666666, 5.4982992759158, 12.3508333333333, 15.5652974989842, 22.4808333333333, 39.4288829155862, 67.4108333333333, 74.3848347084367, 159.095416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1305, '2021-04-18 00:00:00', 5.11093513664713, 9.5966666666666, 14.1251132867074, 16.5791666666666, 16.9988051956515, 24.4870833333333, 38.8421092279417, 68.4133333333333, 74.7218086435046, 159.615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 930, '2021-04-18 00:00:00', 9.01409451914044, 27.3500000000001, 11.570174300041, 32.2666666666667, 7.92015782671, 39.59, 11.3221258310147, 55.8733333333333, 64.8462561242616, 197.803333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 945, '2021-04-18 00:00:00', 8.91291946184477, 20.9133333333334, 8.46479178716157, 26.8700000000002, 14.1562283112414, 32.3299999999999, 15.9142148198814, 53.7366666666667, 61.1345731426444, 203.133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 960, '2021-04-18 00:00:00', 5.70532207679819, 18.9200000000002, 7.66146417686133, 26.1866666666668, 12.4734050416608, 36.1066666666667, 15.8262850978995, 52.95, 61.1345731426444, 203.133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 975, '2021-04-18 00:00:00', 2.10761318399085, 15.8833333333334, 5.77023396406059, 20.3999999999999, 15.5364099242176, 39.3266666666667, 14.9522785331644, 50.2833333333333, 60.7512710429447, 203.803333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 990, '2021-04-18 00:00:00', 11.2836827935127, 23.8957692307692, 15.6611869478461, 33.2238461538462, 18.730645493826, 39.8461538461538, 19.7095264939415, 53.3388461538461, 73.1823723005647, 157.906538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1005, '2021-04-18 00:00:00', 11.6010991057546, 24.0226923076923, 14.9137310401677, 30.1615384615385, 15.3705656369569, 35.86, 17.2113393614612, 50.2088461538462, 72.1308742217921, 157.41 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1020, '2021-04-18 00:00:00', 8.6505230788931, 17.5415384615385, 10.9440202780401, 23.6196153846154, 11.6475734547851, 30.3707692307692, 14.6696736107575, 45.2603846153846, 69.9199195607705, 154.780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1035, '2021-04-18 00:00:00', 7.23647372689208, 16.17, 9.18688932036384, 22.3907692307692, 9.45130392306552, 28.0446153846154, 14.3521884956749, 42.2011538461538, 68.4134270312038, 153.793076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1050, '2021-04-18 00:00:00', 4.73421692005702, 14.9453846153846, 5.9946731867037, 19.1788461538461, 7.83666573525718, 24.2146153846153, 13.7629063623372, 40.4934615384615, 68.0126156091647, 152.955 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1065, '2021-04-18 00:00:00', 4.85546329881645, 13.0296153846154, 6.0156404352449, 17.5553846153846, 7.8533990387308, 22.5373076923076, 14.3528043252878, 39.35, 69.2282042223121, 151.839615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1080, '2021-04-18 00:00:00', 4.40363060003202, 12.1276923076923, 6.4031966535954, 15.9407692307692, 9.36983231111747, 21.4715384615385, 13.2896399441879, 38.4646153846154, 69.972627351426, 151.172307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1095, '2021-04-18 00:00:00', 5.28702674914305, 11.5103846153846, 7.43348048721772, 16.4180769230769, 10.2223661343455, 22.3857692307692, 16.1704800033413, 40.4765384615385, 70.4529994862914, 151.553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1110, '2021-04-18 00:00:00', 4.0767908948093, 11.12, 6.03962984092437, 14.2661538461539, 7.99450408333509, 20.5265384615384, 19.9732133233874, 41.7723076923077, 70.3189852731547, 151.685384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1125, '2021-04-18 00:00:00', 4.74284499170959, 9.70884615384611, 6.23434676116599, 15.2465384615384, 6.34812238745867, 18.4546153846153, 19.8533808049062, 41.5542307692307, 70.0947051056365, 156.890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1140, '2021-04-18 00:00:00', 5.99726420962091, 10.675, 6.2701588864668, 13.9026923076923, 8.70869206818462, 18.4384615384615, 20.4912069096817, 41.0238461538462, 69.7598725089255, 156.942692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1155, '2021-04-18 00:00:00', 5.16999259038301, 9.10076923076919, 5.59062192769832, 11.4415384615385, 9.14954297303341, 17.9061538461539, 30.5473470508677, 59.6096153846154, 68.5607264210686, 158.329230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1170, '2021-04-18 00:00:00', 4.30551653293592, 8.08384615384615, 6.88642611340489, 12.1261538461539, 9.03737221848167, 18.5661538461538, 30.5883176820071, 66.5588461538461, 69.3374637873461, 158.717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1185, '2021-04-18 00:00:00', 4.59699795016772, 9.10307692307697, 6.78913898472016, 13.468076923077, 8.33275992693896, 20.11, 32.3192211825432, 68.9446153846154, 69.8489279043323, 159.134230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1200, '2021-04-18 00:00:00', 4.74068161279015, 9.17307692307694, 6.09375675463139, 13.2492307692308, 7.44200304922102, 19.0257692307692, 34.2964681765428, 71.6642307692308, 69.5931009799103, 159.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1215, '2021-04-18 00:00:00', 3.67878343185106, 9.18653846153844, 4.26405354274363, 13.2761538461538, 6.66902005256679, 18.3226923076923, 34.0151170827596, 72.9969230769231, 68.9827117873635, 160.071538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1230, '2021-04-18 00:00:00', 3.52729621883166, 9.69115384615384, 6.45169865527379, 13.9834615384615, 7.09712015267728, 18.3423076923077, 34.9564985682755, 73.9319230769231, 69.1046856921829, 159.853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1245, '2021-04-18 00:00:00', 5.38802204324194, 9.76153846153843, 5.95380650056359, 12.8703846153846, 7.47777771389742, 18.4734615384615, 35.1204342994875, 75.2142307692308, 69.887572910959, 159.370769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1260, '2021-04-18 00:00:00', 4.52085861484123, 9.20884615384611, 5.73622841783153, 13.0973076923077, 7.86749327686646, 19.2676923076923, 35.3527205807636, 75.8026923076923, 69.3165261202884, 158.824230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1275, '2021-04-18 00:00:00', 4.13349180010539, 9.1476923076923, 5.83012310201214, 13.2192307692308, 15.0861578327235, 21.953076923077, 34.914237977342, 75.8115384615385, 69.1006899709514, 158.802307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1290, '2021-04-18 00:00:00', 3.8648304769271, 8.95115384615385, 5.93031943620109, 13.3238461538462, 20.5447387425589, 23.785, 35.2207739748095, 76.3207692307692, 69.5342518862799, 158.534230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1305, '2021-04-18 00:00:00', 5.23173399700185, 9.64384615384614, 14.752505664619, 17.6707692307693, 20.858636064267, 24.9676923076924, 35.3501957083039, 76.7961538461539, 69.846413791536, 158.123461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 930, '2021-04-18 00:00:00', 18.6594060284171, 30.2266666666668, 30.388978265154, 46.8500000000001, 26.7643120591583, 50.75, 28.5510110737488, 60.2866666666669, 87.2097976147176, 210.93 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 945, '2021-04-18 00:00:00', 11.688414491852, 29.3966666666667, 3.99488422861041, 36.04, 3.94637808629641, 36.0799999999999, 4.26652083084091, 55.4399999999999, 84.2325447793192, 209.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 960, '2021-04-18 00:00:00', 8.82848986709132, 20.1566666666666, 10.4540438746609, 23.2333333333333, 5.69025775631769, 26.5333333333333, 7.16533553529298, 52.9766666666666, 84.2325447793192, 209.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 975, '2021-04-18 00:00:00', 2.21433963068025, 13.13, 6.6981664157689, 17.2666666666666, 3.37320816632062, 24.1533333333333, 21.4177403103128, 60.04, 84.2325447793192, 209.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 990, '2021-04-18 00:00:00', 13.4681570998659, 26.6616, 16.8623175848795, 38.3172, 18.3213211405001, 47.044, 17.1616112491417, 60.3144, 60.0600413281021, 144.0768 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1005, '2021-04-18 00:00:00', 11.4002378112848, 24.0969230769231, 13.3188098625157, 31.208076923077, 16.6476604962979, 38.04, 17.8770953285095, 53.6857692307693, 57.1273806209893, 139.813846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1020, '2021-04-18 00:00:00', 6.63379464444107, 19.0207692307692, 11.4966649344662, 26.0461538461539, 13.1005917658473, 29.9338461538462, 17.1036774813084, 47.2792307692308, 57.6880610125234, 138.249230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1035, '2021-04-18 00:00:00', 7.21639621510164, 17.0191999999999, 7.99900529232644, 20.5224, 8.8880639436644, 26.4015999999999, 12.7739663900189, 40.8744, 58.2514661818339, 136.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1050, '2021-04-18 00:00:00', 5.59200667161482, 14.2011538461538, 6.54451601313301, 18.7953846153846, 7.13081982556109, 24.4207692307692, 16.5938843600239, 41.6469230769231, 57.5824169223157, 136.561153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1065, '2021-04-18 00:00:00', 6.4408062682102, 13.2042307692308, 6.92292832661044, 16.9938461538462, 7.72501209359271, 22.7603846153846, 18.2933289101624, 41.6911538461539, 57.1572765567484, 135.629230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1080, '2021-04-18 00:00:00', 4.60152155437577, 10.7061538461538, 5.13395929083976, 15.925, 6.05733254316299, 21.6015384615385, 18.9020096937214, 40.1976923076923, 57.0676417285798, 135.402692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1095, '2021-04-18 00:00:00', 3.09798795746776, 11.2257692307692, 5.17078582035648, 15.235, 7.23452165235969, 21.3534615384616, 19.9405134877175, 40.3330769230769, 57.64342659969, 134.863076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1110, '2021-04-18 00:00:00', 4.66444825659594, 11.4784615384615, 5.724706670349, 16.0323076923077, 7.68428435184439, 20.545, 23.0294284240504, 42.2984615384615, 57.8175990734256, 135.228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1125, '2021-04-18 00:00:00', 4.2042884516426, 11.3657692307693, 5.54111613305472, 14.68, 7.65940106113941, 18.9638461538462, 23.9636131120626, 42.5342307692308, 68.6918214737724, 145.774230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1140, '2021-04-18 00:00:00', 3.11738541828784, 9.07038461538458, 5.08227993961529, 12.9957692307692, 7.16383992433799, 17.0023076923077, 23.4333891997001, 43.6042307692308, 70.1596041575098, 147.003461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1155, '2021-04-18 00:00:00', 3.80942517367731, 9.23192307692315, 5.79921041044512, 12.2557692307693, 7.71317510198273, 17.8269230769231, 27.781046909442, 59.6607692307692, 69.9666058015152, 147.900769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1170, '2021-04-18 00:00:00', 3.78571682065017, 8.17961538461535, 5.49033410781023, 11.7561538461538, 7.61275565189011, 16.6861538461539, 28.5195997949049, 61.4573076923077, 69.7388245560645, 148.407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1185, '2021-04-18 00:00:00', 4.24768318751979, 8.47730769230765, 7.4696743312801, 12.8511538461539, 11.708132722435, 18.4796153846154, 30.8257511256667, 63.1973076923077, 70.4774446199197, 148.468076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1200, '2021-04-18 00:00:00', 6.61289183803407, 9.9923076923077, 6.70508826305694, 12.7761538461539, 12.5832457106815, 19.1561538461538, 30.6906459615705, 63.3815384615384, 70.2942021079975, 148.865 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1215, '2021-04-18 00:00:00', 3.27788489496131, 8.63576923076927, 8.36963405136963, 14.1269230769231, 11.0172694159949, 19.3757692307693, 30.4752675434713, 62.9696153846154, 70.792992934438, 149.016153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1230, '2021-04-18 00:00:00', 8.01561638303627, 10.925, 8.91343718559447, 13.8876923076923, 10.6213381744197, 20.5561538461539, 29.4227712233491, 63.1123076923077, 71.4704507848147, 149.469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1245, '2021-04-18 00:00:00', 4.43770032267233, 8.69192307692303, 5.07144599315999, 12.4826923076923, 9.1301119127019, 21.0034615384615, 29.164839824693, 63.835, 71.4118057046593, 149.605 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1260, '2021-04-18 00:00:00', 2.87783297211367, 8.59884615384616, 6.29570471402163, 14.2753846153846, 10.4231350370222, 23.26, 28.0871499005944, 63.4115384615384, 71.4640587536033, 149.318461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1275, '2021-04-18 00:00:00', 5.68005586375557, 11.1088461538462, 7.52421593155156, 16.6357692307692, 14.858590988174, 25.9030769230769, 27.2333291758463, 63.395, 71.588721020735, 149.425769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1290, '2021-04-18 00:00:00', 5.3735963748685, 11.575, 7.86409660320979, 16.5792307692308, 15.8834577905636, 25.1592307692307, 26.3227541959716, 62.9373076923077, 71.6071701448525, 149.598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1305, '2021-04-18 00:00:00', 5.0410953022288, 10.7846153846154, 11.632301558095, 17.3334615384615, 15.095305821551, 24.4846153846154, 25.3494912253602, 61.9142307692307, 71.6837595940564, 149.531538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 930, '2021-04-18 00:00:00', 5.62284921844204, 29.5933333333332, 1.71608080617827, 31.9766666666666, 1.83620078785908, 41.3633333333334, 11.5926585964279, 61.5433333333334, 100.0063869627, 195.193333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 945, '2021-04-18 00:00:00', 6.10282175172547, 20.5266666666665, 5.33745569848908, 29.8466666666665, 7.66105301726431, 33.2866666666666, 20.4011404909954, 56.0033333333331, 100.0063869627, 195.193333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 960, '2021-04-18 00:00:00', 2.64685347787401, 20.2533333333333, 0.973396116696603, 26.3500000000001, 14.0016332380667, 36.4833333333334, 19.1709963225702, 53.95, 100.0063869627, 195.193333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 975, '2021-04-18 00:00:00', 1.09503424603985, 16.14, 1.67392751734745, 21.4066666666668, 10.6927498801759, 31.7500000000002, 24.0646926706603, 53.8133333333334, 104.154956835157, 191.903333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 990, '2021-04-18 00:00:00', 10.1736052606733, 22.9476, 11.961805855862, 28.6008, 15.545904208719, 34.4628, 21.4400011660448, 52.938, 71.5754768595129, 149.5728 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1005, '2021-04-18 00:00:00', 5.49408794372036, 17.2976, 8.82190697449632, 23.9148, 10.7804732116297, 28.2688, 19.9013642915924, 49.0856, 71.801607519145, 149.6544 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1020, '2021-04-18 00:00:00', 5.20955612312604, 16.452, 7.8005295333073, 21.3112, 11.2436818851004, 26.2064, 22.1500987732937, 48.3156, 71.7408881601002, 150.1344 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1035, '2021-04-18 00:00:00', 7.97643926406598, 14.458, 10.9561953858688, 18.5956, 10.7569909361308, 24.9304, 22.3264483516747, 47.4728, 71.919097306163, 149.3464 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1050, '2021-04-18 00:00:00', 4.72642824974631, 12.5964, 6.10395295416562, 17.346, 8.29070326731499, 23.6224, 22.3671540657277, 46.1332, 71.3867006451483, 148.7304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1065, '2021-04-18 00:00:00', 4.50832367220163, 12.3864, 4.97382817019921, 16.736, 9.52078765999254, 23.6232, 22.8180527945163, 45.132, 72.082895104641, 148.102 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1080, '2021-04-18 00:00:00', 4.13639041516468, 11.3956, 6.27975052583033, 15.638, 9.03645066752795, 23.7564, 23.7407430942392, 44.2492, 72.6381138200418, 147.5672 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1095, '2021-04-18 00:00:00', 4.50719783605437, 10.6436, 6.9536878225394, 16.6508, 8.39635807954856, 22.0304, 34.5943276082463, 48.0312, 72.7764567196472, 147.7212 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1110, '2021-04-18 00:00:00', 5.72617635531546, 11.885, 6.63783324991093, 15.6070833333333, 11.6016681630991, 22.9545833333333, 37.8586271733311, 49.5741666666667, 73.0499991655011, 150.300416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1125, '2021-04-18 00:00:00', 4.23593063367822, 10.75, 6.16234579252631, 15.1716, 10.9023100304477, 21.6484, 38.0059220253897, 48.0444, 73.2520827075927, 153.0072 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1140, '2021-04-18 00:00:00', 5.22900350608667, 10.2388, 10.1286573970426, 15.7656, 14.5707351335934, 23.1384000000001, 38.0136563531231, 50.1888, 72.7545967688641, 155.8152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1155, '2021-04-18 00:00:00', 8.78513466032249, 12.8008, 9.2453883639358, 15.9632, 13.7895333133503, 24.0596, 40.1181919582625, 57.5752, 75.0161526117321, 154.2712 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1170, '2021-04-18 00:00:00', 4.24053286745896, 8.80240000000003, 8.92996758112813, 14.7472, 10.4926307473388, 21.436, 40.179148584807, 59.0868, 73.5416397355947, 155.91 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1185, '2021-04-18 00:00:00', 7.3213734594906, 10.9148, 8.50421665998699, 15.7748, 10.5052444521772, 20.0988, 39.509894857702, 60.5, 73.5720926891894, 156.4332 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1200, '2021-04-18 00:00:00', 5.74754804368723, 10.3970833333333, 8.61607924510743, 14.7895833333333, 12.8239249627123, 20.0408333333333, 37.6881134506759, 60.0045833333333, 74.2775084845115, 156.241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1215, '2021-04-18 00:00:00', 4.89938320578225, 9.90916666666669, 6.5042745003084, 13.0904166666667, 11.5889354714882, 19.6491666666667, 39.3832006689088, 59.7741666666666, 75.619142732809, 156.407916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1230, '2021-04-18 00:00:00', 4.51896869647385, 9.4554166666666, 10.1677854367805, 14.1020833333333, 11.1749702120019, 18.89125, 40.0136085886116, 59.84875, 75.6547128801522, 156.41625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1245, '2021-04-18 00:00:00', 7.66479941029121, 9.74250000000003, 9.55761543808491, 13.3370833333334, 10.3858895968227, 17.71375, 40.1414873391246, 61.6283333333333, 76.09536560571, 155.718333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1260, '2021-04-18 00:00:00', 6.19303569529421, 9.65708333333335, 9.11381066994131, 14.3316666666667, 12.2828160201176, 19.2195833333334, 40.7695172430566, 62.7916666666667, 75.7928383855856, 155.55125 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1275, '2021-04-18 00:00:00', 7.4785843885405, 9.66375000000005, 8.7901628152635, 12.8916666666667, 31.3623062981755, 24.9395833333334, 41.2359705435275, 62.8933333333333, 75.8991099172572, 155.239166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1290, '2021-04-18 00:00:00', 5.76030167285703, 9.92333333333333, 8.286769269597, 14.0233333333334, 33.4316750350948, 25.825, 42.2379801185231, 63.9558333333333, 75.1151882099676, 155.222916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1305, '2021-04-18 00:00:00', 4.91414042198194, 9.51249999999999, 30.6464694487622, 19.95875, 32.7881254105017, 27.34125, 43.8574872807336, 66.3458333333333, 75.0810783673514, 154.92375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 930, '2021-04-18 00:00:00', 26.1061991360926, 36.5366666666667, 31.59913659158, 46.4333333333334, 30.413984173951, 49.1333333333332, 54.2535823701994, 66.88, 88.0712228823922, 193.69 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 945, '2021-04-18 00:00:00', 11.1516650475761, 25.5933333333334, 10.5338929176255, 29.0099999999999, 9.31106331199616, 34.7099999999999, 32.1252320354784, 53.4566666666666, 88.9330604068776, 191.933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 960, '2021-04-18 00:00:00', 4.91603837793536, 22.5566666666665, 6.77296833006042, 31.13, 9.31106331199616, 34.7099999999999, 30.279161150864, 55.4699999999999, 88.9330604068776, 191.933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 975, '2021-04-18 00:00:00', 6.24536895093753, 18.9433333333335, 4.95502102249172, 26.6266666666667, 4.31347887441233, 27.18, 20.6474405193476, 53.27, 89.7666610347814, 190.393333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1200, '2021-04-18 00:00:00', 3.87427351343671, 8.92043478260874, 4.83326316336327, 12.0665217391305, 6.98610628516829, 16.6708695652174, 44.4296033179246, 66.7065217391304, 73.4383477493748, 147.947391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1215, '2021-04-18 00:00:00', 3.11233711099714, 8.29826086956522, 4.33457817834558, 11.8804347826086, 5.69801716430746, 16.9821739130434, 45.5919790896628, 66.4313043478261, 74.4668096876675, 149.792173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1230, '2021-04-18 00:00:00', 4.36087654821535, 8.56521739130433, 5.35148208203189, 12.4382608695652, 6.76745989561331, 16.6104347826087, 44.939578355463, 67.7086956521739, 75.3387579025066, 152.011739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1245, '2021-04-18 00:00:00', 3.83567681130599, 8.9356521739131, 5.22029575283193, 12.7917391304348, 7.57744377413635, 16.5278260869566, 43.9120506568001, 67.6173913043478, 75.0998122395721, 152.794347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1260, '2021-04-18 00:00:00', 3.85368218761773, 8.95869565217388, 5.65224003305808, 11.5708695652174, 7.27783923108489, 16.444347826087, 43.7663520339053, 67.1460869565217, 74.2071964431521, 153.466956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1275, '2021-04-18 00:00:00', 3.49463394408655, 7.66130434782609, 5.24615522683342, 10.7891304347826, 9.34647051389962, 18.1626086956522, 40.9444315035176, 66.655652173913, 73.0893819440582, 154.214347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1320, '2021-04-18 00:00:00', 3.94513485797619, 9.24904761904758, 7.51204043044043, 14.6928571428572, 15.8045154638672, 24.4209523809523, 41.2454143078787, 67.5471428571428, 75.7958316544549, 154.664761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1335, '2021-04-18 00:00:00', 5.46079415993165, 10.7485714285715, 10.0574285504606, 15.2376190476191, 38.5483107899932, 47.7361904761905, 39.7519010386985, 66.8180952380953, 72.7824059031276, 154.869047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1350, '2021-04-18 00:00:00', 6.70549039433887, 11.3471428571428, 12.0496328930446, 19.0985714285714, 37.2383652843088, 51.337619047619, 36.3986196951791, 65.7957142857142, 72.2932344624835, 154.110952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1365, '2021-04-18 00:00:00', 6.90861391239056, 14.3647619047619, 30.4370466544902, 42.9023809523809, 32.7196424913522, 52.1638095238095, 33.155899417607, 64.8319047619047, 72.0109416917549, 153.043333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1320, '2021-04-18 00:00:00', 4.43494566855151, 10.3439130434783, 6.25873208187787, 13.89, 10.8013147164937, 21.8021739130435, 35.5866136010289, 77.3530434782609, 64.6395117849328, 149.722608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1335, '2021-04-18 00:00:00', 3.70745467377593, 8.98739130434785, 6.47527602537084, 13.5878260869566, 30.6784579761511, 49.2026086956522, 34.5994352120963, 76.5847826086957, 63.9355497739809, 148.266086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1350, '2021-04-18 00:00:00', 4.73673145757552, 10.1460869565218, 7.29748882034113, 16.6739130434783, 29.3301637690513, 57.4360869565217, 33.5836722515158, 76.0934782608695, 62.9666906861745, 147.537826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1365, '2021-04-18 00:00:00', 5.144697104825, 12.4191304347826, 30.4960500325687, 47.2430434782608, 31.2944686104852, 60.4873913043478, 33.6676800014471, 75.6430434782609, 62.382964590874, 147.124347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1320, '2021-04-18 00:00:00', 3.67039534332267, 9.94260869565223, 6.93788468292156, 15.194347826087, 8.04935933914937, 20.9830434782609, 25.1530061303078, 60.2508695652174, 67.752076446747, 143.460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1335, '2021-04-18 00:00:00', 6.01776043985317, 10.2904347826087, 6.78295766052728, 14.6834782608696, 22.1110066665965, 44.8639130434782, 25.6594899810373, 60.2452173913043, 68.1535047773681, 143.899565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1350, '2021-04-18 00:00:00', 4.74522980780215, 10.8582608695653, 6.02838122858488, 16.554347826087, 23.3710978227112, 46.7195652173913, 27.384350035695, 62.0578260869565, 68.4748092135929, 144.081739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1365, '2021-04-18 00:00:00', 4.84477596491291, 13.0278260869565, 22.1041127126657, 41.6752173913043, 26.2761806427411, 48.1565217391304, 26.5357915503115, 62.5882608695652, 67.3272612359481, 144.74652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1320, '2021-04-18 00:00:00', 6.68689165457309, 10.53, 8.27313457610143, 14.0057142857143, 11.8625641851844, 23.172380952381, 31.4765281712308, 63.0042857142857, 73.4394855743733, 149.017142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1335, '2021-04-18 00:00:00', 3.72489098594081, 8.41857142857143, 6.70585110538697, 13.8409523809524, 23.2351876728052, 36.4719047619048, 29.839809132225, 61.9376190476191, 73.5935004344167, 148.081904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1350, '2021-04-18 00:00:00', 5.97018716305485, 10.4038095238095, 9.59249284845284, 17.6276190476191, 23.0070470260123, 40.5414285714286, 29.6109363725152, 61.9885714285714, 72.9628362250263, 148.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1365, '2021-04-18 00:00:00', 5.55024315211674, 13.242380952381, 18.022195363337, 31.7342857142857, 18.9047655367635, 40.05, 28.035780794583, 59.6504761904762, 70.1771783348948, 147.870952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 930, '2021-04-18 00:00:00', 0, 25.8099999999999, 0, 31.4299999999998, 0, 38.5599999999999, 0, 50.4299999999998, 0, 140.04 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-04-23 14:12:45 Duration: 1s393ms 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 1032241, 5, 990, '2021-04-18 00:00:00', 0.0536788871429085, 0.267826086956522, 0.0636908293173395, 0.327391304347827, 0.11555160714176, 0.40608695652174, 0.287093242073491, 0.629565217391305, 0.943450902136981, 1.75782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1005, '2021-04-18 00:00:00', 0.051751916578667, 0.216521739130436, 0.0899956081493205, 0.280869565217392, 0.13040678223833, 0.351739130434783, 0.310282925845343, 0.601304347826088, 0.954983599801236, 1.74869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1020, '2021-04-18 00:00:00', 0.087436029693356, 0.202173913043479, 0.131112599829278, 0.277826086956522, 0.11912228413305, 0.329130434782609, 0.323888796609531, 0.583043478260869, 0.990278237740431, 1.75652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1035, '2021-04-18 00:00:00', 0.097010655052299, 0.182608695652174, 0.0879004107694545, 0.230869565217392, 0.107655577283102, 0.314782608695652, 0.330274768828776, 0.562173913043479, 0.971495729568159, 1.74695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1050, '2021-04-18 00:00:00', 0.0546892045188911, 0.16, 0.0770760109401787, 0.220434782608695, 0.112140510392749, 0.308695652173913, 0.325001672236501, 0.545217391304347, 0.971170191831471, 1.74478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1065, '2021-04-18 00:00:00', 0.0754354945234154, 0.142173913043477, 0.0911975660170325, 0.224782608695651, 0.109242812554702, 0.296086956521739, 0.317989608799324, 0.529130434782608, 0.970800574237938, 1.74086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1080, '2021-04-18 00:00:00', 0.0533279806273081, 0.154347826086956, 0.0785943706560105, 0.210434782608696, 0.0891017981568428, 0.268695652173913, 0.318935978062631, 0.542608695652174, 0.967695195862242, 1.73608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1095, '2021-04-18 00:00:00', 0.072640758819669, 0.14695652173913, 0.0734416495547868, 0.198695652173913, 0.115666140795318, 0.251739130434782, 0.382862631326698, 0.592608695652174, 0.96846318908702, 1.74130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1110, '2021-04-18 00:00:00', 0.0527129597583195, 0.131739130434782, 0.0666356976817501, 0.17304347826087, 0.111836979042814, 0.254347826086957, 0.376532966815409, 0.589565217391304, 0.969283790844393, 1.74260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1125, '2021-04-18 00:00:00', 0.0496310498248747, 0.122173913043479, 0.0711092240087762, 0.167391304347826, 0.0974882175915112, 0.236956521739131, 0.364167793493853, 0.59, 0.983610554701482, 1.76478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1140, '2021-04-18 00:00:00', 0.044584156777639, 0.108260869565217, 0.0718226846039282, 0.166956521739131, 0.0810991682991512, 0.210434782608696, 0.373944892475743, 0.615652173913043, 0.972765504771179, 1.77 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1155, '2021-04-18 00:00:00', 0.0482991337821991, 0.103478260869565, 0.0590404162501255, 0.14304347826087, 0.290160103004348, 0.247391304347826, 0.758742979599092, 0.989999999999999, 0.969572661663405, 1.77434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1170, '2021-04-18 00:00:00', 0.0473486772064592, 0.106521739130434, 0.0615318292260604, 0.139565217391303, 0.28998432559521, 0.25, 0.751304530815378, 1.03304347826087, 0.951942054901099, 1.77130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1185, '2021-04-18 00:00:00', 0.0459850465469895, 0.0965217391304354, 0.297042071253992, 0.193913043478261, 0.309771686930416, 0.26695652173913, 0.753494100629722, 1.05521739130435, 0.952282467145752, 1.77347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1200, '2021-04-18 00:00:00', 0.0440704866345699, 0.0977272727272723, 0.0714673055150092, 0.151363636363637, 0.109663002083537, 0.225454545454545, 0.759897606453904, 1.05590909090909, 0.97506398946417, 1.77454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1215, '2021-04-18 00:00:00', 0.0589904240522996, 0.106818181818183, 0.0861301240472708, 0.162272727272727, 0.10999901613098, 0.220454545454546, 0.759632087981353, 1.06136363636364, 0.974706527039197, 1.77363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1230, '2021-04-18 00:00:00', 0.0484500010051874, 0.0995454545454544, 0.0854894236642267, 0.146818181818182, 0.103839703306029, 0.207272727272727, 0.765045340025264, 1.06090909090909, 0.975543804391024, 1.77 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1245, '2021-04-18 00:00:00', 0.0654604073854182, 0.102272727272726, 0.0805070511283664, 0.143636363636363, 0.103112807556826, 0.213181818181818, 0.760314357406146, 1.06272727272727, 0.967923313659476, 1.76227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1260, '2021-04-18 00:00:00', 0.0481250175690089, 0.102727272727272, 0.0683953366679491, 0.152727272727272, 0.154801926227152, 0.257272727272726, 0.758417125859204, 1.06818181818182, 0.961505515919101, 1.775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1275, '2021-04-18 00:00:00', 0.0549064533066801, 0.106363636363636, 0.0718885621497979, 0.161818181818182, 0.297576066160428, 0.309090909090909, 0.755499891846509, 1.08090909090909, 0.959072874822752, 1.77272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1290, '2021-04-18 00:00:00', 0.0580341741387372, 0.118181818181819, 0.163045288903931, 0.198636363636364, 0.301099356543356, 0.303181818181818, 0.74986117041208, 1.08181818181818, 0.957887285617703, 1.76636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1305, '2021-04-18 00:00:00', 0.141574326921552, 0.143636363636363, 0.287078507144072, 0.230454545454546, 0.273611805142651, 0.304090909090909, 0.749688679975306, 1.06954545454545, 0.953406401401714, 1.75863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1320, '2021-04-18 00:00:00', 0.0304354364101078, 0.0952631578947373, 0.0422952584681654, 0.14, 0.191380029756174, 0.285263157894737, 0.803315862079796, 1.08947368421053, 1.00531307858045, 1.73894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1335, '2021-04-18 00:00:00', 0.032802795487776, 0.107368421052632, 0.0908826117736896, 0.175263157894737, 0.809910831854689, 0.839999999999999, 0.799638076026636, 1.09105263157895, 0.99703713117199, 1.80052631578947 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1350, '2021-04-18 00:00:00', 0.0653376296474958, 0.123684210526315, 0.180766723118871, 0.231052631578947, 0.78390274190867, 0.87578947368421, 0.772987294025683, 1.07263157894737, 0.975524450342673, 1.79421052631579 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1365, '2021-04-18 00:00:00', 0.131130933182934, 0.187894736842105, 0.784144037371343, 0.795263157894736, 0.786527269838008, 0.891578947368421, 0.769159562606185, 1.06210526315789, 0.977952569437892, 1.81368421052632 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 945, '2021-04-18 00:00:00', 0.168621864932556, 0.176666666666665, 0.188237438713275, 0.243333333333332, 0.14742229591664, 0.436666666666663, 0.230289672658876, 0.626666666666665, 1.00642933184601, 1.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 960, '2021-04-18 00:00:00', 0.0757187779440033, 0.173333333333332, 0.0321455025366434, 0.256666666666665, 0.15373136743467, 0.44333333333333, 0.276465790529918, 0.56333333333333, 1.05462473578678, 1.77333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 975, '2021-04-18 00:00:00', 0.0493288286231632, 0.156666666666669, 0.11060440015358, 0.283333333333331, 0.213853532431274, 0.386666666666668, 0.227229692895388, 0.546666666666667, 1.06274801027023, 1.76333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 990, '2021-04-18 00:00:00', 0.180263494740982, 0.370833333333333, 0.231947879577676, 0.477916666666666, 0.268862337492144, 0.585, 0.405809041620402, 0.82125, 0.868695507101292, 1.74333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1005, '2021-04-18 00:00:00', 0.145420429958363, 0.285833333333334, 0.149694737692257, 0.362083333333334, 0.205673161290827, 0.446666666666666, 0.343051101107421, 0.703333333333333, 0.795938967873611, 1.66166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1020, '2021-04-18 00:00:00', 0.101081112500545, 0.254999999999999, 0.142248379425831, 0.327916666666666, 0.200764841890035, 0.402499999999999, 0.312896415234604, 0.664583333333333, 0.768459662977301, 1.64208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1035, '2021-04-18 00:00:00', 0.0851331012446762, 0.202916666666667, 0.12289679893474, 0.264166666666666, 0.218711228448098, 0.362083333333334, 0.278923590908366, 0.61375, 0.736896645851144, 1.62583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1050, '2021-04-18 00:00:00', 0.0845576726264393, 0.1775, 0.11521168293215, 0.239583333333333, 0.173278279997353, 0.334166666666667, 0.233181757185373, 0.582083333333333, 0.690620389026512, 1.61 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1065, '2021-04-18 00:00:00', 0.0542922179279523, 0.162083333333333, 0.0997814641088725, 0.235416666666667, 0.129076990843518, 0.315, 0.221699218488159, 0.55125, 0.670904510581677, 1.59208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1080, '2021-04-18 00:00:00', 0.079217184492007, 0.161666666666667, 0.101292373491474, 0.209166666666667, 0.126747923974652, 0.277083333333334, 0.215819553586195, 0.507083333333333, 0.664378864325408, 1.59083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1095, '2021-04-18 00:00:00', 0.0581835551247638, 0.12875, 0.0670496247112015, 0.19, 0.117408613860719, 0.2475, 0.209830418070941, 0.49875, 0.659324286290709, 1.58708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1110, '2021-04-18 00:00:00', 0.0490489255891436, 0.146666666666667, 0.0690817096538267, 0.18625, 0.127295587773758, 0.259583333333333, 0.20012631880455, 0.50625, 0.656040908719146, 1.60375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1125, '2021-04-18 00:00:00', 0.0639278918964081, 0.124583333333333, 0.112712761773752, 0.167916666666666, 0.144853749332395, 0.259999999999999, 0.216824496583851, 0.519583333333333, 0.669092912895479, 1.63625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1140, '2021-04-18 00:00:00', 0.0769987295208568, 0.116249999999999, 0.101335287929281, 0.174166666666666, 0.122047003299928, 0.252083333333333, 0.215633545829391, 0.522499999999999, 0.651451000304014, 1.66333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1155, '2021-04-18 00:00:00', 0.0547970564109459, 0.121249999999999, 0.0725306032361312, 0.175416666666666, 0.100520385127032, 0.24, 0.263839748793615, 0.721249999999999, 0.630159860095326, 1.66666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1170, '2021-04-18 00:00:00', 0.0590120965246274, 0.129583333333332, 0.0662450435663036, 0.171666666666666, 0.11929746040034, 0.241666666666666, 0.25243021707544, 0.765833333333333, 0.640221881827709, 1.70666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1185, '2021-04-18 00:00:00', 0.0332208246195937, 0.100833333333333, 0.0647052962462789, 0.150416666666667, 0.119709037349686, 0.234583333333333, 0.269298269528443, 0.785416666666666, 0.640036089335729, 1.71875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1290, '2021-04-18 00:00:00', 0.0429273062652254, 0.099166666666668, 0.0859716417687014, 0.175416666666667, 0.140288909971065, 0.251250000000001, 0.294256308959247, 0.847083333333334, 0.680133725129089, 1.80083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1305, '2021-04-18 00:00:00', 0.0715663267915499, 0.134999999999999, 0.112841269817002, 0.188749999999999, 0.13078289898403, 0.294583333333333, 0.281215980229134, 0.837083333333333, 0.682792645758175, 1.80166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 930, '2021-04-18 00:00:00', 0.111504857891188, 0.273333333333336, 0.0450924975282307, 0.353333333333336, 0.0818535277187221, 0.420000000000002, 0.188237438713273, 0.636666666666668, 0.805750168062865, 2.09333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 945, '2021-04-18 00:00:00', 0.00577350269189511, 0.183333333333332, 0.052915026221292, 0.279999999999999, 0.0850490054811511, 0.323333333333333, 0.137961347243831, 0.576666666666666, 0.827768083462997, 2.05 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 960, '2021-04-18 00:00:00', 0.08082903768655, 0.176666666666667, 0.109696551146026, 0.243333333333335, 0.126622799421484, 0.283333333333334, 0.170098010962307, 0.513333333333333, 0.810267445559388, 2.08333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 975, '2021-04-18 00:00:00', 0.0152752523165164, 0.133333333333335, 0.0602771377334159, 0.203333333333333, 0.0950438495292205, 0.233333333333334, 0.150111069989301, 0.486666666666669, 0.823974109625621, 2.05666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 990, '2021-04-18 00:00:00', 0.106857201621892, 0.287692307692307, 0.12928442109729, 0.382307692307692, 0.184806343547467, 0.474230769230769, 0.208025146408942, 0.637692307692307, 0.688763105417686, 1.64115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1005, '2021-04-18 00:00:00', 0.137053049807505, 0.256538461538462, 0.179220963746303, 0.338076923076923, 0.186597056617893, 0.402307692307693, 0.211545594285342, 0.586538461538462, 0.69962099629838, 1.61153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1020, '2021-04-18 00:00:00', 0.0696286855121778, 0.198076923076923, 0.0918234091152056, 0.263461538461539, 0.0921979475826959, 0.332692307692308, 0.181886270467606, 0.528846153846154, 0.690032886618735, 1.57576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1035, '2021-04-18 00:00:00', 0.0886106435697545, 0.190384615384615, 0.0922271443439836, 0.244615384615385, 0.109068785635487, 0.33, 0.192732576784119, 0.494615384615385, 0.683711590117892, 1.56846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1050, '2021-04-18 00:00:00', 0.0565372579673037, 0.152692307692309, 0.0893506489150381, 0.216538461538462, 0.108008546670374, 0.324615384615385, 0.218161901771633, 0.481153846153846, 0.678205437448429, 1.57115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1065, '2021-04-18 00:00:00', 0.0699186340299599, 0.153846153846154, 0.0814748663463389, 0.216923076923078, 0.133508858824482, 0.313846153846154, 0.231359859559485, 0.470769230769231, 0.681616743203528, 1.57423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1080, '2021-04-18 00:00:00', 0.0561371945806401, 0.140769230769231, 0.0770294648919395, 0.218461538461538, 0.112266852426913, 0.290384615384616, 0.231221505520971, 0.45076923076923, 0.689258687621373, 1.57153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1095, '2021-04-18 00:00:00', 0.0614291336544677, 0.151538461538462, 0.112677210855407, 0.218076923076923, 0.106630202100531, 0.275, 0.323999050330991, 0.48076923076923, 0.688210611770732, 1.57538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1110, '2021-04-18 00:00:00', 0.094272926205695, 0.149230769230769, 0.101517713497921, 0.194615384615385, 0.102879316901668, 0.241923076923077, 0.322556137034256, 0.472307692307692, 0.691372436646013, 1.58038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1125, '2021-04-18 00:00:00', 0.0552100882643189, 0.121923076923078, 0.0701032205997815, 0.172307692307693, 0.0997566269246543, 0.220769230769231, 0.314658545092931, 0.465, 0.832742734305416, 1.78730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1140, '2021-04-18 00:00:00', 0.0492403836765652, 0.123846153846155, 0.0704283596724633, 0.161923076923078, 0.0899478481377692, 0.208846153846154, 0.375947009359237, 0.491923076923077, 0.833737460982865, 1.80692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1155, '2021-04-18 00:00:00', 0.035023069320312, 0.091153846153845, 0.047847514202773, 0.134230769230768, 0.0716487157005503, 0.208461538461538, 0.362373373109093, 0.682307692307693, 0.812045944134084, 1.82884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1170, '2021-04-18 00:00:00', 0.037631819596637, 0.101923076923077, 0.0539572480338334, 0.150769230769231, 0.074206572381532, 0.208846153846153, 0.38794924330976, 0.713846153846154, 0.81458370680036, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1185, '2021-04-18 00:00:00', 0.031884406605979, 0.0938461538461532, 0.0411320574959007, 0.140384615384614, 0.063948296422849, 0.185769230769231, 0.426147861663061, 0.745000000000001, 0.813276374634393, 1.84230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1200, '2021-04-18 00:00:00', 0.0382944060988224, 0.0976923076923063, 0.047789602988999, 0.129615384615383, 0.0853841995831876, 0.182307692307692, 0.458598533997455, 0.753846153846155, 0.811792792812019, 1.84346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1215, '2021-04-18 00:00:00', 0.0388389178332961, 0.0873076923076927, 0.0650680117557479, 0.124615384615386, 0.0862126173168136, 0.186153846153847, 0.452035567014536, 0.748076923076924, 0.808854841022883, 1.84307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1230, '2021-04-18 00:00:00', 0.0563955808416007, 0.0873076923076938, 0.0861135207823863, 0.13346153846154, 0.103428161616576, 0.195769230769231, 0.452289219926297, 0.751538461538463, 0.810462735820621, 1.84538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1245, '2021-04-18 00:00:00', 0.0544002262438733, 0.089230769230769, 0.0654980915752513, 0.145, 0.0871753317260014, 0.203461538461538, 0.454526634575425, 0.757692307692308, 0.817294598990145, 1.85230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1260, '2021-04-18 00:00:00', 0.0538559331778925, 0.102692307692309, 0.0645791106973573, 0.142307692307693, 0.0660640714644629, 0.192692307692308, 0.45665017750504, 0.754230769230769, 0.820352738390392, 1.85884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1275, '2021-04-18 00:00:00', 0.0513809303146596, 0.1, 0.054088246981562, 0.138461538461538, 0.235381523358273, 0.227307692307693, 0.458793903788887, 0.749615384615385, 0.819691123815269, 1.85846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1290, '2021-04-18 00:00:00', 0.0362406486612018, 0.0957692307692317, 0.0454261869579487, 0.126538461538462, 0.235007364860044, 0.252692307692308, 0.454973202930256, 0.743846153846154, 0.815413061913079, 1.85769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1305, '2021-04-18 00:00:00', 0.041502548577907, 0.092307692307692, 0.230590212615032, 0.180384615384616, 0.237000811423473, 0.275769230769231, 0.456874330474096, 0.743076923076923, 0.817972728527905, 1.85923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 930, '2021-04-18 00:00:00', 0.0873689494805384, 0.283333333333331, 0.0305505046330367, 0.413333333333334, 0.280237994093115, 0.606666666666669, 0.42253205006642, 0.773333333333336, 0.603517467297622, 1.96666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 945, '2021-04-18 00:00:00', 0.0602771377334159, 0.226666666666667, 0.130511813003012, 0.333333333333333, 0.363730669589466, 0.530000000000001, 0.446430285710993, 0.710000000000001, 0.614356031412839, 1.97333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 960, '2021-04-18 00:00:00', 0.0599999999999987, 0.19, 0.254820198048219, 0.406666666666669, 0.370045042303409, 0.473333333333334, 0.329292170167061, 0.623333333333335, 0.644541180479055, 1.90666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 975, '2021-04-18 00:00:00', 0.185831464863554, 0.266666666666668, 0.176729548557489, 0.30666666666667, 0.226495033058124, 0.44, 0.232450711621484, 0.56666666666667, 0.667308024828119, 1.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 990, '2021-04-18 00:00:00', 0.174792257646995, 0.352400000000001, 0.200426212523878, 0.4204, 0.300503466424821, 0.5024, 0.30946082142979, 0.6292, 0.815107354892593, 1.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1005, '2021-04-18 00:00:00', 0.0755421431031401, 0.201153846153845, 0.142975522380581, 0.285, 0.194138729144512, 0.365384615384615, 0.234299282641143, 0.531923076923077, 0.800110857703722, 1.74576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1020, '2021-04-18 00:00:00', 0.113183989082447, 0.211153846153846, 0.168214149226515, 0.27, 0.208100567403951, 0.355384615384615, 0.237764265931292, 0.500384615384616, 0.800615628510576, 1.74576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1035, '2021-04-18 00:00:00', 0.0828150549920325, 0.181999999999999, 0.100374299499424, 0.248, 0.158790218002664, 0.3332, 0.220018938578781, 0.476, 0.817603816038062, 1.7548 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1050, '2021-04-18 00:00:00', 0.0776392050052439, 0.170384615384616, 0.116387284528853, 0.245000000000001, 0.13929050992026, 0.304615384615384, 0.209337416259382, 0.456923076923077, 0.804460354236591, 1.74269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1065, '2021-04-18 00:00:00', 0.0611731464464108, 0.146923076923078, 0.0748824720170532, 0.200769230769231, 0.113683095286178, 0.270384615384615, 0.221913358006088, 0.461538461538461, 0.81346258956106, 1.76423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1080, '2021-04-18 00:00:00', 0.0499060656094561, 0.138846153846153, 0.0707422189252036, 0.192692307692307, 0.114050596059549, 0.263461538461538, 0.226971024921345, 0.459615384615384, 0.815520315268348, 1.75576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1095, '2021-04-18 00:00:00', 0.0609867577051331, 0.14076923076923, 0.0844356833061985, 0.195769230769231, 0.103401383713402, 0.250384615384615, 0.271434083229173, 0.482692307692308, 0.82215925838845, 1.75461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1110, '2021-04-18 00:00:00', 0.0586160912535647, 0.129615384615385, 0.0688051876398416, 0.186923076923077, 0.0909978867041165, 0.223846153846154, 0.260156461798251, 0.474230769230769, 0.824155418501968, 1.74807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1125, '2021-04-18 00:00:00', 0.047343263674832, 0.114230769230769, 0.0557080300799134, 0.14923076923077, 0.0665547779016536, 0.198461538461539, 0.260937953131804, 0.473846153846154, 0.892511150544437, 1.80807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1140, '2021-04-18 00:00:00', 0.0456895881086536, 0.106538461538461, 0.0464178347687107, 0.148846153846153, 0.0786227604548355, 0.211538461538462, 0.271296601810355, 0.495384615384616, 0.896579139756304, 1.82692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1155, '2021-04-18 00:00:00', 0.0391859472456445, 0.103461538461538, 0.0431259336576735, 0.139615384615385, 0.0811304742137864, 0.206923076923077, 0.34634975652677, 0.666923076923077, 0.920061201977681, 1.85615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1170, '2021-04-18 00:00:00', 0.0367779197972832, 0.103846153846155, 0.0572941130013851, 0.151153846153847, 0.0874642784226805, 0.215000000000001, 0.338488040920433, 0.686923076923077, 0.956653783528013, 1.86769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1185, '2021-04-18 00:00:00', 0.0415396011239695, 0.101538461538461, 0.0626455228923958, 0.147307692307692, 0.0985096637196267, 0.218076923076923, 0.329627295359704, 0.716923076923077, 0.956362660532885, 1.86846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1200, '2021-04-18 00:00:00', 0.055725977922192, 0.114230769230769, 0.075696763471103, 0.155, 0.12101176039479, 0.219615384615385, 0.32277451047966, 0.730769230769231, 0.955970388984609, 1.86923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1215, '2021-04-18 00:00:00', 0.0646886032050112, 0.0961538461538464, 0.0817275021971465, 0.150769230769231, 0.115132699358342, 0.196538461538461, 0.312196190781472, 0.727692307692308, 0.971411027637315, 1.86923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1230, '2021-04-18 00:00:00', 0.0586055917521131, 0.108846153846154, 0.0848020319059891, 0.15076923076923, 0.107369240689099, 0.208076923076922, 0.303203663464776, 0.732692307692307, 0.971386716939323, 1.87807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1245, '2021-04-18 00:00:00', 0.057704819156168, 0.104615384615384, 0.0651164637104452, 0.138076923076922, 0.0890367253527344, 0.216538461538461, 0.290119603983227, 0.744230769230769, 0.971047649943884, 1.87846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1260, '2021-04-18 00:00:00', 0.0438125377208226, 0.106538461538461, 0.0659895096558179, 0.161153846153846, 0.120581284426092, 0.239615384615384, 0.289800196421868, 0.741923076923077, 0.969890477559987, 1.87653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1275, '2021-04-18 00:00:00', 0.063985575297513, 0.116923076923077, 0.0756479701288494, 0.168846153846154, 0.20009382414642, 0.258461538461538, 0.280868981226807, 0.73076923076923, 0.968981701819771, 1.87153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1290, '2021-04-18 00:00:00', 0.0562480768902032, 0.120384615384615, 0.100729645777505, 0.167692307692307, 0.195037274543967, 0.246538461538461, 0.268201130038346, 0.730384615384615, 0.9700816777666, 1.86769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1305, '2021-04-18 00:00:00', 0.0649650793770129, 0.117307692307692, 0.160991160770255, 0.183076923076923, 0.157753459062406, 0.256923076923077, 0.274043511424456, 0.720384615384615, 0.976233657402855, 1.86192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 930, '2021-04-18 00:00:00', 0.115902257671427, 0.326666666666666, 0.121243556529825, 0.420000000000002, 0.215715862498179, 0.573333333333333, 0.18009256878987, 0.723333333333331, 0.755446887610245, 2.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 945, '2021-04-18 00:00:00', 0.142243921955682, 0.346666666666669, 0.211266025033212, 0.426666666666667, 0.242487113059642, 0.610000000000002, 0.165025250593157, 0.726666666666667, 0.716961179795207, 2.28333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 960, '2021-04-18 00:00:00', 0.0458257569495601, 0.220000000000001, 0.052915026221292, 0.340000000000001, 0.0577350269189634, 0.456666666666668, 0.0814452781524709, 0.573333333333331, 0.658483105326175, 2.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 975, '2021-04-18 00:00:00', 0.0945163125250522, 0.19333333333333, 0.133166562369586, 0.256666666666665, 0.1113552872566, 0.309999999999998, 0.158745078663875, 0.549999999999997, 0.624819974072534, 2.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 990, '2021-04-18 00:00:00', 0.136903859210274, 0.284799999999999, 0.173015413571545, 0.3652, 0.163495157930339, 0.438399999999999, 0.196720614069802, 0.6536, 1.02406266084324, 1.8272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1005, '2021-04-18 00:00:00', 0.0834625664594617, 0.2308, 0.0939361485265394, 0.2964, 0.109707186030208, 0.3676, 0.237295174835055, 0.6244, 1.03270792902285, 1.8024 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1020, '2021-04-18 00:00:00', 0.0820304821392644, 0.2004, 0.108627804912002, 0.258, 0.121536002896261, 0.3528, 0.282118178546981, 0.6136, 1.04392720052693, 1.7956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1035, '2021-04-18 00:00:00', 0.0655311630702018, 0.1512, 0.0821583836257756, 0.228, 0.0971030380575196, 0.3304, 0.28677691678376, 0.5792, 1.05588635752149, 1.7872 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1050, '2021-04-18 00:00:00', 0.0472475748936739, 0.1564, 0.0812567945876934, 0.231199999999999, 0.096534967757803, 0.2924, 0.290789156148115, 0.564, 1.05607417668773, 1.7852 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1065, '2021-04-18 00:00:00', 0.0715145672806132, 0.163199999999999, 0.0786405323820573, 0.224799999999999, 0.0873727646352116, 0.274399999999999, 0.297321374946369, 0.566, 1.05648268640175, 1.7816 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1080, '2021-04-18 00:00:00', 0.0543660433236278, 0.1384, 0.0637756484352242, 0.184400000000001, 0.0946924847422773, 0.252, 0.28607982568973, 0.542, 1.05677307560958, 1.7812 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1095, '2021-04-18 00:00:00', 0.0487579053419384, 0.127600000000001, 0.057378857894989, 0.165600000000001, 0.0864542268101061, 0.250800000000001, 0.281467582502851, 0.5336, 1.06132778474261, 1.788 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1110, '2021-04-18 00:00:00', 0.0422295315310664, 0.119999999999999, 0.0842120339777312, 0.179999999999999, 0.107474027870302, 0.255599999999999, 0.281276850570157, 0.531999999999999, 1.0754110841906, 1.7956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1125, '2021-04-18 00:00:00', 0.0681297781198983, 0.121999999999999, 0.0745027963681, 0.1756, 0.127947906065971, 0.259599999999999, 0.285340147893702, 0.5276, 1.14366108033222, 1.8424 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1140, '2021-04-18 00:00:00', 0.065668358692245, 0.1304, 0.101080825745208, 0.1856, 0.165657276729195, 0.264399999999999, 0.299995555522632, 0.5484, 1.14384250081323, 1.8356 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1155, '2021-04-18 00:00:00', 0.0843001882508597, 0.1225, 0.109302797078919, 0.179166666666666, 0.205380082434665, 0.29375, 0.293590652123825, 0.672916666666667, 1.17178043338245, 1.84791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1170, '2021-04-18 00:00:00', 0.0552268050859365, 0.108, 0.0889156904038872, 0.163200000000001, 0.156659928933131, 0.2644, 0.290527107169021, 0.693200000000001, 1.15575256867549, 1.8216 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1185, '2021-04-18 00:00:00', 0.0648408307575809, 0.117200000000001, 0.120936622520503, 0.195600000000001, 0.172783101025534, 0.2696, 0.294543149074403, 0.691600000000001, 1.15779200780336, 1.8164 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1200, '2021-04-18 00:00:00', 0.068709639009048, 0.125833333333334, 0.0744983221287575, 0.1675, 0.110646977469736, 0.234166666666667, 0.358874801551189, 0.725416666666667, 1.17233995848511, 1.84375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1215, '2021-04-18 00:00:00', 0.0456336228698959, 0.110416666666667, 0.0603612314393065, 0.160000000000001, 0.0912225738017433, 0.227916666666667, 0.382910053009387, 0.728750000000001, 1.18292899807755, 1.83916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1230, '2021-04-18 00:00:00', 0.0500144906538329, 0.103333333333333, 0.0768008435189185, 0.15875, 0.0780177887556343, 0.217916666666667, 0.423499696285161, 0.742916666666667, 1.18775607460186, 1.83416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1245, '2021-04-18 00:00:00', 0.0566821163934504, 0.102916666666666, 0.0682692346946793, 0.144583333333333, 0.0869272142640624, 0.205416666666667, 0.456779645920806, 0.749583333333333, 1.19357693752732, 1.82208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1260, '2021-04-18 00:00:00', 0.0705875959050327, 0.115, 0.0826858907053623, 0.1575, 0.1006032528935, 0.215833333333333, 0.461672879673571, 0.76125, 1.19301704678225, 1.82125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1275, '2021-04-18 00:00:00', 0.0444531996207438, 0.102500000000001, 0.0650696393951468, 0.144166666666667, 0.136411036996618, 0.234166666666667, 0.462804932770926, 0.761666666666668, 1.1916274950489, 1.8175 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1290, '2021-04-18 00:00:00', 0.0499274836456667, 0.108333333333334, 0.0674805393310234, 0.143333333333333, 0.116001468006704, 0.240416666666666, 0.475494403264888, 0.760833333333334, 1.18864365218683, 1.81958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1305, '2021-04-18 00:00:00', 0.0449395729551506, 0.0925, 0.123038229006686, 0.170833333333333, 0.122190158288665, 0.255, 0.498994459903606, 0.767083333333334, 1.18864365218683, 1.81958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 930, '2021-04-18 00:00:00', 0.0700000000000003, 0.219999999999999, 0.0346410161513789, 0.249999999999998, 0.0550757054728623, 0.356666666666667, 0.276103845198384, 0.693333333333333, 0.567655999116837, 2.24333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 945, '2021-04-18 00:00:00', 0.0152752523165164, 0.19333333333333, 0.0288675134594796, 0.273333333333333, 0.14153915830375, 0.396666666666666, 0.267644042215276, 0.686666666666665, 0.568887803818411, 2.23666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 960, '2021-04-18 00:00:00', 0.0700000000000003, 0.160000000000004, 0.160934769394311, 0.240000000000002, 0.212210587231959, 0.38666666666667, 0.229419557434264, 0.653333333333334, 0.578475006662634, 2.20333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 975, '2021-04-18 00:00:00', 0.0945163125250509, 0.183333333333335, 0.111355287256599, 0.310000000000002, 0.130766968306217, 0.350000000000004, 0.206478408879315, 0.666666666666667, 0.578475006662634, 2.20333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1200, '2021-04-18 00:00:00', 0.054060425860964, 0.100434782608697, 0.0812817283747647, 0.146086956521739, 0.102065622539363, 0.239130434782608, 0.286053285619023, 0.799130434782608, 0.609303691226543, 1.68652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1215, '2021-04-18 00:00:00', 0.0384789866169477, 0.0952173913043468, 0.0571455391804239, 0.152608695652173, 0.0870532071182051, 0.226521739130433, 0.285879130875892, 0.802173913043477, 0.629530221987202, 1.71086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1230, '2021-04-18 00:00:00', 0.0345667710392381, 0.10695652173913, 0.0650174801670505, 0.16, 0.0777220140143751, 0.209565217391303, 0.302769169435189, 0.813478260869565, 0.637244872610195, 1.72086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1245, '2021-04-18 00:00:00', 0.0514301398844837, 0.107826086956521, 0.060973654649076, 0.147826086956521, 0.0688155005978285, 0.199130434782609, 0.311929479209645, 0.829999999999999, 0.634116671101753, 1.72695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1260, '2021-04-18 00:00:00', 0.0437835134203583, 0.0947826086956522, 0.0538296243577636, 0.133913043478261, 0.0867940181177697, 0.211739130434783, 0.299332590941916, 0.839999999999999, 0.631093849312695, 1.73608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1275, '2021-04-18 00:00:00', 0.0463489087668035, 0.0986956521739135, 0.0586777896989361, 0.143913043478262, 0.127025875799105, 0.230869565217392, 0.308970622955974, 0.849130434782608, 0.642682126875746, 1.74695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1320, '2021-04-18 00:00:00', 0.0524994331035158, 0.104761904761905, 0.04589325087843, 0.144761904761905, 0.146545945988671, 0.304285714285715, 0.283198567389436, 0.852857142857143, 0.671534844679743, 1.76095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1335, '2021-04-18 00:00:00', 0.0318553277296265, 0.11047619047619, 0.102092395127439, 0.221428571428572, 0.261390057012049, 0.596190476190476, 0.278776237287526, 0.855238095238095, 0.669626050582746, 1.75904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1350, '2021-04-18 00:00:00', 0.0975851276724946, 0.178571428571429, 0.135632556844552, 0.265238095238095, 0.243703567005961, 0.652857142857143, 0.273355690142594, 0.856666666666666, 0.667215250482323, 1.7547619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1365, '2021-04-18 00:00:00', 0.115172748099375, 0.166190476190476, 0.265906356592298, 0.528095238095237, 0.275311079465014, 0.645238095238094, 0.274346843386599, 0.825238095238094, 0.67333427628411, 1.71904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1320, '2021-04-18 00:00:00', 0.0407586165385234, 0.0939130434782613, 0.0652601967560045, 0.159565217391303, 0.11047865674798, 0.246521739130435, 0.396058146407783, 0.705652173913044, 0.832973861862097, 1.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1335, '2021-04-18 00:00:00', 0.0537193703517473, 0.103043478260869, 0.0822196998984023, 0.153478260869565, 0.231731751693813, 0.527826086956522, 0.383310934786985, 0.69, 0.82573550876463, 1.80130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1350, '2021-04-18 00:00:00', 0.0582993501614639, 0.115217391304347, 0.0854654773934308, 0.180434782608696, 0.244990118377796, 0.567391304347826, 0.38257087488242, 0.688260869565217, 0.828698202883565, 1.80043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1365, '2021-04-18 00:00:00', 0.0655201142817526, 0.132608695652174, 0.233936074508661, 0.494782608695653, 0.311417770315029, 0.590869565217391, 0.377940644063037, 0.678695652173913, 0.828340643300734, 1.79869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1320, '2021-04-18 00:00:00', 0.0611807404658737, 0.10391304347826, 0.0610384444395891, 0.134347826086956, 0.107193814345754, 0.242173913043478, 0.284247845980693, 0.721739130434782, 1.00916687745945, 1.80782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1335, '2021-04-18 00:00:00', 0.0442549208983072, 0.0930434782608693, 0.0715055485837355, 0.16695652173913, 0.265119855064472, 0.53391304347826, 0.278744361328318, 0.724347826086956, 1.01771521987966, 1.81521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1350, '2021-04-18 00:00:00', 0.0493995567341814, 0.123043478260869, 0.0854631649845126, 0.183043478260869, 0.26790211179081, 0.564782608695652, 0.264917020344077, 0.729130434782609, 1.0222746473162, 1.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1365, '2021-04-18 00:00:00', 0.0812963154705731, 0.15, 0.24653247426975, 0.513478260869565, 0.263821864682563, 0.592608695652174, 0.325417943489083, 0.808260869565217, 1.03731048557231, 1.82304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1320, '2021-04-18 00:00:00', 0.0521170843024679, 0.108095238095239, 0.059537903093425, 0.159523809523809, 0.0882933422502195, 0.254285714285715, 0.537236757243335, 0.786666666666668, 1.24995790405308, 1.76047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1335, '2021-04-18 00:00:00', 0.049761335152813, 0.118095238095238, 0.0940541890411613, 0.194761904761905, 0.255019140271395, 0.503809523809524, 0.545102000066217, 0.791904761904763, 1.25360128847899, 1.7547619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1350, '2021-04-18 00:00:00', 0.0868852554755277, 0.142380952380953, 0.0840408064148428, 0.211428571428572, 0.286570858851449, 0.538571428571429, 0.543267013188769, 0.77904761904762, 1.25342388224073, 1.74285714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1365, '2021-04-18 00:00:00', 0.0598728812131327, 0.163809523809524, 0.239094522053915, 0.478095238095239, 0.288073238042326, 0.575238095238097, 0.543453244144726, 0.777142857142858, 1.25522564846781, 1.73714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 930, '2021-04-18 00:00:00', 0, 0.18, 0, 0.509999999999998, 0, 0.609999999999999, 0, 0.710000000000001, 0, 1.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-04-23 14:15:41 Duration: 1s298ms 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 1032226, 5, 990, '2021-04-18 00:00:00', 0.978618854130697, 2.66304347826087, 1.25434675060407, 3.53695652173913, 1.32702779428256, 4.29869565217391, 1.30716012367759, 5.73304347826087, 4.60353601848816, 15.874347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1005, '2021-04-18 00:00:00', 0.701627695380467, 2.28217391304348, 0.995688928675896, 3.19347826086957, 1.20439133923477, 3.74695652173913, 1.52491702618827, 5.19086956521739, 4.51889463205907, 15.6978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1020, '2021-04-18 00:00:00', 0.739514315564558, 1.88782608695653, 0.849511833779395, 2.38391304347827, 0.944605026519808, 2.93173913043479, 1.62716793665287, 4.77869565217392, 4.57650465548328, 15.5369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1035, '2021-04-18 00:00:00', 0.70819622791512, 1.51347826086957, 0.808291517873115, 2.18521739130435, 0.990813336200969, 2.76739130434783, 2.00726024119678, 4.84869565217391, 4.6077147457135, 15.4852173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1050, '2021-04-18 00:00:00', 0.616470894395162, 1.52, 0.783063054316559, 1.87826086956522, 0.933977003720257, 2.66695652173914, 2.01989042085282, 4.69130434782609, 4.46654914501365, 15.3539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1065, '2021-04-18 00:00:00', 0.538301016337251, 1.2404347826087, 0.547905101272111, 1.69, 0.773467629518548, 2.33608695652174, 2.12465742414171, 4.49347826086957, 4.51930636707954, 15.2313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1080, '2021-04-18 00:00:00', 0.358176651715313, 1.19782608695652, 0.700585582282968, 1.72739130434783, 0.723133552248372, 2.22304347826087, 2.19953291843713, 4.43782608695653, 4.53041888316268, 15.1904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1095, '2021-04-18 00:00:00', 0.401046555802382, 1.14260869565218, 0.393763637695938, 1.46043478260869, 0.776881116242828, 2.17521739130435, 2.39196497522178, 4.54347826086957, 4.53434099085455, 15.1486956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1110, '2021-04-18 00:00:00', 0.341289695312464, 0.951739130434782, 0.719881962217192, 1.47130434782608, 0.992404952090027, 2.23304347826087, 2.44631399740774, 4.48608695652174, 4.55431285845057, 15.0773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1125, '2021-04-18 00:00:00', 0.520382954152349, 1.09434782608695, 0.553856047849198, 1.54739130434782, 1.11682957535842, 2.29913043478261, 2.67658526777164, 4.65782608695652, 4.68788232696411, 15.6095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1140, '2021-04-18 00:00:00', 0.514425117564287, 1.12173913043478, 0.674340843433446, 1.66913043478261, 1.07644745827875, 2.11130434782608, 2.82873706089552, 4.65478260869565, 4.63287091179708, 15.5973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1155, '2021-04-18 00:00:00', 0.454170833767487, 1.05565217391304, 0.731751377895102, 1.42652173913044, 1.12600960407028, 2.00391304347826, 3.49478091958414, 6.38130434782608, 4.56823782633355, 15.6282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1170, '2021-04-18 00:00:00', 0.412852795594313, 0.977391304347822, 0.562536603991276, 1.27260869565217, 1.03183554163454, 1.95869565217391, 3.41218237167204, 6.85391304347826, 4.60259773702349, 15.6417391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1185, '2021-04-18 00:00:00', 0.29262610875603, 0.858695652173911, 0.805035044532169, 1.32217391304347, 0.977228475880201, 1.99869565217391, 4.57387010605194, 7.41826086956522, 4.60809015337809, 15.6430434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1200, '2021-04-18 00:00:00', 0.366874006706034, 0.868181818181818, 0.588183239993733, 1.335, 0.884140324017696, 1.87227272727273, 4.58099197182089, 7.40727272727273, 4.73005239622097, 15.5663636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1215, '2021-04-18 00:00:00', 0.444992339055611, 0.990909090909091, 0.649033914094651, 1.39454545454545, 0.725143962419716, 1.84363636363637, 4.54343627703341, 7.43318181818182, 4.73694990181386, 15.5609090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1230, '2021-04-18 00:00:00', 0.37955088520365, 0.932727272727268, 0.471193795665433, 1.24954545454546, 0.576690062833955, 1.8, 4.49862470566553, 7.39363636363636, 4.80200519534328, 15.4759090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1245, '2021-04-18 00:00:00', 0.463810679394459, 0.948181818181828, 0.482785926764907, 1.29818181818182, 0.545777970491295, 1.84454545454545, 4.47517348329958, 7.48590909090909, 4.83845152951471, 15.5031818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1260, '2021-04-18 00:00:00', 0.398309468755684, 1.00136363636363, 0.407668112615273, 1.30136363636363, 0.744799720311854, 1.97863636363637, 4.47115335653591, 7.54863636363636, 5.04167388286128, 15.4222727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1275, '2021-04-18 00:00:00', 0.357867965204329, 0.858636363636364, 0.471477368588266, 1.38363636363636, 1.32186278112413, 2.18545454545455, 4.48039270948081, 7.51045454545454, 5.0768651275969, 15.445 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1290, '2021-04-18 00:00:00', 0.403368929773346, 0.952727272727272, 0.695315182822291, 1.40818181818182, 1.5247155720847, 2.15363636363636, 4.50224669744732, 7.45590909090909, 4.96593434270973, 15.5290909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1305, '2021-04-18 00:00:00', 0.684257900545448, 1.08772727272727, 1.31858017566384, 1.65818181818182, 2.06944562499361, 2.33363636363636, 4.47565768220846, 7.48545454545454, 4.99690631563898, 15.5281818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1320, '2021-04-18 00:00:00', 0.33279693683925, 0.882631578947366, 0.431782650543005, 1.12157894736842, 0.693807614434977, 1.73631578947368, 4.70239369180724, 7.3778947368421, 4.5967958583934, 15.138947368421 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1335, '2021-04-18 00:00:00', 0.235887028169156, 0.707368421052628, 0.462664543197505, 1.11157894736842, 3.0606522830372, 4.63421052631578, 4.7224615694417, 7.42894736842105, 4.57332156921407, 15.2157894736842 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1350, '2021-04-18 00:00:00', 0.353057654785077, 0.859473684210534, 0.467362263538806, 1.35052631578947, 3.34689251002839, 5.34315789473684, 4.7280199977808, 7.4578947368421, 4.55869402659032, 15.2536842105263 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1365, '2021-04-18 00:00:00', 0.429007422337954, 1.11157894736841, 3.08372515291383, 4.49947368421051, 4.91769629421188, 5.97421052631579, 4.76927152479212, 7.44210526315789, 4.55376625822, 15.2426315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 945, '2021-04-18 00:00:00', 1.41623915117936, 2.14666666666665, 0.908753725347699, 3.19333333333333, 0.944404574321824, 4.42999999999999, 1.25659593081205, 6.66333333333332, 3.85477625809852, 15.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 960, '2021-04-18 00:00:00', 0.210317220724638, 2.18666666666669, 0.0472581562625372, 2.86333333333334, 1.07871837535722, 3.99333333333334, 1.6174156340698, 6.06666666666666, 4.12395845436558, 15.6333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 975, '2021-04-18 00:00:00', 0.401497197997699, 1.68999999999998, 0.609289203361846, 2.34666666666665, 0.715285490789053, 3.24333333333332, 0.736545993132815, 5.52999999999999, 4.44946064147106, 15.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 990, '2021-04-18 00:00:00', 1.53192972934537, 2.5, 1.82081677603323, 3.27791666666668, 3.29055818796839, 4.50916666666668, 3.30255665126014, 6.2975, 3.95029385716696, 14.5829166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1005, '2021-04-18 00:00:00', 1.11047703223904, 2.22125000000001, 2.35603845684763, 3.20708333333334, 2.45827436677009, 4.10208333333333, 2.45176419031838, 5.68791666666667, 3.94454712137574, 14.3479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1020, '2021-04-18 00:00:00', 1.7453165071542, 2.06416666666667, 1.75558854040131, 2.69291666666667, 1.93339525450564, 3.50791666666667, 2.15217647672224, 5.38125, 3.63326476633879, 13.9770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1035, '2021-04-18 00:00:00', 0.816774763623827, 1.64916666666667, 1.18424921180138, 2.24875, 1.35820427056453, 3.07833333333334, 2.08264098640666, 4.9075, 4.30143041594171, 14.3891666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1050, '2021-04-18 00:00:00', 0.729514306363088, 1.52208333333333, 0.840915219149413, 2.09416666666666, 1.15685073505116, 2.83416666666667, 2.12193769117224, 4.70749999999999, 4.59026940259565, 14.5108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1065, '2021-04-18 00:00:00', 0.747820020197837, 1.5, 1.02516939215366, 2.13625000000001, 1.28439801497416, 2.71000000000001, 2.20914071923708, 4.54625, 4.64504340785633, 14.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1080, '2021-04-18 00:00:00', 0.607538243562742, 1.35375, 0.77954650510614, 1.89833333333333, 1.54777610446899, 2.5225, 2.24812961711782, 4.36541666666666, 4.62366283059378, 14.4283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1095, '2021-04-18 00:00:00', 0.477071379826211, 1.19166666666666, 0.951611048147576, 1.58625, 1.46389438668311, 2.30958333333333, 2.30686059333924, 4.15333333333333, 4.74097477823138, 14.28625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1110, '2021-04-18 00:00:00', 0.577646399035634, 1.20166666666667, 1.01177765429916, 1.73625, 1.0847450111111, 2.2275, 1.98538938611365, 4.21333333333333, 4.77356693724387, 14.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1125, '2021-04-18 00:00:00', 0.805592769421948, 1.16666666666667, 0.832451852635646, 1.5925, 0.878678190419469, 2.12833333333334, 1.95699173903894, 4.05083333333333, 5.12498306819401, 14.4341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1140, '2021-04-18 00:00:00', 0.554181567850211, 1.05708333333333, 0.532716411763634, 1.44708333333334, 0.612263559806289, 1.98833333333333, 1.87953273371374, 3.91791666666666, 5.11953970346576, 14.6179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1155, '2021-04-18 00:00:00', 0.436407434945097, 1.01583333333334, 0.543033448405302, 1.38375, 0.854700451806853, 2.07458333333333, 3.04827603332808, 6.00041666666666, 5.20549331844791, 14.7204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1170, '2021-04-18 00:00:00', 0.357263147444209, 0.912499999999994, 0.383224070754697, 1.27458333333333, 0.828586626190315, 1.90583333333332, 3.10099972192233, 6.35916666666666, 5.11228273695897, 14.775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1185, '2021-04-18 00:00:00', 0.370099869013054, 0.969999999999998, 0.78190298797785, 1.54375, 1.03646102158998, 1.99583333333333, 3.25113087905634, 6.65458333333333, 5.09126674821201, 14.8933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1290, '2021-04-18 00:00:00', 0.465433995694159, 0.888750000000002, 0.615558983622885, 1.32458333333334, 1.43229900327501, 2.20250000000001, 3.0795962468282, 6.94, 4.60301098683542, 15.5516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1305, '2021-04-18 00:00:00', 0.415188973911842, 0.990833333333333, 0.982379173527056, 1.48083333333334, 1.31691496924891, 2.16291666666667, 2.96089623623307, 6.88749999999999, 4.66066143763221, 15.5979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 930, '2021-04-18 00:00:00', 1.68786847828852, 2.75999999999999, 1.06566098424092, 4.0133333333333, 1.11554172191511, 4.22666666666663, 1.76136310850431, 4.68999999999996, 5.68538770299209, 21.7433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 945, '2021-04-18 00:00:00', 0.77950839208654, 2.35666666666666, 0.846581360531868, 3.22999999999998, 1.95582037348355, 4.10666666666666, 2.45566691552417, 4.67999999999999, 5.68538770299209, 21.7433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 960, '2021-04-18 00:00:00', 0.925040539652165, 2.05999999999998, 0.913582691021095, 2.47333333333332, 2.05115414665336, 3.47666666666665, 2.83988262668254, 4.37666666666665, 5.57026929331072, 21.6 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 975, '2021-04-18 00:00:00', 0.43015501081973, 1.19666666666668, 0.763740793725212, 2.08000000000002, 0.678257571526725, 2.43333333333334, 1.49081633118683, 3.56666666666666, 5.57026929331072, 21.6 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 990, '2021-04-18 00:00:00', 1.33734386579691, 2.98615384615385, 1.46305097445242, 3.77692307692308, 1.89827516851079, 4.49384615384615, 2.19319114183315, 5.88076923076923, 4.54293317650105, 15.1953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1005, '2021-04-18 00:00:00', 1.18709917931842, 2.2973076923077, 1.77644519714556, 3.05153846153847, 1.96528283343254, 3.73384615384615, 1.90469593777711, 5.37115384615385, 4.66384826247431, 14.8561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1020, '2021-04-18 00:00:00', 1.01756148935354, 1.85923076923078, 1.18615993214043, 2.43923076923077, 1.40823206129584, 3.13153846153846, 1.31750977225977, 4.63000000000001, 4.75777155334787, 14.4969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1035, '2021-04-18 00:00:00', 0.634173963029559, 1.56615384615384, 0.867920591901219, 2.18692307692308, 1.01978549780749, 2.76230769230769, 1.21975388438059, 4.45653846153847, 4.75342669919453, 14.4742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1050, '2021-04-18 00:00:00', 0.557018436374901, 1.37153846153846, 0.650978080689717, 1.8926923076923, 0.870420322867939, 2.55346153846154, 1.30777468066353, 4.33115384615385, 4.84113019226519, 14.4584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1065, '2021-04-18 00:00:00', 0.530923288678829, 1.26346153846154, 0.679749840863418, 1.66961538461538, 1.1013689383951, 2.56846153846154, 1.37297072633928, 4.34615384615385, 4.9865614019467, 14.3611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1080, '2021-04-18 00:00:00', 0.371515813929901, 1.11999999999999, 0.660514601247794, 1.77346153846154, 0.962824051343824, 2.37692307692308, 1.29648234139091, 4.24230769230769, 5.00727017599257, 14.2911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1095, '2021-04-18 00:00:00', 0.586938995650649, 1.29423076923077, 0.842401055591422, 1.79346153846154, 1.11548457907487, 2.21538461538461, 2.99611207041084, 4.73346153846154, 4.97138711489599, 14.3046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1110, '2021-04-18 00:00:00', 0.401399858188622, 1.11538461538462, 0.537611240724969, 1.40461538461538, 0.762674645825217, 1.96384615384615, 2.84876005415582, 4.50461538461539, 4.94797134809191, 14.2626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1125, '2021-04-18 00:00:00', 0.342970059244916, 1.01730769230769, 0.542526851515558, 1.38076923076922, 0.674699819292883, 1.94038461538461, 2.82587614732139, 4.55, 5.08463719301735, 14.8707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1140, '2021-04-18 00:00:00', 0.391995486630217, 0.922692307692308, 0.562899089193957, 1.40923076923077, 0.612186623129307, 1.89730769230769, 2.83022730807697, 4.56884615384615, 5.11892254287951, 15.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1155, '2021-04-18 00:00:00', 0.406822584654062, 0.946153846153837, 0.484133643341775, 1.29423076923077, 0.75617712617736, 1.88038461538461, 3.09616966837811, 6.14115384615385, 5.60054877805601, 15.6511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1170, '2021-04-18 00:00:00', 0.223831323854498, 0.882692307692313, 0.45581997120996, 1.28038461538462, 0.763036141900341, 1.85807692307692, 3.09611717130692, 6.41153846153846, 5.57564071516588, 15.7257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1185, '2021-04-18 00:00:00', 0.415250989902953, 0.934230769230769, 0.555157773832048, 1.30807692307692, 0.75767701663602, 1.82769230769231, 3.06001297131489, 6.58076923076923, 5.54302005991458, 15.7607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1200, '2021-04-18 00:00:00', 0.295803729107408, 0.900384615384621, 0.634558235188983, 1.25192307692308, 0.677208864497393, 1.72961538461539, 2.87565861352465, 6.62730769230769, 5.48797338242032, 15.7503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1215, '2021-04-18 00:00:00', 0.424190994718179, 0.884999999999999, 0.443911980187339, 1.25461538461539, 0.645873528939384, 1.87384615384615, 2.79838964681201, 6.64384615384615, 5.50493373117383, 15.7392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1230, '2021-04-18 00:00:00', 0.304804603235981, 0.845384615384613, 0.40650044942732, 1.16884615384615, 0.904796449697172, 1.88615384615385, 2.58037865438388, 6.585, 5.46919373892041, 15.7419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1245, '2021-04-18 00:00:00', 0.287195725273524, 0.76423076923077, 0.500918694462024, 1.25346153846154, 0.870085406948427, 1.90384615384616, 2.48850678118425, 6.565, 5.46067492306443, 15.6888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1260, '2021-04-18 00:00:00', 0.39069484452506, 0.927692307692306, 0.664546577634823, 1.34307692307692, 0.792779821989593, 1.88038461538461, 2.45365485630032, 6.55307692307692, 5.4674704037045, 15.6961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1275, '2021-04-18 00:00:00', 0.484329830400094, 0.960769230769227, 0.487887282064207, 1.365, 2.65255038377437, 2.50346153846153, 2.4619406979048, 6.47, 5.49549344043337, 15.6919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1290, '2021-04-18 00:00:00', 0.367853022488396, 0.989615384615391, 0.476269477695787, 1.29384615384615, 2.7053471837484, 2.42923076923077, 2.4399661094746, 6.38884615384616, 5.51572918674753, 15.6573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1305, '2021-04-18 00:00:00', 0.390968816383882, 0.826153846153845, 2.70672541302927, 1.8723076923077, 2.67955441186661, 2.45038461538462, 2.37686529180444, 6.35615384615385, 5.5131669106436, 15.6442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 930, '2021-04-18 00:00:00', 1.61158307263387, 3.68000000000001, 1.34075849179981, 4.09666666666669, 0.455009157417018, 5.08666666666666, 0.14153915830375, 6.94666666666668, 5.49772073984607, 19.1166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 945, '2021-04-18 00:00:00', 0.610491605183848, 1.66000000000001, 0.645058136914815, 2.65999999999999, 0.224796204001158, 3.35333333333332, 1.06127282072048, 5.47000000000001, 4.69853523274365, 18.6266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 960, '2021-04-18 00:00:00', 0.692170499226904, 2.50999999999999, 0.587310253046334, 2.89333333333332, 0.382796725865507, 3.51333333333332, 1.26674122587579, 5.33333333333335, 4.69853523274365, 18.6266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 975, '2021-04-18 00:00:00', 0.568536131950589, 1.82333333333332, 0.401497197997695, 2.34999999999998, 0.759232068167126, 3.31333333333333, 0.893662874541241, 4.98666666666668, 4.02444199030542, 18.2033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 990, '2021-04-18 00:00:00', 1.12379935931642, 2.48, 1.15548142924642, 3.1996, 1.20725404672477, 4.0296, 1.55125572789703, 5.3488, 5.38949914184983, 14.6848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1005, '2021-04-18 00:00:00', 0.935746842819234, 1.98692307692308, 1.0476946119934, 2.67, 1.01747749927871, 3.45730769230769, 1.73285358252264, 4.94846153846154, 5.55325473518424, 14.9130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1020, '2021-04-18 00:00:00', 0.695241961201559, 1.83423076923077, 0.890782542746284, 2.52846153846154, 1.02056130860197, 2.93576923076923, 1.89215237636523, 4.55384615384615, 5.60303610004983, 14.7784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1035, '2021-04-18 00:00:00', 0.613960639346422, 1.5668, 0.718207955028812, 1.8932, 0.762153309162056, 2.4788, 1.64766754332703, 4.114, 5.5067067593375, 14.2412 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1050, '2021-04-18 00:00:00', 0.361292764304048, 1.18269230769231, 0.469910138709027, 1.62346153846153, 0.710698572911522, 2.3726923076923, 1.67263863401513, 4.04, 5.52474962885546, 14.4823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1065, '2021-04-18 00:00:00', 0.459653548463818, 1.17423076923076, 0.601992205418486, 1.69115384615384, 0.966879835028434, 2.43615384615384, 1.75148095578043, 4.03846153846154, 5.48534915794934, 14.5392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1080, '2021-04-18 00:00:00', 0.518723433054646, 1.21499999999999, 0.596228273269694, 1.70192307692307, 0.941214926816155, 2.32153846153846, 1.80882626626729, 3.98269230769231, 5.46994642077543, 14.5846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1095, '2021-04-18 00:00:00', 0.394240262549864, 1.19423076923077, 0.772549127140888, 1.72192307692307, 1.03247305794612, 2.22615384615385, 2.16850763997164, 4.13576923076924, 5.67015620460454, 14.6707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1110, '2021-04-18 00:00:00', 0.513226895392135, 1.02461538461538, 0.489015966390274, 1.28384615384615, 0.848128890785258, 1.87115384615385, 2.2848317561357, 4.06807692307693, 5.69022964252019, 14.6757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1125, '2021-04-18 00:00:00', 0.32847549961321, 0.938076923076928, 0.661405612778859, 1.41423076923077, 0.840254997925308, 1.8573076923077, 2.36523308332636, 4.06346153846154, 5.43536793744312, 15.0561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1140, '2021-04-18 00:00:00', 0.4833555786216, 0.953846153846154, 0.61993659725442, 1.32576923076923, 0.813044894209411, 1.755, 2.38514069896225, 4.09807692307693, 5.32389862933026, 15.2461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1155, '2021-04-18 00:00:00', 0.368576471555929, 0.923846153846154, 0.462673335502076, 1.22884615384615, 0.744132018890774, 1.77269230769231, 2.9212058890386, 5.36961538461539, 5.25258635194277, 15.4007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1170, '2021-04-18 00:00:00', 0.34630711136882, 0.876153846153845, 0.532573577437534, 1.25884615384615, 0.893925913295693, 1.86346153846154, 2.86402376977673, 5.86192307692308, 5.25076341702219, 15.4473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1185, '2021-04-18 00:00:00', 0.411066904530147, 0.88999999999999, 0.577586490359794, 1.30307692307692, 1.01288984897363, 1.91538461538461, 2.84944161871436, 6.14846153846154, 5.24180867199922, 15.5369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1200, '2021-04-18 00:00:00', 0.460880094534863, 0.917692307692301, 0.610709045668672, 1.36153846153846, 1.04049130407041, 1.88307692307691, 2.80765656457754, 6.29076923076923, 5.22194253570009, 15.5896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1215, '2021-04-18 00:00:00', 0.446649062033479, 0.949230769230767, 0.754636234323425, 1.33961538461538, 0.779466582892523, 1.88192307692308, 2.63567527473438, 6.42192307692308, 5.21733508456333, 15.5557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1230, '2021-04-18 00:00:00', 0.524122269939137, 0.908076923076919, 0.603999617931612, 1.29346153846153, 0.742550697569895, 1.85153846153846, 2.41159149493887, 6.31846153846154, 5.22634711379241, 15.5119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1245, '2021-04-18 00:00:00', 0.477763378832913, 0.955384615384609, 0.45685681985295, 1.33692307692308, 0.689603230404711, 1.88615384615385, 2.45206650681545, 6.33307692307692, 5.21263140398841, 15.5930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1260, '2021-04-18 00:00:00', 0.31137511387146, 1.00769230769231, 0.491998123823815, 1.40307692307693, 0.714478938700195, 1.90192307692308, 2.35426163502569, 6.33961538461538, 5.15399258230565, 15.5934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1275, '2021-04-18 00:00:00', 0.376127024370145, 0.943461538461538, 0.470001636658359, 1.33846153846154, 1.20466101200551, 2.11807692307693, 2.34430215957428, 6.34384615384616, 5.18935153796844, 15.5857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1290, '2021-04-18 00:00:00', 0.346545146354035, 0.95153846153846, 0.456388667020355, 1.31884615384616, 1.40441852188561, 2.18076923076923, 2.35951129229371, 6.42153846153847, 5.17085352276064, 15.6030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1305, '2021-04-18 00:00:00', 0.425642862214141, 0.950384615384618, 1.14708057526655, 1.57538461538462, 1.44781262068521, 2.10576923076923, 2.2824271831, 6.49538461538462, 5.18252627734628, 15.5788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 930, '2021-04-18 00:00:00', 0.676683086828697, 2.78000000000001, 2.09449277869368, 4.42, 2.14012460696414, 5.07333333333332, 2.05052025918624, 7.39333333333332, 1.24821205463387, 20.9666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 945, '2021-04-18 00:00:00', 1.98007575612648, 3.29, 1.7164012739838, 3.57333333333332, 2.58149827296731, 4.53666666666665, 2.23564308421533, 7.09999999999998, 1.24821205463387, 20.9666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 960, '2021-04-18 00:00:00', 0.122882057274398, 1.98, 0.76422073600066, 2.96333333333333, 0.644386012676649, 3.84333333333332, 2.49139184660566, 6.17333333333333, 1.27007873771669, 20.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 975, '2021-04-18 00:00:00', 1.02807263037848, 1.88333333333334, 1.03838014875732, 2.68333333333336, 0.834286121982936, 3.40333333333333, 2.58999999999997, 6.19999999999999, 1.61752897964765, 21.4 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 990, '2021-04-18 00:00:00', 0.975856546834627, 2.4672, 1.2005924926191, 3.3216, 1.47705766080182, 4.1192, 1.95131562456376, 5.7492, 5.5102313926005, 15.446 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1005, '2021-04-18 00:00:00', 1.04756336323871, 2.1684, 1.19866147570251, 2.9768, 1.30465487134848, 3.79079999999999, 1.75591552568264, 5.23320000000001, 5.62553736692475, 15.2896 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1020, '2021-04-18 00:00:00', 0.751401579272582, 1.9572, 0.931923280104109, 2.53320000000001, 1.2283189053879, 3.2144, 2.00318496400108, 4.94000000000001, 5.65298151421001, 15.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1035, '2021-04-18 00:00:00', 0.79848773733018, 1.4708, 0.908285564493163, 2.1208, 1.08509600189722, 2.562, 1.86459352138744, 4.58440000000001, 5.64754288754558, 15.0636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1050, '2021-04-18 00:00:00', 0.456017909005038, 1.3176, 0.616267798931593, 1.6788, 0.779663388905748, 2.14, 1.73872922944699, 4.36280000000001, 5.62085349390998, 15.0024 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1065, '2021-04-18 00:00:00', 0.584768615208896, 1.1828, 0.622308337294835, 1.6148, 0.874224036884525, 2.1448, 1.79947149648631, 4.3032, 5.65639013270243, 14.9608 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1080, '2021-04-18 00:00:00', 0.342655317581187, 1.0628, 0.452189119727578, 1.394, 0.733952087446215, 2.0824, 1.76638831140457, 4.2012, 5.62936349273463, 14.866 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1095, '2021-04-18 00:00:00', 0.400676511248995, 1.004, 0.708790048839101, 1.546, 0.714440340406388, 1.99599999999999, 3.65646149530754, 4.8624, 5.64624506493771, 14.988 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1110, '2021-04-18 00:00:00', 0.58934794476608, 1.1032, 0.590992949760538, 1.41679999999999, 0.576131640049969, 1.9212, 3.6837439288492, 4.7712, 5.62003656571735, 14.8788 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1125, '2021-04-18 00:00:00', 0.333867239083643, 0.815599999999996, 0.396468577989895, 1.1996, 0.569240136790558, 1.8552, 3.66794347466442, 4.7652, 5.46971303330136, 15.3324 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1140, '2021-04-18 00:00:00', 0.427705895836537, 0.946400000000003, 0.486680935863876, 1.43200000000001, 0.952315948972115, 1.99840000000001, 3.72942189443171, 4.9328, 5.50448583732699, 15.3932 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1155, '2021-04-18 00:00:00', 0.415000436528492, 0.959166666666668, 0.585836296815637, 1.34291666666666, 1.33986527280744, 2.10041666666666, 4.13886168975921, 6.2875, 5.80697631414521, 15.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1170, '2021-04-18 00:00:00', 0.424734034426251, 0.913599999999996, 0.813737877533868, 1.3212, 1.14051698803656, 2.0396, 4.22259012139863, 6.5556, 5.65194031579716, 15.3528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1185, '2021-04-18 00:00:00', 0.538817532503662, 0.940800000000003, 0.860978513088455, 1.4944, 0.917800450352183, 2.0292, 4.1534988062275, 6.7576, 5.61653238217319, 15.3512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1200, '2021-04-18 00:00:00', 0.557774433656278, 1.11916666666666, 0.645320811128357, 1.53291666666667, 0.971166096482225, 2.12375, 4.22003346284555, 6.81291666666667, 5.65366438820813, 15.4908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1215, '2021-04-18 00:00:00', 0.378333492945125, 0.973333333333333, 0.433746737029871, 1.29666666666666, 0.761125691880514, 1.93083333333334, 4.40874550825082, 6.9225, 5.76074684104992, 15.4570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1230, '2021-04-18 00:00:00', 0.411127823135969, 0.920000000000005, 0.72606743009412, 1.365, 0.822649374128265, 1.92708333333334, 4.42904345268785, 6.93458333333334, 5.79461855230064, 15.4304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1245, '2021-04-18 00:00:00', 0.520405186341385, 0.907083333333333, 0.485863753491166, 1.28875, 0.737804714746015, 1.84583333333333, 4.51331066827953, 6.93083333333334, 5.90067164870213, 15.3495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1260, '2021-04-18 00:00:00', 0.438904268060523, 1.0525, 0.679849594406364, 1.44041666666667, 0.859708304929767, 1.89875, 4.55210573983807, 7.02833333333334, 5.93819837998025, 15.365 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1275, '2021-04-18 00:00:00', 0.394916749620018, 0.861250000000001, 0.47524192923642, 1.21875, 3.78112184775051, 2.72958333333334, 4.50034483380867, 6.98583333333333, 5.95695331135164, 15.3483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1290, '2021-04-18 00:00:00', 0.418452766021811, 0.916249999999991, 0.491576692823746, 1.30958333333332, 3.77474560041151, 2.80499999999999, 4.40761328740446, 7.03875, 5.91715756281582, 15.3933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1305, '2021-04-18 00:00:00', 0.296369029166794, 0.95791666666666, 3.83597442885645, 2.31708333333333, 3.80229135722361, 2.84749999999999, 4.38388201916646, 7.11041666666666, 5.92595321935392, 15.3745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 930, '2021-04-18 00:00:00', 2.05847030583394, 3.92999999999999, 2.13871456721088, 4.09999999999997, 1.33552736150681, 5.10333333333331, 3.03523200650848, 7.48666666666666, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 945, '2021-04-18 00:00:00', 1.18196164630387, 2.51333333333332, 1.89786722401752, 3.99999999999998, 2.25752814674224, 6.14666666666667, 3.03523200650848, 7.48666666666666, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 960, '2021-04-18 00:00:00', 1.85291661981857, 3.04999999999999, 1.17932183902444, 4.43999999999998, 3.71198060339761, 6.71999999999999, 3.03523200650848, 7.48666666666666, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 975, '2021-04-18 00:00:00', 0.883704324609409, 2.52666666666664, 2.23515100161044, 4.15, 2.42520789486869, 6.25666666666666, 2.24795462587664, 6.92, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1200, '2021-04-18 00:00:00', 0.482520555993755, 0.964782608695651, 0.544400166699072, 1.23478260869564, 0.785027126240112, 1.90304347826087, 3.3277868941157, 6.71260869565217, 4.69836019665899, 14.5460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1215, '2021-04-18 00:00:00', 0.32868524775971, 0.763913043478257, 0.420367334187811, 1.23217391304348, 0.778581105312353, 1.73608695652174, 3.31539223798627, 6.81565217391304, 4.62432984141632, 14.6791304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1230, '2021-04-18 00:00:00', 0.341972307780225, 0.917826086956531, 0.729830236365317, 1.44391304347826, 1.01598138851959, 1.85, 3.29283645763936, 6.90086956521739, 4.59906555210612, 14.8369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1245, '2021-04-18 00:00:00', 0.576441310959097, 1.07130434782608, 0.568549225084232, 1.30130434782608, 0.882098871426745, 1.83434782608695, 3.28015273673111, 6.91260869565217, 4.58377250261521, 14.8460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1260, '2021-04-18 00:00:00', 0.403111416644642, 0.914782608695659, 0.623438444492435, 1.32130434782609, 0.775941860419317, 1.84695652173914, 3.24909418815126, 6.95304347826086, 4.44065168097867, 14.9234782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1275, '2021-04-18 00:00:00', 0.342727954204039, 0.855217391304347, 0.521834329259472, 1.21260869565217, 1.07288444283063, 1.9108695652174, 3.18562581884746, 7.08869565217391, 4.25866115835249, 15.0669565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1320, '2021-04-18 00:00:00', 0.360182493427194, 0.812857142857148, 0.643509721686294, 1.21619047619049, 0.667551317806178, 1.80380952380954, 3.01705698606157, 7.11142857142857, 3.9918512234897, 14.7719047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1335, '2021-04-18 00:00:00', 0.465998671569741, 0.856190476190481, 0.551783256274378, 1.25952380952381, 2.82517593215345, 4.87238095238095, 2.91856381837108, 7.05619047619048, 4.02962547001226, 14.8171428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1350, '2021-04-18 00:00:00', 0.508208805980558, 1.0647619047619, 0.477010531979166, 1.52761904761906, 2.78594260358612, 5.37809523809524, 2.85935307368643, 7.08, 3.99143016497907, 14.8461904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1365, '2021-04-18 00:00:00', 0.366686579545876, 1.14238095238095, 2.76688564824719, 4.5547619047619, 2.89201124610869, 5.76761904761905, 2.84241027835115, 7.04190476190476, 3.96040101384648, 14.8780952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1320, '2021-04-18 00:00:00', 0.364116234753497, 0.804782608695657, 0.433862148194978, 1.13, 0.577352551201989, 1.90782608695651, 1.67126091424357, 5.91695652173913, 5.35732873232968, 14.925652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1335, '2021-04-18 00:00:00', 0.260937803986705, 0.783913043478261, 0.382487696461806, 1.19173913043478, 1.88481932118646, 4.07434782608696, 1.60683163559171, 5.88521739130435, 5.37663617894968, 14.894347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1350, '2021-04-18 00:00:00', 0.327653050861924, 0.897391304347823, 0.510073233523684, 1.52260869565216, 1.61345601619801, 4.43695652173913, 1.57314920429447, 5.87434782608695, 5.40441127828205, 14.8539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1365, '2021-04-18 00:00:00', 0.431670163938606, 1.1686956521739, 1.74810015450993, 3.69782608695653, 1.60690542947883, 4.48782608695652, 1.65787580171527, 5.80608695652174, 5.40736443367535, 14.8591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1320, '2021-04-18 00:00:00', 0.286020121462503, 0.774347826086958, 0.493943556648077, 1.13434782608696, 0.793207577415618, 1.81347826086957, 2.34396449743109, 6.50173913043479, 5.1089211673377, 14.8586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1335, '2021-04-18 00:00:00', 0.328283955945501, 0.886086956521745, 0.538742864006366, 1.23565217391305, 2.14316645424309, 4.14478260869566, 2.33711056023265, 6.55304347826087, 5.12373142498854, 14.8634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1350, '2021-04-18 00:00:00', 0.440012576176723, 0.957391304347829, 0.598446605739355, 1.48739130434784, 1.98356418536693, 4.68217391304349, 2.43505809071126, 6.56521739130435, 5.12931584401546, 14.8708695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1365, '2021-04-18 00:00:00', 0.450231824344053, 1.11782608695653, 2.07268962763123, 3.89826086956522, 2.11778792415567, 4.95434782608696, 2.541875144261, 6.54260869565217, 5.15350527318937, 14.845652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1320, '2021-04-18 00:00:00', 0.418538841572386, 0.890476190476205, 0.501263166315614, 1.26380952380953, 0.781204198657431, 1.87000000000001, 3.32664116318118, 6.41285714285714, 5.99221701558821, 14.8238095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1335, '2021-04-18 00:00:00', 0.244859532132594, 0.841904761904757, 0.613054413804939, 1.29571428571428, 2.86175046331537, 3.94428571428571, 3.36195910855844, 6.39095238095238, 5.98519785248018, 14.7733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1350, '2021-04-18 00:00:00', 0.522023991420943, 1.00095238095238, 0.598117682320768, 1.42380952380953, 2.8503025737463, 4.44380952380952, 3.33686322621653, 6.47523809523809, 5.93432400771743, 14.8228571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1365, '2021-04-18 00:00:00', 0.386529121677484, 1.0604761904762, 2.76989461721492, 3.70809523809524, 2.7779823099303, 4.80428571428571, 3.19712355839104, 6.43904761904762, 5.83128169363102, 14.7852380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 930, '2021-04-18 00:00:00', 0, 2.79000000000002, 0, 4.56, 0, 6.22000000000003, 0, 6.68000000000001, 0, 14.44 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-04-23 14:15:33 Duration: 1s268ms Database: acaweb_fx User: pgperfstats
11 13s276ms 6 980ms 4s918ms 2s212ms select fixcandlegaps (?, false);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Apr 23 14 6 13s276ms 2s212ms [ User: postgres - Total duration: 13s276ms - Times executed: 6 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-04-23 14:06:14 Duration: 4s918ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-04-23 14:06:05 Duration: 2s757ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-04-23 14:06:08 Duration: 1s802ms Database: acaweb_fx User: postgres
12 12s648ms 21 53ms 6s838ms 602ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Apr 23 14 21 12s648ms 602ms [ User: postgres - Total duration: 12s648ms - 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5201 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-04-23 14:37:18 Duration: 6s838ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout = - 1 AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:33:13 Duration: 2s898ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout = - 1 AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:49:14 Duration: 641ms Database: acaweb_fx User: postgres Bind query: yes
13 11s191ms 4 1s763ms 5s164ms 2s797ms select updateresultsmaterializedview ();Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Apr 23 14 4 11s191ms 2s797ms [ User: postgres - Total duration: 11s191ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:17:17 Duration: 5s164ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:02:10 Duration: 2s294ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:32:09 Duration: 1s968ms Database: acaweb_fx User: postgres
14 9s98ms 4 1s955ms 2s683ms 2s274ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Apr 23 14 4 9s98ms 2s274ms [ User: postgres - Total duration: 9s98ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-04-23 14:01:04 Duration: 2s683ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-04-23 14:16:03 Duration: 2s405ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-04-23 14:31:03 Duration: 2s54ms Database: acaweb_fx User: postgres
15 8s690ms 89 51ms 1s267ms 97ms 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 #15
Day Hour Count Duration Avg duration Apr 23 14 89 8s690ms 97ms [ User: pgperfstats - Total duration: 8s690ms - Times executed: 89 ]
-
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-04-23 14:10:40 Duration: 1s267ms 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-04-23 14:15:01 Duration: 905ms 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 = 1031736order by pricedatetime asc;
Date: 2021-04-23 14:11:25 Duration: 289ms Database: acaweb_fx User: pgperfstats
16 8s270ms 84 50ms 1s228ms 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 <= ?))) 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 Apr 23 14 84 8s270ms 98ms [ User: postgres - Total duration: 8s270ms - Times executed: 84 ]
-
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 = 619 AND (((s.symbol ilike '%usdjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 60 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53211 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512107141 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:33:20 Duration: 1s228ms 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 = 619 AND (((s.symbol ilike '%usdjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 60 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53211 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512107141 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:49:20 Duration: 421ms 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 = 619 AND (((s.symbol ilike '%eurjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53147 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512598133 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:32:43 Duration: 378ms Database: acaweb_fx User: postgres Bind query: yes
17 8s140ms 28 50ms 2s894ms 290ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Apr 23 14 28 8s140ms 290ms [ User: postgres - Total duration: 8s140ms - Times executed: 28 ]
-
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 = 619 AND sg.groupid = 4262 AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:33:13 Duration: 2s894ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5201 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-04-23 14:37:10 Duration: 2s519ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:49:14 Duration: 539ms Database: acaweb_fx User: postgres Bind query: yes
18 7s164ms 53 50ms 387ms 135ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Apr 23 14 53 7s164ms 135ms [ User: postgres - Total duration: 7s164ms - Times executed: 53 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988182' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:16:49 Duration: 387ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '954138' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:04:54 Duration: 341ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:02:47 Duration: 328ms Database: acaweb_fx User: postgres Bind query: yes
19 7s75ms 16 274ms 1s113ms 442ms 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 Apr 23 14 16 7s75ms 442ms [ User: postgres - Total duration: 7s75ms - 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-04-23 14:41:22 Duration: 1s113ms 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-04-23 14:11:41 Duration: 1s101ms 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-04-23 14:01:31 Duration: 996ms Database: acaweb_fx User: postgres
20 6s987ms 20 50ms 1s75ms 349ms 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.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Apr 23 14 20 6s987ms 349ms [ User: postgres - Total duration: 6s987ms - Times executed: 20 ]
-
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 = 3524 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:19:13 Duration: 1s75ms 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 = 558 AND groupid = 3524 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:19:13 Duration: 1s75ms 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 = 558 AND groupid = 3524 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:03:12 Duration: 956ms Database: acaweb_fx User: postgres Bind query: yes
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 278 8m14s 213ms 9s244ms 1s777ms 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 Apr 23 14 278 8m14s 1s777ms [ User: postgres - Total duration: 8m14s - Times executed: 278 ]
-
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-04-23 14:51:01 Duration: 9s244ms 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-04-23 14:00:50 Duration: 9s216ms 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-04-23 14:40:56 Duration: 9s192ms Database: acaweb_fx User: postgres Bind query: yes
2 214 4m9s 1s117ms 1s526ms 1s166ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #2
Day Hour Count Duration Avg duration Apr 23 14 214 4m9s 1s166ms [ User: pgperfstats - Total duration: 4m9s - Times executed: 214 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029526, 5, 990, '2021-04-18 00:00:00', 0.10193290050584, 0.28804347826087, 0.170317072363107, 0.445217391304349, 0.17902706973976, 0.564347826086958, 0.211659871458362, 0.793913043478262, 0.868632449322387, 2.27282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1005, '2021-04-18 00:00:00', 0.118473909337355, 0.302608695652174, 0.1549142310194, 0.409347826086956, 0.175699617902901, 0.498913043478261, 0.24241782764899, 0.758695652173913, 0.878440778641923, 2.25326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1020, '2021-04-18 00:00:00', 0.103699836675292, 0.278260869565217, 0.129987837679777, 0.373260869565218, 0.130359793990816, 0.478695652173913, 0.247200931218425, 0.725869565217392, 0.878108538133574, 2.23717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1035, '2021-04-18 00:00:00', 0.113137084989848, 0.26, 0.107977270335432, 0.335, 0.134374925314806, 0.435434782608696, 0.244263432600806, 0.703478260869566, 0.864342664171288, 2.21217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1050, '2021-04-18 00:00:00', 0.0796794467177638, 0.225217391304348, 0.105953230042889, 0.309782608695653, 0.122806444964835, 0.38717391304348, 0.226444637633668, 0.678913043478262, 0.863481955200293, 2.18978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1065, '2021-04-18 00:00:00', 0.0632572700441515, 0.200869565217391, 0.0964324088995293, 0.285869565217391, 0.125435210745874, 0.351086956521739, 0.219588638049591, 0.658478260869565, 0.860452989898976, 2.16456521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1080, '2021-04-18 00:00:00', 0.0830382787106376, 0.196086956521739, 0.0843001882508606, 0.242391304347827, 0.126861631385485, 0.309347826086958, 0.207311274239675, 0.640652173913044, 0.866141664740364, 2.15173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1095, '2021-04-18 00:00:00', 0.0558734099967421, 0.158260869565217, 0.108088859652731, 0.223260869565218, 0.131157058189957, 0.29108695652174, 0.238034607375274, 0.658260869565218, 0.870233090850415, 2.14978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1110, '2021-04-18 00:00:00', 0.0912121923408298, 0.155869565217391, 0.0895051172163081, 0.200434782608696, 0.122739642181513, 0.278260869565218, 0.233378901065308, 0.655434782608695, 0.864831313945689, 2.14173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1125, '2021-04-18 00:00:00', 0.0578766235825155, 0.142391304347826, 0.0843956661120591, 0.206086956521739, 0.0993118615765622, 0.275869565217391, 0.289755928366817, 0.68804347826087, 0.920143269476898, 2.205 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1140, '2021-04-18 00:00:00', 0.0693675551501557, 0.148695652173914, 0.0802503493891157, 0.19913043478261, 0.102352757444642, 0.280217391304348, 0.280286591050178, 0.700869565217393, 0.922450551391697, 2.22326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1155, '2021-04-18 00:00:00', 0.0604708141799741, 0.133913043478261, 0.0597615485721955, 0.193478260869565, 0.105172547854154, 0.298913043478261, 0.540237559369357, 0.970434782608696, 0.930377861101003, 2.22434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1170, '2021-04-18 00:00:00', 0.0447290923181401, 0.145652173913044, 0.0744206875484086, 0.210434782608696, 0.114300588388375, 0.321521739130436, 0.534132501954589, 1.0004347826087, 0.935102666046585, 2.21521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1185, '2021-04-18 00:00:00', 0.0483502537281152, 0.138260869565218, 0.0765517985785617, 0.200217391304349, 0.130189129677427, 0.315869565217392, 0.499628814790711, 1.01195652173913, 0.943419480509881, 2.21195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1200, '2021-04-18 00:00:00', 0.0529257627591365, 0.144772727272728, 0.10660543426448, 0.216363636363637, 0.132253200683042, 0.311363636363636, 0.486625061229331, 1.04204545454546, 0.972861429737998, 2.23113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1215, '2021-04-18 00:00:00', 0.101742396037812, 0.17090909090909, 0.129977520533959, 0.241818181818182, 0.117800228944573, 0.315681818181818, 0.483687864450258, 1.04295454545455, 0.972638470984001, 2.2325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1230, '2021-04-18 00:00:00', 0.0640227908554277, 0.146818181818182, 0.0800256993353549, 0.212272727272727, 0.100042198888477, 0.293181818181817, 0.488122119416037, 1.04318181818182, 0.977479641842453, 2.22454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1245, '2021-04-18 00:00:00', 0.0668675274985268, 0.153863636363636, 0.098422624365604, 0.216818181818181, 0.109624753500688, 0.291590909090908, 0.487973768012583, 1.05227272727273, 0.977352999320811, 2.22386363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1260, '2021-04-18 00:00:00', 0.0909572112903321, 0.1575, 0.10216170019637, 0.211818181818182, 0.128840987267251, 0.315, 0.479440510869913, 1.05818181818182, 0.97594243496409, 2.22727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1275, '2021-04-18 00:00:00', 0.0609981903074119, 0.142727272727272, 0.0807406193873176, 0.199999999999999, 0.228350593400792, 0.344772727272727, 0.506535213068078, 1.05772727272727, 0.974048125649986, 2.22568181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1290, '2021-04-18 00:00:00', 0.0446123272230855, 0.125454545454546, 0.119408716425735, 0.208181818181818, 0.261659704321856, 0.339090909090909, 0.50093764895297, 1.04863636363636, 1.00616834050631, 2.24340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1305, '2021-04-18 00:00:00', 0.125816166656785, 0.175227272727272, 0.237941319296527, 0.2825, 0.305231797518625, 0.390454545454545, 0.50550240749445, 1.05227272727273, 1.01572828562389, 2.25204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1320, '2021-04-18 00:00:00', 0.0545154090561687, 0.154473684210526, 0.0620000471608946, 0.186315789473683, 0.141495768952923, 0.338947368421052, 0.516647566143827, 1.05052631578947, 0.884580962677901, 2.20657894736842 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1335, '2021-04-18 00:00:00', 0.0553735322168942, 0.126315789473684, 0.0911027310366664, 0.225526315789472, 0.486062169633205, 0.747894736842105, 0.506770534136512, 1.05552631578947, 0.912518284684225, 2.23421052631579 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1350, '2021-04-18 00:00:00', 0.0793181837223089, 0.170526315789473, 0.142550904009474, 0.280263157894737, 0.477932621447077, 0.808421052631579, 0.500782282770509, 1.06131578947368, 0.917678548364653, 2.23684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1365, '2021-04-18 00:00:00', 0.125556655276455, 0.228157894736843, 0.492709272188565, 0.720263157894737, 0.455418963975524, 0.862105263157894, 0.501219565292078, 1.05894736842105, 0.938617326379668, 2.24052631578947 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 930, '2021-04-18 00:00:00', 0.130128141972957, 0.351666666666669, 0.13344786747391, 0.503333333333335, 0.140120260847605, 0.503333333333335, 0.147126273889986, 0.686666666666665, 0.154482587584485, 1.65666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 945, '2021-04-18 00:00:00', 0.105633012516608, 0.318333333333335, 0.163579746097534, 0.356666666666667, 0.112583302491977, 0.415000000000002, 0.222054798041687, 0.643333333333333, 0.468009971403744, 1.65666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 960, '2021-04-18 00:00:00', 0.15695009822658, 0.323333333333333, 0.149999999999999, 0.350000000000001, 0.0840138877408566, 0.423333333333334, 0.197568553503167, 0.636666666666665, 0.480138868800821, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 975, '2021-04-18 00:00:00', 0.0500832640043932, 0.196666666666665, 0.0500832640043861, 0.258333333333333, 0.0225462487641118, 0.358333333333332, 0.165906600230373, 0.609999999999997, 0.480138868800821, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 990, '2021-04-18 00:00:00', 0.115664859329853, 0.305217391304348, 0.292902538796102, 0.458478260869565, 0.275991206825616, 0.595652173913043, 0.517688118602593, 0.881521739130434, 0.98380723713637, 2.23195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1005, '2021-04-18 00:00:00', 0.228388624139566, 0.33, 0.231644106540318, 0.44108695652174, 0.22799629877032, 0.538695652173914, 0.466552722302365, 0.848478260869565, 0.957812065370431, 2.21804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1020, '2021-04-18 00:00:00', 0.105854792778364, 0.299347826086956, 0.115674256413595, 0.381521739130435, 0.180852996447698, 0.488478260869565, 0.38376669666655, 0.802173913043477, 0.911901869590607, 2.18673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1035, '2021-04-18 00:00:00', 0.0935208332140982, 0.219347826086957, 0.126907578957436, 0.331521739130436, 0.228973046724898, 0.456739130434783, 0.381798194940834, 0.75695652173913, 0.922718583848963, 2.19630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1050, '2021-04-18 00:00:00', 0.0902560039280444, 0.229347826086957, 0.141819416990668, 0.311739130434783, 0.203963445147706, 0.424782608695652, 0.37683883807461, 0.739347826086956, 0.922911219228088, 2.18586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1065, '2021-04-18 00:00:00', 0.0887322882176054, 0.204347826086956, 0.147796061819415, 0.293695652173913, 0.178967449068501, 0.389565217391304, 0.322537646790011, 0.683478260869565, 0.91393856229627, 2.16782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1080, '2021-04-18 00:00:00', 0.105633792054036, 0.211956521739131, 0.113054955331031, 0.277173913043478, 0.201440464826621, 0.386521739130434, 0.298630603177487, 0.650652173913043, 0.916589366725185, 2.18239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1095, '2021-04-18 00:00:00', 0.0702803533232515, 0.184347826086956, 0.138114061815392, 0.263695652173913, 0.203612871845145, 0.366739130434782, 0.274609136529745, 0.645217391304348, 0.918049196973256, 2.16934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1110, '2021-04-18 00:00:00', 0.0972253403101218, 0.198695652173914, 0.143382349066109, 0.26695652173913, 0.195386765524926, 0.361521739130436, 0.243953763519191, 0.640434782608697, 0.919633884876714, 2.17586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1125, '2021-04-18 00:00:00', 0.0721107114799524, 0.158958333333333, 0.118557146985955, 0.215833333333333, 0.132626580226623, 0.320625000000001, 0.157783417646018, 0.608958333333334, 0.947411423721025, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1140, '2021-04-18 00:00:00', 0.0709022469544401, 0.161458333333334, 0.0878847648006065, 0.244583333333334, 0.102455363204058, 0.324166666666667, 0.199093962231659, 0.648333333333333, 0.963169562893293, 2.13729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1155, '2021-04-18 00:00:00', 0.0523328083145442, 0.173125000000001, 0.0806088133959397, 0.236041666666668, 0.102289019343528, 0.310000000000001, 0.360500796497541, 0.852291666666667, 0.948650046767449, 2.15895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1170, '2021-04-18 00:00:00', 0.0698986714849601, 0.160208333333334, 0.0749444238530576, 0.216666666666667, 0.121571831214831, 0.289166666666667, 0.406922881986326, 0.891666666666667, 0.9547472681367, 2.17145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1185, '2021-04-18 00:00:00', 0.0591879682005577, 0.146458333333334, 0.0814007798274789, 0.1975, 0.105480268090869, 0.2775, 0.411545282961105, 0.927708333333333, 0.95777103856759, 2.17416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1200, '2021-04-18 00:00:00', 0.0433592801360106, 0.136875, 0.0773540584734819, 0.193541666666667, 0.0813774084663289, 0.263749999999999, 0.429000143576206, 0.960416666666667, 0.961632796793851, 2.169375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1215, '2021-04-18 00:00:00', 0.0622567731022213, 0.140416666666666, 0.0571658532920545, 0.196249999999999, 0.0884096095340948, 0.259791666666666, 0.446108576827256, 0.969583333333332, 0.970978864193317, 2.17270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1230, '2021-04-18 00:00:00', 0.0473883126299412, 0.13, 0.0594140317931134, 0.176875, 0.124402193698913, 0.259583333333333, 0.439579787402416, 0.971041666666665, 0.972097663691063, 2.17229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1245, '2021-04-18 00:00:00', 0.0632079470099881, 0.136874999999999, 0.0941030790822162, 0.194791666666666, 0.138766401302458, 0.293125, 0.438864590304558, 0.976041666666666, 0.981472177837744, 2.174375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1260, '2021-04-18 00:00:00', 0.0656127058877559, 0.144375, 0.0999399729257813, 0.195208333333334, 0.122281304340869, 0.30125, 0.432685413050481, 0.976666666666666, 0.984378873353318, 2.181875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1275, '2021-04-18 00:00:00', 0.0472485717903931, 0.120416666666666, 0.0661848531206996, 0.1975, 0.110081491553342, 0.298750000000001, 0.418597338601259, 0.977916666666666, 0.975119464996209, 2.18666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1290, '2021-04-18 00:00:00', 0.0506461867457369, 0.147083333333333, 0.0800744105934225, 0.219791666666667, 0.129840342316067, 0.315416666666668, 0.411600798579526, 0.984999999999999, 0.974377146835537, 2.19104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1305, '2021-04-18 00:00:00', 0.0961317031359904, 0.170000000000001, 0.11670211676731, 0.239583333333334, 0.114155492418347, 0.325208333333334, 0.40922066041812, 0.994374999999999, 0.964166588378237, 2.19708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 930, '2021-04-18 00:00:00', 0.0854887906882166, 0.251666666666665, 0.142682631505498, 0.358333333333334, 0.036855573979164, 0.491666666666667, 0.0779422863406004, 0.754999999999998, 0.664949872797444, 2.16666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 945, '2021-04-18 00:00:00', 0.0812916559883802, 0.273333333333336, 0.0665832811847985, 0.328333333333333, 0.230651251893414, 0.585000000000001, 0.102021239618687, 0.733333333333332, 0.67505555326951, 2.145 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 960, '2021-04-18 00:00:00', 0.0401040313850488, 0.161666666666666, 0.036170890690351, 0.348333333333334, 0.211660104885167, 0.51, 0.0832666399786475, 0.683333333333332, 0.685097316688175, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 975, '2021-04-18 00:00:00', 0.020207259421637, 0.336666666666666, 0.196617225423749, 0.498333333333332, 0.206448086694936, 0.498333333333332, 0.216770491029683, 0.678333333333332, 0.227609015581167, 2.125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 990, '2021-04-18 00:00:00', 0.166089989509858, 0.343269230769232, 0.202497198461152, 0.468653846153847, 0.194833360751024, 0.605961538461539, 0.304667788810142, 0.862692307692308, 0.897336914687866, 2.15346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1005, '2021-04-18 00:00:00', 0.158971332684181, 0.33326923076923, 0.171207139498867, 0.416730769230769, 0.183522897334784, 0.540576923076922, 0.295038198309199, 0.808461538461538, 0.883840570378025, 2.10807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1020, '2021-04-18 00:00:00', 0.0605982990368032, 0.256923076923076, 0.115215684028494, 0.369423076923077, 0.120308577608389, 0.436923076923076, 0.249166919646557, 0.733076923076923, 0.874767309719474, 2.07038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1035, '2021-04-18 00:00:00', 0.104933861954163, 0.273653846153847, 0.12747201804559, 0.353653846153845, 0.133800799123749, 0.419423076923076, 0.239027275559795, 0.714038461538461, 0.860136326404135, 2.0575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1050, '2021-04-18 00:00:00', 0.109261859064148, 0.228076923076923, 0.110467711955193, 0.288653846153846, 0.208148615546311, 0.405384615384615, 0.255276622208446, 0.678076923076923, 0.855979331166714, 2.03884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1065, '2021-04-18 00:00:00', 0.0682461607824089, 0.191538461538461, 0.0988759907078631, 0.267307692307693, 0.203574688618585, 0.380576923076923, 0.236381048309716, 0.625, 0.869542408396508, 2.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1080, '2021-04-18 00:00:00', 0.0784592005684861, 0.199615384615385, 0.167725966981859, 0.29, 0.181755647462782, 0.361346153846154, 0.225890460179265, 0.607499999999999, 0.863965655478361, 1.99942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1095, '2021-04-18 00:00:00', 0.109592251270159, 0.202307692307692, 0.121476176835055, 0.272692307692307, 0.13869071845158, 0.351346153846153, 0.238457220804585, 0.624615384615384, 0.856224561665922, 2.0075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1110, '2021-04-18 00:00:00', 0.0739282396340164, 0.180769230769231, 0.108758907681164, 0.2475, 0.132007721219399, 0.334038461538461, 0.24135267842851, 0.611346153846154, 0.870162075972942, 2.01096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1125, '2021-04-18 00:00:00', 0.0707718435972503, 0.179423076923078, 0.0863661703713637, 0.253653846153846, 0.10396097640646, 0.328269230769231, 0.241544071468414, 0.601538461538462, 0.91786390812917, 2.12192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1140, '2021-04-18 00:00:00', 0.0706976226343849, 0.181923076923077, 0.0893558142398215, 0.232692307692308, 0.104737033344687, 0.314615384615384, 0.23468800893625, 0.607692307692308, 0.930966082171551, 2.14538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1155, '2021-04-18 00:00:00', 0.0512703993172854, 0.144423076923077, 0.0791920741954939, 0.209230769230769, 0.11623666176582, 0.284807692307693, 0.365535434460401, 0.848076923076923, 0.905509057848763, 2.16557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1170, '2021-04-18 00:00:00', 0.0594642749892739, 0.155, 0.0836862271546804, 0.209230769230769, 0.104310188306873, 0.286153846153846, 0.402490563673428, 0.920576923076923, 0.891341426425104, 2.18653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1185, '2021-04-18 00:00:00', 0.0635803549727549, 0.147692307692308, 0.0922123385703635, 0.216346153846154, 0.123830529353629, 0.3, 0.423126867681368, 0.992884615384616, 0.885205082713345, 2.19403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1200, '2021-04-18 00:00:00', 0.0679561510206287, 0.155961538461539, 0.082462345719355, 0.215961538461539, 0.131256794695918, 0.292884615384615, 0.435835007595941, 1.00192307692308, 0.875221664230532, 2.21019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1215, '2021-04-18 00:00:00', 0.0487351555308419, 0.138653846153847, 0.0642102915307325, 0.199807692307692, 0.116432879310852, 0.281153846153847, 0.468267387454911, 1.01288461538462, 0.883393391765744, 2.22173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1230, '2021-04-18 00:00:00', 0.0483723538334102, 0.141730769230769, 0.075620510038358, 0.197307692307692, 0.120071292924726, 0.268653846153846, 0.45439867280413, 1.03192307692308, 0.883474978967452, 2.23096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1245, '2021-04-18 00:00:00', 0.0531590501738383, 0.136730769230769, 0.0850468196845807, 0.200192307692307, 0.0913617071779073, 0.274807692307693, 0.451311933742575, 1.04730769230769, 0.887421610839299, 2.23365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1260, '2021-04-18 00:00:00', 0.0649855013415719, 0.151346153846154, 0.0736331864979791, 0.199615384615385, 0.0825043122416126, 0.270192307692308, 0.453855831057194, 1.06134615384615, 0.883767481602747, 2.22980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1275, '2021-04-18 00:00:00', 0.0580772032596405, 0.135192307692308, 0.066812308861352, 0.19673076923077, 0.173966508713161, 0.312884615384616, 0.461044508113414, 1.06403846153846, 0.877102068439893, 2.22403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1290, '2021-04-18 00:00:00', 0.0531257579131463, 0.152115384615385, 0.0764299578799986, 0.198461538461539, 0.173882475783546, 0.331346153846155, 0.448002103360448, 1.07326923076923, 0.88329984455145, 2.21615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1305, '2021-04-18 00:00:00', 0.0577767587023856, 0.136923076923077, 0.169725230434822, 0.240576923076923, 0.162540882431277, 0.331538461538461, 0.436062319117172, 1.07288461538462, 0.88480367226947, 2.21346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 930, '2021-04-18 00:00:00', 0.0567890834580033, 0.290000000000002, 0.0275378527364338, 0.411666666666669, 0.0476969600708505, 0.435000000000002, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 945, '2021-04-18 00:00:00', 0.0604841577054149, 0.201666666666668, 0.0217944947177023, 0.295000000000002, 0.0381881307912973, 0.473333333333334, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 960, '2021-04-18 00:00:00', 0.05795112883571, 0.221666666666669, 0.11056672193748, 0.365000000000002, 0.0930501656813867, 0.476666666666669, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 975, '2021-04-18 00:00:00', 0.124230967690564, 0.296666666666669, 0.0592311854797245, 0.406666666666666, 0.141450815951462, 0.526666666666669, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 990, '2021-04-18 00:00:00', 0.162746617594535, 0.352307692307693, 0.220813182438145, 0.497307692307693, 0.255551364699937, 0.667500000000001, 0.309145534560119, 0.934807692307693, 0.817438306305366, 2.11076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1005, '2021-04-18 00:00:00', 0.181179575177607, 0.354038461538462, 0.201466164366663, 0.481153846153847, 0.236196218949741, 0.584423076923078, 0.321717984480914, 0.872307692307693, 0.809217285643736, 2.07884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1020, '2021-04-18 00:00:00', 0.120295309710984, 0.299807692307692, 0.159832604741528, 0.397307692307692, 0.243184323887489, 0.506153846153846, 0.31263477093887, 0.7975, 0.810655195600353, 2.05461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1035, '2021-04-18 00:00:00', 0.0903625177570028, 0.235769230769232, 0.173633234146001, 0.337500000000001, 0.219382349756345, 0.453846153846155, 0.274172320883166, 0.742692307692309, 0.807679487077735, 2.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1050, '2021-04-18 00:00:00', 0.119114844389128, 0.242884615384616, 0.157154015587845, 0.339230769230769, 0.178061463027193, 0.436730769230769, 0.233508771042645, 0.702884615384616, 0.797696708318104, 2.02596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1065, '2021-04-18 00:00:00', 0.0881920980238368, 0.225384615384615, 0.103793619190273, 0.296346153846154, 0.143978630893081, 0.384615384615385, 0.198474567252719, 0.643076923076923, 0.80822236087316, 2.04923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1080, '2021-04-18 00:00:00', 0.0876215639071705, 0.203461538461539, 0.104833384289254, 0.275961538461538, 0.161122146689542, 0.387884615384616, 0.17758475766193, 0.612115384615385, 0.818926407889293, 2.06269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1095, '2021-04-18 00:00:00', 0.0936876972466752, 0.194230769230769, 0.130601124980431, 0.265576923076923, 0.153844201910694, 0.400961538461538, 0.175974320679074, 0.599807692307692, 0.819999085365344, 2.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1110, '2021-04-18 00:00:00', 0.0872617635887308, 0.176153846153847, 0.13257639307207, 0.272500000000001, 0.12605493308017, 0.379615384615385, 0.181990807037481, 0.584423076923077, 0.835066740768941, 2.09230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1125, '2021-04-18 00:00:00', 0.093776329636001, 0.195, 0.111194216783761, 0.266923076923076, 0.134257072582645, 0.370192307692308, 0.223983601734935, 0.594423076923077, 0.84041537349099, 2.18 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1140, '2021-04-18 00:00:00', 0.0724005949826805, 0.179615384615384, 0.0946881521302753, 0.265384615384615, 0.108256817159652, 0.333461538461539, 0.25189191821402, 0.608461538461539, 0.844561333565447, 2.20538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1155, '2021-04-18 00:00:00', 0.0537773186389952, 0.165, 0.0769697742873525, 0.217884615384616, 0.0853258460256902, 0.2975, 0.439814864897284, 0.803653846153847, 0.839547886571191, 2.21557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1170, '2021-04-18 00:00:00', 0.0579787759575728, 0.146538461538461, 0.0624376612187027, 0.207307692307693, 0.0955882596588894, 0.306346153846154, 0.464421103674739, 0.839807692307693, 0.844251238581356, 2.22692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1185, '2021-04-18 00:00:00', 0.0442788367577023, 0.153846153846154, 0.0661713974928271, 0.214423076923076, 0.152146311161328, 0.3225, 0.461110198742792, 0.861153846153847, 0.851922915436693, 2.25057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1200, '2021-04-18 00:00:00', 0.0644670458451447, 0.155, 0.0838478475481725, 0.222307692307692, 0.13857142007477, 0.300961538461539, 0.467554398315978, 0.873653846153847, 0.84976901838993, 2.25423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1215, '2021-04-18 00:00:00', 0.0552995340083302, 0.149038461538462, 0.117014791964355, 0.227307692307694, 0.122351479825069, 0.30173076923077, 0.476656020142893, 0.895192307692308, 0.849868428731087, 2.25711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1230, '2021-04-18 00:00:00', 0.122547949799252, 0.18, 0.113253459787531, 0.227115384615385, 0.142817931431811, 0.325192307692307, 0.474271911622274, 0.934615384615385, 0.83371377213415, 2.26942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1245, '2021-04-18 00:00:00', 0.050753173451367, 0.14173076923077, 0.095134924429222, 0.220576923076923, 0.130080596318058, 0.295192307692308, 0.461126880587112, 0.935, 0.803542158197067, 2.275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1260, '2021-04-18 00:00:00', 0.0792726550971642, 0.176923076923077, 0.105122090191139, 0.235576923076923, 0.145595857929249, 0.311923076923077, 0.458724318082223, 0.935, 0.795911982957528, 2.28173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1275, '2021-04-18 00:00:00', 0.0705156829255834, 0.147307692307693, 0.0877857969938533, 0.207884615384616, 0.146307368761269, 0.300384615384615, 0.45587768265014, 0.927692307692308, 0.78554079852917, 2.29211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1290, '2021-04-18 00:00:00', 0.0677949396795495, 0.161923076923078, 0.0993068283344395, 0.224615384615386, 0.16131300200351, 0.341730769230769, 0.454087927778141, 0.934615384615385, 0.783985674908374, 2.30153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1305, '2021-04-18 00:00:00', 0.0855812704168018, 0.158076923076923, 0.122256351101344, 0.226153846153846, 0.161864140562386, 0.355, 0.455947534093731, 0.938076923076923, 0.790796774437996, 2.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 930, '2021-04-18 00:00:00', 0.126194294641239, 0.274999999999999, 0.0288675134594796, 0.398333333333333, 0.0935859676091079, 0.471666666666666, 0.26186828750347, 0.779999999999999, 1.09421204526362, 2.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 945, '2021-04-18 00:00:00', 0.0644851404071765, 0.271666666666668, 0.155483118054663, 0.369999999999997, 0.189010581714357, 0.459999999999998, 0.26186828750347, 0.779999999999999, 1.09421204526362, 2.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 960, '2021-04-18 00:00:00', 0.0981495457622353, 0.256666666666665, 0.0617116952719101, 0.301666666666667, 0.144654761414892, 0.45, 0.282798514847586, 0.739999999999997, 1.07918178882584, 2.66666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 975, '2021-04-18 00:00:00', 0.0776208734813007, 0.224999999999999, 0.150526852532471, 0.328333333333333, 0.181934053986599, 0.400000000000001, 0.232611980201652, 0.80333333333333, 1.11145175333885, 2.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 990, '2021-04-18 00:00:00', 0.143454406229529, 0.307, 0.200313920301777, 0.440600000000001, 0.246723022841405, 0.5342, 0.336207029472417, 0.9168, 0.757150469413665, 2.3168 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1005, '2021-04-18 00:00:00', 0.141342668716847, 0.289400000000001, 0.197253432585259, 0.386200000000001, 0.256072092713492, 0.519, 0.321658203688325, 0.9116, 0.764933711724966, 2.3094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1020, '2021-04-18 00:00:00', 0.0913838060052214, 0.240200000000001, 0.148183444869302, 0.331000000000001, 0.181647552511266, 0.478000000000001, 0.334262496649962, 0.8528, 0.761779605047724, 2.2646 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1035, '2021-04-18 00:00:00', 0.0796476616103705, 0.226, 0.0907776587786526, 0.325200000000001, 0.154475456518719, 0.4472, 0.332861082134875, 0.8144, 0.755135307963635, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1050, '2021-04-18 00:00:00', 0.0589052912167783, 0.2236, 0.123157419589727, 0.3236, 0.143363756461202, 0.388599999999999, 0.370982703999346, 0.7936, 0.766673985472313, 2.2316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1065, '2021-04-18 00:00:00', 0.104575730135311, 0.2244, 0.12542195448432, 0.291599999999999, 0.145687450843694, 0.3504, 0.424143745287687, 0.778, 0.812653165050544, 2.2452 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1080, '2021-04-18 00:00:00', 0.0661740130262628, 0.175399999999999, 0.0751764590812845, 0.216599999999999, 0.16427289287443, 0.322799999999999, 0.436483772130572, 0.7542, 0.846503740885611, 2.2346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1095, '2021-04-18 00:00:00', 0.0614294988855781, 0.165600000000001, 0.0862129147324625, 0.2258, 0.220642622053552, 0.3546, 0.440312389105735, 0.768000000000001, 0.906293366778477, 2.2552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1110, '2021-04-18 00:00:00', 0.0642748006609138, 0.163, 0.143933723173783, 0.2374, 0.231558667872025, 0.369400000000001, 0.441971624277697, 0.7742, 0.918377191935136, 2.266 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1125, '2021-04-18 00:00:00', 0.103837613608943, 0.1702, 0.201660192733552, 0.2772, 0.227804375140894, 0.381400000000002, 0.444964698974349, 0.784600000000001, 0.902852793464508, 2.3066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1140, '2021-04-18 00:00:00', 0.0601981247984435, 0.170217391304348, 0.135476760254923, 0.248043478260871, 0.189670767383907, 0.340000000000001, 0.317127827994545, 0.73217391304348, 0.927246497536483, 2.29739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1155, '2021-04-18 00:00:00', 0.108823659802482, 0.178043478260871, 0.130871206639478, 0.240000000000002, 0.216336273886766, 0.363260869565218, 0.322653125702652, 0.843695652173914, 0.937222000942884, 2.30347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1170, '2021-04-18 00:00:00', 0.0551202422592592, 0.147826086956522, 0.0839995765093783, 0.203260869565217, 0.133506968626872, 0.333260869565217, 0.29625244949872, 0.872173913043479, 0.937657180499511, 2.29847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1185, '2021-04-18 00:00:00', 0.0748938642953535, 0.139999999999999, 0.121137967271308, 0.228043478260869, 0.135166783229229, 0.322826086956521, 0.274470384731871, 0.878913043478261, 0.941103443676413, 2.28565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1200, '2021-04-18 00:00:00', 0.115628972530839, 0.177826086956522, 0.122390953319865, 0.250000000000001, 0.174111238351113, 0.345217391304348, 0.275647279915657, 0.897173913043479, 0.939126559975903, 2.28717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1215, '2021-04-18 00:00:00', 0.0674639414740168, 0.158260869565218, 0.0703499159341129, 0.223260869565217, 0.116142715805955, 0.323695652173913, 0.272534220210546, 0.89108695652174, 0.945163787383032, 2.28630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1230, '2021-04-18 00:00:00', 0.0718811326649871, 0.161521739130434, 0.113580341922122, 0.236304347826086, 0.165901239729767, 0.321304347826087, 0.272034495603809, 0.901304347826087, 0.945804026697389, 2.2845652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1245, '2021-04-18 00:00:00', 0.0780803528550973, 0.150217391304347, 0.0965875260974657, 0.212826086956522, 0.181932424582933, 0.29695652173913, 0.288242082326151, 0.888043478260871, 0.957718540267203, 2.2695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1260, '2021-04-18 00:00:00', 0.0966008248804791, 0.158913043478262, 0.163952839551007, 0.221521739130436, 0.17750466230029, 0.314782608695653, 0.29492144060153, 0.891739130434784, 0.960427070684061, 2.27260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1275, '2021-04-18 00:00:00', 0.102114018270131, 0.150000000000001, 0.106104672757742, 0.211739130434782, 0.146454136948223, 0.319782608695653, 0.302889249121195, 0.888478260869567, 0.950484170358857, 2.26760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1290, '2021-04-18 00:00:00', 0.0679484808323974, 0.150217391304347, 0.0881271987643738, 0.218695652173913, 0.164519302182187, 0.329347826086956, 0.314097930399776, 0.889347826086958, 0.948972660655688, 2.27173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1305, '2021-04-18 00:00:00', 0.0712757823818881, 0.154347826086957, 0.108508574186268, 0.233260869565218, 0.159808123584616, 0.345, 0.311310661660087, 0.874347826086957, 0.951256917620133, 2.26978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 930, '2021-04-18 00:00:00', 0.168893457540544, 0.330000000000001, 0.138112273169327, 0.539999999999999, 0.084113019206301, 0.589999999999999, 0.27983626164837, 0.941666666666665, 1.92255905847735, 2.93333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 945, '2021-04-18 00:00:00', 0.136106575888162, 0.37, 0.136137185711083, 0.406666666666666, 0.205081284697879, 0.606666666666667, 0.311086804606048, 0.93, 1.92255905847735, 2.93333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 960, '2021-04-18 00:00:00', 0.0476969600708467, 0.24, 0.166232768530555, 0.371666666666667, 0.335894328621368, 0.539999999999999, 0.175000000000001, 0.825000000000001, 2.01107143914216, 2.82833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 975, '2021-04-18 00:00:00', 0.0911500594258387, 0.271666666666668, 0.215077505409874, 0.428333333333335, 0.248210260330499, 0.508333333333333, 0.166608323121428, 0.771666666666668, 2.01246325018206, 2.82666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1320, '2021-04-18 00:00:00', 0.0538284311493475, 0.165, 0.0740366704507202, 0.207857142857144, 0.118921242445418, 0.370476190476191, 0.422005980548909, 1.04238095238095, 1.00585151086269, 2.22619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1335, '2021-04-18 00:00:00', 0.0787385668193288, 0.146190476190477, 0.0840131792382251, 0.214285714285715, 0.379053018028072, 0.679761904761905, 0.423140891767403, 1.05428571428571, 1.00800622399817, 2.23904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1350, '2021-04-18 00:00:00', 0.0730581959810118, 0.175, 0.122806952649464, 0.299047619047618, 0.406471020462947, 0.760238095238095, 0.41939383695542, 1.06309523809524, 0.997096200641309, 2.25166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1365, '2021-04-18 00:00:00', 0.101942444078812, 0.234523809523809, 0.384346848562596, 0.625, 0.39944738612953, 0.795714285714286, 0.422711203902571, 1.06380952380952, 0.981612618772463, 2.24666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1320, '2021-04-18 00:00:00', 0.0439164676002318, 0.141739130434783, 0.0580224162760728, 0.204347826086957, 0.087786797066133, 0.312608695652174, 0.461753831376107, 1.08934782608696, 0.884286910409144, 2.18760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1335, '2021-04-18 00:00:00', 0.0477601054017283, 0.140869565217392, 0.072768515973572, 0.199565217391305, 0.399213653952338, 0.680217391304348, 0.453478649305008, 1.09260869565217, 0.890155591053938, 2.17739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1350, '2021-04-18 00:00:00', 0.055298328531158, 0.155217391304348, 0.0851150117041124, 0.248260869565217, 0.393514869565522, 0.76195652173913, 0.416098242048165, 1.08826086956522, 0.870378705454752, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1365, '2021-04-18 00:00:00', 0.0571844322218687, 0.202173913043478, 0.363004997842314, 0.641086956521739, 0.37662297017054, 0.841956521739131, 0.402824145862831, 1.08173913043478, 0.863214016762458, 2.1704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1320, '2021-04-18 00:00:00', 0.0646654510025231, 0.155434782608695, 0.120759699976192, 0.239782608695653, 0.189493552196667, 0.401521739130435, 0.528288122070664, 0.972391304347826, 0.75947330667859, 2.27260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1335, '2021-04-18 00:00:00', 0.103095853169327, 0.17913043478261, 0.127975649240076, 0.248695652173913, 0.44406005006445, 0.655652173913044, 0.536845750363915, 0.980217391304348, 0.753774953047591, 2.27304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1350, '2021-04-18 00:00:00', 0.0732132355903818, 0.170217391304347, 0.148434851494991, 0.304782608695651, 0.439832096063115, 0.695, 0.53906127233921, 0.984347826086957, 0.739887356558589, 2.28086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1365, '2021-04-18 00:00:00', 0.129951343889382, 0.243478260869564, 0.396310928159515, 0.598478260869565, 0.412759081412558, 0.712826086956522, 0.553644143782506, 1.00673913043478, 0.749645304796844, 2.30608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1320, '2021-04-18 00:00:00', 0.0613145470847705, 0.159, 0.0702715597184462, 0.214749999999999, 0.137839532943584, 0.3605, 0.323741592046887, 0.871750000000001, 0.758004652117372, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1335, '2021-04-18 00:00:00', 0.0685181497276837, 0.154999999999999, 0.117014394076338, 0.241500000000001, 0.280224886193402, 0.55125, 0.349437141399528, 0.862, 0.777447366639528, 2.15175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1350, '2021-04-18 00:00:00', 0.0730442367768728, 0.172750000000001, 0.0909203671236251, 0.280750000000001, 0.287923029736476, 0.636250000000001, 0.315015037235066, 0.856500000000001, 0.763699918678451, 2.13925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1365, '2021-04-18 00:00:00', 0.0845592286973734, 0.2115, 0.250586023678812, 0.474749999999999, 0.262770036543864, 0.65175, 0.306585181775327, 0.8405, 0.77010269308368, 2.1315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1365);
Date: 2021-04-23 14:04:56 Duration: 1s526ms 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 1028681, 5, 930, '2021-04-18 00:00:00', 0.766719308498041, 1.06695652173913, 0.76080880615677, 1.18869565217391, 0.744441324333552, 1.43739130434782, 0.755739566577082, 1.80173913043478, 1.86309095460698, 4.83521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 945, '2021-04-18 00:00:00', 0.345477271979714, 0.569999999999999, 0.372245084805771, 0.768695652173913, 0.401835708665735, 1.01086956521739, 0.54109170863556, 1.49565217391304, 1.72827280180831, 4.65782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 960, '2021-04-18 00:00:00', 0.316080241975973, 0.52391304347826, 0.391709035355897, 0.78782608695652, 0.386538300440603, 0.918695652173912, 0.566120910561952, 1.42739130434783, 1.7372721791665, 4.63652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 975, '2021-04-18 00:00:00', 0.289869126800246, 0.531739130434783, 0.277664597056409, 0.63608695652174, 0.373556245798012, 0.794782608695652, 0.580661677906957, 1.3495652173913, 1.76123362264005, 4.62434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 990, '2021-04-18 00:00:00', 0.236694128934234, 0.431739130434783, 0.363129785485461, 0.592173913043478, 0.452717748364025, 0.795217391304348, 0.599361979615569, 1.29434782608696, 1.74828939545965, 4.59391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1005, '2021-04-18 00:00:00', 0.203915234656218, 0.382173913043479, 0.256660677855632, 0.552608695652174, 0.401970443135002, 0.775652173913045, 0.556049376486395, 1.22, 1.72683298958326, 4.60391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1020, '2021-04-18 00:00:00', 0.241988632013397, 0.423043478260869, 0.38117407557352, 0.618695652173913, 0.412808753775494, 0.752608695652175, 0.540738771471338, 1.25434782608696, 1.72441684019125, 4.6004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1035, '2021-04-18 00:00:00', 0.335445547615435, 0.423478260869565, 0.389540623341395, 0.583478260869566, 0.383646432252716, 0.668695652173914, 0.619694238005003, 1.24130434782609, 1.71581379993501, 4.61521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1050, '2021-04-18 00:00:00', 0.201763960241106, 0.347826086956521, 0.220017965489957, 0.424782608695651, 0.221460298996503, 0.56913043478261, 0.562565059917797, 1.14391304347826, 1.70221199963448, 4.60434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1065, '2021-04-18 00:00:00', 0.128837919442089, 0.290869565217392, 0.150147490071275, 0.375217391304348, 0.231372430468774, 0.561739130434785, 0.574858291525805, 1.19434782608696, 1.64980966682793, 4.78086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1080, '2021-04-18 00:00:00', 0.108789603665114, 0.255217391304349, 0.167045945254851, 0.399565217391306, 0.257661266129082, 0.565652173913045, 0.647773932165901, 1.29739130434783, 1.64195066195199, 4.81739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1095, '2021-04-18 00:00:00', 0.14198619317167, 0.286521739130434, 0.220493517601647, 0.419130434782609, 0.27967301630195, 0.624782608695652, 1.37767734308875, 2.13695652173913, 1.66918230436864, 4.84173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1110, '2021-04-18 00:00:00', 0.179960469967681, 0.293043478260869, 0.174770317936488, 0.420869565217391, 0.271418466928325, 0.630434782608697, 1.35775841191957, 2.18521739130435, 1.63782247224566, 4.81478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1125, '2021-04-18 00:00:00', 0.106037132730884, 0.254347826086957, 0.148299984408274, 0.397391304347827, 0.247463815377012, 0.572608695652175, 1.36576087467698, 2.23869565217391, 1.6104883505548, 4.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1140, '2021-04-18 00:00:00', 0.122174561086272, 0.291363636363637, 0.221187272517677, 0.440000000000001, 0.25090183658501, 0.547727272727272, 1.36078543973215, 2.34318181818182, 1.5407709460608, 4.91681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1155, '2021-04-18 00:00:00', 0.173856810266928, 0.295, 0.19340254769404, 0.389545454545454, 0.229263832214994, 0.519999999999998, 1.37962610218065, 2.37590909090909, 1.54078070951229, 4.90636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1170, '2021-04-18 00:00:00', 0.141360121613854, 0.272727272727272, 0.169243286553086, 0.383636363636361, 0.223599053657518, 0.508181818181817, 1.38982830855927, 2.40681818181818, 1.54954901971579, 4.88545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1185, '2021-04-18 00:00:00', 0.138302166206784, 0.276818181818179, 0.185309498918998, 0.374090909090908, 0.199554156739121, 0.458636363636363, 1.41957252269342, 2.48363636363636, 1.55348651307964, 4.88181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1200, '2021-04-18 00:00:00', 0.126621944713848, 0.249545454545453, 0.148866569152563, 0.317727272727272, 0.25977387769456, 0.505909090909091, 1.40172134437367, 2.49318181818182, 1.54189179355437, 4.90272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1215, '2021-04-18 00:00:00', 0.110265323463188, 0.208181818181817, 0.16187818090943, 0.309545454545455, 0.473001835018362, 0.585454545454545, 1.40424063995164, 2.49818181818182, 1.5411575033774, 4.90045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1230, '2021-04-18 00:00:00', 0.104284824760485, 0.21909090909091, 0.245773361971036, 0.379545454545455, 0.495663445376246, 0.608181818181819, 1.40061435190796, 2.52409090909091, 1.53728157213785, 4.89818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1245, '2021-04-18 00:00:00', 0.242028315756043, 0.315909090909089, 0.458927084910087, 0.500454545454544, 0.516365922804524, 0.683636363636364, 1.41079979465765, 2.55681818181818, 1.54069164206558, 4.89545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1260, '2021-04-18 00:00:00', 0.1084877442077, 0.24157894736842, 0.161583899956483, 0.362631578947369, 0.467074383296885, 0.668421052631578, 1.51230837073235, 2.54894736842105, 1.61354881118666, 4.93789473684211 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1275, '2021-04-18 00:00:00', 0.146915657866395, 0.28789473684211, 0.196683020432155, 0.392105263157898, 1.56911268552741, 1.87578947368421, 1.52700946124667, 2.56368421052632, 1.58903902697189, 5.01684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1290, '2021-04-18 00:00:00', 0.0988441977993472, 0.255789473684212, 0.354304359198936, 0.527368421052631, 1.54942000089753, 1.98368421052631, 1.51614604521113, 2.57894736842105, 1.58548736211885, 5.01578947368421 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1305, '2021-04-18 00:00:00', 0.332301913030169, 0.426315789473683, 1.57307498622307, 1.83263157894737, 1.55358310618913, 2.06263157894737, 1.50256019330439, 2.56736842105263, 1.54022725595933, 5.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 870, '2021-04-18 00:00:00', 0.277368587502865, 0.646666666666671, 0.156311654502572, 1.02333333333334, 0.122882057274454, 1.24, 0.199749843554381, 1.73, 0.612562921938088, 4.21333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 885, '2021-04-18 00:00:00', 0.125033328890072, 0.576666666666668, 0.183575597506853, 0.659999999999997, 0.165630109984064, 0.886666666666665, 0.440340777126078, 1.57, 0.821056230311498, 4.41666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 900, '2021-04-18 00:00:00', 0.00577350269189921, 0.356666666666664, 0.18583146486356, 0.593333333333334, 0.127671453348045, 0.809999999999997, 0.486038407261538, 1.38666666666667, 0.825853094280898, 4.38666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 915, '2021-04-18 00:00:00', 0.141774468787584, 0.550000000000002, 0.0793725393319353, 0.660000000000001, 0.1616580753731, 0.896666666666666, 0.530031445608027, 1.35666666666666, 0.887073841345802, 4.43 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 930, '2021-04-18 00:00:00', 0.713170990940351, 1.02708333333333, 0.73004355141082, 1.20625, 1.14961422325876, 1.61041666666667, 1.25498628666219, 2.18583333333333, 1.50354629103176, 4.70916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 945, '2021-04-18 00:00:00', 0.238726998284955, 0.559166666666667, 0.51832436266062, 0.905833333333334, 0.773165781761554, 1.21875, 0.875232474293527, 1.84166666666667, 1.44391520637065, 4.47958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 960, '2021-04-18 00:00:00', 0.200527836081374, 0.521250000000001, 0.32477835251271, 0.76125, 0.465776389405404, 1.07541666666667, 0.689889588939808, 1.64791666666667, 1.46134684501978, 4.43291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 975, '2021-04-18 00:00:00', 0.116934733437324, 0.397083333333332, 0.219399708030931, 0.641666666666664, 0.45806777550546, 0.919999999999998, 0.576258389860016, 1.47291666666666, 1.46577321683417, 4.36041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 990, '2021-04-18 00:00:00', 0.223197692965065, 0.455416666666666, 0.321727391579816, 0.669583333333332, 0.451006724137667, 0.873749999999999, 0.548458809043479, 1.41625, 1.44827633683151, 4.335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1005, '2021-04-18 00:00:00', 0.281979287963813, 0.459166666666668, 0.419036161145819, 0.639999999999999, 0.397830848549947, 0.807916666666666, 0.521176901175445, 1.35416666666667, 1.43087892316353, 4.31666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1020, '2021-04-18 00:00:00', 0.22783797955463, 0.403333333333333, 0.239292435244446, 0.524999999999999, 0.291919869390435, 0.695416666666666, 0.443042020449593, 1.22916666666667, 1.43820534050228, 4.25208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1035, '2021-04-18 00:00:00', 0.135383914656899, 0.296250000000001, 0.19140924742551, 0.451250000000001, 0.240277240232847, 0.678750000000001, 0.511493267129528, 1.28083333333333, 1.44838834721487, 4.23875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1050, '2021-04-18 00:00:00', 0.143793707910961, 0.283750000000001, 0.222821173505389, 0.468333333333335, 0.22916989457542, 0.641666666666667, 0.525704323961561, 1.22208333333333, 1.44966856531945, 4.21791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1065, '2021-04-18 00:00:00', 0.166797955536076, 0.299583333333334, 0.200079694266987, 0.433333333333334, 0.255562749321138, 0.594166666666668, 0.515317370902264, 1.18708333333333, 2.41069161403341, 4.55083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1080, '2021-04-18 00:00:00', 0.132549553216791, 0.260416666666668, 0.176782331565185, 0.377916666666668, 0.211685780262202, 0.567500000000001, 0.580470667348637, 1.16375, 2.43436745943093, 4.53833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1095, '2021-04-18 00:00:00', 0.15007968897715, 0.267500000000001, 0.172467178141904, 0.391666666666669, 0.25547767139167, 0.589166666666667, 0.996866739891271, 1.77041666666667, 2.43354932533544, 4.56333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1110, '2021-04-18 00:00:00', 0.104794484864285, 0.250833333333333, 0.167136475520084, 0.432916666666665, 0.250329854855318, 0.569583333333332, 1.10932673144635, 1.92333333333333, 2.44683909523512, 4.65291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1125, '2021-04-18 00:00:00', 0.101659241829139, 0.272916666666666, 0.140479896957804, 0.377083333333334, 0.201645405514776, 0.5, 1.14223457259907, 1.97291666666667, 2.46612925011259, 4.6575 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1140, '2021-04-18 00:00:00', 0.0751230874024052, 0.220000000000001, 0.113481627192004, 0.315416666666666, 0.19163626097829, 0.48125, 1.10591091380606, 2.00041666666667, 2.48425636964966, 4.65416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1155, '2021-04-18 00:00:00', 0.0767973052063447, 0.2075, 0.105904489373987, 0.303750000000001, 0.218844130885862, 0.491666666666667, 1.08606180930147, 2.01541666666667, 2.48780620429826, 4.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1170, '2021-04-18 00:00:00', 0.0858451166809814, 0.207083333333334, 0.140603641695269, 0.319583333333335, 0.196961980440721, 0.478750000000001, 1.07155100577201, 2.00708333333333, 2.49079290093783, 4.65833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1185, '2021-04-18 00:00:00', 0.122875422950309, 0.22125, 0.158401777731205, 0.350416666666665, 0.180987128215543, 0.487916666666665, 1.05710810054217, 1.99583333333333, 2.49478281707002, 4.6725 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1200, '2021-04-18 00:00:00', 0.12223462826804, 0.252499999999999, 0.130477800877157, 0.346250000000001, 0.141326531146129, 0.475833333333332, 1.02118288898396, 1.99166666666667, 2.48677181461649, 4.68416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1215, '2021-04-18 00:00:00', 0.0800135858029315, 0.202500000000001, 0.114720043609636, 0.302916666666665, 0.40166478741517, 0.569583333333333, 0.966631308698679, 1.9925, 2.48559236079812, 4.70041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1230, '2021-04-18 00:00:00', 0.0969050035351374, 0.209166666666665, 0.117565122255769, 0.320416666666664, 0.408464560398387, 0.564583333333331, 0.964031014595198, 2.00416666666667, 2.48119872268411, 4.70583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1245, '2021-04-18 00:00:00', 0.122364980308079, 0.224166666666666, 0.417101801774431, 0.459999999999998, 0.402583819699769, 0.597083333333332, 0.991875602152268, 2.03541666666667, 2.48687245379599, 4.71291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 870, '2021-04-18 00:00:00', 0.165025250593153, 0.916666666666667, 0.160000000000004, 0.919999999999997, 0.196553639837405, 1.18333333333333, 0.355293306063225, 1.42666666666667, 1.81999999999999, 5.41 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 885, '2021-04-18 00:00:00', 0.240069434400415, 0.593333333333334, 0.16862186493256, 0.806666666666663, 0.321869538788622, 1.11, 0.505601951473027, 1.32333333333333, 1.88350736659032, 5.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 900, '2021-04-18 00:00:00', 0.140000000000002, 0.449999999999998, 0.307300070506561, 0.743333333333335, 0.155349069303085, 0.943333333333333, 0.30237945256471, 1.11333333333333, 1.86508266126017, 5.35666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 915, '2021-04-18 00:00:00', 0.138564064605515, 0.62, 0.176162803489648, 0.746666666666665, 0.155349069303085, 0.943333333333333, 0.320052079095473, 1.14666666666667, 1.86508266126017, 5.35666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 930, '2021-04-18 00:00:00', 0.468828326789243, 0.930000000000002, 0.500589805975068, 1.10692307692308, 0.511798638288386, 1.29461538461539, 0.620290378650316, 1.68807692307692, 2.35578806020732, 4.56576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 945, '2021-04-18 00:00:00', 0.198701941456197, 0.502307692307691, 0.25723888927191, 0.729615384615384, 0.331385901004577, 0.906153846153846, 0.593518452826998, 1.44807692307692, 2.2139778680014, 4.455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 960, '2021-04-18 00:00:00', 0.18874198913209, 0.453461538461538, 0.259727668026456, 0.602307692307693, 0.328125913918141, 0.828846153846154, 0.565651836379941, 1.375, 2.21995887002786, 4.43423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 975, '2021-04-18 00:00:00', 0.19956105678367, 0.396153846153847, 0.212197658219514, 0.589615384615385, 0.340855033476334, 0.813076923076924, 0.506169476027088, 1.33653846153846, 2.21462189861975, 4.40307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 990, '2021-04-18 00:00:00', 0.126213494341319, 0.364615384615385, 0.175301498523587, 0.491153846153846, 0.238303297372195, 0.717307692307693, 0.434271272894648, 1.29346153846154, 2.17939162294294, 4.40038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1005, '2021-04-18 00:00:00', 0.114084988562846, 0.31923076923077, 0.170024885056458, 0.492692307692309, 0.198299307574725, 0.671153846153848, 0.399494488264664, 1.23038461538462, 2.15125780738761, 4.39307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1020, '2021-04-18 00:00:00', 0.129343906519966, 0.324615384615386, 0.147145663048034, 0.459615384615386, 0.171049700379746, 0.635000000000001, 0.382186623764641, 1.20115384615385, 2.15752682486221, 4.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1035, '2021-04-18 00:00:00', 0.110543412982618, 0.299615384615383, 0.182935465712323, 0.47423076923077, 0.258405763212699, 0.641538461538462, 0.650955747048432, 1.33076923076923, 2.17209533719083, 4.34307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1050, '2021-04-18 00:00:00', 0.169711066680538, 0.295384615384618, 0.164127530152155, 0.425384615384615, 0.284007854712615, 0.632692307692308, 0.674004907537484, 1.27884615384615, 2.17314461977604, 4.35846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1065, '2021-04-18 00:00:00', 0.0966619804345964, 0.276538461538462, 0.203277756170827, 0.405384615384616, 0.265752053324436, 0.568076923076923, 0.718312231232672, 1.26730769230769, 2.33269062210606, 4.86153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1080, '2021-04-18 00:00:00', 0.14826846752273, 0.263461538461538, 0.202331031119415, 0.394615384615386, 0.220401033084273, 0.546153846153846, 0.706944563162214, 1.28884615384615, 2.32465729484187, 4.83653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1095, '2021-04-18 00:00:00', 0.0931698201383659, 0.243846153846156, 0.140037906955991, 0.341153846153847, 0.193970655988514, 0.533846153846154, 0.889651963064554, 1.90384615384615, 2.24304617737713, 4.90192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1110, '2021-04-18 00:00:00', 0.0841281074406066, 0.191538461538462, 0.137682466343617, 0.327307692307691, 0.249876277077583, 0.556923076923076, 0.942155058281891, 2.04807692307692, 2.24126090884985, 4.89769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1125, '2021-04-18 00:00:00', 0.0939173122404048, 0.227307692307691, 0.141079355737771, 0.38076923076923, 0.312562855217216, 0.61653846153846, 0.931574762679593, 2.08346153846154, 2.23244936198924, 4.92692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1140, '2021-04-18 00:00:00', 0.0930343195567326, 0.24923076923077, 0.191843285402033, 0.390384615384615, 0.279170474524354, 0.571923076923076, 0.950592770530376, 2.10884615384615, 2.23568557717762, 4.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1155, '2021-04-18 00:00:00', 0.132904245460928, 0.236538461538462, 0.206061977233887, 0.388461538461538, 0.227843401011782, 0.513846153846153, 0.974679750166492, 2.11384615384615, 2.24168370787537, 4.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1170, '2021-04-18 00:00:00', 0.13955588899737, 0.269615384615386, 0.161546849599071, 0.35423076923077, 0.262865862253851, 0.507692307692308, 0.983818307177938, 2.13769230769231, 2.25022624503541, 4.91307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1185, '2021-04-18 00:00:00', 0.120764870082958, 0.241923076923077, 0.145183173426378, 0.336923076923077, 0.269251098133608, 0.508076923076922, 0.976746325621647, 2.13576923076923, 2.2480946120249, 4.90576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1200, '2021-04-18 00:00:00', 0.0958363990591025, 0.233846153846153, 0.236808263889066, 0.363076923076921, 0.243088144823737, 0.490384615384615, 0.970346567747041, 2.14730769230769, 2.23873755633702, 4.91461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1215, '2021-04-18 00:00:00', 0.167521755188805, 0.213461538461537, 0.185784407725314, 0.339615384615385, 0.567299269820136, 0.607307692307691, 0.914375448893103, 2.11769230769231, 2.24877980589133, 4.91884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1230, '2021-04-18 00:00:00', 0.106383920126769, 0.241538461538462, 0.135124444067739, 0.331153846153847, 0.552750882822938, 0.60153846153846, 0.918735251059011, 2.10769230769231, 2.25887065043234, 4.90384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1245, '2021-04-18 00:00:00', 0.10202035995895, 0.218076923076923, 0.565976895424048, 0.454615384615384, 0.553572036866024, 0.584999999999999, 0.913142081791472, 2.10269230769231, 2.24848451526459, 4.93115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 870, '2021-04-18 00:00:00', 0.44859038479813, 1.10333333333332, 0.351567916624939, 1.15999999999999, 0.331813200460739, 1.38, 0.0493288286231632, 1.65666666666666, 1.36646746515727, 5.31333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 885, '2021-04-18 00:00:00', 0.0808290376865479, 0.576666666666668, 0.380000000000005, 0.850000000000004, 0.301717306983436, 1.19333333333333, 0.0585946527708155, 1.61333333333333, 1.36646746515727, 5.31333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 900, '2021-04-18 00:00:00', 0.123423390543822, 0.536666666666671, 0.190350553803595, 0.823333333333338, 0.0665832811847985, 0.966666666666669, 0.0503322295684682, 1.62333333333333, 1.36293800299207, 5.31000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 915, '2021-04-18 00:00:00', 0.23302360395463, 0.51, 0.0519615242270683, 0.730000000000004, 0.344431899413129, 1.22666666666667, 0.13279056191362, 1.61333333333333, 1.2925556080881, 5.24 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 930, '2021-04-18 00:00:00', 0.363486747192541, 0.891153846153846, 0.446085883417773, 1.13384615384615, 0.433534489800008, 1.32192307692308, 0.483528855236326, 1.59192307692308, 2.26816889887992, 4.70692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 945, '2021-04-18 00:00:00', 0.284043333638752, 0.553846153846156, 0.312816485892535, 0.786923076923078, 0.371720531913634, 0.978076923076924, 0.456672244023586, 1.38153846153846, 2.24984074650083, 4.63076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 960, '2021-04-18 00:00:00', 0.235992937747439, 0.484800000000001, 0.335073623750563, 0.689200000000001, 0.38595120589698, 0.866, 0.451354627759591, 1.2428, 2.28749987249544, 4.6684 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 975, '2021-04-18 00:00:00', 0.213933011322082, 0.414400000000001, 0.20953679072341, 0.551600000000001, 0.247674517596515, 0.6952, 0.360873015523926, 1.0928, 2.27570780198162, 4.6672 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 990, '2021-04-18 00:00:00', 0.175230836766381, 0.374615384615384, 0.209394732135632, 0.496923076923077, 0.232817194712601, 0.670384615384616, 0.390015581542781, 1.10192307692308, 2.25119349542552, 4.62192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1005, '2021-04-18 00:00:00', 0.172810256105895, 0.36076923076923, 0.20655116706372, 0.480769230769231, 0.258053363592762, 0.666538461538463, 0.437502703288351, 1.13615384615385, 2.25644540065871, 4.64538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1020, '2021-04-18 00:00:00', 0.13117222970642, 0.306923076923078, 0.177752204357207, 0.469615384615385, 0.261600105857425, 0.641153846153846, 0.431319442569497, 1.11730769230769, 2.26735603393366, 4.64923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1035, '2021-04-18 00:00:00', 0.14447996933299, 0.312307692307691, 0.168194484497516, 0.46423076923077, 0.242037505040342, 0.616923076923076, 0.460469994011135, 1.13384615384615, 2.27604734978461, 4.64346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1050, '2021-04-18 00:00:00', 0.126101302378439, 0.298461538461539, 0.170512350105385, 0.42230769230769, 0.195448596429224, 0.551923076923077, 0.49520920210165, 1.14192307692308, 2.29841845289655, 4.65076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1065, '2021-04-18 00:00:00', 0.129847839945305, 0.292692307692306, 0.164047366518145, 0.403461538461537, 0.213991013470552, 0.571923076923076, 0.507514001322585, 1.14769230769231, 2.38260813783164, 4.79846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1080, '2021-04-18 00:00:00', 0.120548107218016, 0.280384615384615, 0.15154384996277, 0.378461538461539, 0.22543769393372, 0.546923076923076, 0.499455241699933, 1.14653846153846, 2.47109007400502, 4.84307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1095, '2021-04-18 00:00:00', 0.0855246253336508, 0.222307692307694, 0.15785290134026, 0.371538461538461, 0.214870622969694, 0.545769230769232, 0.448416701809309, 1.59846153846154, 2.42179644066135, 4.905 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1110, '2021-04-18 00:00:00', 0.115258238484117, 0.257307692307692, 0.13672037718812, 0.347307692307693, 0.173921290774347, 0.503846153846155, 0.512095093332658, 1.70423076923077, 2.42224946311037, 4.9173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1125, '2021-04-18 00:00:00', 0.11679633819339, 0.215769230769231, 0.190974827177259, 0.35923076923077, 0.245359704546985, 0.47423076923077, 0.592722661829421, 1.79192307692308, 2.42329184883195, 4.93076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1140, '2021-04-18 00:00:00', 0.187500564101715, 0.262692307692309, 0.17683368979398, 0.343076923076924, 0.273013101967934, 0.498076923076923, 0.589996219023085, 1.87653846153846, 2.41322347462094, 4.94653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1155, '2021-04-18 00:00:00', 0.103602791765176, 0.20846153846154, 0.199388681107644, 0.339615384615385, 0.261475399637108, 0.47576923076923, 0.580258430489247, 1.91038461538462, 2.41348866549266, 4.95653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1170, '2021-04-18 00:00:00', 0.199252449072873, 0.288461538461538, 0.241629086379548, 0.383846153846152, 0.250711295808853, 0.521923076923074, 0.614476637848452, 1.97846153846154, 2.40975389742477, 4.98538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1185, '2021-04-18 00:00:00', 0.143679665067282, 0.240384615384615, 0.169828873145431, 0.334615384615383, 0.211682272794358, 0.514230769230768, 0.6419155228389, 1.99346153846154, 2.39466111300824, 5.00538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1200, '2021-04-18 00:00:00', 0.118532046948691, 0.225384615384615, 0.14252934920435, 0.378846153846153, 0.245323334523112, 0.543461538461538, 0.648729883340101, 1.98769230769231, 2.38914793308281, 5.00961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1215, '2021-04-18 00:00:00', 0.126262242361498, 0.246923076923075, 0.185290208965454, 0.377307692307692, 0.432662063900294, 0.602692307692308, 0.656254172147909, 1.97846153846154, 2.39260852177316, 5.00653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1230, '2021-04-18 00:00:00', 0.134708802750456, 0.252307692307692, 0.207582791638939, 0.361153846153845, 0.414566502042054, 0.624230769230769, 0.668113302229034, 1.98076923076923, 2.39801802777595, 5.0123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1245, '2021-04-18 00:00:00', 0.166091726279372, 0.262307692307692, 0.368833504234844, 0.443076923076923, 0.375950078519025, 0.622307692307693, 0.700571195525479, 2.02, 2.39988208043645, 4.995 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 870, '2021-04-18 00:00:00', 0.316596483450665, 0.846666666666669, 0.217025344142099, 0.949999999999998, 0.231804515342841, 0.963333333333333, 0.722103409030402, 1.60333333333333, 1.30066649581411, 4.76333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 885, '2021-04-18 00:00:00', 0.085049005481157, 0.523333333333336, 0.0907377172587754, 0.646666666666666, 0.130766968306222, 0.850000000000004, 0.538733081714252, 1.42333333333334, 1.28628664508863, 4.55666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 900, '2021-04-18 00:00:00', 0.123423390543822, 0.50666666666667, 0.0776745346515425, 0.673333333333337, 0.33181320046074, 1.01, 0.538733081714252, 1.42333333333334, 1.28628664508863, 4.55666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 915, '2021-04-18 00:00:00', 0.102143689640299, 0.413333333333332, 0.0929157324317743, 0.636666666666665, 0.335608899365521, 0.826666666666663, 0.571168393149812, 1.30333333333333, 1.30726176924645, 4.47666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 930, '2021-04-18 00:00:00', 0.323141004355146, 0.818749999999999, 0.404817905028772, 1.02416666666667, 0.52927606423672, 1.24875, 0.609910750182688, 1.76541666666667, 2.52685575369866, 4.9 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 945, '2021-04-18 00:00:00', 0.260895892391325, 0.561666666666666, 0.350659833514732, 0.766666666666668, 0.354686021592398, 0.9725, 0.529714169575703, 1.55833333333334, 2.58036889285009, 4.77583333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 960, '2021-04-18 00:00:00', 0.199397189374462, 0.461250000000001, 0.209760042339618, 0.624166666666667, 0.355080874641583, 0.862916666666665, 0.628059900909487, 1.46625, 2.54788740991889, 4.79208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 975, '2021-04-18 00:00:00', 0.179225386400572, 0.419999999999999, 0.273177425489554, 0.622083333333334, 0.364332822837995, 0.834166666666668, 0.627752922640792, 1.45708333333333, 2.53322011808423, 4.80708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 990, '2021-04-18 00:00:00', 0.196621832275912, 0.379166666666667, 0.306232068389555, 0.590416666666664, 0.325352651481569, 0.707499999999999, 0.66835605693416, 1.38291666666667, 2.52412960317476, 4.79958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1005, '2021-04-18 00:00:00', 0.193476489977239, 0.403749999999999, 0.219940291634021, 0.505416666666667, 0.24444998895776, 0.649166666666667, 0.691523077465, 1.35291666666667, 2.51828181447221, 4.84958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1020, '2021-04-18 00:00:00', 0.127651586501039, 0.310833333333334, 0.132958939940664, 0.395416666666666, 0.231400509187366, 0.583750000000001, 0.69877532621132, 1.325, 2.50974564217289, 4.83166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1035, '2021-04-18 00:00:00', 0.10545879750412, 0.245416666666666, 0.193682842498405, 0.365000000000001, 0.254347702217236, 0.553333333333333, 0.702752224048984, 1.30541666666667, 2.49756805626036, 4.83875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1050, '2021-04-18 00:00:00', 0.118699932236896, 0.26125, 0.134120862646722, 0.391666666666667, 0.347854448571963, 0.598749999999999, 0.761765207845603, 1.33083333333333, 2.47838598717982, 4.84333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1065, '2021-04-18 00:00:00', 0.118309346415553, 0.263333333333333, 0.166228409298683, 0.406666666666666, 0.440375333985235, 0.625, 0.778366461139022, 1.3825, 2.44592281272265, 5.08583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1080, '2021-04-18 00:00:00', 0.145181046393404, 0.284166666666667, 0.326562021097354, 0.454166666666667, 0.526237499421223, 0.659583333333335, 0.720291683067109, 1.41875, 2.45910007693989, 5.12083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1095, '2021-04-18 00:00:00', 0.29716504709907, 0.32125, 0.374431936888829, 0.450833333333334, 0.575029772386123, 0.746250000000001, 2.18058922863935, 2.17958333333333, 2.51299748121237, 5.09541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1110, '2021-04-18 00:00:00', 0.119872365697732, 0.252916666666666, 0.262040142405479, 0.382916666666667, 0.415648393424685, 0.646250000000001, 2.16867817719271, 2.13458333333333, 2.48717285373329, 5.10875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1125, '2021-04-18 00:00:00', 0.182744277651841, 0.267083333333334, 0.34357851453805, 0.491250000000001, 0.410254207160332, 0.630416666666669, 2.15311755772677, 2.1775, 2.48211282136228, 5.10166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1140, '2021-04-18 00:00:00', 0.205064339657608, 0.321739130434785, 0.288700920233855, 0.45130434782609, 0.390846855970643, 0.636086956521741, 2.17503386916521, 2.35217391304348, 2.48861883690834, 5.19652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1155, '2021-04-18 00:00:00', 0.142857622811165, 0.249130434782608, 0.218407821024307, 0.362608695652175, 0.287294865810285, 0.572608695652173, 2.18760296200375, 2.27391304347826, 2.51302724395374, 5.17173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1170, '2021-04-18 00:00:00', 0.166446231035991, 0.259565217391305, 0.256207518410602, 0.408260869565216, 0.248958304047387, 0.574347826086956, 2.18627374438232, 2.29739130434783, 2.51302724395374, 5.17173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1185, '2021-04-18 00:00:00', 0.172564933072979, 0.27173913043478, 0.157362148720085, 0.370869565217389, 0.197890056112732, 0.498260869565216, 2.20712733370634, 2.26739130434783, 2.55157759461551, 5.12869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1200, '2021-04-18 00:00:00', 0.116793456419658, 0.260434782608695, 0.159838109798239, 0.368695652173912, 0.259630323996139, 0.50478260869565, 2.2171313766897, 2.27521739130435, 2.55126706488435, 5.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1215, '2021-04-18 00:00:00', 0.128048595024496, 0.213478260869568, 0.14103373296482, 0.307826086956523, 0.443154341906955, 0.56695652173913, 2.20970559446937, 2.28521739130435, 2.53623020176869, 5.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1230, '2021-04-18 00:00:00', 0.104429562849025, 0.216521739130436, 0.193924519768875, 0.34391304347826, 0.594687615209693, 0.605217391304348, 2.19978897658434, 2.29478260869565, 2.52389489768204, 5.12 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1245, '2021-04-18 00:00:00', 0.148159992572926, 0.25173913043478, 0.45548653568434, 0.460434782608694, 0.629340265643693, 0.683478260869566, 2.20429189691348, 2.29869565217391, 2.523035454594, 5.11521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 870, '2021-04-18 00:00:00', 0.371662929727099, 1.00666666666666, 0.935752816364091, 1.42333333333333, 1.12254175868874, 1.62, 1.56873622171904, 2.06666666666667, 1.39514634835681, 4.24333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 885, '2021-04-18 00:00:00', 0.589604387138811, 0.683333333333332, 0.706068929590693, 1.09333333333333, 0.92536479293304, 1.28, 0.958244923458166, 1.73333333333334, 1.3958629350095, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 900, '2021-04-18 00:00:00', 0.315330514434197, 0.643333333333336, 0.331097040155907, 0.643333333333336, 0.347651892163702, 0.960000000000003, 0.365034486771887, 1.4, 0.383286211110482, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 915, '2021-04-18 00:00:00', 0.101159939369959, 0.353333333333329, 0.38574603043972, 0.729999999999995, 0.308058436014994, 0.839999999999999, 0.355293306063224, 1.22666666666667, 1.3958629350095, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1260, '2021-04-18 00:00:00', 0.162191832335016, 0.255238095238097, 0.16806461342506, 0.344285714285714, 0.223326581276752, 0.543809523809525, 1.03534673281121, 2.08857142857143, 2.59009330591261, 4.60666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1275, '2021-04-18 00:00:00', 0.101552238492596, 0.231428571428571, 0.18203348723845, 0.355238095238094, 0.916615150067537, 1.45666666666667, 1.01970327149851, 2.07619047619048, 2.57098406210911, 4.63095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1290, '2021-04-18 00:00:00', 0.116084944268041, 0.254285714285713, 0.170850812113961, 0.42, 1.0061020964949, 1.61714285714286, 0.985797235985267, 2.05523809523809, 2.5600337609381, 4.61142857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1305, '2021-04-18 00:00:00', 0.163130097074171, 0.357142857142857, 0.875324701658382, 1.38666666666667, 1.00723549050524, 1.73333333333333, 0.971175282104847, 2.03285714285714, 2.57011200422972, 4.59428571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1260, '2021-04-18 00:00:00', 0.0676190211095243, 0.182173913043477, 0.0783147596627083, 0.268260869565216, 0.170233506221063, 0.51391304347826, 0.963524902197215, 2.06434782608695, 2.34665568104388, 4.82739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1275, '2021-04-18 00:00:00', 0.0824549224076347, 0.195217391304348, 0.0997823718856715, 0.307391304347825, 0.776322790531626, 1.5004347826087, 0.935443502010968, 2.05, 2.33917277023564, 4.81739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1290, '2021-04-18 00:00:00', 0.070537182188872, 0.21869565217391, 0.115638799785411, 0.417826086956522, 0.857554662980735, 1.7, 0.894111169043704, 2.02565217391304, 2.32284274520949, 4.80434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1305, '2021-04-18 00:00:00', 0.102727622511559, 0.335652173913045, 0.764363125838949, 1.43347826086957, 0.856319913622475, 1.73260869565217, 0.892972342652942, 2.00217391304348, 2.32412965561874, 4.80173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1260, '2021-04-18 00:00:00', 0.141319305988458, 0.235652173913044, 0.179150388389417, 0.386956521739131, 0.24035711244308, 0.604782608695652, 0.754515523955159, 2.03130434782609, 2.52353397350125, 5.01652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1275, '2021-04-18 00:00:00', 0.167399311958771, 0.239565217391304, 0.219311715278729, 0.346086956521739, 0.438809474533894, 1.37913043478261, 0.744424599398571, 2.0404347826087, 2.51202279010835, 5.02695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1290, '2021-04-18 00:00:00', 0.110100564882071, 0.23695652173913, 0.175498161651577, 0.47782608695652, 0.496156372774812, 1.50434782608696, 0.746037755087374, 2.08217391304348, 2.52271843462469, 5.01913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1305, '2021-04-18 00:00:00', 0.117651592565515, 0.366521739130436, 0.376327689180944, 1.29956521739131, 0.578948208104995, 1.56086956521739, 0.702857240408931, 2.16086956521739, 2.53865429167664, 4.99260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1260, '2021-04-18 00:00:00', 0.146153308117485, 0.236499999999999, 0.151132566416308, 0.321000000000002, 0.202832572905782, 0.566000000000002, 2.30311796667497, 2.3105, 2.65834930974685, 5.22 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1275, '2021-04-18 00:00:00', 0.116179307877729, 0.216500000000001, 0.149225191890435, 0.394500000000001, 2.40171709408081, 1.7065, 2.31257864731126, 2.321, 2.67833505824244, 5.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1290, '2021-04-18 00:00:00', 0.170648145239506, 0.2945, 0.208333614034899, 0.4685, 2.38624231133828, 1.7845, 2.30381668450193, 2.3435, 2.67528901537562, 5.1915 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1305, '2021-04-18 00:00:00', 0.141810659535505, 0.354500000000001, 2.40833306622957, 1.6345, 2.36135242248121, 1.852, 2.29723609674986, 2.329, 2.66265098410548, 5.1705 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1305);
Date: 2021-04-23 14:00:55 Duration: 1s293ms 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 1028686, 5, 930, '2021-04-18 00:00:00', 0.219855324330259, 0.470000000000001, 0.285177290394102, 0.565217391304348, 0.353692548652543, 0.705652173913043, 0.481622340689656, 0.953478260869565, 0.884168620907589, 2.81782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 945, '2021-04-18 00:00:00', 0.2215165122906, 0.338260869565217, 0.256226801707088, 0.443913043478261, 0.27415338599292, 0.536521739130434, 0.472226247108838, 0.816086956521739, 0.892917676095946, 2.76260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 960, '2021-04-18 00:00:00', 0.186577241896422, 0.287391304347826, 0.197586224736275, 0.383043478260869, 0.245634614084342, 0.43, 0.490971449706474, 0.745652173913043, 0.903563433008638, 2.73782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 975, '2021-04-18 00:00:00', 0.132624764140191, 0.254347826086957, 0.181941657677452, 0.318695652173913, 0.256077125239929, 0.401304347826087, 0.423987750587469, 0.712608695652174, 0.891346629672906, 2.72478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 990, '2021-04-18 00:00:00', 0.156870329875527, 0.209130434782609, 0.191197598675115, 0.287391304347826, 0.407492088722642, 0.450434782608696, 0.424080964005248, 0.700869565217391, 0.892990269013812, 2.7195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1005, '2021-04-18 00:00:00', 0.144818272382356, 0.202173913043478, 0.219087218901893, 0.289130434782609, 0.393798267008394, 0.419565217391304, 0.384466675416646, 0.653478260869565, 0.855062117799896, 2.70304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1020, '2021-04-18 00:00:00', 0.16215812319152, 0.210434782608696, 0.314531460311512, 0.321304347826087, 0.31731644035593, 0.395217391304348, 0.322577931264882, 0.632608695652174, 0.828870606435913, 2.71086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1035, '2021-04-18 00:00:00', 0.190256743529626, 0.186086956521739, 0.19291092375998, 0.246521739130435, 0.206814728720685, 0.312173913043478, 0.328023786855592, 0.632173913043478, 0.813585243607946, 2.68869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1050, '2021-04-18 00:00:00', 0.148514382263572, 0.172608695652174, 0.155675247257538, 0.225652173913043, 0.195732131224477, 0.322608695652174, 0.318375322300273, 0.619130434782608, 0.803972597019882, 2.69086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1065, '2021-04-18 00:00:00', 0.0788228613935124, 0.146956521739131, 0.126478606667943, 0.218260869565217, 0.175791828019447, 0.321304347826087, 0.300748079153674, 0.60695652173913, 0.892068476075634, 2.8204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1080, '2021-04-18 00:00:00', 0.0905342072796081, 0.146521739130435, 0.146657084367776, 0.220869565217391, 0.187624003790611, 0.291304347826087, 0.305933419091469, 0.610434782608695, 0.937562856917837, 2.83826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1095, '2021-04-18 00:00:00', 0.11202590044959, 0.149565217391305, 0.139038198180786, 0.200434782608696, 0.166125339603861, 0.303913043478261, 0.430915928632729, 1.15608695652174, 0.944701052741757, 2.84347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1110, '2021-04-18 00:00:00', 0.0839089474516901, 0.139565217391304, 0.102646790677369, 0.2, 0.155029004043958, 0.313913043478261, 0.5182865506808, 1.26130434782609, 0.96878066061387, 2.87217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1125, '2021-04-18 00:00:00', 0.0932462420694748, 0.14695652173913, 0.125099170147294, 0.229565217391304, 0.166295370343339, 0.327826086956521, 0.541810389364873, 1.31304347826087, 0.98427317137537, 2.88869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1140, '2021-04-18 00:00:00', 0.0954925712756289, 0.149545454545454, 0.145218897318937, 0.211363636363636, 0.162584643290091, 0.276363636363636, 0.564876150085189, 1.37227272727273, 0.995869499787025, 2.92318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1155, '2021-04-18 00:00:00', 0.0889038587683128, 0.140909090909091, 0.10638185732116, 0.198636363636363, 0.153628550737588, 0.267272727272727, 0.608505549957438, 1.38863636363636, 1.0089491339896, 2.93545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1170, '2021-04-18 00:00:00', 0.071956275804864, 0.125909090909091, 0.115001411623183, 0.174090909090909, 0.156227162833249, 0.264545454545454, 0.614919133809919, 1.42272727272727, 1.02173024031918, 2.93772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1185, '2021-04-18 00:00:00', 0.103793834947747, 0.127272727272727, 0.125277181858359, 0.19090909090909, 0.154331402566625, 0.259090909090909, 0.601747275481812, 1.43045454545454, 1.02901794060061, 2.93272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1200, '2021-04-18 00:00:00', 0.075318946639898, 0.135909090909091, 0.100113571870788, 0.183181818181818, 0.148090296544831, 0.254545454545455, 0.601041844384648, 1.44681818181818, 1.03429598366144, 2.93409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1215, '2021-04-18 00:00:00', 0.0738504983320772, 0.125909090909091, 0.114613032357351, 0.188636363636364, 0.281964352541055, 0.309090909090909, 0.601804825187575, 1.455, 1.0381411334626, 2.93681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1230, '2021-04-18 00:00:00', 0.0900216424194546, 0.130909090909091, 0.131271669000783, 0.193181818181819, 0.303062292683787, 0.309090909090909, 0.600158168185543, 1.45772727272727, 1.05367672083739, 2.96181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1245, '2021-04-18 00:00:00', 0.0873627556928641, 0.136818181818182, 0.246492274845362, 0.248181818181818, 0.262304555152364, 0.306818181818181, 0.603888016051598, 1.44045454545454, 1.048403135344, 2.94409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1260, '2021-04-18 00:00:00', 0.0594320094115121, 0.111052631578947, 0.0832034074875777, 0.146842105263157, 0.114835249392005, 0.237368421052631, 0.597367029907956, 1.50157894736842, 1.00189761473384, 3.08894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1275, '2021-04-18 00:00:00', 0.0547562381289575, 0.102631578947368, 0.0806370831645506, 0.163684210526316, 0.424242014126026, 1.05421052631579, 0.607876661081604, 1.51157894736842, 1.00189761473384, 3.08894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1290, '2021-04-18 00:00:00', 0.0732615278436668, 0.126842105263158, 0.118049449446492, 0.193684210526315, 0.490955626203209, 1.19526315789474, 0.602951803374849, 1.5078947368421, 0.999385191121981, 3.08473684210526 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1305, '2021-04-18 00:00:00', 0.0961510750837768, 0.153157894736842, 0.411573076938736, 1.02578947368421, 0.492375789543571, 1.24684210526316, 0.585648538396807, 1.49210526315789, 0.986968303821626, 3.06789473684211 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 870, '2021-04-18 00:00:00', 0.437530951286116, 0.576666666666666, 0.443057558337515, 0.740000000000001, 0.505206228517952, 0.796666666666667, 0.520288381573141, 0.98, 0.925112605758528, 2.37666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 885, '2021-04-18 00:00:00', 0.19087517736294, 0.286666666666668, 0.237135685491099, 0.403333333333334, 0.258907963055085, 0.463333333333333, 0.285014619508075, 0.683333333333333, 0.828573070605926, 2.17333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 900, '2021-04-18 00:00:00', 0.195021366350801, 0.313333333333333, 0.266895734947813, 0.413333333333333, 0.275741424768448, 0.466666666666666, 0.288270706107991, 0.66, 0.808846915882933, 2.15333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 915, '2021-04-18 00:00:00', 0.182300118851671, 0.286666666666666, 0.165025250593154, 0.313333333333333, 0.271538824725551, 0.443333333333333, 0.314801524773943, 0.62, 0.897180769596257, 2.20666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 930, '2021-04-18 00:00:00', 0.27073035946534, 0.505833333333333, 0.385764815339117, 0.693333333333333, 0.470485218237205, 0.842083333333333, 0.570542584370098, 1.07666666666667, 1.13019164400287, 2.66875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 945, '2021-04-18 00:00:00', 0.2168044433739, 0.327083333333334, 0.266523512299939, 0.46, 0.307952565517314, 0.63, 0.415673889736528, 0.8525, 1.06166262825433, 2.51333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 960, '2021-04-18 00:00:00', 0.166118846054542, 0.272916666666667, 0.166907072991209, 0.376666666666666, 0.258232565667103, 0.553333333333333, 0.303873245408941, 0.747916666666667, 1.06828862191364, 2.45666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 975, '2021-04-18 00:00:00', 0.0885132840271753, 0.207916666666666, 0.14278797497374, 0.333333333333333, 0.222524628176136, 0.460416666666666, 0.283170136290811, 0.68125, 1.08079068949207, 2.44291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 990, '2021-04-18 00:00:00', 0.103663858948883, 0.23625, 0.17515003920035, 0.345833333333333, 0.175101937184593, 0.434583333333333, 0.273595226248717, 0.6675, 1.08345453614079, 2.43708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1005, '2021-04-18 00:00:00', 0.123558353285671, 0.211666666666667, 0.151952867406454, 0.28875, 0.148777019224326, 0.370416666666666, 0.265721604342764, 0.629166666666667, 1.08981973978149, 2.41125 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1020, '2021-04-18 00:00:00', 0.108236857822575, 0.1975, 0.109858274971484, 0.274166666666667, 0.115136182756378, 0.352916666666667, 0.271228752590657, 0.617916666666666, 1.09263932219456, 2.40791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1035, '2021-04-18 00:00:00', 0.0941629792788371, 0.193333333333334, 0.106545730808997, 0.257083333333333, 0.118925594812258, 0.342916666666667, 0.363263937662132, 0.690416666666667, 1.08907211869102, 2.39541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1050, '2021-04-18 00:00:00', 0.0682068465261623, 0.16, 0.0868271229245929, 0.222083333333333, 0.136307410454925, 0.318333333333333, 0.405998500746857, 0.68, 1.06660294759863, 2.38625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1065, '2021-04-18 00:00:00', 0.0715954313982495, 0.142916666666666, 0.11014812161654, 0.2125, 0.145033104666746, 0.312083333333333, 0.409732150047575, 0.6825, 1.2392142642633, 2.45541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1080, '2021-04-18 00:00:00', 0.0649358657959271, 0.135833333333333, 0.0961731530226541, 0.208333333333333, 0.110217176914293, 0.27, 0.403215113228946, 0.662083333333334, 1.25074695073888, 2.47875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1095, '2021-04-18 00:00:00', 0.0633314263633573, 0.1275, 0.0989940343686411, 0.205416666666667, 0.108867689940787, 0.27, 0.632386783130594, 1.065, 1.21027365452635, 2.52833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1110, '2021-04-18 00:00:00', 0.0789560508828456, 0.135833333333334, 0.0665723971175069, 0.168333333333333, 0.140557894616882, 0.27, 0.672993394243697, 1.15375, 1.19084551621033, 2.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1125, '2021-04-18 00:00:00', 0.0484543711852351, 0.115, 0.0924975518673292, 0.185833333333334, 0.206755036039117, 0.294583333333334, 0.670792306783985, 1.18166666666667, 1.17750219237311, 2.55375 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1140, '2021-04-18 00:00:00', 0.0619475584668194, 0.12875, 0.108286221640158, 0.202916666666666, 0.204577595922973, 0.295416666666666, 0.664535906490005, 1.19416666666667, 1.17670128146318, 2.55791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1155, '2021-04-18 00:00:00', 0.0719248802974125, 0.125833333333333, 0.148952258668067, 0.189583333333333, 0.173102549818375, 0.260833333333334, 0.64542481235679, 1.20916666666667, 1.16559363180002, 2.56541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1170, '2021-04-18 00:00:00', 0.101915530525622, 0.127083333333333, 0.130281189761981, 0.185833333333333, 0.126192141283596, 0.24875, 0.66163335439817, 1.2375, 1.14665668705634, 2.57958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1185, '2021-04-18 00:00:00', 0.0492479676620326, 0.114166666666666, 0.0805371459890279, 0.175833333333334, 0.102646148900277, 0.258333333333334, 0.646347037398349, 1.24916666666667, 1.14648035750506, 2.57791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1200, '2021-04-18 00:00:00', 0.077374255164873, 0.117083333333334, 0.0960515788371098, 0.172083333333334, 0.103838468479807, 0.255416666666667, 0.648743350472749, 1.26625, 1.14486368722169, 2.57458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1215, '2021-04-18 00:00:00', 0.0616617702717293, 0.1175, 0.0629224850942395, 0.17875, 0.341203114313734, 0.3275, 0.64498047942599, 1.26458333333333, 1.14567207033846, 2.56916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1230, '2021-04-18 00:00:00', 0.0563358845147387, 0.115416666666667, 0.0813640503886831, 0.17125, 0.390949930075563, 0.35375, 0.643691656987538, 1.26458333333333, 1.14891978252037, 2.56916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1245, '2021-04-18 00:00:00', 0.0465941465503302, 0.108333333333333, 0.336205380639595, 0.239166666666667, 0.38217886964849, 0.352083333333333, 0.65493984124664, 1.25625, 1.15068190242991, 2.57583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 870, '2021-04-18 00:00:00', 0.434050688284214, 0.630000000000001, 0.641326749792958, 0.850000000000001, 0.652099174461471, 0.926666666666667, 0.644437739428721, 0.940000000000001, 0.977565002101308, 2.09666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 885, '2021-04-18 00:00:00', 0.233880311270531, 0.39, 0.23965252624025, 0.456666666666667, 0.248461935381123, 0.466666666666666, 0.393107279674815, 0.663333333333334, 0.94398093201081, 2.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 900, '2021-04-18 00:00:00', 0.165227116418583, 0.26, 0.155670592384475, 0.296666666666666, 0.300887575903913, 0.473333333333333, 0.393107279674815, 0.663333333333334, 0.94398093201081, 2.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 915, '2021-04-18 00:00:00', 0.119303534454488, 0.213333333333333, 0.230289672658878, 0.336666666666665, 0.377535870260473, 0.436666666666665, 0.382143079661706, 0.596666666666666, 0.972848052541265, 2.04333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 930, '2021-04-18 00:00:00', 0.291592972374956, 0.497692307692308, 0.433878572165779, 0.691153846153846, 0.459366788257321, 0.794615384615384, 0.595042726326308, 1.08038461538462, 1.0957027249845, 2.56269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 945, '2021-04-18 00:00:00', 0.212507737415696, 0.353461538461538, 0.281147374438827, 0.490384615384615, 0.358787702387659, 0.643846153846153, 0.456399453919986, 0.897307692307692, 1.01408389882009, 2.43307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 960, '2021-04-18 00:00:00', 0.126354811786249, 0.268461538461538, 0.223344163533806, 0.391153846153846, 0.288652306150763, 0.571923076923077, 0.358733026937003, 0.775769230769231, 0.966707019493735, 2.36230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 975, '2021-04-18 00:00:00', 0.0932655431467675, 0.212307692307692, 0.15662006944784, 0.334615384615385, 0.287333630792873, 0.503846153846154, 0.327908289242352, 0.719615384615385, 0.952782241648111, 2.335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 990, '2021-04-18 00:00:00', 0.140743082901489, 0.246153846153846, 0.231156623559405, 0.375769230769231, 0.273154788465328, 0.491538461538462, 0.318006531137575, 0.688076923076923, 0.955433127716671, 2.31730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1005, '2021-04-18 00:00:00', 0.124163663704867, 0.223846153846154, 0.188472809710048, 0.325, 0.177945540502186, 0.406153846153847, 0.275295924695311, 0.630384615384615, 0.967046256152446, 2.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1020, '2021-04-18 00:00:00', 0.0877943401014337, 0.180384615384616, 0.0952446243183234, 0.253461538461539, 0.121029557737578, 0.341923076923077, 0.252614635059321, 0.583076923076923, 0.970145429224997, 2.27307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1035, '2021-04-18 00:00:00', 0.0698580979282567, 0.181923076923077, 0.102119839103191, 0.247307692307692, 0.159027815660802, 0.344615384615385, 0.317926938873601, 0.621538461538461, 0.976443783091716, 2.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1050, '2021-04-18 00:00:00', 0.0679592638163593, 0.142307692307692, 0.101056724360438, 0.212692307692308, 0.160649163851399, 0.298076923076923, 0.318831520495603, 0.578461538461538, 0.982176233598713, 2.26307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1065, '2021-04-18 00:00:00', 0.061720212373132, 0.134230769230769, 0.135793961574144, 0.22, 0.155692003648228, 0.31, 0.320152848111408, 0.584615384615384, 0.939652308856026, 2.47230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1080, '2021-04-18 00:00:00', 0.10338055166006, 0.153461538461539, 0.114719725351028, 0.213846153846154, 0.121523660247706, 0.29, 0.300107672985239, 0.576153846153846, 0.975093920525686, 2.50807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1095, '2021-04-18 00:00:00', 0.0524081614313591, 0.121153846153846, 0.0821227973595263, 0.191923076923077, 0.091399377207102, 0.255384615384615, 0.302227626899888, 0.798461538461538, 0.930196753380702, 2.535 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1110, '2021-04-18 00:00:00', 0.0728327905864889, 0.126153846153846, 0.0721803297304742, 0.175, 0.150599315556725, 0.268076923076923, 0.316484536017893, 0.882307692307692, 0.92813659472167, 2.55846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1125, '2021-04-18 00:00:00', 0.0476283690510343, 0.102692307692308, 0.0672046243830103, 0.162692307692307, 0.137435859165705, 0.273846153846153, 0.373062378780732, 0.986538461538461, 0.937316299951007, 2.58538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1140, '2021-04-18 00:00:00', 0.0559999999999996, 0.12, 0.13120741067251, 0.199230769230769, 0.139551479335102, 0.278846153846153, 0.385531601019443, 1.02115384615385, 0.920757547641322, 2.61230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1155, '2021-04-18 00:00:00', 0.0912679908502769, 0.134615384615384, 0.0939173122404044, 0.197307692307692, 0.136332173526507, 0.267692307692308, 0.410017635643227, 1.05769230769231, 0.916088087803451, 2.61423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1170, '2021-04-18 00:00:00', 0.0666067679628848, 0.132692307692308, 0.0868597454786474, 0.186153846153846, 0.128410998810011, 0.255769230769231, 0.430933155623218, 1.11923076923077, 0.909635345365637, 2.62730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1185, '2021-04-18 00:00:00', 0.0663011776203572, 0.120384615384615, 0.109981816678941, 0.19, 0.130552082150558, 0.269615384615385, 0.459070800639727, 1.145, 0.909105815961697, 2.62576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1200, '2021-04-18 00:00:00', 0.0760890166945173, 0.138461538461539, 0.0889295313068814, 0.187307692307693, 0.126556767439025, 0.266153846153846, 0.512876053402619, 1.17538461538462, 0.909291270927316, 2.62884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1215, '2021-04-18 00:00:00', 0.0610132394207633, 0.121153846153847, 0.10049799079507, 0.189615384615385, 0.31992787648757, 0.325384615384615, 0.509760728185293, 1.18, 0.909146091332199, 2.62884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1230, '2021-04-18 00:00:00', 0.0598716576070455, 0.113846153846154, 0.0851713205612885, 0.156923076923077, 0.324465951751726, 0.323076923076923, 0.511782555989733, 1.19576923076923, 0.907325486505001, 2.63653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1245, '2021-04-18 00:00:00', 0.0702522925987806, 0.109230769230769, 0.295475627004743, 0.254615384615385, 0.28530712196886, 0.331923076923077, 0.509190156409779, 1.19884615384615, 0.899818785175018, 2.64461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 870, '2021-04-18 00:00:00', 0.355574652264939, 0.523333333333332, 0.307300070506553, 0.563333333333332, 0.28827070610799, 0.579999999999998, 0.269072480941472, 0.669999999999999, 0.845832922824201, 2.11666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 885, '2021-04-18 00:00:00', 0.177857620959388, 0.393333333333333, 0.164620776331542, 0.419999999999999, 0.315647482697603, 0.593333333333334, 0.350428309358704, 0.73, 0.828512723700326, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 900, '2021-04-18 00:00:00', 0.125033328890075, 0.226666666666667, 0.168621864932555, 0.313333333333333, 0.339754813554324, 0.516666666666667, 0.355715241918776, 0.683333333333334, 0.76631151194102, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 915, '2021-04-18 00:00:00', 0.163707055437448, 0.29, 0.338575447032612, 0.493333333333334, 0.336055550963428, 0.506666666666668, 0.375810235801705, 0.683333333333335, 0.760548048010994, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 930, '2021-04-18 00:00:00', 0.231314637536109, 0.497692307692307, 0.235084272941886, 0.606153846153846, 0.332204756136934, 0.75, 0.511273523062377, 1.10615384615385, 0.844936410898204, 2.64846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 945, '2021-04-18 00:00:00', 0.128808145944029, 0.286538461538461, 0.202247753624494, 0.431923076923076, 0.283527505109903, 0.609615384615384, 0.421932003271398, 0.931153846153846, 0.807386286349115, 2.56384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 960, '2021-04-18 00:00:00', 0.115431076116154, 0.2508, 0.176704084087871, 0.3608, 0.225604373480067, 0.5784, 0.354691415176629, 0.8368, 0.776435659493646, 2.5224 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 975, '2021-04-18 00:00:00', 0.174486866745514, 0.2604, 0.244375394287832, 0.3888, 0.268285917135681, 0.5724, 0.357778795719739, 0.7816, 0.797939638485685, 2.5008 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 990, '2021-04-18 00:00:00', 0.176933277297926, 0.265769230769231, 0.16878798717736, 0.394230769230769, 0.249103314988906, 0.522692307692308, 0.2971125143003, 0.720384615384616, 0.805517129646444, 2.49538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1005, '2021-04-18 00:00:00', 0.0974134724531703, 0.205769230769231, 0.146533797624145, 0.301923076923077, 0.191283921074246, 0.421538461538462, 0.225339402133418, 0.645384615384616, 0.802653004824529, 2.50961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1020, '2021-04-18 00:00:00', 0.10807404868885, 0.2, 0.147248089970635, 0.315, 0.151708221976875, 0.38923076923077, 0.20631417416537, 0.618461538461539, 0.805388391733119, 2.51230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1035, '2021-04-18 00:00:00', 0.0911836692531154, 0.187692307692308, 0.102752877556562, 0.256923076923077, 0.113251931550857, 0.335000000000001, 0.304509694174346, 0.656923076923077, 0.810687457560651, 2.51692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1050, '2021-04-18 00:00:00', 0.0752237687477525, 0.158846153846154, 0.108043438557761, 0.24423076923077, 0.135417303746036, 0.305384615384616, 0.363925816616519, 0.655, 0.811111677789287, 2.51692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1065, '2021-04-18 00:00:00', 0.0902960941313886, 0.15423076923077, 0.104854477913256, 0.207692307692308, 0.116487701562803, 0.294230769230769, 0.36611221482785, 0.646923076923077, 0.933238529983709, 2.61692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1080, '2021-04-18 00:00:00', 0.0792114987767654, 0.147692307692308, 0.0881825030612867, 0.201923076923077, 0.118225989593594, 0.294230769230769, 0.36772899720394, 0.656153846153846, 0.966647895485297, 2.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1095, '2021-04-18 00:00:00', 0.0745953184755021, 0.137307692307692, 0.110743640206351, 0.211923076923077, 0.159159813250224, 0.300384615384616, 0.377155344448616, 0.893076923076923, 0.95808559116605, 2.72 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1110, '2021-04-18 00:00:00', 0.077029464891939, 0.141538461538462, 0.086997789538674, 0.213846153846154, 0.146159028248212, 0.297692307692308, 0.482731331551557, 0.988461538461538, 0.96061366604094, 2.73115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1125, '2021-04-18 00:00:00', 0.0653040227291967, 0.123846153846154, 0.100282677390541, 0.176153846153847, 0.141482806783668, 0.275769230769232, 0.500634213158285, 1.03115384615385, 0.981380895238164, 2.76730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1140, '2021-04-18 00:00:00', 0.0934443478967357, 0.130384615384616, 0.112019915811706, 0.192692307692308, 0.164440309488323, 0.286153846153847, 0.540131607893996, 1.09307692307692, 0.986444430966395, 2.78615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1155, '2021-04-18 00:00:00', 0.0853021778060885, 0.137307692307692, 0.117106132007877, 0.204615384615385, 0.156014299147423, 0.297307692307693, 0.571078332226378, 1.16769230769231, 0.990195007988908, 2.78692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1170, '2021-04-18 00:00:00', 0.087678608916534, 0.143461538461539, 0.112772064189401, 0.201538461538462, 0.126824530507554, 0.297307692307693, 0.591091818977, 1.19153846153846, 0.993172771397884, 2.79192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1185, '2021-04-18 00:00:00', 0.0770624122683388, 0.131153846153846, 0.0968678719461961, 0.209230769230769, 0.14225491744914, 0.317307692307692, 0.617893194654221, 1.23, 0.995074639643448, 2.78846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1200, '2021-04-18 00:00:00', 0.053065996645686, 0.13, 0.110715852523475, 0.205000000000001, 0.142293845480184, 0.293461538461539, 0.620453556186613, 1.22115384615385, 0.994349961610019, 2.77961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1215, '2021-04-18 00:00:00', 0.0844028800091928, 0.129615384615385, 0.106883113727099, 0.2, 0.283372274850322, 0.349615384615384, 0.597312442400251, 1.20692307692308, 1.00371739816774, 2.78384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1230, '2021-04-18 00:00:00', 0.0775599024079995, 0.133461538461538, 0.112951997973271, 0.193076923076923, 0.303441034697783, 0.332692307692308, 0.589536584628455, 1.21423076923077, 1.00367333024553, 2.78192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1245, '2021-04-18 00:00:00', 0.0881955868423222, 0.132307692307692, 0.25546458432854, 0.256923076923077, 0.287737059456399, 0.333846153846154, 0.585065939741969, 1.21692307692308, 0.995817175064703, 2.78038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 870, '2021-04-18 00:00:00', 0.181475434517549, 0.386666666666666, 0.262297540972079, 0.539999999999999, 0.18520259177452, 0.589999999999999, 0.395769293065205, 0.996666666666666, 0.615386057690617, 2.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 885, '2021-04-18 00:00:00', 0.262741951985847, 0.433333333333332, 0.231156512634477, 0.456666666666665, 0.104403065089104, 0.529999999999999, 0.470779495447, 0.953333333333332, 0.690386365257407, 2.14666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 900, '2021-04-18 00:00:00', 0.138684293751431, 0.313333333333333, 0.0929157324317754, 0.353333333333333, 0.233523731841826, 0.586666666666667, 0.462853468533327, 0.913333333333332, 0.68156682235371, 2.10666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 915, '2021-04-18 00:00:00', 0.0964365076099295, 0.23, 0.147309198626562, 0.350000000000001, 0.33778691508109, 0.520000000000001, 0.456325906927639, 0.823333333333333, 0.710774225756675, 2.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 930, '2021-04-18 00:00:00', 0.225773629735755, 0.462083333333333, 0.308540275246644, 0.636666666666666, 0.384489120857757, 0.803333333333333, 0.548663725844866, 1.14666666666667, 1.03596310996936, 2.6975 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 945, '2021-04-18 00:00:00', 0.209768246861397, 0.37125, 0.249851767648543, 0.472083333333333, 0.334740868845383, 0.670833333333334, 0.483500970429013, 1.00916666666667, 1.00783012356796, 2.64791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 960, '2021-04-18 00:00:00', 0.130938640348187, 0.271666666666667, 0.178629545408237, 0.402916666666667, 0.309541210292855, 0.59375, 0.441370559750526, 0.899166666666667, 1.01035068886637, 2.63541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 975, '2021-04-18 00:00:00', 0.171993848895741, 0.279166666666667, 0.230103552618242, 0.427916666666667, 0.363855163093977, 0.584166666666667, 0.442501944644871, 0.845833333333333, 1.00410669434238, 2.60958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 990, '2021-04-18 00:00:00', 0.144672919453463, 0.277916666666667, 0.23357919241755, 0.37125, 0.311041960914078, 0.500833333333333, 0.38238359031858, 0.767916666666666, 1.00219180090295, 2.58833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1005, '2021-04-18 00:00:00', 0.201206505787001, 0.228333333333333, 0.255456397482022, 0.358333333333333, 0.282431215173444, 0.4425, 0.353551084802773, 0.73375, 1.01087125214134, 2.56791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1020, '2021-04-18 00:00:00', 0.101459458598646, 0.22625, 0.162064913636123, 0.307083333333333, 0.181275672844476, 0.4, 0.351480306414316, 0.714166666666666, 1.01415123003983, 2.55625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1035, '2021-04-18 00:00:00', 0.122545466274146, 0.2, 0.146811522669053, 0.263333333333334, 0.206586736530071, 0.367916666666667, 0.426043263435582, 0.742083333333334, 1.00644985187928, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1050, '2021-04-18 00:00:00', 0.111627453638417, 0.185416666666667, 0.166480511981328, 0.27125, 0.20024939161101, 0.380416666666666, 0.430575743643895, 0.729583333333333, 0.993911811181352, 2.54208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1065, '2021-04-18 00:00:00', 0.114689246175942, 0.171666666666667, 0.136570308908497, 0.235833333333333, 0.168419765441306, 0.335, 0.417281575250428, 0.6975, 1.00426689318807, 2.66708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1080, '2021-04-18 00:00:00', 0.0920144916122823, 0.158333333333334, 0.147124614439302, 0.2425, 0.216351498757214, 0.335833333333333, 0.415315272247866, 0.704583333333333, 0.992677173614107, 2.70583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1095, '2021-04-18 00:00:00', 0.10735877140272, 0.160416666666667, 0.106702043499441, 0.22875, 0.253451178730737, 0.36125, 0.666222179722068, 1.04458333333333, 1.03397423439431, 2.73625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1110, '2021-04-18 00:00:00', 0.0882427071338973, 0.150416666666667, 0.207231579485926, 0.231666666666667, 0.262765393790569, 0.3675, 0.725987583237133, 1.09833333333333, 1.04539977444315, 2.74791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1125, '2021-04-18 00:00:00', 0.175622598493045, 0.157916666666666, 0.213804393875757, 0.260833333333333, 0.235924023633746, 0.359166666666667, 0.780592375393033, 1.15125, 1.03542183170204, 2.74875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1140, '2021-04-18 00:00:00', 0.10460919177564, 0.156086956521739, 0.132846608326572, 0.218695652173913, 0.205635042614308, 0.34695652173913, 0.799242477317995, 1.19608695652174, 0.978145781548167, 2.85347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1155, '2021-04-18 00:00:00', 0.0948037290172346, 0.151739130434782, 0.150540528074288, 0.244782608695652, 0.217707240779325, 0.346521739130435, 0.793724397364936, 1.19565217391304, 0.957253771268985, 2.85434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1170, '2021-04-18 00:00:00', 0.107488394446617, 0.170869565217391, 0.195987415906419, 0.247391304347826, 0.23433532272848, 0.346956521739131, 0.795288497632402, 1.19739130434783, 0.969022163094926, 2.87304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1185, '2021-04-18 00:00:00', 0.154537432946902, 0.16, 0.171801659702925, 0.246086956521739, 0.200336673149715, 0.335652173913043, 0.798580014479257, 1.18869565217391, 0.987585389313638, 2.86608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1200, '2021-04-18 00:00:00', 0.113477200788591, 0.160434782608695, 0.151835931839695, 0.232173913043478, 0.204857031029094, 0.318695652173913, 0.8142214205848, 1.19260869565217, 0.993029858763198, 2.86913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1215, '2021-04-18 00:00:00', 0.0696887490139577, 0.127391304347826, 0.0893741966988972, 0.191739130434783, 0.318572656625466, 0.353913043478261, 0.797167911949482, 1.17695652173913, 1.00976731949776, 2.86130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1230, '2021-04-18 00:00:00', 0.0862847569883442, 0.142173913043478, 0.158730138653616, 0.220434782608696, 0.332052545963184, 0.380434782608696, 0.788018227754109, 1.19, 1.00843203928952, 2.86478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1245, '2021-04-18 00:00:00', 0.13466691451731, 0.155217391304347, 0.31358566354259, 0.282173913043478, 0.329751972907462, 0.39, 0.757723603491759, 1.16782608695652, 1.00242886848077, 2.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 870, '2021-04-18 00:00:00', 0.350190424388408, 0.553333333333332, 0.357258076652346, 0.603333333333333, 0.385529938310027, 0.626666666666666, 0.784877909826319, 1.00333333333333, 0.67396834742689, 1.71333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 885, '2021-04-18 00:00:00', 0.332916405923971, 0.463333333333334, 0.330454232837166, 0.499999999999999, 0.457638867813186, 0.603333333333333, 0.764133496190293, 0.949999999999999, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 900, '2021-04-18 00:00:00', 0.126622799421483, 0.263333333333333, 0.123423390543825, 0.316666666666666, 0.296704117486315, 0.546666666666667, 0.506491197685936, 0.773333333333333, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 915, '2021-04-18 00:00:00', 0.097125348562223, 0.206666666666666, 0.166533279957291, 0.316666666666668, 0.316596483450675, 0.523333333333334, 0.445458565226143, 0.706666666666667, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1260, '2021-04-18 00:00:00', 0.0401129358068887, 0.102380952380952, 0.0722001187177495, 0.171428571428571, 0.107251373617577, 0.251428571428571, 0.656023010630108, 1.27809523809524, 1.17696906946452, 2.63809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1275, '2021-04-18 00:00:00', 0.0532558961636217, 0.114761904761905, 0.0910442069494133, 0.180952380952381, 0.462494787615416, 0.842857142857143, 0.653172842289667, 1.27619047619048, 1.17346454894004, 2.64761904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1290, '2021-04-18 00:00:00', 0.0688718616949857, 0.133333333333333, 0.107513011394192, 0.197619047619047, 0.528307720574901, 0.982380952380952, 0.644566668759866, 1.26809523809524, 1.15941426098329, 2.66714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1305, '2021-04-18 00:00:00', 0.0620483682299542, 0.13, 0.447444064075266, 0.795238095238095, 0.526445402586785, 1.00380952380952, 0.645783024154177, 1.26428571428571, 1.16596883892038, 2.66333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1260, '2021-04-18 00:00:00', 0.0588325150077263, 0.11608695652174, 0.0780999663449547, 0.167826086956522, 0.103013871432492, 0.268695652173913, 0.521184421851831, 1.23173913043478, 0.900362245939401, 2.71391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1275, '2021-04-18 00:00:00', 0.0565860078516325, 0.107391304347826, 0.0596663980091262, 0.166521739130435, 0.245466402875651, 0.669130434782608, 0.5271952035145, 1.23434782608696, 0.890425354677731, 2.72869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1290, '2021-04-18 00:00:00', 0.0448140647035834, 0.119130434782609, 0.066534783913046, 0.197826086956522, 0.24315124849416, 0.769565217391304, 0.528545247875131, 1.23652173913043, 0.887098570350435, 2.73565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1305, '2021-04-18 00:00:00', 0.0654989967638823, 0.150869565217391, 0.263212143357914, 0.654782608695652, 0.330498485642306, 0.877391304347826, 0.534849171602272, 1.23, 0.884601694607672, 2.73739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1260, '2021-04-18 00:00:00', 0.0714336531224533, 0.118695652173913, 0.0619288128871582, 0.155217391304348, 0.112446737501377, 0.285217391304348, 0.607186539764467, 1.20869565217391, 1.02745781675813, 2.82826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1275, '2021-04-18 00:00:00', 0.0435799206764537, 0.109130434782609, 0.0654114372757715, 0.188260869565217, 0.274867557039828, 0.683913043478261, 0.60866698125588, 1.20869565217391, 1.03255736090413, 2.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1290, '2021-04-18 00:00:00', 0.0625701187696321, 0.138260869565218, 0.0806152233095525, 0.224782608695652, 0.376668881964407, 0.786086956521739, 0.602735529545982, 1.21086956521739, 1.03044696545557, 2.82130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1305, '2021-04-18 00:00:00', 0.0690162379930935, 0.157826086956522, 0.273467703724292, 0.641304347826087, 0.387362623870117, 0.829565217391305, 0.583016891395244, 1.22782608695652, 1.02351328601065, 2.82608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1260, '2021-04-18 00:00:00', 0.0905698334813643, 0.1335, 0.113480812196785, 0.196, 0.138035083259751, 0.307000000000001, 0.702390467205423, 1.1495, 0.923456892106473, 3.026 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1275, '2021-04-18 00:00:00', 0.0719118612571925, 0.1065, 0.13597213336795, 0.194, 0.582832466675053, 0.821000000000001, 0.706246378658624, 1.1395, 0.954793309129203, 3.0125 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1290, '2021-04-18 00:00:00', 0.102114486832441, 0.148, 0.0843223763771801, 0.2095, 0.590140705791067, 0.8835, 0.671819994688427, 1.145, 0.945521298710816, 3.04 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1305, '2021-04-18 00:00:00', 0.0668757685642019, 0.1675, 0.531217816362604, 0.791500000000001, 0.653367592191651, 0.9555, 0.659746961062784, 1.1415, 0.94500612640732, 3.0405 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1305);
Date: 2021-04-23 14:00:56 Duration: 1s287ms Database: acaweb_fx User: pgperfstats
3 208 58s649ms 59ms 2s998ms 281ms 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 #3
Day Hour Count Duration Avg duration Apr 23 14 208 58s649ms 281ms [ User: postgres - Total duration: 58s649ms - Times executed: 208 ]
-
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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('600' = 0 OR kr.patternlengthbars <= '600') 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-04-23 14:19:40 Duration: 2s998ms 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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('600' = 0 OR kr.patternlengthbars <= '600') 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-04-23 14:03:06 Duration: 2s191ms 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 = '630' 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-04-23 14:03:22 Duration: 975ms Database: acaweb_fx User: postgres Bind query: yes
4 164 3m18s 53ms 6s129ms 1s207ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Apr 23 14 164 3m18s 1s207ms [ User: postgres - Total duration: 3m18s - Times executed: 164 ]
-
WITH rar_max as ( ;
Date: 2021-04-23 14:20:46 Duration: 6s129ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-04-23 14:10:56 Duration: 5s693ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-04-23 14:51:06 Duration: 5s672ms Database: acaweb_fx User: postgres Bind query: yes
5 147 1m18s 68ms 10s346ms 532ms (( 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 #5
Day Hour Count Duration Avg duration Apr 23 14 147 1m18s 532ms [ User: postgres - Total duration: 1m18s - Times executed: 147 ]
-
(( 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-04-23 14:03:03 Duration: 10s346ms 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-04-23 14:48:41 Duration: 7s946ms 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-04-23 14:33:28 Duration: 7s443ms Database: acaweb_fx User: postgres Bind query: yes
6 126 3m33s 940ms 1s847ms 1s690ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Apr 23 14 126 3m33s 1s690ms [ User: pgperfstats - Total duration: 3m33s - Times executed: 126 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029491, 5, 855, '2021-04-18 00:00:00', 0.234661033974115, 0.229090909090908, 0.264592003982412, 0.347499999999999, 0.377134043252642, 0.490909090909091, 0.661589527927401, 1.29931818181818, 1.8109480069794, 4.11727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 870, '2021-04-18 00:00:00', 0.185810061051277, 0.232045454545455, 0.224492814605556, 0.297500000000001, 0.402416940422981, 0.518181818181819, 0.63079250812901, 1.28295454545455, 1.8309669103618, 4.09772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 885, '2021-04-18 00:00:00', 0.14523100720764, 0.197954545454544, 0.365052329759998, 0.363181818181816, 0.393554948940421, 0.574545454545454, 0.877272065585289, 1.92409090909091, 1.83785630582638, 4.09090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 900, '2021-04-18 00:00:00', 0.302778707784161, 0.275227272727273, 0.3587442775989, 0.413863636363637, 0.367127391575488, 0.592045454545455, 0.919069999783568, 1.98704545454545, 1.83897981316999, 4.08409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 915, '2021-04-18 00:00:00', 0.154828490504367, 0.263636363636365, 0.235952637590994, 0.403863636363638, 0.382569349738458, 0.604545454545454, 0.925270406246373, 2.01090909090909, 1.8464214980564, 4.07159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 930, '2021-04-18 00:00:00', 0.221649293007917, 0.298863636363637, 0.360929610842174, 0.449772727272728, 0.391980002692514, 0.625681818181818, 0.946794889493264, 2.02909090909091, 1.85372895509593, 4.06590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 945, '2021-04-18 00:00:00', 0.24779864137373, 0.3025, 0.267052615727875, 0.426363636363636, 0.364466119067399, 0.741136363636363, 0.975135826924836, 2.0275, 1.85340964895509, 4.06522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 960, '2021-04-18 00:00:00', 0.172781704228247, 0.295227272727272, 0.235489266857738, 0.433636363636362, 0.351439833698396, 0.808636363636365, 1.002608718506, 2.03363636363636, 1.86302088215868, 4.07704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 975, '2021-04-18 00:00:00', 0.188828697650216, 0.295909090909089, 0.323705881681965, 0.630454545454544, 0.489909491155059, 0.872499999999998, 1.00354080925698, 2.01318181818182, 1.88238003590324, 4.09113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 990, '2021-04-18 00:00:00', 0.311603171993703, 0.541818181818182, 0.328483660402636, 0.709090909090911, 0.515740127184105, 0.900454545454547, 1.02422637366071, 1.98704545454546, 1.90337261902125, 4.10022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1005, '2021-04-18 00:00:00', 0.247844932144294, 0.408409090909093, 0.523216668138717, 0.62659090909091, 0.553453199216468, 0.776590909090911, 1.0556058353636, 1.87181818181818, 1.91687348310118, 4.05795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1020, '2021-04-18 00:00:00', 0.41071557500268, 0.477954545454545, 0.413536380095316, 0.588636363636363, 0.52206943360677, 0.717272727272727, 0.999170543446802, 1.85681818181818, 1.92472302218299, 4.06295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1035, '2021-04-18 00:00:00', 0.257995519944996, 0.364545454545454, 0.302814717685177, 0.484090909090909, 0.397771457038627, 0.600681818181817, 0.985927936567322, 1.85090909090909, 1.93345222335593, 4.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1050, '2021-04-18 00:00:00', 0.307739014208145, 0.34659090909091, 0.413919929203955, 0.470227272727272, 0.408347225667026, 0.543863636363636, 0.969796833500915, 1.84477272727273, 1.94980786321709, 4.04431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1065, '2021-04-18 00:00:00', 0.218952766259789, 0.308863636363632, 0.207434989555222, 0.385681818181815, 0.839659150594747, 1.35318181818182, 0.914288690471349, 1.835, 1.94769195465208, 4.00795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1080, '2021-04-18 00:00:00', 0.138407180518381, 0.282499999999999, 0.144452991200137, 0.34, 0.850653714753685, 1.45386363636364, 0.881340846841726, 1.83454545454545, 1.96102842088851, 3.99909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1095, '2021-04-18 00:00:00', 0.081230059158063, 0.159318181818182, 0.797974437850739, 1.21318181818182, 0.823644498397373, 1.44454545454545, 0.828036847999546, 1.80454545454545, 2.02118220088578, 4.01181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 600, '2021-04-18 00:00:00', 0.303151227387696, 0.664400000000002, 0.441269475490885, 0.885000000000002, 0.454152874408315, 1.0106, 0.506714745525858, 1.4784, 1.99440001420645, 3.8528 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 615, '2021-04-18 00:00:00', 0.257088344089472, 0.545599999999998, 0.27856731681947, 0.668199999999998, 0.315348088097369, 0.834399999999998, 0.418897362130628, 1.291, 2.00437993321293, 3.8142 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 630, '2021-04-18 00:00:00', 0.16541614189673, 0.412, 0.2720511594045, 0.5892, 0.330850293435966, 0.741600000000001, 0.448448529190732, 1.2204, 2.00694869972636, 3.8092 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 645, '2021-04-18 00:00:00', 0.21218054419134, 0.383199999999999, 0.244321680031334, 0.4892, 0.25579239629043, 0.6138, 0.4176189451322, 1.1092, 1.98770969543677, 3.7826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 660, '2021-04-18 00:00:00', 0.156798171758049, 0.3124, 0.173583553368399, 0.434, 0.179116582146934, 0.538399999999999, 0.457463386513061, 1.0854, 1.98848089002635, 3.756 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 675, '2021-04-18 00:00:00', 0.10518832317959, 0.280000000000001, 0.121931333134679, 0.378800000000001, 0.209980157792747, 0.563000000000001, 0.475408333260295, 1.0862, 1.98304002733177, 3.7604 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 690, '2021-04-18 00:00:00', 0.105576986128605, 0.284400000000001, 0.150396143567579, 0.3824, 0.231314180283007, 0.583000000000002, 0.473273176928504, 1.069, 1.98529462549013, 3.7652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 705, '2021-04-18 00:00:00', 0.126062815030181, 0.257799999999999, 0.230257464591271, 0.4182, 0.255779527458057, 0.5776, 0.512520893883036, 1.0638, 2.17538908397249, 4.0948 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 720, '2021-04-18 00:00:00', 0.195547735007762, 0.2842, 0.181817674241714, 0.385800000000001, 0.233858575496672, 0.5276, 0.534828788803793, 1.0472, 2.24626443605081, 4.1568 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 735, '2021-04-18 00:00:00', 0.121903308678095, 0.259000000000001, 0.197831999433863, 0.358999999999999, 0.222869917216298, 0.512199999999999, 0.569451490471312, 1.033, 2.26857098926468, 4.1618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 750, '2021-04-18 00:00:00', 0.151436730463034, 0.246799999999999, 0.192640641264158, 0.341999999999999, 0.225799505461518, 0.506999999999999, 0.565933962578674, 1.042, 2.30913452401544, 4.1878 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 765, '2021-04-18 00:00:00', 0.111887964798126, 0.232799999999999, 0.153857888975509, 0.359199999999998, 0.171326199592084, 0.493799999999998, 0.560962714150118, 1.136, 2.30805982735861, 4.1838 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 780, '2021-04-18 00:00:00', 0.122253834295698, 0.237199999999999, 0.140673380566475, 0.348399999999999, 0.245869545355526, 0.513199999999998, 0.575312016793207, 1.1588, 2.29021383644992, 4.1676 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 795, '2021-04-18 00:00:00', 0.0862104982006231, 0.214799999999999, 0.0836396038568642, 0.306799999999997, 0.246080440777672, 0.489199999999998, 0.587940047964076, 1.1762, 2.26403388151915, 4.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 810, '2021-04-18 00:00:00', 0.074931635508643, 0.217799999999999, 0.247657862113573, 0.341399999999998, 0.270914039257228, 0.454399999999998, 0.612734852933958, 1.2024, 2.27783318089802, 4.1386 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 825, '2021-04-18 00:00:00', 0.269704776870314, 0.243599999999998, 0.270199309152829, 0.360799999999999, 0.447319609824266, 0.5186, 0.661637048035652, 1.2386, 2.289994122991, 4.1528 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 840, '2021-04-18 00:00:00', 0.171394282285029, 0.245200000000001, 0.240313683893921, 0.314400000000001, 0.498726879163336, 0.5642, 0.65868227039547, 1.2604, 2.28713525325169, 4.1478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 855, '2021-04-18 00:00:00', 0.15823453057619, 0.190600000000001, 0.340353125444738, 0.365600000000002, 0.476748798285498, 0.565400000000001, 0.651240610936797, 1.2782, 2.29131670661216, 4.1348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 870, '2021-04-18 00:00:00', 0.2391498832671, 0.270200000000001, 0.352981113753509, 0.4054, 0.503701879422077, 0.565199999999999, 0.645200098160769, 1.2904, 2.29113812692877, 4.1358 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 885, '2021-04-18 00:00:00', 0.196232642544505, 0.2502, 0.388534318518538, 0.4212, 0.499193098910629, 0.574999999999999, 0.981781671248756, 1.6016, 2.30168449184505, 4.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 900, '2021-04-18 00:00:00', 0.289836591892742, 0.263600000000001, 0.327952359345073, 0.3594, 0.411712581784915, 0.535200000000002, 1.1800837540898, 1.7468, 2.32965936351218, 4.1776 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 915, '2021-04-18 00:00:00', 0.130250399871428, 0.218799999999999, 0.299504173593625, 0.369399999999999, 0.341205827421905, 0.503799999999999, 1.27199901729522, 1.7974, 2.32472537804648, 4.1822 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 930, '2021-04-18 00:00:00', 0.303580302391313, 0.288799999999999, 0.326473327139192, 0.3784, 0.337093335245103, 0.534399999999998, 1.29217797406807, 1.8202, 2.32887943369052, 4.1776 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 945, '2021-04-18 00:00:00', 0.18443765884439, 0.2762, 0.226761989760188, 0.377199999999997, 0.438103108107364, 0.794799999999999, 1.29526117057526, 1.8484, 2.31542899192928, 4.1648 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 960, '2021-04-18 00:00:00', 0.165919910398561, 0.262399999999998, 0.168716478151957, 0.395599999999998, 0.467808098120017, 0.8394, 1.28862465442812, 1.8442, 2.3064919791753, 4.1414 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 975, '2021-04-18 00:00:00', 0.132003787824439, 0.313, 0.427130151905326, 0.708800000000001, 0.465765767312284, 0.8624, 1.24999793333163, 1.8636, 2.28428768984994, 4.1284 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 990, '2021-04-18 00:00:00', 0.418571280269761, 0.5846, 0.418374533163768, 0.698199999999999, 0.475863250664866, 0.861, 1.24038475213675, 1.8672, 2.23949533005392, 4.0982 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1005, '2021-04-18 00:00:00', 0.282274984131904, 0.428000000000001, 0.315816006560782, 0.5928, 0.412771930570219, 0.796600000000001, 1.17499351062038, 1.8008, 2.18946677298378, 4.0472 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1020, '2021-04-18 00:00:00', 0.195079684573595, 0.384599999999998, 0.246049114338309, 0.521199999999999, 0.336278902103595, 0.707799999999999, 1.13566911260866, 1.7388, 2.14295401646108, 3.9954 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1035, '2021-04-18 00:00:00', 0.132747253581133, 0.3252, 0.242892809005674, 0.473600000000001, 0.290403168026798, 0.665600000000001, 1.13597909311747, 1.6838, 2.12489182077582, 3.9794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1050, '2021-04-18 00:00:00', 0.201039382543155, 0.342800000000001, 0.247542588928317, 0.4576, 0.240906793871268, 0.614400000000001, 1.10296445243414, 1.6758, 2.09981100340007, 3.964 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1065, '2021-04-18 00:00:00', 0.168625077217675, 0.291399999999999, 0.210117625787716, 0.4334, 0.712467952495642, 1.0428, 1.02845871736951, 1.6174, 2.06408450246915, 3.9186 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1080, '2021-04-18 00:00:00', 0.149240298400487, 0.321800000000001, 0.147179878606643, 0.366600000000001, 0.86361946674061, 1.1386, 0.967873829587306, 1.5912, 2.03062648378934, 3.8922 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1095, '2021-04-18 00:00:00', 0.0810673588237984, 0.1664, 0.648922311734361, 0.892199999999999, 0.899567396029892, 1.1656, 0.949810375811927, 1.5622, 2.01777387649525, 3.9052 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 600, '2021-04-18 00:00:00', 0.197768804415661, 0.5275, 0.379475802410886, 0.706730769230768, 0.500605671623425, 0.89903846153846, 0.5672871000174, 1.30557692307692, 1.91179811655455, 3.89096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 615, '2021-04-18 00:00:00', 0.242309481067879, 0.461730769230767, 0.352794612290976, 0.640961538461537, 0.398075224819865, 0.803269230769229, 0.487063611388143, 1.19480769230769, 1.91190810850956, 3.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 630, '2021-04-18 00:00:00', 0.196817076338569, 0.399807692307693, 0.250211987046063, 0.525961538461538, 0.327490516597868, 0.729038461538462, 0.415943644481575, 1.11634615384616, 1.92900596162894, 3.86 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 645, '2021-04-18 00:00:00', 0.114355215817273, 0.321346153846152, 0.180741634554793, 0.471538461538462, 0.247631550121111, 0.669230769230769, 0.398050103147059, 1.06173076923077, 1.96582299265766, 3.83403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 660, '2021-04-18 00:00:00', 0.112022147535483, 0.299807692307693, 0.177888037389121, 0.436923076923078, 0.273639290925958, 0.622692307692309, 0.417795542561927, 1.03365384615385, 1.95926439296448, 3.83019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 675, '2021-04-18 00:00:00', 0.163473357038809, 0.308461538461538, 0.221592835207695, 0.439230769230769, 0.31450033630898, 0.597307692307692, 0.456650724969735, 1.01826923076923, 1.96749713126562, 3.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 690, '2021-04-18 00:00:00', 0.130153164209888, 0.284615384615384, 0.187520357869178, 0.40326923076923, 0.242738859365683, 0.583076923076923, 0.445214425434964, 0.993269230769231, 1.9757611288973, 3.86096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 705, '2021-04-18 00:00:00', 0.127310794756525, 0.264038461538461, 0.161869962054066, 0.386730769230768, 0.23443155471513, 0.528076923076924, 0.41800354249511, 0.970192307692307, 2.45947646086285, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 720, '2021-04-18 00:00:00', 0.127514705034359, 0.255, 0.167882284766621, 0.372692307692308, 0.267571701389767, 0.503846153846154, 0.399502238368622, 0.99403846153846, 2.55913156093114, 4.33711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 735, '2021-04-18 00:00:00', 0.129912988632331, 0.240769230769231, 0.226876533688394, 0.339807692307694, 0.297191792515307, 0.52019230769231, 0.414344524056233, 1.00923076923077, 2.51417541919046, 4.06403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 750, '2021-04-18 00:00:00', 0.116995726417677, 0.225, 0.171789226849467, 0.348461538461539, 0.273195970800334, 0.519038461538462, 0.407607701671029, 1.03096153846154, 2.51706566033974, 4.06346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 765, '2021-04-18 00:00:00', 0.167702231534162, 0.260961538461538, 0.243446803540004, 0.377115384615384, 0.266477954059992, 0.5025, 0.497032308189935, 1.21365384615385, 2.51165072902571, 4.05423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 780, '2021-04-18 00:00:00', 0.116504869492157, 0.22076923076923, 0.130682969286509, 0.324038461538462, 0.159713686133852, 0.422307692307692, 0.506446595255761, 1.27692307692308, 2.51303950196998, 4.03846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 795, '2021-04-18 00:00:00', 0.12898300424713, 0.233846153846154, 0.146289097338113, 0.3125, 0.218835818331039, 0.456346153846154, 0.570486162442579, 1.37269230769231, 2.51317246645626, 4.03538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 810, '2021-04-18 00:00:00', 0.0872547111357587, 0.189230769230769, 0.126113044527521, 0.292499999999999, 0.18953069570754, 0.423269230769231, 0.557576762566234, 1.38038461538462, 2.51950828536046, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 825, '2021-04-18 00:00:00', 0.106546486784661, 0.228076923076921, 0.195847271735282, 0.333076923076923, 0.273602814313012, 0.452500000000001, 0.6237486241699, 1.42288461538462, 2.5223461605906, 4.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 855, '2021-04-18 00:00:00', 0.0579489718056623, 0.176799999999999, 0.109942030179545, 0.263199999999999, 0.173328445443901, 0.423599999999999, 0.596282371588047, 1.4238, 2.54560449598912, 4.0878 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 870, '2021-04-18 00:00:00', 0.0897069302413891, 0.196599999999999, 0.130487227982921, 0.284599999999999, 0.17717152705782, 0.432199999999999, 0.580476313039559, 1.4306, 2.53938660572457, 4.0998 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 885, '2021-04-18 00:00:00', 0.0853580693314933, 0.183800000000002, 0.119091351491197, 0.293400000000001, 0.164483535143592, 0.460599999999999, 0.808906051405231, 1.8196, 2.47145888090415, 4.1894 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 900, '2021-04-18 00:00:00', 0.0878682726206305, 0.229999999999999, 0.119494769760019, 0.315399999999998, 0.22063827863723, 0.505999999999999, 0.83341156299474, 1.8954, 2.46275748230853, 4.1884 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 915, '2021-04-18 00:00:00', 0.0869209410901644, 0.218599999999998, 0.160839464477266, 0.358799999999998, 0.26674925804333, 0.504799999999999, 0.834137178965988, 1.9284, 2.56219342881576, 4.2218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 930, '2021-04-18 00:00:00', 0.147853531126811, 0.2524, 0.225803749599809, 0.369599999999999, 0.257249068673402, 0.561, 0.824888477310723, 1.9142, 2.57134881919976, 4.2142 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 945, '2021-04-18 00:00:00', 0.177829037748807, 0.2524, 0.219743600589415, 0.338200000000002, 0.365987021627815, 0.820600000000002, 0.832626366785648, 1.881, 2.57352276396901, 4.2156 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 960, '2021-04-18 00:00:00', 0.152113718425834, 0.2164, 0.155454173311623, 0.3792, 0.357562581934967, 0.880199999999999, 0.840961651919992, 1.9004, 2.57639552799384, 4.2258 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 975, '2021-04-18 00:00:00', 0.132170344631466, 0.302599999999998, 0.330387020527944, 0.6958, 0.396111621473878, 0.947599999999999, 0.827872373416739, 1.9168, 2.57322791774585, 4.2246 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 990, '2021-04-18 00:00:00', 0.334073095793917, 0.5894, 0.358643276808586, 0.742999999999998, 0.407853425468838, 0.904399999999998, 0.806969794973765, 1.8824, 2.54000697177521, 4.203 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1005, '2021-04-18 00:00:00', 0.220395099764038, 0.481399999999998, 0.324192201222258, 0.633799999999999, 0.401089661630246, 0.765999999999997, 0.791135365577009, 1.7958, 2.55490011220269, 4.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1020, '2021-04-18 00:00:00', 0.178935975514521, 0.390799999999999, 0.209591467701653, 0.491599999999998, 0.282123643107058, 0.639999999999998, 0.806666236225781, 1.765, 2.54177567525801, 4.1406 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1035, '2021-04-18 00:00:00', 0.156224997999679, 0.333999999999999, 0.240635097190746, 0.458599999999998, 0.267579116026146, 0.644399999999998, 0.827502618324156, 1.7522, 2.52060381324264, 4.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1050, '2021-04-18 00:00:00', 0.140274136366377, 0.291799999999999, 0.179240992335272, 0.417399999999998, 0.247786030007074, 0.568, 0.896453754152066, 1.7672, 2.51950610239388, 4.1262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1065, '2021-04-18 00:00:00', 0.133715182384051, 0.2888, 0.197310668743483, 0.4176, 0.776514809903841, 1.1276, 0.960864324449607, 1.7604, 2.52617320928976, 4.1236 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1080, '2021-04-18 00:00:00', 0.131620667070184, 0.2836, 0.148396428528454, 0.334399999999999, 0.76004429695468, 1.2194, 0.947641502186701, 1.7384, 2.52480581761582, 4.1044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1095, '2021-04-18 00:00:00', 0.0678306715284465, 0.159799999999999, 0.718953232136835, 0.989000000000001, 0.705582029249614, 1.2578, 0.899244961064561, 1.7304, 2.51781836782031, 4.0798 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 600, '2021-04-18 00:00:00', 0.601169485253535, 0.6288, 0.610310235317526, 0.8684, 0.600707083360934, 1.0114, 0.867496061470407, 1.5366, 2.54054948124745, 3.9 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 615, '2021-04-18 00:00:00', 0.439580955759763, 0.5778, 0.411961466644636, 0.726799999999998, 0.544054761336883, 0.853199999999999, 0.93491644011644, 1.444, 2.51095710503651, 3.8542 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 630, '2021-04-18 00:00:00', 0.259242004055414, 0.422799999999999, 0.517188070241379, 0.567200000000001, 0.486123098264903, 0.793600000000001, 0.950290174981656, 1.3658, 2.49562361945867, 3.8168 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 645, '2021-04-18 00:00:00', 0.342809227802675, 0.381600000000001, 0.333318916354892, 0.473400000000002, 0.360293514605337, 0.7302, 0.874829126172648, 1.2948, 2.46180509653655, 3.7952 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 660, '2021-04-18 00:00:00', 0.165627091181767, 0.306400000000003, 0.25040250930585, 0.509200000000001, 0.337542219581493, 0.709200000000001, 0.900632046583582, 1.2562, 2.43479263319624, 3.8162 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 675, '2021-04-18 00:00:00', 0.177271684146114, 0.347400000000001, 0.29148684933172, 0.466999999999999, 0.321147940986704, 0.668799999999999, 0.888482882971492, 1.1982, 2.41919290949137, 3.7962 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 690, '2021-04-18 00:00:00', 0.17721220800686, 0.279, 0.203992851181931, 0.4212, 0.422144821121851, 0.663, 0.896802282185618, 1.1572, 2.39077501381177, 3.7902 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 705, '2021-04-18 00:00:00', 0.159885896813947, 0.2998, 0.254986437547831, 0.4792, 0.421322323168378, 0.688, 0.889645294485392, 1.162, 2.52912728689826, 4.1584 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 720, '2021-04-18 00:00:00', 0.225443636710672, 0.3154, 0.400148409968101, 0.449000000000001, 0.465274381413805, 0.658600000000001, 0.911015321861639, 1.1702, 2.50664201007377, 4.211 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 735, '2021-04-18 00:00:00', 0.248096923264545, 0.282, 0.256479693803102, 0.406200000000001, 0.36508138362106, 0.586400000000001, 0.761311915927588, 1.101, 2.51649685409433, 4.1622 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 750, '2021-04-18 00:00:00', 0.125366130460611, 0.285000000000001, 0.218567876566221, 0.416400000000002, 0.307282714558869, 0.518200000000003, 0.699114022650574, 1.079, 2.53201989526149, 4.1668 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 765, '2021-04-18 00:00:00', 0.15898951747416, 0.246200000000002, 0.247899845367708, 0.347800000000002, 0.27922884879611, 0.443000000000002, 0.749204745046373, 1.0816, 2.54655775836062, 4.1772 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 780, '2021-04-18 00:00:00', 0.156684396159924, 0.244999999999999, 0.168508901842009, 0.293400000000001, 0.283414890222796, 0.433600000000001, 0.793504883412823, 1.095, 2.55913722440461, 4.198 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 795, '2021-04-18 00:00:00', 0.0992156741649223, 0.196000000000002, 0.163929608877309, 0.281000000000003, 0.307427769294403, 0.474200000000001, 0.787049712534092, 1.1192, 2.56031814429379, 4.1846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 810, '2021-04-18 00:00:00', 0.105810364961726, 0.197, 0.2105425531019, 0.331399999999999, 0.30981741935103, 0.485799999999999, 0.774028315588863, 1.1714, 2.56399427976481, 4.189 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 825, '2021-04-18 00:00:00', 0.178412677053324, 0.2496, 0.253015151061484, 0.378999999999999, 0.38361906017993, 0.5036, 0.760244642642528, 1.2264, 2.59301465479854, 4.203 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 840, '2021-04-18 00:00:00', 0.163081779076223, 0.2646, 0.200872679409951, 0.340399999999998, 0.346368301090039, 0.457799999999999, 0.678105510472621, 1.216, 2.6004152392775, 4.1836 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 855, '2021-04-18 00:00:00', 0.115659341746929, 0.212, 0.193600748965494, 0.305000000000001, 0.268052700042361, 0.442800000000001, 0.620191368315726, 1.2204, 2.60854720102972, 4.1782 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 870, '2021-04-18 00:00:00', 0.153690706724035, 0.225000000000001, 0.231904793683384, 0.314400000000001, 0.251465206340758, 0.469199999999999, 0.590456250143339, 1.2136, 2.61482034118344, 4.172 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 885, '2021-04-18 00:00:00', 0.145654557086278, 0.200599999999999, 0.189488785947877, 0.331800000000001, 0.264606941203993, 0.4778, 1.06859631448613, 1.8672, 2.62105692739907, 4.1604 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 900, '2021-04-18 00:00:00', 0.180520081985357, 0.266, 0.202369917066083, 0.373399999999998, 0.335434171385883, 0.5416, 1.1291380193168, 1.9812, 2.60450599922519, 4.1534 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 915, '2021-04-18 00:00:00', 0.151313691823752, 0.245999999999997, 0.236691606667129, 0.362999999999998, 0.331107736746416, 0.518599999999998, 1.13359402638981, 1.994, 2.59368182641331, 4.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 930, '2021-04-18 00:00:00', 0.237607519521865, 0.3086, 0.327659248813969, 0.4328, 0.342357026119422, 0.570999999999999, 1.20254341570966, 2.0524, 2.61383176581814, 4.2096 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 945, '2021-04-18 00:00:00', 0.231760113047953, 0.287600000000001, 0.21208292403366, 0.364, 0.324666752224494, 0.652200000000001, 1.21902478098957, 2.0338, 2.56301705352631, 4.2622 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 960, '2021-04-18 00:00:00', 0.112385868032122, 0.2308, 0.173305606756776, 0.383399999999999, 0.45641035994669, 0.698000000000002, 1.218294162617, 2.0536, 2.56121434414745, 4.2628 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 975, '2021-04-18 00:00:00', 0.138338353322572, 0.296, 0.2988327291312, 0.540200000000002, 0.506683497527466, 0.7414, 1.18699550687159, 2.068, 2.54103707502796, 4.2494 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 990, '2021-04-18 00:00:00', 0.317394733205621, 0.489600000000001, 0.46964747417611, 0.627000000000002, 0.50463997067216, 0.811400000000001, 1.17683537506314, 2.1054, 2.5390397134875, 4.2568 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1005, '2021-04-18 00:00:00', 0.242187599462343, 0.4206, 0.310672925544961, 0.575199999999999, 0.338210117136273, 0.769399999999999, 1.15652676867709, 2.108, 2.52518740228654, 4.2462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1020, '2021-04-18 00:00:00', 0.193324425082122, 0.3792, 0.265669437459411, 0.533599999999999, 0.355669790676687, 0.705199999999999, 1.10324426881206, 2.076, 2.51094656786373, 4.2212 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1035, '2021-04-18 00:00:00', 0.241035439994482, 0.3528, 0.257382335576213, 0.510399999999998, 0.351261180130492, 0.671399999999999, 1.08988581206167, 2.0314, 2.565391750461, 4.2066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1050, '2021-04-18 00:00:00', 0.164697449889182, 0.372599999999999, 0.268911075760494, 0.490599999999998, 0.263367139180268, 0.6168, 1.06988465110341, 2.0064, 2.58416664516822, 4.1788 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1065, '2021-04-18 00:00:00', 0.204133942955764, 0.350399999999999, 0.221385222331273, 0.459799999999998, 0.856727640501928, 1.3948, 1.02337778133656, 1.96, 2.58758964417982, 4.1392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1080, '2021-04-18 00:00:00', 0.129598096693844, 0.2904, 0.139290763034262, 0.344600000000001, 0.910175120512532, 1.466, 1.08600402853765, 1.9562, 2.59321264714896, 4.1218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1095, '2021-04-18 00:00:00', 0.0779198305952959, 0.155600000000002, 0.835435614913959, 1.2238, 0.903163329636451, 1.4504, 1.06495156384379, 1.9298, 2.57963639233646, 4.1048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 600, '2021-04-18 00:00:00', 0.374171306578505, 0.679583333333333, 0.455618706592587, 0.934166666666667, 0.550701093008339, 1.18395833333333, 0.777295775638904, 1.581875, 2.43619982046165, 3.9675 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 615, '2021-04-18 00:00:00', 0.313535241760932, 0.57, 0.346699500256724, 0.726250000000001, 0.414803952296239, 0.941666666666667, 0.640918123996089, 1.35770833333333, 2.45806182484953, 3.81625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 630, '2021-04-18 00:00:00', 0.175127282904152, 0.457500000000002, 0.294752951700627, 0.694791666666668, 0.484641237023006, 0.904791666666669, 0.659840642816918, 1.29125, 2.45558985947797, 3.77958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 645, '2021-04-18 00:00:00', 0.263501969714608, 0.424374999999998, 0.332859740557577, 0.548958333333331, 0.463860171881539, 0.811458333333334, 0.660330396001924, 1.21333333333333, 2.43207741313435, 3.74125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 660, '2021-04-18 00:00:00', 0.147242774975919, 0.332499999999998, 0.354016741498012, 0.523125000000001, 0.358832648410395, 0.740000000000002, 0.615367180067598, 1.145625, 2.46669965765736, 3.695625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 675, '2021-04-18 00:00:00', 0.276933829667834, 0.373541666666667, 0.302622519804382, 0.551041666666668, 0.257398847446267, 0.679583333333335, 0.618504361284169, 1.13208333333333, 2.45694309743998, 3.69458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 690, '2021-04-18 00:00:00', 0.157406373137648, 0.324375000000001, 0.169384542353798, 0.434583333333335, 0.206372987046775, 0.590625000000002, 0.609572194960995, 1.12, 2.45267995247553, 3.69541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 705, '2021-04-18 00:00:00', 0.152196329870619, 0.299375000000001, 0.193786520634718, 0.410208333333336, 0.219613873931472, 0.567083333333335, 0.627060913701974, 1.11145833333333, 2.42757228545042, 3.809375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 720, '2021-04-18 00:00:00', 0.122817172948309, 0.255833333333335, 0.162773599103839, 0.416875000000002, 0.284981565638242, 0.576666666666666, 0.635986018383824, 1.12270833333333, 2.43019612697817, 3.88145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 735, '2021-04-18 00:00:00', 0.156725869557025, 0.302708333333333, 0.178512371186612, 0.381666666666665, 0.493085339646102, 0.606249999999998, 0.625937412947599, 1.10208333333333, 2.4534594032668, 3.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 750, '2021-04-18 00:00:00', 0.174041890676194, 0.266666666666667, 0.276747330872271, 0.423958333333331, 0.634723493376033, 0.639999999999998, 0.624997065210499, 1.093125, 2.45312131103757, 3.91208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 765, '2021-04-18 00:00:00', 0.208436097843098, 0.282708333333331, 0.403789959659397, 0.434374999999999, 0.564941280455161, 0.613958333333331, 0.830914215169661, 1.19479166666667, 2.45081826028115, 3.92833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 780, '2021-04-18 00:00:00', 0.222705287156672, 0.295416666666666, 0.375399243994048, 0.430624999999999, 0.378259685259681, 0.558958333333334, 0.863586823131847, 1.266875, 2.45759359110858, 3.94520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 795, '2021-04-18 00:00:00', 0.215160771537694, 0.250624999999999, 0.238163166422894, 0.367291666666665, 0.266886232071953, 0.482500000000001, 1.02058751107077, 1.31145833333333, 2.46205861195376, 3.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 810, '2021-04-18 00:00:00', 0.240067547861495, 0.279583333333331, 0.236679551598627, 0.335416666666666, 0.263532304210163, 0.484166666666667, 1.02639828184337, 1.36729166666667, 2.47961616616801, 3.995625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 825, '2021-04-18 00:00:00', 0.0899385861316616, 0.209583333333336, 0.138548374851217, 0.325000000000002, 0.228387145885657, 0.470416666666668, 1.03309666673845, 1.413125, 2.47797149976007, 4.03083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 840, '2021-04-18 00:00:00', 0.117105236277618, 0.215, 0.167076998177961, 0.315217391304348, 0.189398621813001, 0.458260869565218, 1.06399008509749, 1.43608695652174, 2.51722043441075, 4.02152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 855, '2021-04-18 00:00:00', 0.13894826574434, 0.220434782608696, 0.157387892217286, 0.323695652173912, 0.233626885736918, 0.497608695652174, 1.08651257930143, 1.45869565217391, 2.5087245984109, 4.03826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 870, '2021-04-18 00:00:00', 0.116357769120856, 0.231304347826087, 0.143056347559536, 0.325869565217392, 0.209630768945155, 0.482173913043478, 1.13410657668172, 1.46, 2.50445691650711, 4.05391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 885, '2021-04-18 00:00:00', 0.13828173395161, 0.233260869565215, 0.197698716760366, 0.359347826086954, 0.335544510575089, 0.554130434782609, 2.25495900596376, 2.17586956521739, 2.49206049562084, 4.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 900, '2021-04-18 00:00:00', 0.163138983885647, 0.245652173913042, 0.153515458659481, 0.30978260869565, 0.36022816111909, 0.555652173913044, 2.37133397107441, 2.2254347826087, 2.46180388327011, 4.04021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 915, '2021-04-18 00:00:00', 0.105134959379812, 0.215217391304346, 0.276348830084964, 0.391304347826089, 0.507061206555654, 0.587391304347826, 2.37268874433002, 2.21217391304348, 2.50886903090402, 4.00021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 930, '2021-04-18 00:00:00', 0.23288680688724, 0.306086956521741, 0.29117962346725, 0.434130434782608, 0.465045473572335, 0.611739130434785, 2.35949988839164, 2.24021739130435, 2.50213586627118, 3.99956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 945, '2021-04-18 00:00:00', 0.218499192751828, 0.326521739130436, 0.388019446560465, 0.445000000000002, 0.596781966395618, 0.756521739130437, 2.35893945571548, 2.23891304347826, 2.49894624036872, 3.99630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 960, '2021-04-18 00:00:00', 0.257892032438493, 0.269130434782609, 0.269150508168627, 0.405217391304351, 0.540383866635708, 0.805217391304349, 2.35941392954036, 2.235, 2.49720339627583, 3.99956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 975, '2021-04-18 00:00:00', 0.12083863738302, 0.272608695652175, 0.400377292418771, 0.587391304347827, 0.612051158444586, 0.855434782608696, 2.36543031457757, 2.22413043478261, 2.50133519680958, 4.00369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 990, '2021-04-18 00:00:00', 0.402839967636893, 0.526304347826088, 0.455763486614741, 0.706086956521741, 0.620403015132721, 0.91108695652174, 2.35321168558083, 2.25065217391304, 2.48156622894022, 4.03130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1005, '2021-04-18 00:00:00', 0.425999638144923, 0.519347826086958, 0.586204799702012, 0.667391304347827, 0.721590319317551, 0.878043478260871, 2.35738512434984, 2.21152173913044, 2.47345462194042, 4.02369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1020, '2021-04-18 00:00:00', 0.363357884969035, 0.423043478260869, 0.384405500653681, 0.566956521739131, 0.504539178467536, 0.764347826086956, 2.37145012422771, 2.16565217391304, 2.43909290710423, 4.02413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1035, '2021-04-18 00:00:00', 0.203863135131423, 0.37521739130435, 0.359193898774737, 0.535434782608696, 0.376398052693086, 0.733695652173912, 2.38993866410455, 2.115, 2.47204756628194, 4.04152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1050, '2021-04-18 00:00:00', 0.208194762874904, 0.347173913043479, 0.194966298901913, 0.461304347826088, 0.281454438214279, 0.614347826086956, 2.39453769457718, 2.05304347826087, 2.51212225052465, 4.00673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1065, '2021-04-18 00:00:00', 0.177208258268115, 0.321304347826086, 0.206204884872922, 0.464999999999999, 2.31670505934955, 1.77717391304348, 2.39104071309955, 2.04565217391304, 2.50573279460214, 4.02326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1080, '2021-04-18 00:00:00', 0.171897397929753, 0.321521739130434, 0.200622548868827, 0.376956521739131, 2.47064200902496, 1.82413043478261, 2.39254949436871, 2.02108695652174, 2.50506305491317, 4.025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1095, '2021-04-18 00:00:00', 0.086378613221876, 0.158913043478261, 2.3419016545713, 1.64521739130435, 2.44888320517112, 1.81804347826087, 2.54151741500053, 2.00804347826087, 2.50987033742222, 4.10826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 600, '2021-04-18 00:00:00', 0.807939114443795, 0.787608695652176, 0.863929630881259, 0.973043478260872, 0.819569743961668, 1.10673913043478, 1.03165270912888, 1.36630434782609, 1.63626699044857, 3.68586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 615, '2021-04-18 00:00:00', 0.337564662228988, 0.516086956521739, 0.323171199994568, 0.636521739130434, 0.592768676261923, 0.817608695652174, 0.871068581862702, 1.17826086956522, 1.62055241154894, 3.59086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 630, '2021-04-18 00:00:00', 0.20939357916534, 0.426363636363636, 0.292642554154662, 0.577045454545455, 0.514974886959681, 0.719090909090909, 0.828829822375423, 1.14272727272727, 1.51276359014014, 3.74181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 645, '2021-04-18 00:00:00', 0.22070087099709, 0.372272727272727, 0.401036333382204, 0.532045454545454, 0.538235050602402, 0.672272727272728, 0.822545278954743, 1.07454545454545, 1.59543843802379, 3.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 660, '2021-04-18 00:00:00', 0.292800424768458, 0.345227272727272, 0.377044570608182, 0.475681818181818, 0.476891540211756, 0.637272727272728, 0.846940891951071, 1.06727272727273, 1.58661093316753, 3.76840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 675, '2021-04-18 00:00:00', 0.183000041397579, 0.323409090909089, 0.400090695886651, 0.470227272727272, 0.442436925335616, 0.646363636363635, 0.885676912352125, 1.06454545454545, 1.56880493298208, 3.77818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 690, '2021-04-18 00:00:00', 0.25626986249702, 0.328636363636364, 0.296371636946159, 0.431363636363636, 0.331319430361494, 0.574772727272725, 0.894156837594194, 1.07045454545455, 1.59346713176017, 3.7925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 705, '2021-04-18 00:00:00', 0.209873699393156, 0.297272727272726, 0.268807692891361, 0.433636363636361, 0.327392046250445, 0.543863636363635, 0.886877761871479, 1.09545454545455, 1.60418846052548, 3.96704545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 720, '2021-04-18 00:00:00', 0.202074870398954, 0.291590909090907, 0.219428616522363, 0.388181818181815, 0.378925628632628, 0.558181818181816, 0.882037592085969, 1.11886363636364, 1.54950405765049, 4.03159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 735, '2021-04-18 00:00:00', 0.162368161637127, 0.239090909090909, 0.320602787240144, 0.378636363636363, 0.358584881001859, 0.504545454545455, 0.889491074881797, 1.14090909090909, 1.54696008281904, 4.04954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 750, '2021-04-18 00:00:00', 0.176983655419689, 0.262499999999999, 0.20742142412525, 0.361136363636362, 0.32563690506359, 0.486818181818182, 0.812313781523914, 1.14181818181818, 1.54807311104575, 4.0475 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 765, '2021-04-18 00:00:00', 0.120780291388449, 0.229545454545452, 0.196383426532002, 0.325454545454545, 0.585980881150225, 0.525454545454547, 0.798006885419849, 1.19068181818182, 1.54921534391387, 4.03909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 780, '2021-04-18 00:00:00', 0.157538732954637, 0.2375, 0.31267177097339, 0.352272727272727, 0.627460869582431, 0.560000000000001, 0.783234945925857, 1.22613636363636, 1.52812282277043, 4.04886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 795, '2021-04-18 00:00:00', 0.261023315042298, 0.248863636363637, 0.543453811703025, 0.387954545454547, 0.617923531953582, 0.566590909090909, 0.794277967198819, 1.26818181818182, 1.5248272203591, 4.04363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 810, '2021-04-18 00:00:00', 0.290598352709377, 0.255454545454547, 0.338178530682712, 0.371363636363638, 0.419350920835037, 0.531363636363636, 0.738807429408312, 1.28431818181818, 1.52342161594006, 4.02590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 825, '2021-04-18 00:00:00', 0.21882619266761, 0.257954545454547, 0.377535081939726, 0.4075, 0.454943505364778, 0.555454545454544, 0.711432005068296, 1.30954545454546, 1.52488231396019, 4.0025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 840, '2021-04-18 00:00:00', 0.0864829609589781, 0.208541666666666, 0.0933194218410823, 0.289583333333333, 0.143132020744205, 0.412083333333332, 0.611353592922875, 1.41354166666667, 2.58801081039283, 4.02604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 840, '2021-04-18 00:00:00', 0.285265540455605, 0.262142857142857, 0.280878087432964, 0.334999999999999, 0.387035128219896, 0.474761904761905, 0.689982401431886, 1.28428571428571, 1.56554349303091, 3.94785714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 00:00:00' and dayofweek = 5 and fromtime = 840);
Date: 2021-04-23 14:04:46 Duration: 1s847ms 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 1029696, 5, 855, '2021-04-18 00:00:00', 0.00569812482157178, 0.0115108695652174, 0.0071513148684578, 0.0163695652173913, 0.0084787283239937, 0.0236739130434783, 0.0182053843075766, 0.0521521739130435, 0.0838930876069139, 0.214608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 870, '2021-04-18 00:00:00', 0.00549919146051196, 0.0116739130434782, 0.00596976489364325, 0.0157173913043478, 0.00880419411372178, 0.0229239130434782, 0.0206204405668249, 0.0529565217391304, 0.0830113732743012, 0.214467391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 885, '2021-04-18 00:00:00', 0.00370460001414755, 0.0109239130434783, 0.00678644458015565, 0.017358695652174, 0.0113286992579673, 0.0263478260869565, 0.0355151911771261, 0.0776195652173913, 0.0826663940637904, 0.214804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 900, '2021-04-18 00:00:00', 0.00696770500548615, 0.012913043478261, 0.00712589707271358, 0.017, 0.0115298418447273, 0.026304347826087, 0.0356616628833365, 0.0811521739130436, 0.0816901924921659, 0.214086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 915, '2021-04-18 00:00:00', 0.00494093072635984, 0.0110434782608696, 0.010241368196176, 0.0201195652173914, 0.0110547282106019, 0.0268260869565218, 0.0342956657282963, 0.0844782608695652, 0.0824627236423454, 0.214402173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 930, '2021-04-18 00:00:00', 0.00911586865113926, 0.0158260869565217, 0.00946244135742401, 0.0199565217391305, 0.00973913705180475, 0.0253478260869565, 0.0347871137151735, 0.0875652173913043, 0.0823969202722755, 0.214173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 945, '2021-04-18 00:00:00', 0.00550944661252684, 0.0130326086956522, 0.0071465461958659, 0.0183804347826086, 0.00899185786726743, 0.0280652173913044, 0.0333026085341353, 0.0895652173913044, 0.0822493197107756, 0.213532608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 960, '2021-04-18 00:00:00', 0.00506294372963863, 0.0134891304347826, 0.0066525872407695, 0.0168152173913044, 0.0115664859329852, 0.0315217391304348, 0.0333405702782992, 0.0899891304347826, 0.0830179884907088, 0.213836956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 975, '2021-04-18 00:00:00', 0.00440162003054341, 0.0113804347826087, 0.00836964093184789, 0.022804347826087, 0.0126347773551506, 0.0340652173913044, 0.0331771803570268, 0.0905434782608695, 0.0834391952759636, 0.213739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 990, '2021-04-18 00:00:00', 0.0082163946056775, 0.0193369565217391, 0.0109029359283501, 0.0271413043478261, 0.0155619617706187, 0.0358478260869566, 0.0333352128093324, 0.0899130434782609, 0.0834441364809024, 0.213663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1005, '2021-04-18 00:00:00', 0.00950596598605659, 0.019054347826087, 0.0110199244633467, 0.0248152173913044, 0.0142914503588574, 0.0311847826086957, 0.034573113082587, 0.088358695652174, 0.0834470317903788, 0.21304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1020, '2021-04-18 00:00:00', 0.00587837868535017, 0.0150978260869565, 0.00856071376452348, 0.0197826086956522, 0.0104148153822639, 0.0255760869565217, 0.0365404068668111, 0.0866739130434783, 0.082973289073079, 0.211597826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1035, '2021-04-18 00:00:00', 0.00529677543789855, 0.0131413043478262, 0.00792964057222924, 0.0183478260869565, 0.0105007998942449, 0.024195652173913, 0.0370669861527828, 0.0854347826086957, 0.0836113048363837, 0.21095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1050, '2021-04-18 00:00:00', 0.00522537987725876, 0.014086956521739, 0.00773629733417009, 0.0172934782608695, 0.013699385823341, 0.0255108695652173, 0.0370421022877649, 0.0850434782608696, 0.083418516903926, 0.210434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1065, '2021-04-18 00:00:00', 0.00512499397473863, 0.0115978260869565, 0.00661777609732383, 0.0169782608695651, 0.027946982732909, 0.0575543478260869, 0.038394528544239, 0.0854130434782609, 0.0833384155235524, 0.210532608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1080, '2021-04-18 00:00:00', 0.00593284220258645, 0.013195652173913, 0.00916039281050142, 0.0190434782608695, 0.0286511447046252, 0.0642826086956522, 0.0381135965904463, 0.0853478260869565, 0.0833653976520936, 0.210195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1095, '2021-04-18 00:00:00', 0.00856723293935402, 0.0141956521739131, 0.0272960230710276, 0.0543586956521739, 0.0275910503118721, 0.067608695652174, 0.0391136639236674, 0.0859565217391305, 0.0838039469930894, 0.210130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 600, '2021-04-18 00:00:00', 0.0118802905834758, 0.0282500000000001, 0.0136506912748992, 0.04034375, 0.019375333096716, 0.0516875, 0.0360659479865242, 0.0805729166666667, 0.0897139753504904, 0.209604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 615, '2021-04-18 00:00:00', 0.010376424077226, 0.0254687499999999, 0.0126057842715735, 0.0354166666666666, 0.0134102246776778, 0.0457395833333333, 0.0497508363759715, 0.07984375, 0.0916474592854502, 0.2090625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 630, '2021-04-18 00:00:00', 0.00887334772331397, 0.0242604166666667, 0.0113226668822361, 0.03371875, 0.0160513639991087, 0.0421458333333333, 0.0601580760357148, 0.0796041666666667, 0.0927912570844061, 0.209375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 645, '2021-04-18 00:00:00', 0.00654412974030699, 0.0193541666666668, 0.0100018963328772, 0.0271979166666668, 0.0138107682205074, 0.0352083333333334, 0.0611076642157577, 0.0738645833333334, 0.0957150571717118, 0.208510416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 660, '2021-04-18 00:00:00', 0.00760820941769331, 0.01865625, 0.00966230067570986, 0.0236875, 0.0122395280217682, 0.03328125, 0.0616303077791806, 0.0704375, 0.0998096234713868, 0.20990625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 675, '2021-04-18 00:00:00', 0.00743686439252147, 0.0161770833333334, 0.0105924533482467, 0.02409375, 0.0152014849579748, 0.0319583333333333, 0.0591421224479214, 0.0685104166666666, 0.0989780846040378, 0.210041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 690, '2021-04-18 00:00:00', 0.00582951479572906, 0.0167291666666667, 0.00899501044259084, 0.0233229166666667, 0.0164255429178133, 0.0298541666666666, 0.0592728545476923, 0.0661041666666666, 0.0989918543530773, 0.2100625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 705, '2021-04-18 00:00:00', 0.00539322197736209, 0.0121979166666667, 0.00736681257642896, 0.0174583333333334, 0.0139859530979469, 0.0252916666666667, 0.058237495353391, 0.0645104166666666, 0.0968895319862497, 0.218364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 720, '2021-04-18 00:00:00', 0.00568503589717543, 0.01315625, 0.0107599749390231, 0.0188645833333334, 0.0128802973835392, 0.0248854166666668, 0.0576478840254236, 0.0663125, 0.0969936212744673, 0.22078125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 735, '2021-04-18 00:00:00', 0.00868468766386224, 0.0141145833333333, 0.00999510749882377, 0.018625, 0.0103174258108464, 0.0262083333333333, 0.0622123152549723, 0.0685104166666666, 0.0969543206119567, 0.22340625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 750, '2021-04-18 00:00:00', 0.00760351272748989, 0.0122916666666667, 0.00792731930127384, 0.01725, 0.00917921777436816, 0.0256770833333333, 0.0665724302826019, 0.0684270833333333, 0.097870574450634, 0.224010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 765, '2021-04-18 00:00:00', 0.00721241350135263, 0.0135104166666667, 0.00820733781574389, 0.02003125, 0.013220841412139, 0.0281770833333333, 0.0661196548961575, 0.0698437499999999, 0.0986334474303355, 0.226489583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 780, '2021-04-18 00:00:00', 0.00783410418655489, 0.0138333333333333, 0.00919711059502396, 0.0181979166666666, 0.0324151274736108, 0.0365625, 0.0654124006270761, 0.0707291666666667, 0.0990466369939881, 0.227177083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 795, '2021-04-18 00:00:00', 0.00420419691964234, 0.0120625, 0.00800067224304173, 0.0181354166666666, 0.0493324722830507, 0.0398229166666667, 0.0688659693835093, 0.069625, 0.100596395812889, 0.22734375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 810, '2021-04-18 00:00:00', 0.00512912965467765, 0.0121666666666666, 0.0332533488969505, 0.0260729166666667, 0.0604540189383394, 0.0404583333333334, 0.0693090478387839, 0.0692708333333334, 0.100706874378572, 0.226770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 825, '2021-04-18 00:00:00', 0.033257434537149, 0.0218229166666667, 0.0496810650057815, 0.0329687500000001, 0.0599894682408407, 0.0407395833333333, 0.0682375134567022, 0.0699791666666666, 0.100301032404703, 0.226958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 840, '2021-04-18 00:00:00', 0.0205719839038225, 0.016125, 0.0311737166762811, 0.02321875, 0.0303976290432212, 0.0287291666666666, 0.0399384490202729, 0.0612083333333333, 0.0870490527839316, 0.219854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 855, '2021-04-18 00:00:00', 0.0115638390333145, 0.0148541666666667, 0.0140454385227768, 0.0190104166666667, 0.0151762591101929, 0.0249166666666667, 0.0241363104259591, 0.0579687500000001, 0.0828369922080691, 0.215802083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 870, '2021-04-18 00:00:00', 0.0118188316938984, 0.012875, 0.0123038965196079, 0.017125, 0.013358965398628, 0.0234999999999999, 0.0243104822474061, 0.0593541666666667, 0.0829140466412946, 0.21575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 885, '2021-04-18 00:00:00', 0.00446015725254072, 0.01046875, 0.00712886051020171, 0.016, 0.0100135720852149, 0.0251354166666666, 0.0434970209187289, 0.0957187500000001, 0.0825274815613703, 0.214072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 900, '2021-04-18 00:00:00', 0.00667611705628913, 0.0121354166666666, 0.00770337188546656, 0.0172708333333333, 0.0117241660189788, 0.0284791666666667, 0.0418770508366498, 0.0995729166666667, 0.0826667588899088, 0.213895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 915, '2021-04-18 00:00:00', 0.00683719016731719, 0.0129270833333333, 0.0104585047477147, 0.0204479166666666, 0.0131188650258022, 0.0291875, 0.0434372034970591, 0.104822916666667, 0.0833134768009754, 0.213604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 930, '2021-04-18 00:00:00', 0.00904207155307972, 0.0153333333333333, 0.00938575470084034, 0.0215, 0.0148239670803736, 0.027875, 0.0439905498744999, 0.106, 0.0838695501912068, 0.212541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 945, '2021-04-18 00:00:00', 0.00498111242377253, 0.01328125, 0.0079838420952227, 0.0177604166666666, 0.0140642289597363, 0.0325833333333332, 0.0445074645669006, 0.1054375, 0.0839267035935938, 0.2106875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 960, '2021-04-18 00:00:00', 0.00615528780275818, 0.01278125, 0.0106483439210457, 0.0185625, 0.0152409059068784, 0.0356770833333333, 0.0450009850435665, 0.10478125, 0.0840906271972538, 0.210302083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 975, '2021-04-18 00:00:00', 0.00660066970690935, 0.0128333333333334, 0.0103349475714367, 0.0260624999999999, 0.0131788835268581, 0.0342083333333334, 0.0439900441120289, 0.10484375, 0.0843960293170997, 0.209395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 990, '2021-04-18 00:00:00', 0.00758465956311848, 0.0211145833333333, 0.0112758559558125, 0.0277916666666667, 0.0117972713545566, 0.0322812500000001, 0.0442456076895643, 0.103447916666667, 0.0840636398150191, 0.208802083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1005, '2021-04-18 00:00:00', 0.0074995168926531, 0.0174583333333334, 0.00944817457064548, 0.02171875, 0.013822728441157, 0.0305729166666668, 0.0451229148620982, 0.1015625, 0.0834207777168931, 0.20765625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1020, '2021-04-18 00:00:00', 0.00618242453964513, 0.0145208333333333, 0.00795466661868948, 0.0192708333333333, 0.0109469239938687, 0.0296666666666666, 0.0453591295557792, 0.101104166666667, 0.0838761703734841, 0.207125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1035, '2021-04-18 00:00:00', 0.00554844238163464, 0.0136770833333333, 0.0109670485952832, 0.02209375, 0.00970417860653522, 0.0287604166666667, 0.0458638686984946, 0.102052083333333, 0.0842563672173603, 0.206520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1050, '2021-04-18 00:00:00', 0.00695088228160667, 0.0150208333333333, 0.00805516954139275, 0.0206354166666666, 0.00760594703200222, 0.0275104166666667, 0.0460993531659484, 0.102583333333333, 0.0841293747651173, 0.20678125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1065, '2021-04-18 00:00:00', 0.00476893631989238, 0.0130416666666666, 0.00526266588089271, 0.0187500000000001, 0.0468950886905771, 0.0752395833333334, 0.0473255652465535, 0.102677083333333, 0.0850829032782357, 0.205760416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1080, '2021-04-18 00:00:00', 0.00474284357926659, 0.0131250000000001, 0.00573777844198226, 0.0189583333333333, 0.0450269041957058, 0.0791666666666667, 0.0468488115249933, 0.1008125, 0.086230886876161, 0.204395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1095, '2021-04-18 00:00:00', 0.00479110740277534, 0.0140416666666666, 0.0461175198168545, 0.0716041666666667, 0.0456619973579495, 0.0864687499999999, 0.0464107176215249, 0.101791666666667, 0.085449879765818, 0.205322916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 600, '2021-04-18 00:00:00', 0.0119182511946367, 0.0301634615384616, 0.0178665162761561, 0.0397596153846154, 0.0228022940816184, 0.0522307692307693, 0.0252014823281976, 0.0705865384615385, 0.08503917423074, 0.193115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 615, '2021-04-18 00:00:00', 0.0171497056489655, 0.0262403846153846, 0.0211555048300764, 0.0366538461538461, 0.0202512891327555, 0.0454134615384616, 0.0220053337065917, 0.0639134615384615, 0.084609964861393, 0.189884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 630, '2021-04-18 00:00:00', 0.0115141718697505, 0.0241346153846155, 0.01232836005065, 0.0322115384615385, 0.0111408637974731, 0.0396730769230769, 0.0174948124179272, 0.0582884615384615, 0.0837751776161375, 0.188403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 645, '2021-04-18 00:00:00', 0.00630339499488478, 0.0196826923076923, 0.0110051736085282, 0.027423076923077, 0.0101788997440784, 0.034, 0.0180490277811896, 0.0562403846153846, 0.0827825975766553, 0.187461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 660, '2021-04-18 00:00:00', 0.0086387154048593, 0.0187596153846154, 0.00745522532291173, 0.0236538461538461, 0.00945674870945849, 0.0312980769230769, 0.0177878091356454, 0.0551153846153846, 0.0832847894506923, 0.187115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 675, '2021-04-18 00:00:00', 0.00415747704559088, 0.0159807692307692, 0.00692168415477479, 0.0235865384615384, 0.00994446599099993, 0.0300096153846153, 0.0176062406986403, 0.0544134615384615, 0.0825525269845718, 0.188163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 690, '2021-04-18 00:00:00', 0.0061701826428522, 0.0161346153846154, 0.00644246727701307, 0.0198461538461539, 0.0107242536050121, 0.0277692307692308, 0.0192114949564456, 0.0546923076923077, 0.0829938395535846, 0.187009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 705, '2021-04-18 00:00:00', 0.00345954643536709, 0.0132115384615384, 0.00839613006092682, 0.0197499999999999, 0.0137766420213567, 0.0288557692307692, 0.0207999075441732, 0.0561346153846154, 0.0847049017744273, 0.189903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 720, '2021-04-18 00:00:00', 0.00565916547258986, 0.0133653846153846, 0.00963258192881758, 0.0185288461538462, 0.0137455867043263, 0.0273846153846154, 0.0204140058444045, 0.0562788461538462, 0.0846753489011911, 0.189663461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 735, '2021-04-18 00:00:00', 0.00710368945310494, 0.0124903846153847, 0.00938460789722276, 0.0196442307692308, 0.0137368573553051, 0.0266250000000001, 0.0212021610836109, 0.0554711538461539, 0.0886821484941499, 0.186211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 750, '2021-04-18 00:00:00', 0.00559965658287656, 0.0131346153846153, 0.00608422455712623, 0.0171826923076922, 0.00970594583826759, 0.0238461538461538, 0.0213830630316469, 0.0551538461538461, 0.0895209069908339, 0.185932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 765, '2021-04-18 00:00:00', 0.00351370941401718, 0.0113846153846153, 0.00711548284755477, 0.0175480769230768, 0.00722376553201578, 0.0230673076923076, 0.0241383512278697, 0.0589999999999999, 0.0892812501851054, 0.185721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 780, '2021-04-18 00:00:00', 0.00605526630297949, 0.012625, 0.00554613517547266, 0.0154807692307692, 0.0120760769546813, 0.0249711538461539, 0.025542799677886, 0.0607307692307692, 0.0890660844757764, 0.185740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 795, '2021-04-18 00:00:00', 0.00356393527093089, 0.0105288461538461, 0.00718251081018764, 0.0172884615384615, 0.0124030083199446, 0.0262307692307693, 0.0269876342765748, 0.0619903846153846, 0.0894426825488729, 0.185961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 810, '2021-04-18 00:00:00', 0.00539486935751133, 0.0124807692307692, 0.0111503923697778, 0.019875, 0.0112805653158941, 0.0271153846153846, 0.0266307171543285, 0.0612019230769231, 0.0890264616020687, 0.186894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 825, '2021-04-18 00:00:00', 0.00869297351091892, 0.0134326923076923, 0.00833719654043527, 0.0175769230769232, 0.0105033923091542, 0.025375, 0.0244651714767058, 0.0594807692307692, 0.0871030120692646, 0.186913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 855, '2021-04-18 00:00:00', 0.00474253461931316, 0.0119711538461538, 0.00906640565706508, 0.0165865384615384, 0.0106181267361345, 0.0239807692307692, 0.0251690457781899, 0.0591057692307691, 0.0866996301340704, 0.187144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 870, '2021-04-18 00:00:00', 0.00461298334970056, 0.0117307692307692, 0.00646961091446888, 0.0183942307692308, 0.00967626457646992, 0.024951923076923, 0.024664262919954, 0.0593557692307692, 0.0860220410038121, 0.186807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 885, '2021-04-18 00:00:00', 0.00438438005441348, 0.0119326923076923, 0.0051972255912317, 0.0158653846153845, 0.0138252034343079, 0.025125, 0.0483169871784241, 0.0948749999999999, 0.0848773209720041, 0.185519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 900, '2021-04-18 00:00:00', 0.00514210559984917, 0.0111249999999999, 0.0066949823346697, 0.0163173076923076, 0.0133206931270342, 0.0258942307692308, 0.0545150120467889, 0.100557692307692, 0.0843796844853437, 0.184634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 915, '2021-04-18 00:00:00', 0.00442615695435841, 0.0118557692307692, 0.0115736105662174, 0.0194615384615385, 0.0132014313035192, 0.0268173076923077, 0.0573057295094947, 0.105221153846154, 0.0841821262775856, 0.184403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 930, '2021-04-18 00:00:00', 0.00855776750183042, 0.0143461538461539, 0.0092558297637427, 0.0199038461538462, 0.0112919644676408, 0.0264615384615384, 0.0549586802831139, 0.105942307692308, 0.083600837891458, 0.184201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 945, '2021-04-18 00:00:00', 0.00501698078069346, 0.0125480769230769, 0.00561670756281244, 0.0167403846153847, 0.0104243658726156, 0.0294903846153846, 0.0541972758682432, 0.105413461538461, 0.0833577698145862, 0.183932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 960, '2021-04-18 00:00:00', 0.00401578615734685, 0.0118076923076924, 0.00696087969683761, 0.016576923076923, 0.00948221513393111, 0.0335096153846154, 0.0525566516686079, 0.106471153846154, 0.0830257542295438, 0.183605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 975, '2021-04-18 00:00:00', 0.00488259270659164, 0.0114134615384615, 0.00835561188663044, 0.022625, 0.00872655650652295, 0.0333173076923077, 0.0515298541176337, 0.107644230769231, 0.0827550509729675, 0.183461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 990, '2021-04-18 00:00:00', 0.00614592579243785, 0.0179903846153846, 0.00873168963294919, 0.0270096153846154, 0.010351978629154, 0.0314615384615385, 0.0540121318280938, 0.108403846153846, 0.0823850510384947, 0.183221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1005, '2021-04-18 00:00:00', 0.0065074217983421, 0.0183076923076923, 0.00611074085902462, 0.0228653846153846, 0.00954434991943494, 0.0297307692307692, 0.0546932389296463, 0.106653846153846, 0.0844558834540258, 0.183375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1020, '2021-04-18 00:00:00', 0.00332034810501276, 0.0128365384615384, 0.00631344718712495, 0.0172307692307693, 0.0113895236950454, 0.028625, 0.0541523536316396, 0.106740384615385, 0.0841108563376104, 0.182634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1035, '2021-04-18 00:00:00', 0.0058864577307056, 0.0139038461538461, 0.00910611058575505, 0.021375, 0.0109719966978879, 0.0291634615384614, 0.0548929946840634, 0.108355769230769, 0.0834794378183126, 0.183692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1050, '2021-04-18 00:00:00', 0.00632859809485132, 0.0148653846153846, 0.00830819799030786, 0.0208846153846154, 0.00858652790937421, 0.0267884615384616, 0.0560783243467426, 0.107788461538461, 0.0833897983061385, 0.182288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1065, '2021-04-18 00:00:00', 0.00500403683193725, 0.0139038461538461, 0.00569703870444988, 0.0186249999999999, 0.0467934660133063, 0.0732884615384615, 0.0563342847173494, 0.106528846153846, 0.0837987079944462, 0.180961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1080, '2021-04-18 00:00:00', 0.00359369105302826, 0.0127692307692308, 0.00566015934812385, 0.0169903846153847, 0.0510722160278952, 0.079375, 0.0560558795722213, 0.105028846153846, 0.0836072831065663, 0.180817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1095, '2021-04-18 00:00:00', 0.00383450929565462, 0.0114615384615385, 0.0462635344022116, 0.0694807692307693, 0.0541879102326765, 0.0852307692307692, 0.0564046958287913, 0.104663461538462, 0.083282118428868, 0.180875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 600, '2021-04-18 00:00:00', 0.0150958635444894, 0.031201923076923, 0.0216403647061546, 0.0440961538461538, 0.0229491096693398, 0.056278846153846, 0.0307841320888138, 0.0803173076923076, 0.0703608644773498, 0.169125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 615, '2021-04-18 00:00:00', 0.0127747836049714, 0.0307019230769231, 0.0185065191216501, 0.041875, 0.0180648218497039, 0.0483173076923076, 0.0321990339678311, 0.0745673076923076, 0.0695433435679891, 0.168721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 630, '2021-04-18 00:00:00', 0.0145188206768372, 0.0273846153846154, 0.0153932177872645, 0.0336153846153846, 0.0208269149087276, 0.0454038461538462, 0.0320984243562491, 0.0700769230769231, 0.0678523375539741, 0.166586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 645, '2021-04-18 00:00:00', 0.00904854429431354, 0.0203653846153846, 0.0129996782504562, 0.0285288461538462, 0.0177601352429015, 0.0392403846153847, 0.0298909894449817, 0.063375, 0.0685022655436692, 0.162403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 660, '2021-04-18 00:00:00', 0.00839730382554191, 0.0194134615384615, 0.00946957171478935, 0.0271826923076923, 0.0153957661512708, 0.0372692307692308, 0.0258966529616355, 0.0584711538461538, 0.0675518298163598, 0.159163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 675, '2021-04-18 00:00:00', 0.00728739691838951, 0.0176346153846155, 0.00857464957794866, 0.0239807692307692, 0.0123020831569291, 0.0343749999999999, 0.0224578001696857, 0.0543173076923076, 0.0666483863559061, 0.156990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 690, '2021-04-18 00:00:00', 0.00827722198845448, 0.0149903846153846, 0.0126705746333172, 0.0220384615384615, 0.0166229220795123, 0.0313076923076922, 0.0240031428230682, 0.0511057692307691, 0.0672624366538662, 0.156846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 705, '2021-04-18 00:00:00', 0.0079361454022814, 0.0149903846153846, 0.00892035809043205, 0.0209326923076922, 0.012259956707164, 0.0290576923076923, 0.020255808758515, 0.0509326923076922, 0.0677851391984543, 0.161298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 720, '2021-04-18 00:00:00', 0.00536327432996502, 0.0145865384615384, 0.00758668494545144, 0.0201826923076923, 0.00923830341567114, 0.0261249999999999, 0.0187818959475505, 0.0499807692307693, 0.0684964604644199, 0.162048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 735, '2021-04-18 00:00:00', 0.00527792937254173, 0.0133076923076924, 0.00798527490977078, 0.0194807692307692, 0.00879042857973278, 0.0257211538461539, 0.0176110787901776, 0.0504519230769232, 0.0703403265450305, 0.162442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 750, '2021-04-18 00:00:00', 0.00707550623358765, 0.0149326923076923, 0.00712445004625181, 0.0194326923076923, 0.00795999613451776, 0.0264423076923077, 0.0165097290664066, 0.0508846153846155, 0.0708289685683868, 0.163432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 765, '2021-04-18 00:00:00', 0.00666287071417763, 0.014076923076923, 0.0095003238811186, 0.0196346153846154, 0.00886740465889625, 0.0258942307692308, 0.017654069045015, 0.0543653846153847, 0.0707227040304922, 0.164394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 780, '2021-04-18 00:00:00', 0.00402692858716825, 0.0123653846153846, 0.0059018331571965, 0.0180288461538461, 0.00885294388238264, 0.0265192307692308, 0.0197609463336146, 0.05625, 0.0682318389474726, 0.163673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 795, '2021-04-18 00:00:00', 0.00585392701854591, 0.0130384615384615, 0.00644796479518928, 0.0168750000000001, 0.00856978143514486, 0.0263846153846154, 0.0221296464047665, 0.0573750000000001, 0.0679700669412646, 0.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 810, '2021-04-18 00:00:00', 0.00456892724322095, 0.011798076923077, 0.00822980044622089, 0.0192307692307693, 0.0070615222263933, 0.0247019230769232, 0.0204033462564732, 0.0576923076923077, 0.0668961479861479, 0.162730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 825, '2021-04-18 00:00:00', 0.00644583944524266, 0.013326923076923, 0.00589753044795996, 0.0171442307692306, 0.00820403277944159, 0.0231153846153846, 0.0216985576443724, 0.0589903846153846, 0.0664246970984089, 0.162096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 840, '2021-04-18 00:00:00', 0.00405941450874945, 0.00992307692307687, 0.00551648752517258, 0.0145288461538462, 0.00942980136832976, 0.0208846153846154, 0.0220514193682368, 0.0602019230769231, 0.0677350927397425, 0.161932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 855, '2021-04-18 00:00:00', 0.00348833220012977, 0.00971153846153856, 0.00684617383316004, 0.015548076923077, 0.00816300284114948, 0.0212692307692308, 0.0226055047754711, 0.0608269230769232, 0.067354444202637, 0.162134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 870, '2021-04-18 00:00:00', 0.00514456397195507, 0.0118076923076922, 0.00631375177992153, 0.0147884615384615, 0.00815332046563749, 0.0219711538461538, 0.023015404540304, 0.0615769230769231, 0.0672362232099517, 0.162086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 885, '2021-04-18 00:00:00', 0.00352557960319465, 0.00991346153846154, 0.00568209062283882, 0.0161153846153846, 0.00931020944984587, 0.025, 0.0377638066957483, 0.088048076923077, 0.0677365491898859, 0.162298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 900, '2021-04-18 00:00:00', 0.00524372335420017, 0.0122211538461539, 0.00697997823448221, 0.0169519230769231, 0.00886685704441848, 0.0268846153846155, 0.0408815091265175, 0.0911826923076923, 0.0676508286378267, 0.162230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 915, '2021-04-18 00:00:00', 0.00449068480301166, 0.0118749999999999, 0.00826084368945078, 0.0196923076923077, 0.0085663081088287, 0.0277788461538462, 0.0434346381182293, 0.0936826923076923, 0.0678356554759085, 0.162384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 930, '2021-04-18 00:00:00', 0.00700631583205187, 0.0142115384615385, 0.00736997547224808, 0.0193076923076924, 0.00992727885095492, 0.0276057692307693, 0.0449466478599477, 0.0941153846153847, 0.0707296532308327, 0.167576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 945, '2021-04-18 00:00:00', 0.00700711177195117, 0.0127307692307693, 0.00914002188181197, 0.0197500000000001, 0.0147520663480905, 0.0335384615384617, 0.0486071071488996, 0.0948942307692308, 0.0774695970141736, 0.171461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 960, '2021-04-18 00:00:00', 0.00685054742338161, 0.01475, 0.00848210786574624, 0.0198653846153846, 0.0165956812037163, 0.0352788461538461, 0.0500759077647278, 0.0960576923076923, 0.082463878455964, 0.174125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 975, '2021-04-18 00:00:00', 0.00498563320567593, 0.0121923076923077, 0.0110014159927782, 0.0251153846153848, 0.0157371467700323, 0.0348173076923077, 0.0508422191687184, 0.095625, 0.0821716572182891, 0.178625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 990, '2021-04-18 00:00:00', 0.00926093947718059, 0.0212500000000001, 0.0117036483463655, 0.0279038461538461, 0.0138986025860931, 0.0348846153846154, 0.050563524402478, 0.094, 0.0826018328396019, 0.179432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1005, '2021-04-18 00:00:00', 0.00611882341631123, 0.0172499999999999, 0.00820862585708097, 0.0229423076923075, 0.0131424920069919, 0.0327980769230769, 0.0503529427755105, 0.0924230769230769, 0.0827906540851451, 0.179740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1020, '2021-04-18 00:00:00', 0.00514912240468805, 0.0149615384615384, 0.00685650308943149, 0.0205288461538461, 0.0133496218615417, 0.0319903846153846, 0.0500781168621738, 0.0913173076923077, 0.0828752659817057, 0.180086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1035, '2021-04-18 00:00:00', 0.00435903129676237, 0.0143846153846154, 0.00859539791892236, 0.0221442307692308, 0.0112675845476509, 0.0282115384615386, 0.0493686251970434, 0.0888846153846154, 0.0829723198746703, 0.180355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1050, '2021-04-18 00:00:00', 0.00595021816018924, 0.0152980769230768, 0.00856176653231359, 0.021173076923077, 0.00856614534979682, 0.0250769230769231, 0.0481943301804108, 0.0885384615384615, 0.0828605222880362, 0.181384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1065, '2021-04-18 00:00:00', 0.00681560003566493, 0.0142596153846153, 0.00785905283978058, 0.0184134615384616, 0.0370868588067775, 0.0652019230769231, 0.0485728319125002, 0.08875, 0.0858503914466233, 0.183336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1080, '2021-04-18 00:00:00', 0.00581331363205318, 0.0134807692307693, 0.00725833738114051, 0.0179615384615385, 0.0384896302218582, 0.0677788461538461, 0.0478993385613557, 0.0887211538461538, 0.0888616534931601, 0.185538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1095, '2021-04-18 00:00:00', 0.00489804709906049, 0.0118942307692307, 0.0360012513137231, 0.0602980769230768, 0.0387343727794239, 0.0699711538461538, 0.0469031705095311, 0.0880096153846153, 0.0889437057270583, 0.186067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 600, '2021-04-18 00:00:00', 0.0108729197833601, 0.0263461538461538, 0.0140477756246318, 0.0355, 0.0167846913997433, 0.0451057692307692, 0.0264746122946842, 0.0662980769230769, 0.0877756016783707, 0.179375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 615, '2021-04-18 00:00:00', 0.00866514348054684, 0.0259134615384615, 0.012172920767014, 0.0329999999999999, 0.0188364239011713, 0.0418942307692308, 0.0216134595707255, 0.0624711538461539, 0.0905323783983472, 0.179307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 630, '2021-04-18 00:00:00', 0.00975953182988108, 0.0215384615384615, 0.0113449455028016, 0.0283173076923077, 0.018192728894132, 0.0384038461538461, 0.0198947833324757, 0.0579903846153847, 0.0910949319919356, 0.177721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 645, '2021-04-18 00:00:00', 0.00765965956262967, 0.0193461538461539, 0.0126566340160164, 0.027596153846154, 0.0142611393708162, 0.0367019230769232, 0.0199109556236298, 0.0566346153846154, 0.0912086392036665, 0.177855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 660, '2021-04-18 00:00:00', 0.00821010751358451, 0.0196442307692308, 0.0104888585578296, 0.0261346153846153, 0.0109144928350406, 0.0321153846153846, 0.0184553827878523, 0.0543846153846153, 0.0918722231396159, 0.177596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 675, '2021-04-18 00:00:00', 0.00743454126669247, 0.0164903846153846, 0.00877477262471141, 0.0234711538461539, 0.0078204613281197, 0.0284807692307692, 0.0193912748023832, 0.0521923076923076, 0.0921872410035475, 0.177759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 690, '2021-04-18 00:00:00', 0.00464808686864405, 0.0155865384615384, 0.00629447254465252, 0.0191538461538461, 0.00843039943391681, 0.0257788461538461, 0.0187707321278469, 0.0514038461538461, 0.0919419570247363, 0.179038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 705, '2021-04-18 00:00:00', 0.00603665087992952, 0.0136153846153846, 0.00724523716233375, 0.0187115384615384, 0.00807822928998298, 0.0255673076923077, 0.0197218250832772, 0.0515961538461539, 0.0928008708720741, 0.198778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 720, '2021-04-18 00:00:00', 0.0054822791442414, 0.0121538461538461, 0.00830197497355526, 0.0181826923076923, 0.00892888570875442, 0.0267499999999999, 0.0207371925256567, 0.0526153846153846, 0.0924633986837702, 0.199451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 735, '2021-04-18 00:00:00', 0.00498100237054597, 0.0123461538461539, 0.00608067556975494, 0.0172692307692308, 0.00854144308650474, 0.026125, 0.0215732829782937, 0.0524423076923077, 0.0923229433314635, 0.200894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 750, '2021-04-18 00:00:00', 0.00554489543495768, 0.0118942307692308, 0.00737099304446399, 0.0186923076923076, 0.0078854052137233, 0.0267692307692307, 0.0217017302571441, 0.052798076923077, 0.0918205110528143, 0.200875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 765, '2021-04-18 00:00:00', 0.00589129899480187, 0.0132596153846154, 0.00685531798061805, 0.0183461538461538, 0.00845522710426022, 0.0251057692307693, 0.0223081909758587, 0.0545961538461539, 0.0905679791435905, 0.201326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 780, '2021-04-18 00:00:00', 0.00638631349058277, 0.01375, 0.00707916770423009, 0.0199807692307693, 0.00976715945636984, 0.0257596153846154, 0.022269252690304, 0.0564807692307693, 0.0905740352716198, 0.201355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 795, '2021-04-18 00:00:00', 0.00492540509852895, 0.0122692307692308, 0.00788382594546975, 0.0165865384615385, 0.0111225732011699, 0.0247211538461538, 0.0211546707881225, 0.0579519230769231, 0.0903402372231691, 0.201538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 810, '2021-04-18 00:00:00', 0.00450153819864346, 0.0110769230769231, 0.00664005908222099, 0.0169038461538461, 0.00899360884183868, 0.02475, 0.0217269971198542, 0.0585096153846153, 0.0902463849691499, 0.2015 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 825, '2021-04-18 00:00:00', 0.00490729441357852, 0.0131923076923077, 0.00730969456375459, 0.0189711538461538, 0.011783042737504, 0.026201923076923, 0.0215394093198062, 0.0608846153846154, 0.0907372093126418, 0.201865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 840, '2021-04-18 00:00:00', 0.00439686295512534, 0.0110096153846154, 0.00648083713728411, 0.016625, 0.0140705400093189, 0.0255480769230768, 0.0232364952507572, 0.0621634615384615, 0.0902813108907589, 0.202048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 855, '2021-04-18 00:00:00', 0.00412506410206611, 0.0118846153846154, 0.0102160366016452, 0.0179903846153846, 0.0167786723596906, 0.0269230769230769, 0.0280864530717897, 0.0646730769230769, 0.0906133252426952, 0.203586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 870, '2021-04-18 00:00:00', 0.00414539861896845, 0.0109791666666667, 0.00622071945545515, 0.01678125, 0.00898970324831438, 0.0236458333333333, 0.0271366789290271, 0.0624270833333333, 0.0887830611771906, 0.199927083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 885, '2021-04-18 00:00:00', 0.00542137476548387, 0.012375, 0.00650834713483669, 0.0171979166666667, 0.0104121584447348, 0.02725, 0.0306673047793173, 0.0791145833333333, 0.0894395435587233, 0.200072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 900, '2021-04-18 00:00:00', 0.00587751449427701, 0.01196875, 0.00745541548866971, 0.01653125, 0.0116273226992362, 0.02759375, 0.0307325124069052, 0.0789166666666666, 0.0892666218587872, 0.200072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 915, '2021-04-18 00:00:00', 0.00366792736067498, 0.0112395833333333, 0.00867433641951018, 0.0194791666666667, 0.0116775004692848, 0.0274479166666667, 0.0324389878117926, 0.0761354166666666, 0.0909939279706962, 0.199291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 930, '2021-04-18 00:00:00', 0.00703095510653736, 0.0143958333333333, 0.00974809531748844, 0.0199166666666666, 0.0127136630544022, 0.0276875, 0.0317377943559365, 0.0762708333333332, 0.0914453828191959, 0.199010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 945, '2021-04-18 00:00:00', 0.00701007782575837, 0.0131979166666666, 0.00903442991632814, 0.0186875, 0.0124759505969327, 0.0297395833333333, 0.030684932852569, 0.0768020833333333, 0.0902138361443746, 0.199458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 960, '2021-04-18 00:00:00', 0.00567650533887872, 0.0135520833333333, 0.00730281239253615, 0.0185208333333334, 0.01057624149015, 0.0305416666666666, 0.0306489868351589, 0.0767187499999999, 0.0900100179358073, 0.19915625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 975, '2021-04-18 00:00:00', 0.00448407003267905, 0.0126666666666667, 0.00830986732310067, 0.0226041666666666, 0.0101056914657038, 0.0319999999999999, 0.0302426479267804, 0.0777083333333333, 0.0899860873908464, 0.1991875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 990, '2021-04-18 00:00:00', 0.00905298413447916, 0.0185, 0.0088264260661634, 0.0245833333333333, 0.0112891027358116, 0.0323333333333332, 0.0311920313791516, 0.0787395833333333, 0.089634106777644, 0.1996875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1005, '2021-04-18 00:00:00', 0.00465959690285551, 0.0156979166666666, 0.0061493710648125, 0.0213958333333333, 0.00828188147031856, 0.0299895833333333, 0.0323196763749, 0.0772187499999999, 0.0885561697414436, 0.197979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1020, '2021-04-18 00:00:00', 0.00517987150811484, 0.0156458333333334, 0.00679653011160624, 0.0209895833333333, 0.0115385253795614, 0.03121875, 0.033887145865229, 0.07803125, 0.0887305493841988, 0.19803125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1035, '2021-04-18 00:00:00', 0.00504809298187187, 0.0137708333333334, 0.00853954330270901, 0.0196145833333334, 0.0240667850974645, 0.0312916666666667, 0.0338847935599651, 0.0776354166666667, 0.088747504557691, 0.19775 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1050, '2021-04-18 00:00:00', 0.00443449454254104, 0.01321875, 0.00832818681659904, 0.02, 0.0220942788023756, 0.0293541666666667, 0.0336022109752847, 0.0771145833333333, 0.0886111411150434, 0.198229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1065, '2021-04-18 00:00:00', 0.00761288833758778, 0.0143958333333333, 0.0232021187656945, 0.0221875, 0.0317290224406021, 0.0608229166666667, 0.0333727286449602, 0.0778854166666667, 0.0885898892552692, 0.198375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1080, '2021-04-18 00:00:00', 0.017441244533277, 0.0159375, 0.016695695959946, 0.02096875, 0.0296731725534035, 0.0585729166666667, 0.0332835316374461, 0.0783750000000001, 0.0880316971899605, 0.198541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1095, '2021-04-18 00:00:00', 0.00410129883986924, 0.01275, 0.028696119564842, 0.0533645833333333, 0.0287431387527931, 0.0582708333333333, 0.0324635089871824, 0.07715625, 0.0873775171466744, 0.19859375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 600, '2021-04-18 00:00:00', 0.0125751987073621, 0.0271195652173913, 0.0112314845438744, 0.0356521739130435, 0.0161798959088293, 0.0431195652173914, 0.0301740176952543, 0.0669456521739131, 0.0906285105630532, 0.193902173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 615, '2021-04-18 00:00:00', 0.00826398682603448, 0.0244565217391305, 0.0142594882079467, 0.030913043478261, 0.0158872012027082, 0.0394456521739131, 0.0297331511394242, 0.0639130434782609, 0.090877058832988, 0.193336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 630, '2021-04-18 00:00:00', 0.00903324787103558, 0.0206136363636364, 0.0122810697956112, 0.0278409090909091, 0.0159487477286637, 0.0367272727272727, 0.0281140731539804, 0.0628295454545454, 0.0857503462880945, 0.200988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 645, '2021-04-18 00:00:00', 0.00750927456852217, 0.0194204545454546, 0.00761506254006996, 0.0273181818181818, 0.0136265314481477, 0.0367045454545455, 0.024039593513141, 0.0606590909090908, 0.0832414276750782, 0.200636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 660, '2021-04-18 00:00:00', 0.00589767774754201, 0.0179886363636364, 0.00929433915131891, 0.0242954545454545, 0.0130106724423682, 0.0347954545454545, 0.0228390312273222, 0.0570795454545455, 0.0813869466928901, 0.199034090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 675, '2021-04-18 00:00:00', 0.00664173843161114, 0.0165568181818182, 0.0090620530939218, 0.023534090909091, 0.0109470451547005, 0.0311250000000001, 0.0219296056237648, 0.0559886363636364, 0.0798136467583987, 0.198397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 690, '2021-04-18 00:00:00', 0.00605651816951474, 0.0157386363636364, 0.00848123884451217, 0.0232386363636365, 0.0128491497520516, 0.0299772727272727, 0.0210395454547793, 0.0542159090909091, 0.0793591050826797, 0.198625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 705, '2021-04-18 00:00:00', 0.00696202788353246, 0.0163068181818183, 0.00887881373457819, 0.0205000000000001, 0.012819425195291, 0.0308636363636363, 0.0239317662789323, 0.0554090909090909, 0.0837618473884266, 0.209977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 720, '2021-04-18 00:00:00', 0.004146270425522, 0.0125681818181818, 0.00845038998562154, 0.0206136363636362, 0.0110475164198846, 0.0302499999999999, 0.0212436137589894, 0.0532272727272726, 0.0831702741824009, 0.209738636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 735, '2021-04-18 00:00:00', 0.00728768753517807, 0.0154090909090908, 0.0102605926682995, 0.0229999999999999, 0.00954980252963268, 0.0308295454545454, 0.0196740931297022, 0.051875, 0.0835074984644106, 0.210829545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 750, '2021-04-18 00:00:00', 0.00603646028843491, 0.0151363636363636, 0.00916645021389466, 0.0212499999999999, 0.0115531252213829, 0.0296250000000001, 0.0190729404203195, 0.0519090909090909, 0.0834632990863187, 0.210909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 765, '2021-04-18 00:00:00', 0.006441555850483, 0.0139431818181818, 0.00723414073735034, 0.0194772727272727, 0.0117419033538985, 0.0273409090909092, 0.0188577818458903, 0.0537613636363637, 0.0832087301668161, 0.210329545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 780, '2021-04-18 00:00:00', 0.00621952527036781, 0.0136477272727273, 0.00802553588182601, 0.0198750000000001, 0.0134912640084409, 0.0275795454545456, 0.0190673362504653, 0.0540454545454546, 0.0829087995789291, 0.2095 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 795, '2021-04-18 00:00:00', 0.00616793525620011, 0.0134659090909093, 0.00958326039874372, 0.0183068181818183, 0.0116126668506972, 0.0262386363636365, 0.0189462814316314, 0.0550909090909092, 0.0827067926786838, 0.208238636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 810, '2021-04-18 00:00:00', 0.00433805520293637, 0.0123409090909092, 0.0074080218600371, 0.0182045454545454, 0.00898296849286043, 0.0239090909090908, 0.0187938988269299, 0.0543295454545456, 0.0825285836945198, 0.207988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 825, '2021-04-18 00:00:00', 0.00340726321858072, 0.0115795454545454, 0.00368043337486773, 0.0158522727272727, 0.0070206964448998, 0.0216249999999999, 0.0178142509772031, 0.0541704545454546, 0.0830610432438812, 0.20825 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 840, '2021-04-18 00:00:00', 0.00365016826392685, 0.0105795454545455, 0.00656296509380555, 0.0155681818181818, 0.00646728363192446, 0.0213863636363636, 0.0180111835447863, 0.0528977272727275, 0.0852044595008451, 0.209420454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 840, '2021-04-18 00:00:00', 0.00472720407147117, 0.01007, 0.00672320298171435, 0.01629, 0.0105788507567378, 0.02387, 0.021740285186722, 0.05616, 0.0862628227183259, 0.18333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 00:00:00' and dayofweek = 2 and fromtime = 840);
Date: 2021-04-23 14:05:45 Duration: 1s843ms 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 1032246, 5, 870, '2021-04-18 00:00:00', 0.110140244769052, 0.198652173913043, 0.128217808139551, 0.279521739130435, 0.202602933385974, 0.387304347826087, 0.37385699851142, 0.891652173913045, 1.86965823006056, 4.05747826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 885, '2021-04-18 00:00:00', 0.0663819645490503, 0.194739130434783, 0.144914490256034, 0.300869565217392, 0.272914014459753, 0.463826086956523, 0.608580961385798, 1.47682608695652, 1.85838843865668, 4.06504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 900, '2021-04-18 00:00:00', 0.145058567972707, 0.216521739130436, 0.167569241189682, 0.276217391304349, 0.316816669971046, 0.478434782608697, 0.626408493549146, 1.54534782608696, 1.86338293659125, 4.07982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 915, '2021-04-18 00:00:00', 0.0862564656452652, 0.179217391304349, 0.19422237774214, 0.336826086956523, 0.282716201504063, 0.476782608695652, 0.620118747394046, 1.56047826086957, 1.87377962392897, 4.05852173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 930, '2021-04-18 00:00:00', 0.170764937945764, 0.267869565217393, 0.220626739319529, 0.346391304347827, 0.270270103514531, 0.442260869565218, 0.60327935833221, 1.56443478260869, 1.88173606664323, 4.04552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 945, '2021-04-18 00:00:00', 0.138007861951683, 0.215521739130435, 0.215945855825533, 0.310391304347827, 0.216260995516571, 0.457000000000001, 0.601053682830634, 1.5685652173913, 1.91883453799167, 4.07043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 960, '2021-04-18 00:00:00', 0.11416116130711, 0.20995652173913, 0.145684875687055, 0.276086956521739, 0.178305850393601, 0.477391304347825, 0.58934843100031, 1.55913043478261, 1.9202568318835, 4.07086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 975, '2021-04-18 00:00:00', 0.0869508288650321, 0.18391304347826, 0.128692896696278, 0.34395652173913, 0.203547587933043, 0.510434782608696, 0.585280990588846, 1.55173913043478, 1.91580817836353, 4.06039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 990, '2021-04-18 00:00:00', 0.0916946298227985, 0.294782608695653, 0.13172034395589, 0.372608695652174, 0.244735074962696, 0.540434782608697, 0.573625530299913, 1.54739130434782, 1.8975394292018, 4.05839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1005, '2021-04-18 00:00:00', 0.0970185793705676, 0.264173913043477, 0.178369869307233, 0.403913043478262, 0.227971810198232, 0.524347826086958, 0.614394373867727, 1.57108695652174, 1.88139035817714, 4.09795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1020, '2021-04-18 00:00:00', 0.137228049426517, 0.291913043478261, 0.164965237684394, 0.380434782608696, 0.191460281848982, 0.505695652173914, 0.765717956000961, 1.61452173913043, 1.8691441881373, 4.11321739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1035, '2021-04-18 00:00:00', 0.0858553798259575, 0.225652173913045, 0.138972798544096, 0.349565217391307, 0.168832306819776, 0.429565217391306, 0.813898622912857, 1.64117391304348, 1.92021314178438, 4.14334782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1050, '2021-04-18 00:00:00', 0.108979836406019, 0.265173913043479, 0.145142849084327, 0.336913043478262, 0.158638239113685, 0.436000000000001, 0.818286233346128, 1.64378260869565, 1.92971502841976, 4.147 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1065, '2021-04-18 00:00:00', 0.089733906150593, 0.216086956521739, 0.102069495042261, 0.279999999999998, 0.615624291897828, 1.20921739130435, 0.80742587368871, 1.65178260869565, 1.93318254568489, 4.13613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1080, '2021-04-18 00:00:00', 0.0889152903259888, 0.198260869565218, 0.120994740682095, 0.303, 0.633999099137773, 1.30130434782608, 0.801891851499924, 1.64978260869565, 1.91823351399908, 4.12178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1095, '2021-04-18 00:00:00', 0.0881684741951306, 0.229956521739131, 0.607165314694101, 1.17391304347826, 0.620473040886064, 1.33560869565217, 0.81843472749026, 1.65630434782608, 1.90002841979993, 4.11178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 600, '2021-04-18 00:00:00', 0.43436088298403, 0.739279999999999, 0.47628959327983, 0.898879999999998, 0.458634749373979, 1.0452, 0.910888910167791, 1.58676, 1.78812839770154, 3.8336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 615, '2021-04-18 00:00:00', 0.230030418278395, 0.532080000000001, 0.245383964431257, 0.68096, 0.249475369525732, 0.786279999999998, 0.662046216916413, 1.39588, 1.68802419315206, 3.74848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 630, '2021-04-18 00:00:00', 0.0960943460008616, 0.36404, 0.141450521384688, 0.486799999999999, 0.158260070769606, 0.622999999999999, 0.855986822328475, 1.32176, 1.71109519801403, 3.69212 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 645, '2021-04-18 00:00:00', 0.110528246766759, 0.29508, 0.138259984570134, 0.42864, 0.190632526080941, 0.579479999999999, 0.861858818678171, 1.25996, 1.6913849532262, 3.65232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 660, '2021-04-18 00:00:00', 0.0839804143833554, 0.28872, 0.116069619912651, 0.376359999999999, 0.178728723675484, 0.523039999999999, 0.868412002834292, 1.19364, 1.69588404379545, 3.63824 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 675, '2021-04-18 00:00:00', 0.0716427014193811, 0.227480000000001, 0.139102444263212, 0.364639999999999, 0.216601015694757, 0.4958, 0.83480117393305, 1.1372, 1.94463854653421, 3.72508 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 690, '2021-04-18 00:00:00', 0.112532187987852, 0.269079999999998, 0.122805985196162, 0.34332, 0.339953854711684, 0.512959999999999, 0.835458333291772, 1.09572, 2.08856880582534, 3.75164 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 705, '2021-04-18 00:00:00', 0.0570073094728507, 0.198599999999999, 0.122963043228444, 0.30508, 0.315261700813785, 0.44676, 0.804885016632811, 1.04316, 2.12377135068726, 3.893 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 720, '2021-04-18 00:00:00', 0.0904181397729476, 0.212760000000001, 0.229363416147097, 0.32992, 0.283990569092239, 0.42432, 0.805167336644998, 1.01776, 2.13029834217338, 3.92212 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 735, '2021-04-18 00:00:00', 0.195972208914087, 0.248759999999999, 0.249083198951676, 0.31676, 0.25997103684834, 0.42676, 0.802639628559002, 1.00096, 2.10853689399387, 3.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 750, '2021-04-18 00:00:00', 0.183358319509461, 0.220760000000001, 0.198821636984846, 0.29028, 0.255453733580077, 0.42312, 0.798456298115307, 0.982280000000001, 2.09839945990589, 3.91772 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 765, '2021-04-18 00:00:00', 0.110299335144566, 0.199119999999999, 0.170066379197459, 0.302359999999999, 0.200124960961896, 0.410000000000001, 0.758159191726909, 0.97912, 2.07443929131063, 3.91496 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 780, '2021-04-18 00:00:00', 0.116285568035477, 0.2034, 0.116042765105513, 0.28256, 0.535809440628538, 0.56944, 0.741013522143827, 0.972959999999999, 2.06860846303338, 3.90916 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 795, '2021-04-18 00:00:00', 0.0754493649189083, 0.19876, 0.108124927745639, 0.270800000000002, 0.605757990730073, 0.591080000000001, 0.738928729084658, 0.9906, 2.06528298061065, 3.90896 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 810, '2021-04-18 00:00:00', 0.0741799613552507, 0.181200000000001, 0.548468890032363, 0.440040000000001, 0.77391366443551, 0.615120000000001, 0.736819855867089, 1.0202, 2.04803234593597, 3.91336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 825, '2021-04-18 00:00:00', 0.530292098753129, 0.361279999999998, 0.579545617991658, 0.47804, 0.740834027746204, 0.593159999999999, 0.732069516280158, 1.03888, 2.03086588675865, 3.9154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 840, '2021-04-18 00:00:00', 0.213713109877082, 0.292280000000001, 0.369750600630571, 0.394439999999999, 0.370009968334188, 0.46328, 0.465784367134264, 0.95308, 1.99522364410609, 3.82884 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 855, '2021-04-18 00:00:00', 0.267926917896156, 0.246599999999999, 0.270157682351129, 0.296440000000001, 0.342787893601858, 0.438039999999998, 0.495117538233769, 0.959719999999998, 2.0033919985864, 3.8084 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 870, '2021-04-18 00:00:00', 0.211455669112939, 0.1898, 0.226416518831997, 0.269239999999999, 0.260200243402397, 0.406999999999999, 0.481328346003712, 0.940679999999999, 2.00660452173982, 3.80604 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 885, '2021-04-18 00:00:00', 0.136504114712097, 0.20504, 0.186384012189886, 0.3184, 0.195462801235085, 0.422960000000001, 0.50538014734785, 1.27352, 2.00557375248747, 3.80792 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 900, '2021-04-18 00:00:00', 0.127058411764039, 0.232559999999999, 0.162790581218119, 0.301759999999999, 0.203151322909795, 0.41372, 0.525480177234753, 1.3632, 1.99778334077214, 3.82512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 915, '2021-04-18 00:00:00', 0.111860031587096, 0.1972, 0.131412734035431, 0.294160000000002, 0.164716139666598, 0.37836, 0.554782455862958, 1.41736, 1.99578890249779, 3.82752 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 930, '2021-04-18 00:00:00', 0.083031560264758, 0.20736, 0.124870492911656, 0.289160000000001, 0.147681662143049, 0.38796, 0.577401948386045, 1.46052, 1.99234653361307, 3.83872 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 945, '2021-04-18 00:00:00', 0.108400984005373, 0.21676, 0.122651701985743, 0.288759999999998, 0.197733676106695, 0.44076, 0.605414320940627, 1.4924, 1.98072733863094, 3.84696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 960, '2021-04-18 00:00:00', 0.0826498638837349, 0.203199999999997, 0.105082507266116, 0.274399999999998, 0.212780505059399, 0.493279999999997, 0.590817997920397, 1.53336, 1.96866944660601, 3.84816 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 975, '2021-04-18 00:00:00', 0.0743863786814059, 0.195999999999999, 0.165315859291641, 0.3272, 0.228524418826523, 0.535919999999998, 0.586220740563371, 1.56044, 1.9354168155723, 3.8648 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 990, '2021-04-18 00:00:00', 0.160896447029344, 0.272800000000001, 0.189827140665746, 0.408479999999998, 0.267983849015818, 0.573519999999998, 0.572631693732251, 1.56684, 1.93238356699699, 3.8664 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1005, '2021-04-18 00:00:00', 0.118183938559066, 0.306879999999997, 0.176331439813399, 0.421119999999998, 0.29803111135137, 0.60472, 0.528976801633746, 1.54204, 1.93104343555499, 3.8336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1020, '2021-04-18 00:00:00', 0.124299061407023, 0.27144, 0.160957520275795, 0.39664, 0.290979237518186, 0.587, 0.517980379293785, 1.53344, 1.9300126666251, 3.82132 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1035, '2021-04-18 00:00:00', 0.116942607005886, 0.268359999999999, 0.219585404797313, 0.4092, 0.2791636318243, 0.546399999999999, 0.515341061822168, 1.50108, 1.93104571584069, 3.80216 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1050, '2021-04-18 00:00:00', 0.148248946033351, 0.272800000000001, 0.191023663455602, 0.389960000000001, 0.208971289894089, 0.482399999999999, 0.499894615560787, 1.47328, 1.91463366992227, 3.82056 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1065, '2021-04-18 00:00:00', 0.122365191128852, 0.270359999999999, 0.145170015269455, 0.329199999999998, 0.322766959275574, 0.897479999999998, 0.505208366254295, 1.45208, 1.90068684690561, 3.80136 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1080, '2021-04-18 00:00:00', 0.103662915259027, 0.2328, 0.133931574569504, 0.322799999999999, 0.40660086079594, 1.01448, 0.554423490363338, 1.44764, 1.89444344773516, 3.78332 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1095, '2021-04-18 00:00:00', 0.0839642781187349, 0.229999999999999, 0.32863862118341, 0.840479999999999, 0.385564681127995, 1.08904, 0.546540946925907, 1.44444, 1.88985416809517, 3.78788 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 600, '2021-04-18 00:00:00', 0.19160327602788, 0.549846153846152, 0.278404896066587, 0.764384615384614, 0.319022140538626, 0.932384615384614, 0.433714744964936, 1.241, 1.72177555403181, 3.69246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 615, '2021-04-18 00:00:00', 0.234271427063696, 0.495307692307692, 0.234852860646504, 0.631115384615385, 0.339172932973045, 0.788961538461537, 0.37359957173423, 1.134, 1.63691855208311, 3.64811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 630, '2021-04-18 00:00:00', 0.175231205510362, 0.395846153846154, 0.284648774132938, 0.55326923076923, 0.273163183125736, 0.728269230769229, 0.407215716789028, 1.076, 1.58115761536141, 3.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 645, '2021-04-18 00:00:00', 0.177207887478565, 0.370653846153845, 0.197819144286274, 0.465576923076922, 0.197023465997952, 0.672615384615383, 0.435017348902494, 1.03257692307692, 1.56601683702512, 3.60742307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 660, '2021-04-18 00:00:00', 0.0839688953399717, 0.281153846153846, 0.111944959002866, 0.434076923076923, 0.196676728121593, 0.599846153846153, 0.474999052630636, 0.952499999999999, 1.56301652730078, 3.57876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 675, '2021-04-18 00:00:00', 0.0830018350121496, 0.283769230769231, 0.15172124236446, 0.429153846153845, 0.158878904055405, 0.524115384615384, 0.440467564509144, 0.893346153846152, 1.55143995248087, 3.55761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 690, '2021-04-18 00:00:00', 0.140482448944837, 0.28303846153846, 0.144361282898152, 0.356499999999999, 0.236804690701983, 0.500692307692306, 0.440993195482128, 0.856038461538461, 1.54634442973893, 3.54184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 705, '2021-04-18 00:00:00', 0.104973168732998, 0.242615384615385, 0.139520039917072, 0.349192307692308, 0.234046139435402, 0.482653846153845, 0.492642888291931, 0.886846153846154, 1.57680317536659, 3.68157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 720, '2021-04-18 00:00:00', 0.0975413521775021, 0.232653846153846, 0.158626663778631, 0.348461538461538, 0.20691911463178, 0.493, 0.475462717134178, 0.887653846153847, 1.59625558778614, 3.70930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 735, '2021-04-18 00:00:00', 0.107440896095698, 0.228115384615385, 0.155392233248148, 0.338115384615384, 0.182637198165782, 0.481884615384615, 0.473890914094729, 0.885961538461539, 1.65487642857289, 3.60892307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 750, '2021-04-18 00:00:00', 0.098658696836816, 0.248461538461538, 0.162289807253756, 0.370692307692308, 0.194590493087406, 0.474499999999999, 0.475180595628165, 0.859038461538462, 1.67408984043455, 3.59507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 765, '2021-04-18 00:00:00', 0.115315413607134, 0.238730769230768, 0.118377473168868, 0.306115384615382, 0.171002510103035, 0.42453846153846, 0.48367759764283, 0.894461538461539, 1.67283939916079, 3.58315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 780, '2021-04-18 00:00:00', 0.0730787562523101, 0.207769230769231, 0.134814014336559, 0.306538461538461, 0.192251437926001, 0.403846153846153, 0.463725868955421, 0.939192307692308, 1.6463995145585, 3.57319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 795, '2021-04-18 00:00:00', 0.102723115517094, 0.223038461538462, 0.102376920476023, 0.281923076923077, 0.150947081914364, 0.407692307692309, 0.429026714248031, 0.965807692307692, 1.6106337863854, 3.56007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 810, '2021-04-18 00:00:00', 0.0713571731071671, 0.189615384615386, 0.138532973025863, 0.269230769230769, 0.165116970194325, 0.40442307692308, 0.436191822658158, 0.993115384615384, 1.58031619815588, 3.57238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 825, '2021-04-18 00:00:00', 0.105363436951125, 0.198423076923074, 0.127576100969037, 0.309692307692308, 0.238213598397611, 0.437038461538462, 0.439085730195753, 1.01996153846154, 1.54842366891673, 3.58846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 855, '2021-04-18 00:00:00', 0.0950085016438814, 0.191153846153847, 0.194503312212256, 0.303461538461538, 0.223426136478118, 0.381961538461536, 0.433526975471583, 1.00196153846154, 1.54675695718991, 3.56626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 885, '2021-04-18 00:00:00', 0.0680833425917215, 0.162307692307692, 0.0767125704271361, 0.23153846153846, 0.208878323064299, 0.416923076923076, 0.735146705400726, 1.71503846153846, 1.54080175183621, 3.55503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 900, '2021-04-18 00:00:00', 0.0692520480119252, 0.180384615384614, 0.152087525407626, 0.288846153846153, 0.20577039108228, 0.435423076923078, 0.780521680574062, 1.82242307692308, 1.53247682677925, 3.55123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 915, '2021-04-18 00:00:00', 0.118270517816635, 0.212653846153848, 0.168658311843342, 0.327884615384617, 0.217148148648655, 0.435961538461539, 0.795752338743273, 1.83776923076923, 1.53306587544748, 3.54546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 930, '2021-04-18 00:00:00', 0.147600875544621, 0.233461538461538, 0.15987462395457, 0.312153846153847, 0.191341209522512, 0.405461538461539, 0.834779889920323, 1.87576923076923, 1.52613690080543, 3.542 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 945, '2021-04-18 00:00:00', 0.0959264541999982, 0.20173076923077, 0.14041950883527, 0.295038461538462, 0.220630094188302, 0.470038461538462, 0.835929231454435, 1.865, 1.52711760667455, 3.52876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 960, '2021-04-18 00:00:00', 0.123716207507342, 0.233500000000001, 0.169297485101043, 0.290038461538462, 0.199180660167135, 0.540846153846153, 0.848484143363013, 1.88230769230769, 1.52486201141158, 3.51607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 975, '2021-04-18 00:00:00', 0.109820132664559, 0.192692307692309, 0.164120031121691, 0.370769230769231, 0.185461171553093, 0.580384615384615, 0.822802348450336, 1.86723076923077, 1.51322620048893, 3.51057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 990, '2021-04-18 00:00:00', 0.111385815973131, 0.289000000000001, 0.145454328015571, 0.431192307692308, 0.191805771149236, 0.579576923076923, 0.835130848338245, 1.86142307692308, 1.51959255520885, 3.50057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1005, '2021-04-18 00:00:00', 0.099032527678844, 0.284192307692308, 0.142020626887568, 0.424538461538462, 0.214906580777642, 0.544961538461537, 0.822390490254806, 1.85603846153846, 1.53190710553872, 3.4775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1020, '2021-04-18 00:00:00', 0.0976902483126356, 0.309769230769229, 0.131352256869134, 0.392846153846151, 0.223654737348577, 0.499807692307691, 0.814616413742359, 1.85330769230769, 1.53514645605508, 3.46019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1035, '2021-04-18 00:00:00', 0.0987148184651881, 0.253846153846152, 0.161323850113318, 0.355769230769229, 0.192235832727968, 0.478846153846152, 0.853136480198892, 1.88057692307692, 1.52995720251858, 3.46719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1050, '2021-04-18 00:00:00', 0.0910958919955321, 0.23230769230769, 0.117883906385119, 0.326153846153846, 0.200484029672805, 0.465384615384616, 0.893820740072983, 1.86865384615385, 1.54010652828353, 3.44296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1065, '2021-04-18 00:00:00', 0.0884459417688842, 0.23226923076923, 0.126042392136076, 0.327269230769231, 0.70656815665582, 1.366, 0.898290421600087, 1.86880769230769, 1.54277761346715, 3.44373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1080, '2021-04-18 00:00:00', 0.0881467308176873, 0.225384615384617, 0.148402778327714, 0.330769230769233, 0.767166699365521, 1.47876923076923, 0.921815744145133, 1.85611538461538, 1.53232950714314, 3.42796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1095, '2021-04-18 00:00:00', 0.0762395011687611, 0.217307692307693, 0.717841722430189, 1.24853846153846, 0.769788374515011, 1.46369230769231, 0.926072700252979, 1.80938461538461, 1.55021371628361, 3.40761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 600, '2021-04-18 00:00:00', 0.453249540710024, 0.726884615384617, 0.551144409388321, 0.929000000000001, 0.60702207918278, 1.09726923076923, 0.674975232594045, 1.47273076923077, 1.35463613791817, 3.21888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 615, '2021-04-18 00:00:00', 0.213020880161113, 0.484153846153846, 0.229526522683949, 0.62723076923077, 0.27079147810702, 0.77576923076923, 0.38243085046138, 1.21865384615385, 1.22244787209926, 3.064 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 630, '2021-04-18 00:00:00', 0.168038823352957, 0.407384615384616, 0.224604010512861, 0.562807692307692, 0.249450954020099, 0.713538461538463, 0.39468521439438, 1.14446153846154, 1.21649865597953, 3.0335 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 645, '2021-04-18 00:00:00', 0.17232922427279, 0.383192307692308, 0.192872536626176, 0.507153846153846, 0.282941298614285, 0.65046153846154, 0.421290356660799, 1.09526923076923, 1.21715682385063, 3.00742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 660, '2021-04-18 00:00:00', 0.13436158448238, 0.314653846153847, 0.175960262122315, 0.426423076923079, 0.236808604963198, 0.557653846153848, 0.378071552039477, 1.03253846153846, 1.18908137005648, 2.95123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 675, '2021-04-18 00:00:00', 0.0933968208979646, 0.260615384615386, 0.14195182823219, 0.346807692307694, 0.207714671160667, 0.48423076923077, 0.440221210127538, 1.03407692307692, 1.19569538698681, 2.92853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 690, '2021-04-18 00:00:00', 0.114387391720483, 0.248346153846154, 0.153741541355815, 0.352692307692308, 0.241231535762126, 0.475576923076924, 0.4100592827685, 1.06315384615385, 1.19568114671738, 2.90026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 705, '2021-04-18 00:00:00', 0.130292570187844, 0.248076923076923, 0.157142879620378, 0.33826923076923, 0.235647928388617, 0.503115384615384, 0.435443618181947, 1.09976923076923, 1.23413509608333, 3.11334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 720, '2021-04-18 00:00:00', 0.103797324702446, 0.226730769230769, 0.126301379491829, 0.344038461538463, 0.246578235361206, 0.521884615384616, 0.448508989704949, 1.08392307692308, 1.24470118316993, 3.14065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 735, '2021-04-18 00:00:00', 0.0894839908329114, 0.250769230769232, 0.130645851298609, 0.349461538461538, 0.20839852723531, 0.501884615384616, 0.445092635129087, 1.05457692307692, 1.24602821612699, 3.12965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 750, '2021-04-18 00:00:00', 0.107905514224251, 0.241, 0.183668669075594, 0.3475, 0.229136506173806, 0.46653846153846, 0.446003470148625, 1.02484615384615, 1.24880352892125, 3.12042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 765, '2021-04-18 00:00:00', 0.103657253262114, 0.226115384615385, 0.122014835163598, 0.3005, 0.162496035454597, 0.405192307692307, 0.416689570857657, 1.02903846153846, 1.22980347398086, 3.09576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 780, '2021-04-18 00:00:00', 0.0672915585059044, 0.218076923076924, 0.110166307846886, 0.296153846153845, 0.156110414573986, 0.436307692307693, 0.401919861893656, 1.06715384615385, 1.22523364930311, 3.08984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 795, '2021-04-18 00:00:00', 0.102329069484377, 0.219961538461537, 0.112684720143621, 0.294615384615384, 0.181008049119792, 0.458923076923079, 0.383825296797304, 1.11846153846154, 1.21500832032605, 3.09946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 810, '2021-04-18 00:00:00', 0.0861519230554602, 0.213076923076923, 0.159296496653738, 0.333576923076924, 0.156275954152115, 0.434423076923078, 0.375767155808774, 1.10965384615385, 1.20861587204283, 3.09061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 825, '2021-04-18 00:00:00', 0.108588283827563, 0.215153846153847, 0.154855863503899, 0.32646153846154, 0.180483355294778, 0.419192307692307, 0.388933959195369, 1.11423076923077, 1.22754357403469, 3.10311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 840, '2021-04-18 00:00:00', 0.155140273995454, 0.267769230769232, 0.150530712429775, 0.329846153846154, 0.1999976153704, 0.472615384615384, 0.373470534312949, 1.14, 1.29849616687329, 3.14615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 855, '2021-04-18 00:00:00', 0.0759761501039338, 0.185846153846154, 0.126280938326475, 0.278346153846154, 0.235713672460073, 0.456846153846153, 0.566795505112191, 1.21976923076923, 1.2798545211799, 3.13865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 870, '2021-04-18 00:00:00', 0.116023770773991, 0.207653846153847, 0.154435871679924, 0.308038461538462, 0.285958106130143, 0.52696153846154, 0.741428334624874, 1.26615384615385, 1.27405128021418, 3.13523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 885, '2021-04-18 00:00:00', 0.104673117553941, 0.212692307692307, 0.196366834893658, 0.336576923076923, 0.317260943316139, 0.601115384615384, 0.862722446676798, 1.6235, 1.23196884076481, 3.17223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 900, '2021-04-18 00:00:00', 0.172753412523346, 0.232692307692308, 0.248716397034546, 0.369615384615386, 0.316975585082609, 0.586807692307692, 0.848430454064807, 1.67334615384615, 1.23461430663744, 3.17261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 915, '2021-04-18 00:00:00', 0.121343479429263, 0.227360000000003, 0.25820904321886, 0.407920000000001, 0.274560327311382, 0.523959999999999, 0.849918403926714, 1.70472, 1.25966446325996, 3.16268 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 930, '2021-04-18 00:00:00', 0.186605528678369, 0.302959999999999, 0.190488608583298, 0.379079999999999, 0.243731183889135, 0.489839999999998, 0.85626368602201, 1.707, 1.33754167287104, 3.29532 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 945, '2021-04-18 00:00:00', 0.139844711495765, 0.242720000000001, 0.174328234469731, 0.334600000000001, 0.287549126237588, 0.5514, 0.848289429774218, 1.73896, 1.36724341651368, 3.32132 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 960, '2021-04-18 00:00:00', 0.109779324100669, 0.236199999999999, 0.164431424409486, 0.32788, 0.260357971518702, 0.583240000000001, 0.853719313748183, 1.729, 1.45582071011509, 3.35176 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 975, '2021-04-18 00:00:00', 0.131594478100971, 0.237239999999999, 0.239555059780976, 0.43428, 0.282534953589815, 0.628, 0.846735003803828, 1.7458, 1.45808767683337, 3.34456 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 990, '2021-04-18 00:00:00', 0.150198413459655, 0.346541666666667, 0.183529758081488, 0.460041666666667, 0.266737237038978, 0.626333333333333, 0.592124521764943, 1.64516666666667, 1.33756073612606, 3.215125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1005, '2021-04-18 00:00:00', 0.118954220886299, 0.297240000000001, 0.186839949332753, 0.431600000000001, 0.233294570589773, 0.597240000000002, 0.819723123987607, 1.7478, 1.47598371377646, 3.31356 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1020, '2021-04-18 00:00:00', 0.157329463229236, 0.309680000000001, 0.182003736225385, 0.434880000000001, 0.189790296555609, 0.589240000000002, 0.793369642726519, 1.73216, 1.47987283575313, 3.31412 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1035, '2021-04-18 00:00:00', 0.141383741352535, 0.288333333333333, 0.17884240795756, 0.425458333333334, 0.209628652863699, 0.607541666666667, 0.55511827796987, 1.59295833333333, 1.35688724593771, 3.16129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1050, '2021-04-18 00:00:00', 0.149284962404121, 0.318800000000001, 0.167473380969434, 0.418400000000001, 0.201364718856109, 0.604800000000002, 0.762531831029588, 1.67328, 1.49737904352906, 3.2806 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1065, '2021-04-18 00:00:00', 0.124614231397008, 0.25396, 0.151449023326883, 0.39084, 0.608044195213912, 1.15292, 0.732231070086488, 1.62156, 1.5116325644812, 3.24852 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1080, '2021-04-18 00:00:00', 0.111261433869363, 0.263240000000002, 0.129440784402237, 0.342400000000002, 0.712972650246841, 1.2724, 0.726703109942433, 1.60992, 1.5206717123254, 3.23796 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1095, '2021-04-18 00:00:00', 0.113991695603964, 0.236760000000001, 0.597584925624245, 1.06592, 0.699657875917463, 1.27068, 0.717802951140958, 1.60192, 1.52385771645518, 3.25756 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 600, '2021-04-18 00:00:00', 0.254507708946201, 0.644999999999999, 0.349569152516789, 0.847624999999999, 0.347973126981742, 0.986583333333333, 0.512917931396268, 1.41825, 1.499180643368, 3.19558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 615, '2021-04-18 00:00:00', 0.228555954364272, 0.503458333333334, 0.280477669032827, 0.650375000000001, 0.324349371038011, 0.824083333333334, 0.503232615414969, 1.27625, 1.44439648898469, 3.099 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 630, '2021-04-18 00:00:00', 0.157576666410678, 0.402833333333333, 0.227785924798335, 0.565916666666666, 0.311273957229441, 0.714208333333335, 0.486651133859725, 1.17825, 1.45946526836551, 3.0645 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 645, '2021-04-18 00:00:00', 0.175320777433822, 0.349375, 0.192038034993221, 0.474458333333332, 0.218806110816025, 0.636875, 0.435231570462823, 1.11545833333333, 1.46363414528081, 3.04770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 660, '2021-04-18 00:00:00', 0.125105491717873, 0.324916666666666, 0.141863758891962, 0.42775, 0.194731755298769, 0.62575, 0.421691486924894, 1.09366666666667, 1.45170656133304, 3.038125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 675, '2021-04-18 00:00:00', 0.0888799874770106, 0.2975, 0.141004773020253, 0.441458333333333, 0.23972547327356, 0.604041666666665, 0.423620523376862, 1.0595, 1.46419494623486, 3.03183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 690, '2021-04-18 00:00:00', 0.115228569323784, 0.308833333333333, 0.191540054274046, 0.424125, 0.294709830270339, 0.583666666666665, 0.383144424939629, 1.03120833333333, 1.4846662772186, 3.00729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 705, '2021-04-18 00:00:00', 0.132637288732538, 0.255041666666667, 0.164995103133308, 0.372916666666666, 0.267778782671959, 0.521458333333332, 0.379704003711815, 0.982499999999999, 1.44434396120206, 3.101 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 720, '2021-04-18 00:00:00', 0.0854445217924916, 0.258624999999999, 0.186141815190245, 0.374916666666665, 0.21759285457551, 0.491041666666666, 0.402210772400222, 0.997875000000001, 1.43866547460697, 3.1295 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 735, '2021-04-18 00:00:00', 0.139374898453205, 0.254166666666666, 0.163659951454673, 0.335666666666667, 0.243349989503401, 0.506500000000001, 0.430108808275909, 1.01725, 1.45133311967837, 3.16245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 750, '2021-04-18 00:00:00', 0.115909978812896, 0.232916666666664, 0.136963333451493, 0.333791666666666, 0.226570589185927, 0.520166666666666, 0.462538535409894, 1.012375, 1.45378764422207, 3.18491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 765, '2021-04-18 00:00:00', 0.088547048003561, 0.233333333333332, 0.191226888344938, 0.371624999999999, 0.211581809990462, 0.488416666666666, 0.451078891843396, 1.04791666666666, 1.43797653727004, 3.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 780, '2021-04-18 00:00:00', 0.153055237731682, 0.264583333333334, 0.174236299442676, 0.358125000000001, 0.242508684290937, 0.478125000000001, 0.457597837404311, 1.07004166666667, 1.43823275212163, 3.21883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 795, '2021-04-18 00:00:00', 0.158075999883378, 0.257250000000001, 0.19081620548413, 0.333958333333334, 0.233925941302996, 0.483041666666667, 0.428319694701943, 1.06125, 1.44943226266631, 3.23466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 810, '2021-04-18 00:00:00', 0.102892056847548, 0.209583333333332, 0.157383859870783, 0.303125, 0.177762252681105, 0.451125, 0.417792852683748, 1.04354166666667, 1.4404576466818, 3.22133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 825, '2021-04-18 00:00:00', 0.0988252373446776, 0.211416666666667, 0.131923719450382, 0.336041666666666, 0.20998798706151, 0.466541666666665, 0.420165667809493, 1.06066666666667, 1.4406197482535, 3.22804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 840, '2021-04-18 00:00:00', 0.136857563742831, 0.279416666666668, 0.161045767191923, 0.349000000000001, 0.215827410248312, 0.494083333333333, 0.441070141321329, 1.0675, 1.43468896732742, 3.24054166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 855, '2021-04-18 00:00:00', 0.0767076135140103, 0.191666666666667, 0.190441363793367, 0.3015, 0.212445692122597, 0.417291666666666, 0.438325748680728, 1.052625, 1.43276652426119, 3.2435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 870, '2021-04-18 00:00:00', 0.190934240140344, 0.220666666666667, 0.20318842543778, 0.327333333333334, 0.221280426549464, 0.446375000000001, 0.429426359447583, 1.06970833333333, 1.43257339898459, 3.24225 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 885, '2021-04-18 00:00:00', 0.0892787423779027, 0.231208333333335, 0.101747120103104, 0.294708333333333, 0.199643867707086, 0.484249999999997, 0.716405974240541, 1.55529166666667, 1.44053090052325, 3.23033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 900, '2021-04-18 00:00:00', 0.0932776360726648, 0.212249999999998, 0.120884152232084, 0.308249999999998, 0.239693267153754, 0.542083333333332, 0.793213386453655, 1.62754166666667, 1.44466083477619, 3.25033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 915, '2021-04-18 00:00:00', 0.0584253363493638, 0.212291666666666, 0.159268658042889, 0.363624999999998, 0.356217040173748, 0.569833333333332, 0.770253595544528, 1.65591666666667, 1.44257010730597, 3.24908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 930, '2021-04-18 00:00:00', 0.153769354855751, 0.282333333333332, 0.22179463996869, 0.431916666666667, 0.398261928140007, 0.566041666666667, 0.77414367838445, 1.654, 1.42666942574737, 3.26954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 945, '2021-04-18 00:00:00', 0.143628590821777, 0.271958333333332, 0.258951729456295, 0.379458333333331, 0.312898508224751, 0.588208333333331, 0.708966484715092, 1.61445833333333, 1.36570131622728, 3.23245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 960, '2021-04-18 00:00:00', 0.20668739523209, 0.237875, 0.242311872342773, 0.326999999999999, 0.234604369407148, 0.554916666666667, 0.709687801334022, 1.60158333333333, 1.3623772275493, 3.23416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 975, '2021-04-18 00:00:00', 0.186891345438999, 0.264125, 0.184382159649736, 0.450791666666668, 0.275543363062031, 0.596666666666668, 0.723997056153437, 1.60079166666667, 1.36581379627201, 3.23875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 990, '2021-04-18 00:00:00', 0.13204015089841, 0.342083333333335, 0.165786990101625, 0.446250000000002, 0.242035735174476, 0.601416666666667, 0.721448923287745, 1.617875, 1.36245509432714, 3.24083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1005, '2021-04-18 00:00:00', 0.130799541006598, 0.309541666666669, 0.209586532231328, 0.433583333333334, 0.227654136349642, 0.625666666666668, 0.722390535060454, 1.61820833333334, 1.36813566155035, 3.23583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1020, '2021-04-18 00:00:00', 0.130099515979004, 0.313666666666667, 0.154429924073267, 0.432916666666667, 0.2295464928752, 0.634875, 0.732996014729069, 1.591125, 1.38684129422307, 3.22541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1035, '2021-04-18 00:00:00', 0.136135582193381, 0.290124999999998, 0.187359609276935, 0.430833333333333, 0.223975525966307, 0.565416666666666, 0.727700506509317, 1.564875, 1.40424808648821, 3.26458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1050, '2021-04-18 00:00:00', 0.119308848998199, 0.285416666666669, 0.145641385064404, 0.39125, 0.171666490783643, 0.497916666666667, 0.689719854912754, 1.5365, 1.39522044320779, 3.26120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1065, '2021-04-18 00:00:00', 0.112287641763256, 0.255416666666667, 0.118265698164424, 0.330416666666667, 0.640139793100026, 1.13879166666667, 0.660424949657746, 1.504375, 1.36992887522981, 3.23908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1080, '2021-04-18 00:00:00', 0.0687663024149603, 0.216249999999998, 0.118998690773458, 0.297083333333331, 0.67836846978401, 1.18795833333333, 0.646257081647629, 1.49729166666667, 1.34898777671969, 3.24075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1095, '2021-04-18 00:00:00', 0.0937764455454058, 0.208749999999998, 0.582755223367682, 1.03854166666667, 0.649677109043016, 1.21054166666667, 0.671609034820238, 1.4815, 1.36067686694229, 3.27033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 600, '2021-04-18 00:00:00', 0.58404432259118, 0.725956521739134, 0.641000598126414, 0.863695652173915, 0.608847849267216, 0.990608695652176, 0.668603151288599, 1.35791304347826, 1.39304166450662, 3.28947826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 615, '2021-04-18 00:00:00', 0.190332349226439, 0.456304347826086, 0.262180827981882, 0.601826086956522, 0.278002225088487, 0.719652173913044, 0.392496031046623, 1.09004347826087, 1.41535003422037, 3.21591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 630, '2021-04-18 00:00:00', 0.120601163728387, 0.360454545454546, 0.158471985315606, 0.438318181818181, 0.15442820099991, 0.574454545454547, 0.378875517826974, 1.02009090909091, 1.28242053077332, 3.33331818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 645, '2021-04-18 00:00:00', 0.110393628651082, 0.305090909090908, 0.128235080733532, 0.460954545454547, 0.17691691008378, 0.552545454545456, 0.433535380801759, 1.01254545454545, 1.26478438523155, 3.35427272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 660, '2021-04-18 00:00:00', 0.113473083560116, 0.305045454545456, 0.10105230954347, 0.374045454545457, 0.16582563340039, 0.494045454545457, 0.407038273193266, 0.961181818181818, 1.28523874851821, 3.34954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 675, '2021-04-18 00:00:00', 0.0500073804076773, 0.2655, 0.110834145425532, 0.337727272727274, 0.221089882018007, 0.486545454545454, 0.414661456343151, 0.943863636363635, 1.29087692265267, 3.34590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 690, '2021-04-18 00:00:00', 0.0774174745646316, 0.207318181818182, 0.125222062493257, 0.312772727272727, 0.225790405817669, 0.475454545454545, 0.4238268657379, 0.903454545454545, 1.31302727771918, 3.37318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 705, '2021-04-18 00:00:00', 0.111964937306942, 0.248636363636363, 0.222651227852149, 0.357954545454545, 0.23049917598523, 0.498181818181817, 0.480217600388556, 0.918909090909091, 1.52843257643006, 3.74604545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 720, '2021-04-18 00:00:00', 0.17024370741211, 0.238409090909092, 0.177210107155099, 0.341772727272728, 0.216985351710992, 0.499500000000001, 0.492213289213042, 0.900272727272728, 1.62181590278022, 3.81818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 735, '2021-04-18 00:00:00', 0.0793640987673883, 0.241772727272727, 0.127698415344064, 0.328136363636363, 0.174502880810763, 0.486272727272727, 0.451747393785738, 0.892772727272727, 1.6297362838749, 3.83654545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 750, '2021-04-18 00:00:00', 0.119302627310202, 0.229545454545456, 0.15555918543487, 0.362227272727275, 0.221911905808126, 0.486318181818183, 0.436816394805143, 0.871909090909092, 1.6817464954302, 3.87631818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 765, '2021-04-18 00:00:00', 0.126332045476535, 0.274500000000002, 0.138983173480902, 0.372681818181818, 0.255095012432553, 0.486318181818182, 0.443665429109608, 0.895818181818183, 1.70075889860051, 3.88445454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 780, '2021-04-18 00:00:00', 0.112801400009736, 0.25081818181818, 0.150602405079018, 0.321318181818181, 0.201496586717676, 0.427272727272725, 0.411918802152924, 0.880636363636362, 1.7178610504766, 3.91127272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 795, '2021-04-18 00:00:00', 0.120571510637833, 0.230818181818182, 0.172655626516961, 0.318181818181818, 0.248353177684121, 0.51359090909091, 0.431144397321816, 0.91940909090909, 1.72269969846234, 3.91718181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 810, '2021-04-18 00:00:00', 0.0923092510829653, 0.220954545454547, 0.138324083037091, 0.309136363636364, 0.235973143970505, 0.492909090909093, 0.443294584610041, 0.932227272727275, 1.72052249501253, 3.91668181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 825, '2021-04-18 00:00:00', 0.122256746730855, 0.215954545454546, 0.245408172226743, 0.416136363636365, 0.292458162916129, 0.500590909090912, 0.425873993111411, 0.918090909090911, 1.73861678861742, 3.92163636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 840, '2021-04-18 00:00:00', 0.250721176259821, 0.363181818181818, 0.238530879593148, 0.403136363636365, 0.294029594764546, 0.514454545454547, 0.4042775931144, 0.906909090909093, 1.74657368477933, 3.92027272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 855, '2021-04-18 00:00:00', 0.097680956506731, 0.186045454545454, 0.149757321728375, 0.288272727272727, 0.212512673418873, 0.413727272727274, 0.381897234652855, 0.868545454545456, 1.80067127454209, 3.92690909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 840, '2021-04-18 00:00:00', 0.0949899117450559, 0.252600000000001, 0.11339807464562, 0.328960000000003, 0.22416810656291, 0.450440000000002, 0.452857619272696, 1.03976, 1.55919661471328, 3.528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 870, '2021-04-18 00:00:00', 0.140406552553647, 0.1984, 0.165872260087895, 0.25924, 0.215396533553042, 0.390399999999998, 0.462475556110806, 1.00884, 1.54092406583409, 3.50968 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 00:00:00' and dayofweek = 2 and fromtime = 870);
Date: 2021-04-23 14:15:43 Duration: 1s820ms Database: acaweb_fx User: pgperfstats
7 89 8s690ms 51ms 1s267ms 97ms 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 #7
Day Hour Count Duration Avg duration Apr 23 14 89 8s690ms 97ms [ User: pgperfstats - Total duration: 8s690ms - Times executed: 89 ]
-
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-04-23 14:10:40 Duration: 1s267ms 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-04-23 14:15:01 Duration: 905ms 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 = 1031736order by pricedatetime asc;
Date: 2021-04-23 14:11:25 Duration: 289ms Database: acaweb_fx User: pgperfstats
8 84 8s270ms 50ms 1s228ms 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 <= ?))) 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 #8
Day Hour Count Duration Avg duration Apr 23 14 84 8s270ms 98ms [ User: postgres - Total duration: 8s270ms - Times executed: 84 ]
-
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 = 619 AND (((s.symbol ilike '%usdjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 60 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53211 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512107141 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:33:20 Duration: 1s228ms 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 = 619 AND (((s.symbol ilike '%usdjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 60 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53211 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512107141 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:49:20 Duration: 421ms 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 = 619 AND (((s.symbol ilike '%eurjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53147 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512598133 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:32:43 Duration: 378ms Database: acaweb_fx User: postgres Bind query: yes
9 66 5s920ms 50ms 705ms 89ms 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 #9
Day Hour Count Duration Avg duration Apr 23 14 66 5s920ms 89ms [ User: postgres - Total duration: 5s920ms - Times executed: 66 ]
-
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-04-23 14:35:46 Duration: 705ms 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 = '572' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR fr.pattern in ('')) AND ('600' = 0 OR fr.patternlengthbars <= '600') 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-04-23 14:32:59 Duration: 255ms 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 = '572' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR fr.pattern in ('')) AND ('600' = 0 OR fr.patternlengthbars <= '600') 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-04-23 14:48:37 Duration: 237ms Database: acaweb_fx User: postgres Bind query: yes
10 63 2m35s 68ms 20s396ms 2s473ms 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 Apr 23 14 63 2m35s 2s473ms [ User: postgres - Total duration: 2m35s - Times executed: 63 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:11:40 Duration: 20s396ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:18:39 Duration: 19s307ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:41:48 Duration: 17s359ms Database: acaweb_fx User: postgres
11 53 7s164ms 50ms 387ms 135ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Apr 23 14 53 7s164ms 135ms [ User: postgres - Total duration: 7s164ms - Times executed: 53 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988182' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:16:49 Duration: 387ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '954138' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:04:54 Duration: 341ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:02:47 Duration: 328ms Database: acaweb_fx User: postgres Bind query: yes
12 50 4s238ms 50ms 295ms 84ms 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 #12
Day Hour Count Duration Avg duration Apr 23 14 50 4s238ms 84ms [ User: postgres - Total duration: 4s238ms - Times executed: 50 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN 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 '%audnzd%' AND timegranularity = 60)) OR ((s.symbol ilike '%audnzd%' AND timegranularity = 240)) OR ((s.symbol ilike '%audnzd%' 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 > 512339824 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:05:13 Duration: 295ms 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 '%audnzd%' AND timegranularity = 60)) OR ((s.symbol ilike '%audnzd%' AND timegranularity = 240)) OR ((s.symbol ilike '%audnzd%' 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 > 512339824 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:21:13 Duration: 152ms 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 '%audnzd%' AND timegranularity = 60)) OR ((s.symbol ilike '%audnzd%' AND timegranularity = 240)) OR ((s.symbol ilike '%audnzd%' 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 > 512339824 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:37:13 Duration: 134ms Database: acaweb_fx User: postgres Bind query: yes
13 48 6s670ms 50ms 561ms 138ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t30 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Apr 23 14 48 6s670ms 138ms [ User: postgres - Total duration: 6s670ms - Times executed: 48 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '1002847' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:01:06 Duration: 561ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '987991' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:16:39 Duration: 426ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '954107' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:03:00 Duration: 318ms Database: acaweb_fx User: postgres Bind query: yes
14 28 8s140ms 50ms 2s894ms 290ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Apr 23 14 28 8s140ms 290ms [ User: postgres - Total duration: 8s140ms - Times executed: 28 ]
-
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 = 619 AND sg.groupid = 4262 AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:33:13 Duration: 2s894ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5201 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-04-23 14:37:10 Duration: 2s519ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:49:14 Duration: 539ms Database: acaweb_fx User: postgres Bind query: yes
15 24 1m57s 757ms 9s451ms 4s876ms 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 Apr 23 14 24 1m57s 4s876ms [ User: postgres - Total duration: 1m57s - 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-04-23 14:10:39 Duration: 9s451ms 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-04-23 14:20:39 Duration: 9s428ms 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-04-23 14:35:39 Duration: 9s281ms Database: acaweb_fx User: postgres Bind query: yes
16 24 2s9ms 51ms 168ms 83ms select t.pricedatetime as pricedatetime, t.open as open, t.high as high, t.low as low, t.close "..." close, t.volume as volume, t.bsf as bsf from t240 t where t.symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Apr 23 14 24 2s9ms 83ms [ User: postgres - Total duration: 2s9ms - Times executed: 24 ]
-
SELECT T.PriceDateTime AS pricedatetime, T.Open AS open, T.High AS high, T.Low AS low, T.Close AS close, T.Volume AS volume, T.BSF AS bsf FROM T240 T WHERE T.symbolid = '1019752' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 600;
Date: 2021-04-23 14:17:06 Duration: 168ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT T.PriceDateTime AS pricedatetime, T.Open AS open, T.High AS high, T.Low AS low, T.Close AS close, T.Volume AS volume, T.BSF AS bsf FROM T240 T WHERE T.symbolid = '1023212' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 400;
Date: 2021-04-23 14:06:35 Duration: 167ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT T.PriceDateTime AS pricedatetime, T.Open AS open, T.High AS high, T.Low AS low, T.Close AS close, T.Volume AS volume, T.BSF AS bsf FROM T240 T WHERE T.symbolid = '983523' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 600;
Date: 2021-04-23 14:37:49 Duration: 120ms Database: acaweb_fx User: postgres Bind query: yes
17 22 1s366ms 50ms 84ms 62ms 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 = ? and ((rar.age is null and a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?)) or rar.age >= ( case s.timegranularity when ? then ? when ? then ? when ? then ? when ? then ? when ? then ? end)) order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Apr 23 14 22 1s366ms 62ms [ User: postgres - Total duration: 1s366ms - 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 = 700 AND (((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 > 512783253 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:40:55 Duration: 84ms 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 = 700 AND (((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 > 512783253 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:32:55 Duration: 82ms 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 = 700 AND (((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 > 512834196 AND s.nonliquid = 0 AND dftt.dayofweek = 3 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case s.timegranularity when 1440 then 1 when 240 then 3 when 60 then 4 when 30 then 5 when 15 then 5 end)) ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:48:55 Duration: 72ms Database: acaweb_fx User: postgres Bind query: yes
18 21 12s648ms 53ms 6s838ms 602ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Apr 23 14 21 12s648ms 602ms [ User: postgres - Total duration: 12s648ms - 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5201 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-04-23 14:37:18 Duration: 6s838ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout = - 1 AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:33:13 Duration: 2s898ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout = - 1 AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:49:14 Duration: 641ms Database: acaweb_fx User: postgres Bind query: yes
19 20 6s987ms 50ms 1s75ms 349ms 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.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 #19
Day Hour Count Duration Avg duration Apr 23 14 20 6s987ms 349ms [ User: postgres - Total duration: 6s987ms - Times executed: 20 ]
-
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 = 3524 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:19:13 Duration: 1s75ms 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 = 558 AND groupid = 3524 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:19:13 Duration: 1s75ms 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 = 558 AND groupid = 3524 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:03:12 Duration: 956ms Database: acaweb_fx User: postgres Bind query: yes
20 18 1s482ms 51ms 134ms 82ms select t.pricedatetime as pricedatetime, t.open as open, t.high as high, t.low as low, t.close "..." close, t.volume as volume, t.bsf as bsf from t240 t where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Apr 23 14 18 1s482ms 82ms [ User: postgres - Total duration: 1s482ms - Times executed: 18 ]
-
SELECT T.PriceDateTime AS pricedatetime, T.Open AS open, T.High AS high, T.Low AS low, T.Close AS close, T.Volume AS volume, T.BSF AS bsf FROM T240 T WHERE symbolid = '1028559' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 400;
Date: 2021-04-23 14:07:41 Duration: 134ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT T.PriceDateTime AS pricedatetime, T.Open AS open, T.High AS high, T.Low AS low, T.Close AS close, T.Volume AS volume, T.BSF AS bsf FROM T240 T WHERE symbolid = '1028124' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 400;
Date: 2021-04-23 14:30:11 Duration: 125ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT T.PriceDateTime AS pricedatetime, T.Open AS open, T.High AS high, T.Low AS low, T.Close AS close, T.Volume AS volume, T.BSF AS bsf FROM T240 T WHERE symbolid = '1014889' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 400;
Date: 2021-04-23 14:03:19 Duration: 122ms Database: acaweb_fx User: postgres Bind query: yes
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 4s759ms 10s24ms 6s187ms 4 24s748ms select updateageforrelevantresults ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Apr 23 14 4 24s748ms 6s187ms [ User: postgres - Total duration: 24s748ms - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2021-04-23 14:17:12 Duration: 10s24ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-04-23 14:02:07 Duration: 5s183ms Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2021-04-23 14:47:07 Duration: 4s781ms Database: acaweb_fx User: postgres
2 757ms 9s451ms 4s876ms 24 1m57s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from autochartist_results ar inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = ar.symbolid inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on ar.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on ar.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_autochartist_results rar on rar.resultuid = ar.resultuid left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Apr 23 14 24 1m57s 4s876ms [ User: postgres - Total duration: 1m57s - 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-04-23 14:10:39 Duration: 9s451ms 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-04-23 14:20:39 Duration: 9s428ms 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-04-23 14:35:39 Duration: 9s281ms Database: acaweb_fx User: postgres Bind query: yes
3 1s763ms 5s164ms 2s797ms 4 11s191ms select updateresultsmaterializedview ();Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Apr 23 14 4 11s191ms 2s797ms [ User: postgres - Total duration: 11s191ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:17:17 Duration: 5s164ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:02:10 Duration: 2s294ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2021-04-23 14:32:09 Duration: 1s968ms Database: acaweb_fx User: postgres
4 68ms 20s396ms 2s473ms 63 2m35s copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Apr 23 14 63 2m35s 2s473ms [ User: postgres - Total duration: 2m35s - Times executed: 63 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:11:40 Duration: 20s396ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:18:39 Duration: 19s307ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2021-04-23 14:41:48 Duration: 17s359ms Database: acaweb_fx User: postgres
5 1s955ms 2s683ms 2s274ms 4 9s98ms refresh materialized view concurrently latest_t15_candle_view;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Apr 23 14 4 9s98ms 2s274ms [ User: postgres - Total duration: 9s98ms - Times executed: 4 ]
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-04-23 14:01:04 Duration: 2s683ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-04-23 14:16:03 Duration: 2s405ms Database: acaweb_fx User: postgres
-
refresh materialized view concurrently latest_t15_candle_view;
Date: 2021-04-23 14:31:03 Duration: 2s54ms Database: acaweb_fx User: postgres
6 980ms 4s918ms 2s212ms 6 13s276ms select fixcandlegaps (?, false);Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Apr 23 14 6 13s276ms 2s212ms [ User: postgres - Total duration: 13s276ms - Times executed: 6 ]
-
select fixcandlegaps ('XM', false);
Date: 2021-04-23 14:06:14 Duration: 4s918ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2021-04-23 14:06:05 Duration: 2s757ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2021-04-23 14:06:08 Duration: 1s802ms Database: acaweb_fx User: postgres
7 213ms 9s244ms 1s777ms 278 8m14s 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 Apr 23 14 278 8m14s 1s777ms [ User: postgres - Total duration: 8m14s - Times executed: 278 ]
-
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-04-23 14:51:01 Duration: 9s244ms 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-04-23 14:00:50 Duration: 9s216ms 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-04-23 14:40:56 Duration: 9s192ms Database: acaweb_fx User: postgres Bind query: yes
8 940ms 1s847ms 1s690ms 126 3m33s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Apr 23 14 126 3m33s 1s690ms [ User: pgperfstats - Total duration: 3m33s - Times executed: 126 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029491, 5, 855, '2021-04-18 00:00:00', 0.234661033974115, 0.229090909090908, 0.264592003982412, 0.347499999999999, 0.377134043252642, 0.490909090909091, 0.661589527927401, 1.29931818181818, 1.8109480069794, 4.11727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 870, '2021-04-18 00:00:00', 0.185810061051277, 0.232045454545455, 0.224492814605556, 0.297500000000001, 0.402416940422981, 0.518181818181819, 0.63079250812901, 1.28295454545455, 1.8309669103618, 4.09772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 885, '2021-04-18 00:00:00', 0.14523100720764, 0.197954545454544, 0.365052329759998, 0.363181818181816, 0.393554948940421, 0.574545454545454, 0.877272065585289, 1.92409090909091, 1.83785630582638, 4.09090909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 900, '2021-04-18 00:00:00', 0.302778707784161, 0.275227272727273, 0.3587442775989, 0.413863636363637, 0.367127391575488, 0.592045454545455, 0.919069999783568, 1.98704545454545, 1.83897981316999, 4.08409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 915, '2021-04-18 00:00:00', 0.154828490504367, 0.263636363636365, 0.235952637590994, 0.403863636363638, 0.382569349738458, 0.604545454545454, 0.925270406246373, 2.01090909090909, 1.8464214980564, 4.07159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 930, '2021-04-18 00:00:00', 0.221649293007917, 0.298863636363637, 0.360929610842174, 0.449772727272728, 0.391980002692514, 0.625681818181818, 0.946794889493264, 2.02909090909091, 1.85372895509593, 4.06590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 945, '2021-04-18 00:00:00', 0.24779864137373, 0.3025, 0.267052615727875, 0.426363636363636, 0.364466119067399, 0.741136363636363, 0.975135826924836, 2.0275, 1.85340964895509, 4.06522727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 960, '2021-04-18 00:00:00', 0.172781704228247, 0.295227272727272, 0.235489266857738, 0.433636363636362, 0.351439833698396, 0.808636363636365, 1.002608718506, 2.03363636363636, 1.86302088215868, 4.07704545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 975, '2021-04-18 00:00:00', 0.188828697650216, 0.295909090909089, 0.323705881681965, 0.630454545454544, 0.489909491155059, 0.872499999999998, 1.00354080925698, 2.01318181818182, 1.88238003590324, 4.09113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 990, '2021-04-18 00:00:00', 0.311603171993703, 0.541818181818182, 0.328483660402636, 0.709090909090911, 0.515740127184105, 0.900454545454547, 1.02422637366071, 1.98704545454546, 1.90337261902125, 4.10022727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1005, '2021-04-18 00:00:00', 0.247844932144294, 0.408409090909093, 0.523216668138717, 0.62659090909091, 0.553453199216468, 0.776590909090911, 1.0556058353636, 1.87181818181818, 1.91687348310118, 4.05795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1020, '2021-04-18 00:00:00', 0.41071557500268, 0.477954545454545, 0.413536380095316, 0.588636363636363, 0.52206943360677, 0.717272727272727, 0.999170543446802, 1.85681818181818, 1.92472302218299, 4.06295454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1035, '2021-04-18 00:00:00', 0.257995519944996, 0.364545454545454, 0.302814717685177, 0.484090909090909, 0.397771457038627, 0.600681818181817, 0.985927936567322, 1.85090909090909, 1.93345222335593, 4.0625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1050, '2021-04-18 00:00:00', 0.307739014208145, 0.34659090909091, 0.413919929203955, 0.470227272727272, 0.408347225667026, 0.543863636363636, 0.969796833500915, 1.84477272727273, 1.94980786321709, 4.04431818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1065, '2021-04-18 00:00:00', 0.218952766259789, 0.308863636363632, 0.207434989555222, 0.385681818181815, 0.839659150594747, 1.35318181818182, 0.914288690471349, 1.835, 1.94769195465208, 4.00795454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1080, '2021-04-18 00:00:00', 0.138407180518381, 0.282499999999999, 0.144452991200137, 0.34, 0.850653714753685, 1.45386363636364, 0.881340846841726, 1.83454545454545, 1.96102842088851, 3.99909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 1095, '2021-04-18 00:00:00', 0.081230059158063, 0.159318181818182, 0.797974437850739, 1.21318181818182, 0.823644498397373, 1.44454545454545, 0.828036847999546, 1.80454545454545, 2.02118220088578, 4.01181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 600, '2021-04-18 00:00:00', 0.303151227387696, 0.664400000000002, 0.441269475490885, 0.885000000000002, 0.454152874408315, 1.0106, 0.506714745525858, 1.4784, 1.99440001420645, 3.8528 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 615, '2021-04-18 00:00:00', 0.257088344089472, 0.545599999999998, 0.27856731681947, 0.668199999999998, 0.315348088097369, 0.834399999999998, 0.418897362130628, 1.291, 2.00437993321293, 3.8142 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 630, '2021-04-18 00:00:00', 0.16541614189673, 0.412, 0.2720511594045, 0.5892, 0.330850293435966, 0.741600000000001, 0.448448529190732, 1.2204, 2.00694869972636, 3.8092 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 645, '2021-04-18 00:00:00', 0.21218054419134, 0.383199999999999, 0.244321680031334, 0.4892, 0.25579239629043, 0.6138, 0.4176189451322, 1.1092, 1.98770969543677, 3.7826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 660, '2021-04-18 00:00:00', 0.156798171758049, 0.3124, 0.173583553368399, 0.434, 0.179116582146934, 0.538399999999999, 0.457463386513061, 1.0854, 1.98848089002635, 3.756 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 675, '2021-04-18 00:00:00', 0.10518832317959, 0.280000000000001, 0.121931333134679, 0.378800000000001, 0.209980157792747, 0.563000000000001, 0.475408333260295, 1.0862, 1.98304002733177, 3.7604 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 690, '2021-04-18 00:00:00', 0.105576986128605, 0.284400000000001, 0.150396143567579, 0.3824, 0.231314180283007, 0.583000000000002, 0.473273176928504, 1.069, 1.98529462549013, 3.7652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 705, '2021-04-18 00:00:00', 0.126062815030181, 0.257799999999999, 0.230257464591271, 0.4182, 0.255779527458057, 0.5776, 0.512520893883036, 1.0638, 2.17538908397249, 4.0948 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 720, '2021-04-18 00:00:00', 0.195547735007762, 0.2842, 0.181817674241714, 0.385800000000001, 0.233858575496672, 0.5276, 0.534828788803793, 1.0472, 2.24626443605081, 4.1568 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 735, '2021-04-18 00:00:00', 0.121903308678095, 0.259000000000001, 0.197831999433863, 0.358999999999999, 0.222869917216298, 0.512199999999999, 0.569451490471312, 1.033, 2.26857098926468, 4.1618 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 750, '2021-04-18 00:00:00', 0.151436730463034, 0.246799999999999, 0.192640641264158, 0.341999999999999, 0.225799505461518, 0.506999999999999, 0.565933962578674, 1.042, 2.30913452401544, 4.1878 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 765, '2021-04-18 00:00:00', 0.111887964798126, 0.232799999999999, 0.153857888975509, 0.359199999999998, 0.171326199592084, 0.493799999999998, 0.560962714150118, 1.136, 2.30805982735861, 4.1838 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 780, '2021-04-18 00:00:00', 0.122253834295698, 0.237199999999999, 0.140673380566475, 0.348399999999999, 0.245869545355526, 0.513199999999998, 0.575312016793207, 1.1588, 2.29021383644992, 4.1676 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 795, '2021-04-18 00:00:00', 0.0862104982006231, 0.214799999999999, 0.0836396038568642, 0.306799999999997, 0.246080440777672, 0.489199999999998, 0.587940047964076, 1.1762, 2.26403388151915, 4.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 810, '2021-04-18 00:00:00', 0.074931635508643, 0.217799999999999, 0.247657862113573, 0.341399999999998, 0.270914039257228, 0.454399999999998, 0.612734852933958, 1.2024, 2.27783318089802, 4.1386 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 825, '2021-04-18 00:00:00', 0.269704776870314, 0.243599999999998, 0.270199309152829, 0.360799999999999, 0.447319609824266, 0.5186, 0.661637048035652, 1.2386, 2.289994122991, 4.1528 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 840, '2021-04-18 00:00:00', 0.171394282285029, 0.245200000000001, 0.240313683893921, 0.314400000000001, 0.498726879163336, 0.5642, 0.65868227039547, 1.2604, 2.28713525325169, 4.1478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 855, '2021-04-18 00:00:00', 0.15823453057619, 0.190600000000001, 0.340353125444738, 0.365600000000002, 0.476748798285498, 0.565400000000001, 0.651240610936797, 1.2782, 2.29131670661216, 4.1348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 870, '2021-04-18 00:00:00', 0.2391498832671, 0.270200000000001, 0.352981113753509, 0.4054, 0.503701879422077, 0.565199999999999, 0.645200098160769, 1.2904, 2.29113812692877, 4.1358 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 885, '2021-04-18 00:00:00', 0.196232642544505, 0.2502, 0.388534318518538, 0.4212, 0.499193098910629, 0.574999999999999, 0.981781671248756, 1.6016, 2.30168449184505, 4.1416 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 900, '2021-04-18 00:00:00', 0.289836591892742, 0.263600000000001, 0.327952359345073, 0.3594, 0.411712581784915, 0.535200000000002, 1.1800837540898, 1.7468, 2.32965936351218, 4.1776 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 915, '2021-04-18 00:00:00', 0.130250399871428, 0.218799999999999, 0.299504173593625, 0.369399999999999, 0.341205827421905, 0.503799999999999, 1.27199901729522, 1.7974, 2.32472537804648, 4.1822 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 930, '2021-04-18 00:00:00', 0.303580302391313, 0.288799999999999, 0.326473327139192, 0.3784, 0.337093335245103, 0.534399999999998, 1.29217797406807, 1.8202, 2.32887943369052, 4.1776 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 945, '2021-04-18 00:00:00', 0.18443765884439, 0.2762, 0.226761989760188, 0.377199999999997, 0.438103108107364, 0.794799999999999, 1.29526117057526, 1.8484, 2.31542899192928, 4.1648 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 960, '2021-04-18 00:00:00', 0.165919910398561, 0.262399999999998, 0.168716478151957, 0.395599999999998, 0.467808098120017, 0.8394, 1.28862465442812, 1.8442, 2.3064919791753, 4.1414 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 975, '2021-04-18 00:00:00', 0.132003787824439, 0.313, 0.427130151905326, 0.708800000000001, 0.465765767312284, 0.8624, 1.24999793333163, 1.8636, 2.28428768984994, 4.1284 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 990, '2021-04-18 00:00:00', 0.418571280269761, 0.5846, 0.418374533163768, 0.698199999999999, 0.475863250664866, 0.861, 1.24038475213675, 1.8672, 2.23949533005392, 4.0982 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1005, '2021-04-18 00:00:00', 0.282274984131904, 0.428000000000001, 0.315816006560782, 0.5928, 0.412771930570219, 0.796600000000001, 1.17499351062038, 1.8008, 2.18946677298378, 4.0472 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1020, '2021-04-18 00:00:00', 0.195079684573595, 0.384599999999998, 0.246049114338309, 0.521199999999999, 0.336278902103595, 0.707799999999999, 1.13566911260866, 1.7388, 2.14295401646108, 3.9954 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1035, '2021-04-18 00:00:00', 0.132747253581133, 0.3252, 0.242892809005674, 0.473600000000001, 0.290403168026798, 0.665600000000001, 1.13597909311747, 1.6838, 2.12489182077582, 3.9794 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1050, '2021-04-18 00:00:00', 0.201039382543155, 0.342800000000001, 0.247542588928317, 0.4576, 0.240906793871268, 0.614400000000001, 1.10296445243414, 1.6758, 2.09981100340007, 3.964 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1065, '2021-04-18 00:00:00', 0.168625077217675, 0.291399999999999, 0.210117625787716, 0.4334, 0.712467952495642, 1.0428, 1.02845871736951, 1.6174, 2.06408450246915, 3.9186 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1080, '2021-04-18 00:00:00', 0.149240298400487, 0.321800000000001, 0.147179878606643, 0.366600000000001, 0.86361946674061, 1.1386, 0.967873829587306, 1.5912, 2.03062648378934, 3.8922 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 1, 1095, '2021-04-18 00:00:00', 0.0810673588237984, 0.1664, 0.648922311734361, 0.892199999999999, 0.899567396029892, 1.1656, 0.949810375811927, 1.5622, 2.01777387649525, 3.9052 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 600, '2021-04-18 00:00:00', 0.197768804415661, 0.5275, 0.379475802410886, 0.706730769230768, 0.500605671623425, 0.89903846153846, 0.5672871000174, 1.30557692307692, 1.91179811655455, 3.89096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 615, '2021-04-18 00:00:00', 0.242309481067879, 0.461730769230767, 0.352794612290976, 0.640961538461537, 0.398075224819865, 0.803269230769229, 0.487063611388143, 1.19480769230769, 1.91190810850956, 3.87615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 630, '2021-04-18 00:00:00', 0.196817076338569, 0.399807692307693, 0.250211987046063, 0.525961538461538, 0.327490516597868, 0.729038461538462, 0.415943644481575, 1.11634615384616, 1.92900596162894, 3.86 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 645, '2021-04-18 00:00:00', 0.114355215817273, 0.321346153846152, 0.180741634554793, 0.471538461538462, 0.247631550121111, 0.669230769230769, 0.398050103147059, 1.06173076923077, 1.96582299265766, 3.83403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 660, '2021-04-18 00:00:00', 0.112022147535483, 0.299807692307693, 0.177888037389121, 0.436923076923078, 0.273639290925958, 0.622692307692309, 0.417795542561927, 1.03365384615385, 1.95926439296448, 3.83019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 675, '2021-04-18 00:00:00', 0.163473357038809, 0.308461538461538, 0.221592835207695, 0.439230769230769, 0.31450033630898, 0.597307692307692, 0.456650724969735, 1.01826923076923, 1.96749713126562, 3.83519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 690, '2021-04-18 00:00:00', 0.130153164209888, 0.284615384615384, 0.187520357869178, 0.40326923076923, 0.242738859365683, 0.583076923076923, 0.445214425434964, 0.993269230769231, 1.9757611288973, 3.86096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 705, '2021-04-18 00:00:00', 0.127310794756525, 0.264038461538461, 0.161869962054066, 0.386730769230768, 0.23443155471513, 0.528076923076924, 0.41800354249511, 0.970192307692307, 2.45947646086285, 4.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 720, '2021-04-18 00:00:00', 0.127514705034359, 0.255, 0.167882284766621, 0.372692307692308, 0.267571701389767, 0.503846153846154, 0.399502238368622, 0.99403846153846, 2.55913156093114, 4.33711538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 735, '2021-04-18 00:00:00', 0.129912988632331, 0.240769230769231, 0.226876533688394, 0.339807692307694, 0.297191792515307, 0.52019230769231, 0.414344524056233, 1.00923076923077, 2.51417541919046, 4.06403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 750, '2021-04-18 00:00:00', 0.116995726417677, 0.225, 0.171789226849467, 0.348461538461539, 0.273195970800334, 0.519038461538462, 0.407607701671029, 1.03096153846154, 2.51706566033974, 4.06346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 765, '2021-04-18 00:00:00', 0.167702231534162, 0.260961538461538, 0.243446803540004, 0.377115384615384, 0.266477954059992, 0.5025, 0.497032308189935, 1.21365384615385, 2.51165072902571, 4.05423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 780, '2021-04-18 00:00:00', 0.116504869492157, 0.22076923076923, 0.130682969286509, 0.324038461538462, 0.159713686133852, 0.422307692307692, 0.506446595255761, 1.27692307692308, 2.51303950196998, 4.03846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 795, '2021-04-18 00:00:00', 0.12898300424713, 0.233846153846154, 0.146289097338113, 0.3125, 0.218835818331039, 0.456346153846154, 0.570486162442579, 1.37269230769231, 2.51317246645626, 4.03538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 810, '2021-04-18 00:00:00', 0.0872547111357587, 0.189230769230769, 0.126113044527521, 0.292499999999999, 0.18953069570754, 0.423269230769231, 0.557576762566234, 1.38038461538462, 2.51950828536046, 4.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 825, '2021-04-18 00:00:00', 0.106546486784661, 0.228076923076921, 0.195847271735282, 0.333076923076923, 0.273602814313012, 0.452500000000001, 0.6237486241699, 1.42288461538462, 2.5223461605906, 4.02307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 855, '2021-04-18 00:00:00', 0.0579489718056623, 0.176799999999999, 0.109942030179545, 0.263199999999999, 0.173328445443901, 0.423599999999999, 0.596282371588047, 1.4238, 2.54560449598912, 4.0878 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 870, '2021-04-18 00:00:00', 0.0897069302413891, 0.196599999999999, 0.130487227982921, 0.284599999999999, 0.17717152705782, 0.432199999999999, 0.580476313039559, 1.4306, 2.53938660572457, 4.0998 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 885, '2021-04-18 00:00:00', 0.0853580693314933, 0.183800000000002, 0.119091351491197, 0.293400000000001, 0.164483535143592, 0.460599999999999, 0.808906051405231, 1.8196, 2.47145888090415, 4.1894 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 900, '2021-04-18 00:00:00', 0.0878682726206305, 0.229999999999999, 0.119494769760019, 0.315399999999998, 0.22063827863723, 0.505999999999999, 0.83341156299474, 1.8954, 2.46275748230853, 4.1884 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 915, '2021-04-18 00:00:00', 0.0869209410901644, 0.218599999999998, 0.160839464477266, 0.358799999999998, 0.26674925804333, 0.504799999999999, 0.834137178965988, 1.9284, 2.56219342881576, 4.2218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 930, '2021-04-18 00:00:00', 0.147853531126811, 0.2524, 0.225803749599809, 0.369599999999999, 0.257249068673402, 0.561, 0.824888477310723, 1.9142, 2.57134881919976, 4.2142 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 945, '2021-04-18 00:00:00', 0.177829037748807, 0.2524, 0.219743600589415, 0.338200000000002, 0.365987021627815, 0.820600000000002, 0.832626366785648, 1.881, 2.57352276396901, 4.2156 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 960, '2021-04-18 00:00:00', 0.152113718425834, 0.2164, 0.155454173311623, 0.3792, 0.357562581934967, 0.880199999999999, 0.840961651919992, 1.9004, 2.57639552799384, 4.2258 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 975, '2021-04-18 00:00:00', 0.132170344631466, 0.302599999999998, 0.330387020527944, 0.6958, 0.396111621473878, 0.947599999999999, 0.827872373416739, 1.9168, 2.57322791774585, 4.2246 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 990, '2021-04-18 00:00:00', 0.334073095793917, 0.5894, 0.358643276808586, 0.742999999999998, 0.407853425468838, 0.904399999999998, 0.806969794973765, 1.8824, 2.54000697177521, 4.203 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1005, '2021-04-18 00:00:00', 0.220395099764038, 0.481399999999998, 0.324192201222258, 0.633799999999999, 0.401089661630246, 0.765999999999997, 0.791135365577009, 1.7958, 2.55490011220269, 4.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1020, '2021-04-18 00:00:00', 0.178935975514521, 0.390799999999999, 0.209591467701653, 0.491599999999998, 0.282123643107058, 0.639999999999998, 0.806666236225781, 1.765, 2.54177567525801, 4.1406 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1035, '2021-04-18 00:00:00', 0.156224997999679, 0.333999999999999, 0.240635097190746, 0.458599999999998, 0.267579116026146, 0.644399999999998, 0.827502618324156, 1.7522, 2.52060381324264, 4.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1050, '2021-04-18 00:00:00', 0.140274136366377, 0.291799999999999, 0.179240992335272, 0.417399999999998, 0.247786030007074, 0.568, 0.896453754152066, 1.7672, 2.51950610239388, 4.1262 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1065, '2021-04-18 00:00:00', 0.133715182384051, 0.2888, 0.197310668743483, 0.4176, 0.776514809903841, 1.1276, 0.960864324449607, 1.7604, 2.52617320928976, 4.1236 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1080, '2021-04-18 00:00:00', 0.131620667070184, 0.2836, 0.148396428528454, 0.334399999999999, 0.76004429695468, 1.2194, 0.947641502186701, 1.7384, 2.52480581761582, 4.1044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 1095, '2021-04-18 00:00:00', 0.0678306715284465, 0.159799999999999, 0.718953232136835, 0.989000000000001, 0.705582029249614, 1.2578, 0.899244961064561, 1.7304, 2.51781836782031, 4.0798 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 600, '2021-04-18 00:00:00', 0.601169485253535, 0.6288, 0.610310235317526, 0.8684, 0.600707083360934, 1.0114, 0.867496061470407, 1.5366, 2.54054948124745, 3.9 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 615, '2021-04-18 00:00:00', 0.439580955759763, 0.5778, 0.411961466644636, 0.726799999999998, 0.544054761336883, 0.853199999999999, 0.93491644011644, 1.444, 2.51095710503651, 3.8542 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 630, '2021-04-18 00:00:00', 0.259242004055414, 0.422799999999999, 0.517188070241379, 0.567200000000001, 0.486123098264903, 0.793600000000001, 0.950290174981656, 1.3658, 2.49562361945867, 3.8168 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 645, '2021-04-18 00:00:00', 0.342809227802675, 0.381600000000001, 0.333318916354892, 0.473400000000002, 0.360293514605337, 0.7302, 0.874829126172648, 1.2948, 2.46180509653655, 3.7952 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 660, '2021-04-18 00:00:00', 0.165627091181767, 0.306400000000003, 0.25040250930585, 0.509200000000001, 0.337542219581493, 0.709200000000001, 0.900632046583582, 1.2562, 2.43479263319624, 3.8162 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 675, '2021-04-18 00:00:00', 0.177271684146114, 0.347400000000001, 0.29148684933172, 0.466999999999999, 0.321147940986704, 0.668799999999999, 0.888482882971492, 1.1982, 2.41919290949137, 3.7962 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 690, '2021-04-18 00:00:00', 0.17721220800686, 0.279, 0.203992851181931, 0.4212, 0.422144821121851, 0.663, 0.896802282185618, 1.1572, 2.39077501381177, 3.7902 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 705, '2021-04-18 00:00:00', 0.159885896813947, 0.2998, 0.254986437547831, 0.4792, 0.421322323168378, 0.688, 0.889645294485392, 1.162, 2.52912728689826, 4.1584 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 720, '2021-04-18 00:00:00', 0.225443636710672, 0.3154, 0.400148409968101, 0.449000000000001, 0.465274381413805, 0.658600000000001, 0.911015321861639, 1.1702, 2.50664201007377, 4.211 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 735, '2021-04-18 00:00:00', 0.248096923264545, 0.282, 0.256479693803102, 0.406200000000001, 0.36508138362106, 0.586400000000001, 0.761311915927588, 1.101, 2.51649685409433, 4.1622 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 750, '2021-04-18 00:00:00', 0.125366130460611, 0.285000000000001, 0.218567876566221, 0.416400000000002, 0.307282714558869, 0.518200000000003, 0.699114022650574, 1.079, 2.53201989526149, 4.1668 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 765, '2021-04-18 00:00:00', 0.15898951747416, 0.246200000000002, 0.247899845367708, 0.347800000000002, 0.27922884879611, 0.443000000000002, 0.749204745046373, 1.0816, 2.54655775836062, 4.1772 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 780, '2021-04-18 00:00:00', 0.156684396159924, 0.244999999999999, 0.168508901842009, 0.293400000000001, 0.283414890222796, 0.433600000000001, 0.793504883412823, 1.095, 2.55913722440461, 4.198 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 795, '2021-04-18 00:00:00', 0.0992156741649223, 0.196000000000002, 0.163929608877309, 0.281000000000003, 0.307427769294403, 0.474200000000001, 0.787049712534092, 1.1192, 2.56031814429379, 4.1846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 810, '2021-04-18 00:00:00', 0.105810364961726, 0.197, 0.2105425531019, 0.331399999999999, 0.30981741935103, 0.485799999999999, 0.774028315588863, 1.1714, 2.56399427976481, 4.189 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 825, '2021-04-18 00:00:00', 0.178412677053324, 0.2496, 0.253015151061484, 0.378999999999999, 0.38361906017993, 0.5036, 0.760244642642528, 1.2264, 2.59301465479854, 4.203 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 840, '2021-04-18 00:00:00', 0.163081779076223, 0.2646, 0.200872679409951, 0.340399999999998, 0.346368301090039, 0.457799999999999, 0.678105510472621, 1.216, 2.6004152392775, 4.1836 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 855, '2021-04-18 00:00:00', 0.115659341746929, 0.212, 0.193600748965494, 0.305000000000001, 0.268052700042361, 0.442800000000001, 0.620191368315726, 1.2204, 2.60854720102972, 4.1782 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 870, '2021-04-18 00:00:00', 0.153690706724035, 0.225000000000001, 0.231904793683384, 0.314400000000001, 0.251465206340758, 0.469199999999999, 0.590456250143339, 1.2136, 2.61482034118344, 4.172 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 885, '2021-04-18 00:00:00', 0.145654557086278, 0.200599999999999, 0.189488785947877, 0.331800000000001, 0.264606941203993, 0.4778, 1.06859631448613, 1.8672, 2.62105692739907, 4.1604 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 900, '2021-04-18 00:00:00', 0.180520081985357, 0.266, 0.202369917066083, 0.373399999999998, 0.335434171385883, 0.5416, 1.1291380193168, 1.9812, 2.60450599922519, 4.1534 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 915, '2021-04-18 00:00:00', 0.151313691823752, 0.245999999999997, 0.236691606667129, 0.362999999999998, 0.331107736746416, 0.518599999999998, 1.13359402638981, 1.994, 2.59368182641331, 4.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 930, '2021-04-18 00:00:00', 0.237607519521865, 0.3086, 0.327659248813969, 0.4328, 0.342357026119422, 0.570999999999999, 1.20254341570966, 2.0524, 2.61383176581814, 4.2096 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 945, '2021-04-18 00:00:00', 0.231760113047953, 0.287600000000001, 0.21208292403366, 0.364, 0.324666752224494, 0.652200000000001, 1.21902478098957, 2.0338, 2.56301705352631, 4.2622 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 960, '2021-04-18 00:00:00', 0.112385868032122, 0.2308, 0.173305606756776, 0.383399999999999, 0.45641035994669, 0.698000000000002, 1.218294162617, 2.0536, 2.56121434414745, 4.2628 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 975, '2021-04-18 00:00:00', 0.138338353322572, 0.296, 0.2988327291312, 0.540200000000002, 0.506683497527466, 0.7414, 1.18699550687159, 2.068, 2.54103707502796, 4.2494 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 990, '2021-04-18 00:00:00', 0.317394733205621, 0.489600000000001, 0.46964747417611, 0.627000000000002, 0.50463997067216, 0.811400000000001, 1.17683537506314, 2.1054, 2.5390397134875, 4.2568 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1005, '2021-04-18 00:00:00', 0.242187599462343, 0.4206, 0.310672925544961, 0.575199999999999, 0.338210117136273, 0.769399999999999, 1.15652676867709, 2.108, 2.52518740228654, 4.2462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1020, '2021-04-18 00:00:00', 0.193324425082122, 0.3792, 0.265669437459411, 0.533599999999999, 0.355669790676687, 0.705199999999999, 1.10324426881206, 2.076, 2.51094656786373, 4.2212 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1035, '2021-04-18 00:00:00', 0.241035439994482, 0.3528, 0.257382335576213, 0.510399999999998, 0.351261180130492, 0.671399999999999, 1.08988581206167, 2.0314, 2.565391750461, 4.2066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1050, '2021-04-18 00:00:00', 0.164697449889182, 0.372599999999999, 0.268911075760494, 0.490599999999998, 0.263367139180268, 0.6168, 1.06988465110341, 2.0064, 2.58416664516822, 4.1788 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1065, '2021-04-18 00:00:00', 0.204133942955764, 0.350399999999999, 0.221385222331273, 0.459799999999998, 0.856727640501928, 1.3948, 1.02337778133656, 1.96, 2.58758964417982, 4.1392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1080, '2021-04-18 00:00:00', 0.129598096693844, 0.2904, 0.139290763034262, 0.344600000000001, 0.910175120512532, 1.466, 1.08600402853765, 1.9562, 2.59321264714896, 4.1218 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 3, 1095, '2021-04-18 00:00:00', 0.0779198305952959, 0.155600000000002, 0.835435614913959, 1.2238, 0.903163329636451, 1.4504, 1.06495156384379, 1.9298, 2.57963639233646, 4.1048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 600, '2021-04-18 00:00:00', 0.374171306578505, 0.679583333333333, 0.455618706592587, 0.934166666666667, 0.550701093008339, 1.18395833333333, 0.777295775638904, 1.581875, 2.43619982046165, 3.9675 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 615, '2021-04-18 00:00:00', 0.313535241760932, 0.57, 0.346699500256724, 0.726250000000001, 0.414803952296239, 0.941666666666667, 0.640918123996089, 1.35770833333333, 2.45806182484953, 3.81625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 630, '2021-04-18 00:00:00', 0.175127282904152, 0.457500000000002, 0.294752951700627, 0.694791666666668, 0.484641237023006, 0.904791666666669, 0.659840642816918, 1.29125, 2.45558985947797, 3.77958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 645, '2021-04-18 00:00:00', 0.263501969714608, 0.424374999999998, 0.332859740557577, 0.548958333333331, 0.463860171881539, 0.811458333333334, 0.660330396001924, 1.21333333333333, 2.43207741313435, 3.74125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 660, '2021-04-18 00:00:00', 0.147242774975919, 0.332499999999998, 0.354016741498012, 0.523125000000001, 0.358832648410395, 0.740000000000002, 0.615367180067598, 1.145625, 2.46669965765736, 3.695625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 675, '2021-04-18 00:00:00', 0.276933829667834, 0.373541666666667, 0.302622519804382, 0.551041666666668, 0.257398847446267, 0.679583333333335, 0.618504361284169, 1.13208333333333, 2.45694309743998, 3.69458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 690, '2021-04-18 00:00:00', 0.157406373137648, 0.324375000000001, 0.169384542353798, 0.434583333333335, 0.206372987046775, 0.590625000000002, 0.609572194960995, 1.12, 2.45267995247553, 3.69541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 705, '2021-04-18 00:00:00', 0.152196329870619, 0.299375000000001, 0.193786520634718, 0.410208333333336, 0.219613873931472, 0.567083333333335, 0.627060913701974, 1.11145833333333, 2.42757228545042, 3.809375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 720, '2021-04-18 00:00:00', 0.122817172948309, 0.255833333333335, 0.162773599103839, 0.416875000000002, 0.284981565638242, 0.576666666666666, 0.635986018383824, 1.12270833333333, 2.43019612697817, 3.88145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 735, '2021-04-18 00:00:00', 0.156725869557025, 0.302708333333333, 0.178512371186612, 0.381666666666665, 0.493085339646102, 0.606249999999998, 0.625937412947599, 1.10208333333333, 2.4534594032668, 3.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 750, '2021-04-18 00:00:00', 0.174041890676194, 0.266666666666667, 0.276747330872271, 0.423958333333331, 0.634723493376033, 0.639999999999998, 0.624997065210499, 1.093125, 2.45312131103757, 3.91208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 765, '2021-04-18 00:00:00', 0.208436097843098, 0.282708333333331, 0.403789959659397, 0.434374999999999, 0.564941280455161, 0.613958333333331, 0.830914215169661, 1.19479166666667, 2.45081826028115, 3.92833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 780, '2021-04-18 00:00:00', 0.222705287156672, 0.295416666666666, 0.375399243994048, 0.430624999999999, 0.378259685259681, 0.558958333333334, 0.863586823131847, 1.266875, 2.45759359110858, 3.94520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 795, '2021-04-18 00:00:00', 0.215160771537694, 0.250624999999999, 0.238163166422894, 0.367291666666665, 0.266886232071953, 0.482500000000001, 1.02058751107077, 1.31145833333333, 2.46205861195376, 3.96 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 810, '2021-04-18 00:00:00', 0.240067547861495, 0.279583333333331, 0.236679551598627, 0.335416666666666, 0.263532304210163, 0.484166666666667, 1.02639828184337, 1.36729166666667, 2.47961616616801, 3.995625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 825, '2021-04-18 00:00:00', 0.0899385861316616, 0.209583333333336, 0.138548374851217, 0.325000000000002, 0.228387145885657, 0.470416666666668, 1.03309666673845, 1.413125, 2.47797149976007, 4.03083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 840, '2021-04-18 00:00:00', 0.117105236277618, 0.215, 0.167076998177961, 0.315217391304348, 0.189398621813001, 0.458260869565218, 1.06399008509749, 1.43608695652174, 2.51722043441075, 4.02152173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 855, '2021-04-18 00:00:00', 0.13894826574434, 0.220434782608696, 0.157387892217286, 0.323695652173912, 0.233626885736918, 0.497608695652174, 1.08651257930143, 1.45869565217391, 2.5087245984109, 4.03826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 870, '2021-04-18 00:00:00', 0.116357769120856, 0.231304347826087, 0.143056347559536, 0.325869565217392, 0.209630768945155, 0.482173913043478, 1.13410657668172, 1.46, 2.50445691650711, 4.05391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 885, '2021-04-18 00:00:00', 0.13828173395161, 0.233260869565215, 0.197698716760366, 0.359347826086954, 0.335544510575089, 0.554130434782609, 2.25495900596376, 2.17586956521739, 2.49206049562084, 4.05217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 900, '2021-04-18 00:00:00', 0.163138983885647, 0.245652173913042, 0.153515458659481, 0.30978260869565, 0.36022816111909, 0.555652173913044, 2.37133397107441, 2.2254347826087, 2.46180388327011, 4.04021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 915, '2021-04-18 00:00:00', 0.105134959379812, 0.215217391304346, 0.276348830084964, 0.391304347826089, 0.507061206555654, 0.587391304347826, 2.37268874433002, 2.21217391304348, 2.50886903090402, 4.00021739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 930, '2021-04-18 00:00:00', 0.23288680688724, 0.306086956521741, 0.29117962346725, 0.434130434782608, 0.465045473572335, 0.611739130434785, 2.35949988839164, 2.24021739130435, 2.50213586627118, 3.99956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 945, '2021-04-18 00:00:00', 0.218499192751828, 0.326521739130436, 0.388019446560465, 0.445000000000002, 0.596781966395618, 0.756521739130437, 2.35893945571548, 2.23891304347826, 2.49894624036872, 3.99630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 960, '2021-04-18 00:00:00', 0.257892032438493, 0.269130434782609, 0.269150508168627, 0.405217391304351, 0.540383866635708, 0.805217391304349, 2.35941392954036, 2.235, 2.49720339627583, 3.99956521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 975, '2021-04-18 00:00:00', 0.12083863738302, 0.272608695652175, 0.400377292418771, 0.587391304347827, 0.612051158444586, 0.855434782608696, 2.36543031457757, 2.22413043478261, 2.50133519680958, 4.00369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 990, '2021-04-18 00:00:00', 0.402839967636893, 0.526304347826088, 0.455763486614741, 0.706086956521741, 0.620403015132721, 0.91108695652174, 2.35321168558083, 2.25065217391304, 2.48156622894022, 4.03130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1005, '2021-04-18 00:00:00', 0.425999638144923, 0.519347826086958, 0.586204799702012, 0.667391304347827, 0.721590319317551, 0.878043478260871, 2.35738512434984, 2.21152173913044, 2.47345462194042, 4.02369565217392 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1020, '2021-04-18 00:00:00', 0.363357884969035, 0.423043478260869, 0.384405500653681, 0.566956521739131, 0.504539178467536, 0.764347826086956, 2.37145012422771, 2.16565217391304, 2.43909290710423, 4.02413043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1035, '2021-04-18 00:00:00', 0.203863135131423, 0.37521739130435, 0.359193898774737, 0.535434782608696, 0.376398052693086, 0.733695652173912, 2.38993866410455, 2.115, 2.47204756628194, 4.04152173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1050, '2021-04-18 00:00:00', 0.208194762874904, 0.347173913043479, 0.194966298901913, 0.461304347826088, 0.281454438214279, 0.614347826086956, 2.39453769457718, 2.05304347826087, 2.51212225052465, 4.00673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1065, '2021-04-18 00:00:00', 0.177208258268115, 0.321304347826086, 0.206204884872922, 0.464999999999999, 2.31670505934955, 1.77717391304348, 2.39104071309955, 2.04565217391304, 2.50573279460214, 4.02326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1080, '2021-04-18 00:00:00', 0.171897397929753, 0.321521739130434, 0.200622548868827, 0.376956521739131, 2.47064200902496, 1.82413043478261, 2.39254949436871, 2.02108695652174, 2.50506305491317, 4.025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 4, 1095, '2021-04-18 00:00:00', 0.086378613221876, 0.158913043478261, 2.3419016545713, 1.64521739130435, 2.44888320517112, 1.81804347826087, 2.54151741500053, 2.00804347826087, 2.50987033742222, 4.10826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 600, '2021-04-18 00:00:00', 0.807939114443795, 0.787608695652176, 0.863929630881259, 0.973043478260872, 0.819569743961668, 1.10673913043478, 1.03165270912888, 1.36630434782609, 1.63626699044857, 3.68586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 615, '2021-04-18 00:00:00', 0.337564662228988, 0.516086956521739, 0.323171199994568, 0.636521739130434, 0.592768676261923, 0.817608695652174, 0.871068581862702, 1.17826086956522, 1.62055241154894, 3.59086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 630, '2021-04-18 00:00:00', 0.20939357916534, 0.426363636363636, 0.292642554154662, 0.577045454545455, 0.514974886959681, 0.719090909090909, 0.828829822375423, 1.14272727272727, 1.51276359014014, 3.74181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 645, '2021-04-18 00:00:00', 0.22070087099709, 0.372272727272727, 0.401036333382204, 0.532045454545454, 0.538235050602402, 0.672272727272728, 0.822545278954743, 1.07454545454545, 1.59543843802379, 3.76 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 660, '2021-04-18 00:00:00', 0.292800424768458, 0.345227272727272, 0.377044570608182, 0.475681818181818, 0.476891540211756, 0.637272727272728, 0.846940891951071, 1.06727272727273, 1.58661093316753, 3.76840909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 675, '2021-04-18 00:00:00', 0.183000041397579, 0.323409090909089, 0.400090695886651, 0.470227272727272, 0.442436925335616, 0.646363636363635, 0.885676912352125, 1.06454545454545, 1.56880493298208, 3.77818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 690, '2021-04-18 00:00:00', 0.25626986249702, 0.328636363636364, 0.296371636946159, 0.431363636363636, 0.331319430361494, 0.574772727272725, 0.894156837594194, 1.07045454545455, 1.59346713176017, 3.7925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 705, '2021-04-18 00:00:00', 0.209873699393156, 0.297272727272726, 0.268807692891361, 0.433636363636361, 0.327392046250445, 0.543863636363635, 0.886877761871479, 1.09545454545455, 1.60418846052548, 3.96704545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 720, '2021-04-18 00:00:00', 0.202074870398954, 0.291590909090907, 0.219428616522363, 0.388181818181815, 0.378925628632628, 0.558181818181816, 0.882037592085969, 1.11886363636364, 1.54950405765049, 4.03159090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 735, '2021-04-18 00:00:00', 0.162368161637127, 0.239090909090909, 0.320602787240144, 0.378636363636363, 0.358584881001859, 0.504545454545455, 0.889491074881797, 1.14090909090909, 1.54696008281904, 4.04954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 750, '2021-04-18 00:00:00', 0.176983655419689, 0.262499999999999, 0.20742142412525, 0.361136363636362, 0.32563690506359, 0.486818181818182, 0.812313781523914, 1.14181818181818, 1.54807311104575, 4.0475 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 765, '2021-04-18 00:00:00', 0.120780291388449, 0.229545454545452, 0.196383426532002, 0.325454545454545, 0.585980881150225, 0.525454545454547, 0.798006885419849, 1.19068181818182, 1.54921534391387, 4.03909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 780, '2021-04-18 00:00:00', 0.157538732954637, 0.2375, 0.31267177097339, 0.352272727272727, 0.627460869582431, 0.560000000000001, 0.783234945925857, 1.22613636363636, 1.52812282277043, 4.04886363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 795, '2021-04-18 00:00:00', 0.261023315042298, 0.248863636363637, 0.543453811703025, 0.387954545454547, 0.617923531953582, 0.566590909090909, 0.794277967198819, 1.26818181818182, 1.5248272203591, 4.04363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 810, '2021-04-18 00:00:00', 0.290598352709377, 0.255454545454547, 0.338178530682712, 0.371363636363638, 0.419350920835037, 0.531363636363636, 0.738807429408312, 1.28431818181818, 1.52342161594006, 4.02590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 825, '2021-04-18 00:00:00', 0.21882619266761, 0.257954545454547, 0.377535081939726, 0.4075, 0.454943505364778, 0.555454545454544, 0.711432005068296, 1.30954545454546, 1.52488231396019, 4.0025 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 2, 840, '2021-04-18 00:00:00', 0.0864829609589781, 0.208541666666666, 0.0933194218410823, 0.289583333333333, 0.143132020744205, 0.412083333333332, 0.611353592922875, 1.41354166666667, 2.58801081039283, 4.02604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 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 1029491, 5, 840, '2021-04-18 00:00:00', 0.285265540455605, 0.262142857142857, 0.280878087432964, 0.334999999999999, 0.387035128219896, 0.474761904761905, 0.689982401431886, 1.28428571428571, 1.56554349303091, 3.94785714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1029491 and enddate = '2021-04-18 00:00:00' and dayofweek = 5 and fromtime = 840);
Date: 2021-04-23 14:04:46 Duration: 1s847ms 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 1029696, 5, 855, '2021-04-18 00:00:00', 0.00569812482157178, 0.0115108695652174, 0.0071513148684578, 0.0163695652173913, 0.0084787283239937, 0.0236739130434783, 0.0182053843075766, 0.0521521739130435, 0.0838930876069139, 0.214608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 870, '2021-04-18 00:00:00', 0.00549919146051196, 0.0116739130434782, 0.00596976489364325, 0.0157173913043478, 0.00880419411372178, 0.0229239130434782, 0.0206204405668249, 0.0529565217391304, 0.0830113732743012, 0.214467391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 885, '2021-04-18 00:00:00', 0.00370460001414755, 0.0109239130434783, 0.00678644458015565, 0.017358695652174, 0.0113286992579673, 0.0263478260869565, 0.0355151911771261, 0.0776195652173913, 0.0826663940637904, 0.214804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 900, '2021-04-18 00:00:00', 0.00696770500548615, 0.012913043478261, 0.00712589707271358, 0.017, 0.0115298418447273, 0.026304347826087, 0.0356616628833365, 0.0811521739130436, 0.0816901924921659, 0.214086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 915, '2021-04-18 00:00:00', 0.00494093072635984, 0.0110434782608696, 0.010241368196176, 0.0201195652173914, 0.0110547282106019, 0.0268260869565218, 0.0342956657282963, 0.0844782608695652, 0.0824627236423454, 0.214402173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 930, '2021-04-18 00:00:00', 0.00911586865113926, 0.0158260869565217, 0.00946244135742401, 0.0199565217391305, 0.00973913705180475, 0.0253478260869565, 0.0347871137151735, 0.0875652173913043, 0.0823969202722755, 0.214173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 945, '2021-04-18 00:00:00', 0.00550944661252684, 0.0130326086956522, 0.0071465461958659, 0.0183804347826086, 0.00899185786726743, 0.0280652173913044, 0.0333026085341353, 0.0895652173913044, 0.0822493197107756, 0.213532608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 960, '2021-04-18 00:00:00', 0.00506294372963863, 0.0134891304347826, 0.0066525872407695, 0.0168152173913044, 0.0115664859329852, 0.0315217391304348, 0.0333405702782992, 0.0899891304347826, 0.0830179884907088, 0.213836956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 975, '2021-04-18 00:00:00', 0.00440162003054341, 0.0113804347826087, 0.00836964093184789, 0.022804347826087, 0.0126347773551506, 0.0340652173913044, 0.0331771803570268, 0.0905434782608695, 0.0834391952759636, 0.213739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 990, '2021-04-18 00:00:00', 0.0082163946056775, 0.0193369565217391, 0.0109029359283501, 0.0271413043478261, 0.0155619617706187, 0.0358478260869566, 0.0333352128093324, 0.0899130434782609, 0.0834441364809024, 0.213663043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1005, '2021-04-18 00:00:00', 0.00950596598605659, 0.019054347826087, 0.0110199244633467, 0.0248152173913044, 0.0142914503588574, 0.0311847826086957, 0.034573113082587, 0.088358695652174, 0.0834470317903788, 0.21304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1020, '2021-04-18 00:00:00', 0.00587837868535017, 0.0150978260869565, 0.00856071376452348, 0.0197826086956522, 0.0104148153822639, 0.0255760869565217, 0.0365404068668111, 0.0866739130434783, 0.082973289073079, 0.211597826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1035, '2021-04-18 00:00:00', 0.00529677543789855, 0.0131413043478262, 0.00792964057222924, 0.0183478260869565, 0.0105007998942449, 0.024195652173913, 0.0370669861527828, 0.0854347826086957, 0.0836113048363837, 0.21095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1050, '2021-04-18 00:00:00', 0.00522537987725876, 0.014086956521739, 0.00773629733417009, 0.0172934782608695, 0.013699385823341, 0.0255108695652173, 0.0370421022877649, 0.0850434782608696, 0.083418516903926, 0.210434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1065, '2021-04-18 00:00:00', 0.00512499397473863, 0.0115978260869565, 0.00661777609732383, 0.0169782608695651, 0.027946982732909, 0.0575543478260869, 0.038394528544239, 0.0854130434782609, 0.0833384155235524, 0.210532608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1080, '2021-04-18 00:00:00', 0.00593284220258645, 0.013195652173913, 0.00916039281050142, 0.0190434782608695, 0.0286511447046252, 0.0642826086956522, 0.0381135965904463, 0.0853478260869565, 0.0833653976520936, 0.210195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 1095, '2021-04-18 00:00:00', 0.00856723293935402, 0.0141956521739131, 0.0272960230710276, 0.0543586956521739, 0.0275910503118721, 0.067608695652174, 0.0391136639236674, 0.0859565217391305, 0.0838039469930894, 0.210130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 600, '2021-04-18 00:00:00', 0.0118802905834758, 0.0282500000000001, 0.0136506912748992, 0.04034375, 0.019375333096716, 0.0516875, 0.0360659479865242, 0.0805729166666667, 0.0897139753504904, 0.209604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 615, '2021-04-18 00:00:00', 0.010376424077226, 0.0254687499999999, 0.0126057842715735, 0.0354166666666666, 0.0134102246776778, 0.0457395833333333, 0.0497508363759715, 0.07984375, 0.0916474592854502, 0.2090625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 630, '2021-04-18 00:00:00', 0.00887334772331397, 0.0242604166666667, 0.0113226668822361, 0.03371875, 0.0160513639991087, 0.0421458333333333, 0.0601580760357148, 0.0796041666666667, 0.0927912570844061, 0.209375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 645, '2021-04-18 00:00:00', 0.00654412974030699, 0.0193541666666668, 0.0100018963328772, 0.0271979166666668, 0.0138107682205074, 0.0352083333333334, 0.0611076642157577, 0.0738645833333334, 0.0957150571717118, 0.208510416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 660, '2021-04-18 00:00:00', 0.00760820941769331, 0.01865625, 0.00966230067570986, 0.0236875, 0.0122395280217682, 0.03328125, 0.0616303077791806, 0.0704375, 0.0998096234713868, 0.20990625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 675, '2021-04-18 00:00:00', 0.00743686439252147, 0.0161770833333334, 0.0105924533482467, 0.02409375, 0.0152014849579748, 0.0319583333333333, 0.0591421224479214, 0.0685104166666666, 0.0989780846040378, 0.210041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 690, '2021-04-18 00:00:00', 0.00582951479572906, 0.0167291666666667, 0.00899501044259084, 0.0233229166666667, 0.0164255429178133, 0.0298541666666666, 0.0592728545476923, 0.0661041666666666, 0.0989918543530773, 0.2100625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 705, '2021-04-18 00:00:00', 0.00539322197736209, 0.0121979166666667, 0.00736681257642896, 0.0174583333333334, 0.0139859530979469, 0.0252916666666667, 0.058237495353391, 0.0645104166666666, 0.0968895319862497, 0.218364583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 720, '2021-04-18 00:00:00', 0.00568503589717543, 0.01315625, 0.0107599749390231, 0.0188645833333334, 0.0128802973835392, 0.0248854166666668, 0.0576478840254236, 0.0663125, 0.0969936212744673, 0.22078125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 735, '2021-04-18 00:00:00', 0.00868468766386224, 0.0141145833333333, 0.00999510749882377, 0.018625, 0.0103174258108464, 0.0262083333333333, 0.0622123152549723, 0.0685104166666666, 0.0969543206119567, 0.22340625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 750, '2021-04-18 00:00:00', 0.00760351272748989, 0.0122916666666667, 0.00792731930127384, 0.01725, 0.00917921777436816, 0.0256770833333333, 0.0665724302826019, 0.0684270833333333, 0.097870574450634, 0.224010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 765, '2021-04-18 00:00:00', 0.00721241350135263, 0.0135104166666667, 0.00820733781574389, 0.02003125, 0.013220841412139, 0.0281770833333333, 0.0661196548961575, 0.0698437499999999, 0.0986334474303355, 0.226489583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 780, '2021-04-18 00:00:00', 0.00783410418655489, 0.0138333333333333, 0.00919711059502396, 0.0181979166666666, 0.0324151274736108, 0.0365625, 0.0654124006270761, 0.0707291666666667, 0.0990466369939881, 0.227177083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 795, '2021-04-18 00:00:00', 0.00420419691964234, 0.0120625, 0.00800067224304173, 0.0181354166666666, 0.0493324722830507, 0.0398229166666667, 0.0688659693835093, 0.069625, 0.100596395812889, 0.22734375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 810, '2021-04-18 00:00:00', 0.00512912965467765, 0.0121666666666666, 0.0332533488969505, 0.0260729166666667, 0.0604540189383394, 0.0404583333333334, 0.0693090478387839, 0.0692708333333334, 0.100706874378572, 0.226770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 825, '2021-04-18 00:00:00', 0.033257434537149, 0.0218229166666667, 0.0496810650057815, 0.0329687500000001, 0.0599894682408407, 0.0407395833333333, 0.0682375134567022, 0.0699791666666666, 0.100301032404703, 0.226958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 840, '2021-04-18 00:00:00', 0.0205719839038225, 0.016125, 0.0311737166762811, 0.02321875, 0.0303976290432212, 0.0287291666666666, 0.0399384490202729, 0.0612083333333333, 0.0870490527839316, 0.219854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 855, '2021-04-18 00:00:00', 0.0115638390333145, 0.0148541666666667, 0.0140454385227768, 0.0190104166666667, 0.0151762591101929, 0.0249166666666667, 0.0241363104259591, 0.0579687500000001, 0.0828369922080691, 0.215802083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 870, '2021-04-18 00:00:00', 0.0118188316938984, 0.012875, 0.0123038965196079, 0.017125, 0.013358965398628, 0.0234999999999999, 0.0243104822474061, 0.0593541666666667, 0.0829140466412946, 0.21575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 885, '2021-04-18 00:00:00', 0.00446015725254072, 0.01046875, 0.00712886051020171, 0.016, 0.0100135720852149, 0.0251354166666666, 0.0434970209187289, 0.0957187500000001, 0.0825274815613703, 0.214072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 900, '2021-04-18 00:00:00', 0.00667611705628913, 0.0121354166666666, 0.00770337188546656, 0.0172708333333333, 0.0117241660189788, 0.0284791666666667, 0.0418770508366498, 0.0995729166666667, 0.0826667588899088, 0.213895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 915, '2021-04-18 00:00:00', 0.00683719016731719, 0.0129270833333333, 0.0104585047477147, 0.0204479166666666, 0.0131188650258022, 0.0291875, 0.0434372034970591, 0.104822916666667, 0.0833134768009754, 0.213604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 930, '2021-04-18 00:00:00', 0.00904207155307972, 0.0153333333333333, 0.00938575470084034, 0.0215, 0.0148239670803736, 0.027875, 0.0439905498744999, 0.106, 0.0838695501912068, 0.212541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 945, '2021-04-18 00:00:00', 0.00498111242377253, 0.01328125, 0.0079838420952227, 0.0177604166666666, 0.0140642289597363, 0.0325833333333332, 0.0445074645669006, 0.1054375, 0.0839267035935938, 0.2106875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 960, '2021-04-18 00:00:00', 0.00615528780275818, 0.01278125, 0.0106483439210457, 0.0185625, 0.0152409059068784, 0.0356770833333333, 0.0450009850435665, 0.10478125, 0.0840906271972538, 0.210302083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 975, '2021-04-18 00:00:00', 0.00660066970690935, 0.0128333333333334, 0.0103349475714367, 0.0260624999999999, 0.0131788835268581, 0.0342083333333334, 0.0439900441120289, 0.10484375, 0.0843960293170997, 0.209395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 990, '2021-04-18 00:00:00', 0.00758465956311848, 0.0211145833333333, 0.0112758559558125, 0.0277916666666667, 0.0117972713545566, 0.0322812500000001, 0.0442456076895643, 0.103447916666667, 0.0840636398150191, 0.208802083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1005, '2021-04-18 00:00:00', 0.0074995168926531, 0.0174583333333334, 0.00944817457064548, 0.02171875, 0.013822728441157, 0.0305729166666668, 0.0451229148620982, 0.1015625, 0.0834207777168931, 0.20765625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1020, '2021-04-18 00:00:00', 0.00618242453964513, 0.0145208333333333, 0.00795466661868948, 0.0192708333333333, 0.0109469239938687, 0.0296666666666666, 0.0453591295557792, 0.101104166666667, 0.0838761703734841, 0.207125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1035, '2021-04-18 00:00:00', 0.00554844238163464, 0.0136770833333333, 0.0109670485952832, 0.02209375, 0.00970417860653522, 0.0287604166666667, 0.0458638686984946, 0.102052083333333, 0.0842563672173603, 0.206520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1050, '2021-04-18 00:00:00', 0.00695088228160667, 0.0150208333333333, 0.00805516954139275, 0.0206354166666666, 0.00760594703200222, 0.0275104166666667, 0.0460993531659484, 0.102583333333333, 0.0841293747651173, 0.20678125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1065, '2021-04-18 00:00:00', 0.00476893631989238, 0.0130416666666666, 0.00526266588089271, 0.0187500000000001, 0.0468950886905771, 0.0752395833333334, 0.0473255652465535, 0.102677083333333, 0.0850829032782357, 0.205760416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1080, '2021-04-18 00:00:00', 0.00474284357926659, 0.0131250000000001, 0.00573777844198226, 0.0189583333333333, 0.0450269041957058, 0.0791666666666667, 0.0468488115249933, 0.1008125, 0.086230886876161, 0.204395833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 1, 1095, '2021-04-18 00:00:00', 0.00479110740277534, 0.0140416666666666, 0.0461175198168545, 0.0716041666666667, 0.0456619973579495, 0.0864687499999999, 0.0464107176215249, 0.101791666666667, 0.085449879765818, 0.205322916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 600, '2021-04-18 00:00:00', 0.0119182511946367, 0.0301634615384616, 0.0178665162761561, 0.0397596153846154, 0.0228022940816184, 0.0522307692307693, 0.0252014823281976, 0.0705865384615385, 0.08503917423074, 0.193115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 615, '2021-04-18 00:00:00', 0.0171497056489655, 0.0262403846153846, 0.0211555048300764, 0.0366538461538461, 0.0202512891327555, 0.0454134615384616, 0.0220053337065917, 0.0639134615384615, 0.084609964861393, 0.189884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 630, '2021-04-18 00:00:00', 0.0115141718697505, 0.0241346153846155, 0.01232836005065, 0.0322115384615385, 0.0111408637974731, 0.0396730769230769, 0.0174948124179272, 0.0582884615384615, 0.0837751776161375, 0.188403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 645, '2021-04-18 00:00:00', 0.00630339499488478, 0.0196826923076923, 0.0110051736085282, 0.027423076923077, 0.0101788997440784, 0.034, 0.0180490277811896, 0.0562403846153846, 0.0827825975766553, 0.187461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 660, '2021-04-18 00:00:00', 0.0086387154048593, 0.0187596153846154, 0.00745522532291173, 0.0236538461538461, 0.00945674870945849, 0.0312980769230769, 0.0177878091356454, 0.0551153846153846, 0.0832847894506923, 0.187115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 675, '2021-04-18 00:00:00', 0.00415747704559088, 0.0159807692307692, 0.00692168415477479, 0.0235865384615384, 0.00994446599099993, 0.0300096153846153, 0.0176062406986403, 0.0544134615384615, 0.0825525269845718, 0.188163461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 690, '2021-04-18 00:00:00', 0.0061701826428522, 0.0161346153846154, 0.00644246727701307, 0.0198461538461539, 0.0107242536050121, 0.0277692307692308, 0.0192114949564456, 0.0546923076923077, 0.0829938395535846, 0.187009615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 705, '2021-04-18 00:00:00', 0.00345954643536709, 0.0132115384615384, 0.00839613006092682, 0.0197499999999999, 0.0137766420213567, 0.0288557692307692, 0.0207999075441732, 0.0561346153846154, 0.0847049017744273, 0.189903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 720, '2021-04-18 00:00:00', 0.00565916547258986, 0.0133653846153846, 0.00963258192881758, 0.0185288461538462, 0.0137455867043263, 0.0273846153846154, 0.0204140058444045, 0.0562788461538462, 0.0846753489011911, 0.189663461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 735, '2021-04-18 00:00:00', 0.00710368945310494, 0.0124903846153847, 0.00938460789722276, 0.0196442307692308, 0.0137368573553051, 0.0266250000000001, 0.0212021610836109, 0.0554711538461539, 0.0886821484941499, 0.186211538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 750, '2021-04-18 00:00:00', 0.00559965658287656, 0.0131346153846153, 0.00608422455712623, 0.0171826923076922, 0.00970594583826759, 0.0238461538461538, 0.0213830630316469, 0.0551538461538461, 0.0895209069908339, 0.185932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 765, '2021-04-18 00:00:00', 0.00351370941401718, 0.0113846153846153, 0.00711548284755477, 0.0175480769230768, 0.00722376553201578, 0.0230673076923076, 0.0241383512278697, 0.0589999999999999, 0.0892812501851054, 0.185721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 780, '2021-04-18 00:00:00', 0.00605526630297949, 0.012625, 0.00554613517547266, 0.0154807692307692, 0.0120760769546813, 0.0249711538461539, 0.025542799677886, 0.0607307692307692, 0.0890660844757764, 0.185740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 795, '2021-04-18 00:00:00', 0.00356393527093089, 0.0105288461538461, 0.00718251081018764, 0.0172884615384615, 0.0124030083199446, 0.0262307692307693, 0.0269876342765748, 0.0619903846153846, 0.0894426825488729, 0.185961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 810, '2021-04-18 00:00:00', 0.00539486935751133, 0.0124807692307692, 0.0111503923697778, 0.019875, 0.0112805653158941, 0.0271153846153846, 0.0266307171543285, 0.0612019230769231, 0.0890264616020687, 0.186894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 825, '2021-04-18 00:00:00', 0.00869297351091892, 0.0134326923076923, 0.00833719654043527, 0.0175769230769232, 0.0105033923091542, 0.025375, 0.0244651714767058, 0.0594807692307692, 0.0871030120692646, 0.186913461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 855, '2021-04-18 00:00:00', 0.00474253461931316, 0.0119711538461538, 0.00906640565706508, 0.0165865384615384, 0.0106181267361345, 0.0239807692307692, 0.0251690457781899, 0.0591057692307691, 0.0866996301340704, 0.187144230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 870, '2021-04-18 00:00:00', 0.00461298334970056, 0.0117307692307692, 0.00646961091446888, 0.0183942307692308, 0.00967626457646992, 0.024951923076923, 0.024664262919954, 0.0593557692307692, 0.0860220410038121, 0.186807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 885, '2021-04-18 00:00:00', 0.00438438005441348, 0.0119326923076923, 0.0051972255912317, 0.0158653846153845, 0.0138252034343079, 0.025125, 0.0483169871784241, 0.0948749999999999, 0.0848773209720041, 0.185519230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 900, '2021-04-18 00:00:00', 0.00514210559984917, 0.0111249999999999, 0.0066949823346697, 0.0163173076923076, 0.0133206931270342, 0.0258942307692308, 0.0545150120467889, 0.100557692307692, 0.0843796844853437, 0.184634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 915, '2021-04-18 00:00:00', 0.00442615695435841, 0.0118557692307692, 0.0115736105662174, 0.0194615384615385, 0.0132014313035192, 0.0268173076923077, 0.0573057295094947, 0.105221153846154, 0.0841821262775856, 0.184403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 930, '2021-04-18 00:00:00', 0.00855776750183042, 0.0143461538461539, 0.0092558297637427, 0.0199038461538462, 0.0112919644676408, 0.0264615384615384, 0.0549586802831139, 0.105942307692308, 0.083600837891458, 0.184201923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 945, '2021-04-18 00:00:00', 0.00501698078069346, 0.0125480769230769, 0.00561670756281244, 0.0167403846153847, 0.0104243658726156, 0.0294903846153846, 0.0541972758682432, 0.105413461538461, 0.0833577698145862, 0.183932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 960, '2021-04-18 00:00:00', 0.00401578615734685, 0.0118076923076924, 0.00696087969683761, 0.016576923076923, 0.00948221513393111, 0.0335096153846154, 0.0525566516686079, 0.106471153846154, 0.0830257542295438, 0.183605769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 975, '2021-04-18 00:00:00', 0.00488259270659164, 0.0114134615384615, 0.00835561188663044, 0.022625, 0.00872655650652295, 0.0333173076923077, 0.0515298541176337, 0.107644230769231, 0.0827550509729675, 0.183461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 990, '2021-04-18 00:00:00', 0.00614592579243785, 0.0179903846153846, 0.00873168963294919, 0.0270096153846154, 0.010351978629154, 0.0314615384615385, 0.0540121318280938, 0.108403846153846, 0.0823850510384947, 0.183221153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1005, '2021-04-18 00:00:00', 0.0065074217983421, 0.0183076923076923, 0.00611074085902462, 0.0228653846153846, 0.00954434991943494, 0.0297307692307692, 0.0546932389296463, 0.106653846153846, 0.0844558834540258, 0.183375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1020, '2021-04-18 00:00:00', 0.00332034810501276, 0.0128365384615384, 0.00631344718712495, 0.0172307692307693, 0.0113895236950454, 0.028625, 0.0541523536316396, 0.106740384615385, 0.0841108563376104, 0.182634615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1035, '2021-04-18 00:00:00', 0.0058864577307056, 0.0139038461538461, 0.00910611058575505, 0.021375, 0.0109719966978879, 0.0291634615384614, 0.0548929946840634, 0.108355769230769, 0.0834794378183126, 0.183692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1050, '2021-04-18 00:00:00', 0.00632859809485132, 0.0148653846153846, 0.00830819799030786, 0.0208846153846154, 0.00858652790937421, 0.0267884615384616, 0.0560783243467426, 0.107788461538461, 0.0833897983061385, 0.182288461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1065, '2021-04-18 00:00:00', 0.00500403683193725, 0.0139038461538461, 0.00569703870444988, 0.0186249999999999, 0.0467934660133063, 0.0732884615384615, 0.0563342847173494, 0.106528846153846, 0.0837987079944462, 0.180961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1080, '2021-04-18 00:00:00', 0.00359369105302826, 0.0127692307692308, 0.00566015934812385, 0.0169903846153847, 0.0510722160278952, 0.079375, 0.0560558795722213, 0.105028846153846, 0.0836072831065663, 0.180817307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 1095, '2021-04-18 00:00:00', 0.00383450929565462, 0.0114615384615385, 0.0462635344022116, 0.0694807692307693, 0.0541879102326765, 0.0852307692307692, 0.0564046958287913, 0.104663461538462, 0.083282118428868, 0.180875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 600, '2021-04-18 00:00:00', 0.0150958635444894, 0.031201923076923, 0.0216403647061546, 0.0440961538461538, 0.0229491096693398, 0.056278846153846, 0.0307841320888138, 0.0803173076923076, 0.0703608644773498, 0.169125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 615, '2021-04-18 00:00:00', 0.0127747836049714, 0.0307019230769231, 0.0185065191216501, 0.041875, 0.0180648218497039, 0.0483173076923076, 0.0321990339678311, 0.0745673076923076, 0.0695433435679891, 0.168721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 630, '2021-04-18 00:00:00', 0.0145188206768372, 0.0273846153846154, 0.0153932177872645, 0.0336153846153846, 0.0208269149087276, 0.0454038461538462, 0.0320984243562491, 0.0700769230769231, 0.0678523375539741, 0.166586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 645, '2021-04-18 00:00:00', 0.00904854429431354, 0.0203653846153846, 0.0129996782504562, 0.0285288461538462, 0.0177601352429015, 0.0392403846153847, 0.0298909894449817, 0.063375, 0.0685022655436692, 0.162403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 660, '2021-04-18 00:00:00', 0.00839730382554191, 0.0194134615384615, 0.00946957171478935, 0.0271826923076923, 0.0153957661512708, 0.0372692307692308, 0.0258966529616355, 0.0584711538461538, 0.0675518298163598, 0.159163461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 675, '2021-04-18 00:00:00', 0.00728739691838951, 0.0176346153846155, 0.00857464957794866, 0.0239807692307692, 0.0123020831569291, 0.0343749999999999, 0.0224578001696857, 0.0543173076923076, 0.0666483863559061, 0.156990384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 690, '2021-04-18 00:00:00', 0.00827722198845448, 0.0149903846153846, 0.0126705746333172, 0.0220384615384615, 0.0166229220795123, 0.0313076923076922, 0.0240031428230682, 0.0511057692307691, 0.0672624366538662, 0.156846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 705, '2021-04-18 00:00:00', 0.0079361454022814, 0.0149903846153846, 0.00892035809043205, 0.0209326923076922, 0.012259956707164, 0.0290576923076923, 0.020255808758515, 0.0509326923076922, 0.0677851391984543, 0.161298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 720, '2021-04-18 00:00:00', 0.00536327432996502, 0.0145865384615384, 0.00758668494545144, 0.0201826923076923, 0.00923830341567114, 0.0261249999999999, 0.0187818959475505, 0.0499807692307693, 0.0684964604644199, 0.162048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 735, '2021-04-18 00:00:00', 0.00527792937254173, 0.0133076923076924, 0.00798527490977078, 0.0194807692307692, 0.00879042857973278, 0.0257211538461539, 0.0176110787901776, 0.0504519230769232, 0.0703403265450305, 0.162442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 750, '2021-04-18 00:00:00', 0.00707550623358765, 0.0149326923076923, 0.00712445004625181, 0.0194326923076923, 0.00795999613451776, 0.0264423076923077, 0.0165097290664066, 0.0508846153846155, 0.0708289685683868, 0.163432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 765, '2021-04-18 00:00:00', 0.00666287071417763, 0.014076923076923, 0.0095003238811186, 0.0196346153846154, 0.00886740465889625, 0.0258942307692308, 0.017654069045015, 0.0543653846153847, 0.0707227040304922, 0.164394230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 780, '2021-04-18 00:00:00', 0.00402692858716825, 0.0123653846153846, 0.0059018331571965, 0.0180288461538461, 0.00885294388238264, 0.0265192307692308, 0.0197609463336146, 0.05625, 0.0682318389474726, 0.163673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 795, '2021-04-18 00:00:00', 0.00585392701854591, 0.0130384615384615, 0.00644796479518928, 0.0168750000000001, 0.00856978143514486, 0.0263846153846154, 0.0221296464047665, 0.0573750000000001, 0.0679700669412646, 0.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 810, '2021-04-18 00:00:00', 0.00456892724322095, 0.011798076923077, 0.00822980044622089, 0.0192307692307693, 0.0070615222263933, 0.0247019230769232, 0.0204033462564732, 0.0576923076923077, 0.0668961479861479, 0.162730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 825, '2021-04-18 00:00:00', 0.00644583944524266, 0.013326923076923, 0.00589753044795996, 0.0171442307692306, 0.00820403277944159, 0.0231153846153846, 0.0216985576443724, 0.0589903846153846, 0.0664246970984089, 0.162096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 840, '2021-04-18 00:00:00', 0.00405941450874945, 0.00992307692307687, 0.00551648752517258, 0.0145288461538462, 0.00942980136832976, 0.0208846153846154, 0.0220514193682368, 0.0602019230769231, 0.0677350927397425, 0.161932692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 855, '2021-04-18 00:00:00', 0.00348833220012977, 0.00971153846153856, 0.00684617383316004, 0.015548076923077, 0.00816300284114948, 0.0212692307692308, 0.0226055047754711, 0.0608269230769232, 0.067354444202637, 0.162134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 870, '2021-04-18 00:00:00', 0.00514456397195507, 0.0118076923076922, 0.00631375177992153, 0.0147884615384615, 0.00815332046563749, 0.0219711538461538, 0.023015404540304, 0.0615769230769231, 0.0672362232099517, 0.162086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 885, '2021-04-18 00:00:00', 0.00352557960319465, 0.00991346153846154, 0.00568209062283882, 0.0161153846153846, 0.00931020944984587, 0.025, 0.0377638066957483, 0.088048076923077, 0.0677365491898859, 0.162298076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 900, '2021-04-18 00:00:00', 0.00524372335420017, 0.0122211538461539, 0.00697997823448221, 0.0169519230769231, 0.00886685704441848, 0.0268846153846155, 0.0408815091265175, 0.0911826923076923, 0.0676508286378267, 0.162230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 915, '2021-04-18 00:00:00', 0.00449068480301166, 0.0118749999999999, 0.00826084368945078, 0.0196923076923077, 0.0085663081088287, 0.0277788461538462, 0.0434346381182293, 0.0936826923076923, 0.0678356554759085, 0.162384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 930, '2021-04-18 00:00:00', 0.00700631583205187, 0.0142115384615385, 0.00736997547224808, 0.0193076923076924, 0.00992727885095492, 0.0276057692307693, 0.0449466478599477, 0.0941153846153847, 0.0707296532308327, 0.167576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 945, '2021-04-18 00:00:00', 0.00700711177195117, 0.0127307692307693, 0.00914002188181197, 0.0197500000000001, 0.0147520663480905, 0.0335384615384617, 0.0486071071488996, 0.0948942307692308, 0.0774695970141736, 0.171461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 960, '2021-04-18 00:00:00', 0.00685054742338161, 0.01475, 0.00848210786574624, 0.0198653846153846, 0.0165956812037163, 0.0352788461538461, 0.0500759077647278, 0.0960576923076923, 0.082463878455964, 0.174125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 975, '2021-04-18 00:00:00', 0.00498563320567593, 0.0121923076923077, 0.0110014159927782, 0.0251153846153848, 0.0157371467700323, 0.0348173076923077, 0.0508422191687184, 0.095625, 0.0821716572182891, 0.178625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 990, '2021-04-18 00:00:00', 0.00926093947718059, 0.0212500000000001, 0.0117036483463655, 0.0279038461538461, 0.0138986025860931, 0.0348846153846154, 0.050563524402478, 0.094, 0.0826018328396019, 0.179432692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1005, '2021-04-18 00:00:00', 0.00611882341631123, 0.0172499999999999, 0.00820862585708097, 0.0229423076923075, 0.0131424920069919, 0.0327980769230769, 0.0503529427755105, 0.0924230769230769, 0.0827906540851451, 0.179740384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1020, '2021-04-18 00:00:00', 0.00514912240468805, 0.0149615384615384, 0.00685650308943149, 0.0205288461538461, 0.0133496218615417, 0.0319903846153846, 0.0500781168621738, 0.0913173076923077, 0.0828752659817057, 0.180086538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1035, '2021-04-18 00:00:00', 0.00435903129676237, 0.0143846153846154, 0.00859539791892236, 0.0221442307692308, 0.0112675845476509, 0.0282115384615386, 0.0493686251970434, 0.0888846153846154, 0.0829723198746703, 0.180355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1050, '2021-04-18 00:00:00', 0.00595021816018924, 0.0152980769230768, 0.00856176653231359, 0.021173076923077, 0.00856614534979682, 0.0250769230769231, 0.0481943301804108, 0.0885384615384615, 0.0828605222880362, 0.181384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1065, '2021-04-18 00:00:00', 0.00681560003566493, 0.0142596153846153, 0.00785905283978058, 0.0184134615384616, 0.0370868588067775, 0.0652019230769231, 0.0485728319125002, 0.08875, 0.0858503914466233, 0.183336538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1080, '2021-04-18 00:00:00', 0.00581331363205318, 0.0134807692307693, 0.00725833738114051, 0.0179615384615385, 0.0384896302218582, 0.0677788461538461, 0.0478993385613557, 0.0887211538461538, 0.0888616534931601, 0.185538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 3, 1095, '2021-04-18 00:00:00', 0.00489804709906049, 0.0118942307692307, 0.0360012513137231, 0.0602980769230768, 0.0387343727794239, 0.0699711538461538, 0.0469031705095311, 0.0880096153846153, 0.0889437057270583, 0.186067307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 600, '2021-04-18 00:00:00', 0.0108729197833601, 0.0263461538461538, 0.0140477756246318, 0.0355, 0.0167846913997433, 0.0451057692307692, 0.0264746122946842, 0.0662980769230769, 0.0877756016783707, 0.179375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 615, '2021-04-18 00:00:00', 0.00866514348054684, 0.0259134615384615, 0.012172920767014, 0.0329999999999999, 0.0188364239011713, 0.0418942307692308, 0.0216134595707255, 0.0624711538461539, 0.0905323783983472, 0.179307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 630, '2021-04-18 00:00:00', 0.00975953182988108, 0.0215384615384615, 0.0113449455028016, 0.0283173076923077, 0.018192728894132, 0.0384038461538461, 0.0198947833324757, 0.0579903846153847, 0.0910949319919356, 0.177721153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 645, '2021-04-18 00:00:00', 0.00765965956262967, 0.0193461538461539, 0.0126566340160164, 0.027596153846154, 0.0142611393708162, 0.0367019230769232, 0.0199109556236298, 0.0566346153846154, 0.0912086392036665, 0.177855769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 660, '2021-04-18 00:00:00', 0.00821010751358451, 0.0196442307692308, 0.0104888585578296, 0.0261346153846153, 0.0109144928350406, 0.0321153846153846, 0.0184553827878523, 0.0543846153846153, 0.0918722231396159, 0.177596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 675, '2021-04-18 00:00:00', 0.00743454126669247, 0.0164903846153846, 0.00877477262471141, 0.0234711538461539, 0.0078204613281197, 0.0284807692307692, 0.0193912748023832, 0.0521923076923076, 0.0921872410035475, 0.177759615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 690, '2021-04-18 00:00:00', 0.00464808686864405, 0.0155865384615384, 0.00629447254465252, 0.0191538461538461, 0.00843039943391681, 0.0257788461538461, 0.0187707321278469, 0.0514038461538461, 0.0919419570247363, 0.179038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 705, '2021-04-18 00:00:00', 0.00603665087992952, 0.0136153846153846, 0.00724523716233375, 0.0187115384615384, 0.00807822928998298, 0.0255673076923077, 0.0197218250832772, 0.0515961538461539, 0.0928008708720741, 0.198778846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 720, '2021-04-18 00:00:00', 0.0054822791442414, 0.0121538461538461, 0.00830197497355526, 0.0181826923076923, 0.00892888570875442, 0.0267499999999999, 0.0207371925256567, 0.0526153846153846, 0.0924633986837702, 0.199451923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 735, '2021-04-18 00:00:00', 0.00498100237054597, 0.0123461538461539, 0.00608067556975494, 0.0172692307692308, 0.00854144308650474, 0.026125, 0.0215732829782937, 0.0524423076923077, 0.0923229433314635, 0.200894230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 750, '2021-04-18 00:00:00', 0.00554489543495768, 0.0118942307692308, 0.00737099304446399, 0.0186923076923076, 0.0078854052137233, 0.0267692307692307, 0.0217017302571441, 0.052798076923077, 0.0918205110528143, 0.200875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 765, '2021-04-18 00:00:00', 0.00589129899480187, 0.0132596153846154, 0.00685531798061805, 0.0183461538461538, 0.00845522710426022, 0.0251057692307693, 0.0223081909758587, 0.0545961538461539, 0.0905679791435905, 0.201326923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 780, '2021-04-18 00:00:00', 0.00638631349058277, 0.01375, 0.00707916770423009, 0.0199807692307693, 0.00976715945636984, 0.0257596153846154, 0.022269252690304, 0.0564807692307693, 0.0905740352716198, 0.201355769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 795, '2021-04-18 00:00:00', 0.00492540509852895, 0.0122692307692308, 0.00788382594546975, 0.0165865384615385, 0.0111225732011699, 0.0247211538461538, 0.0211546707881225, 0.0579519230769231, 0.0903402372231691, 0.201538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 810, '2021-04-18 00:00:00', 0.00450153819864346, 0.0110769230769231, 0.00664005908222099, 0.0169038461538461, 0.00899360884183868, 0.02475, 0.0217269971198542, 0.0585096153846153, 0.0902463849691499, 0.2015 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 825, '2021-04-18 00:00:00', 0.00490729441357852, 0.0131923076923077, 0.00730969456375459, 0.0189711538461538, 0.011783042737504, 0.026201923076923, 0.0215394093198062, 0.0608846153846154, 0.0907372093126418, 0.201865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 840, '2021-04-18 00:00:00', 0.00439686295512534, 0.0110096153846154, 0.00648083713728411, 0.016625, 0.0140705400093189, 0.0255480769230768, 0.0232364952507572, 0.0621634615384615, 0.0902813108907589, 0.202048076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 855, '2021-04-18 00:00:00', 0.00412506410206611, 0.0118846153846154, 0.0102160366016452, 0.0179903846153846, 0.0167786723596906, 0.0269230769230769, 0.0280864530717897, 0.0646730769230769, 0.0906133252426952, 0.203586538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 870, '2021-04-18 00:00:00', 0.00414539861896845, 0.0109791666666667, 0.00622071945545515, 0.01678125, 0.00898970324831438, 0.0236458333333333, 0.0271366789290271, 0.0624270833333333, 0.0887830611771906, 0.199927083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 885, '2021-04-18 00:00:00', 0.00542137476548387, 0.012375, 0.00650834713483669, 0.0171979166666667, 0.0104121584447348, 0.02725, 0.0306673047793173, 0.0791145833333333, 0.0894395435587233, 0.200072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 900, '2021-04-18 00:00:00', 0.00587751449427701, 0.01196875, 0.00745541548866971, 0.01653125, 0.0116273226992362, 0.02759375, 0.0307325124069052, 0.0789166666666666, 0.0892666218587872, 0.200072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 915, '2021-04-18 00:00:00', 0.00366792736067498, 0.0112395833333333, 0.00867433641951018, 0.0194791666666667, 0.0116775004692848, 0.0274479166666667, 0.0324389878117926, 0.0761354166666666, 0.0909939279706962, 0.199291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 930, '2021-04-18 00:00:00', 0.00703095510653736, 0.0143958333333333, 0.00974809531748844, 0.0199166666666666, 0.0127136630544022, 0.0276875, 0.0317377943559365, 0.0762708333333332, 0.0914453828191959, 0.199010416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 945, '2021-04-18 00:00:00', 0.00701007782575837, 0.0131979166666666, 0.00903442991632814, 0.0186875, 0.0124759505969327, 0.0297395833333333, 0.030684932852569, 0.0768020833333333, 0.0902138361443746, 0.199458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 960, '2021-04-18 00:00:00', 0.00567650533887872, 0.0135520833333333, 0.00730281239253615, 0.0185208333333334, 0.01057624149015, 0.0305416666666666, 0.0306489868351589, 0.0767187499999999, 0.0900100179358073, 0.19915625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 975, '2021-04-18 00:00:00', 0.00448407003267905, 0.0126666666666667, 0.00830986732310067, 0.0226041666666666, 0.0101056914657038, 0.0319999999999999, 0.0302426479267804, 0.0777083333333333, 0.0899860873908464, 0.1991875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 990, '2021-04-18 00:00:00', 0.00905298413447916, 0.0185, 0.0088264260661634, 0.0245833333333333, 0.0112891027358116, 0.0323333333333332, 0.0311920313791516, 0.0787395833333333, 0.089634106777644, 0.1996875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1005, '2021-04-18 00:00:00', 0.00465959690285551, 0.0156979166666666, 0.0061493710648125, 0.0213958333333333, 0.00828188147031856, 0.0299895833333333, 0.0323196763749, 0.0772187499999999, 0.0885561697414436, 0.197979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1020, '2021-04-18 00:00:00', 0.00517987150811484, 0.0156458333333334, 0.00679653011160624, 0.0209895833333333, 0.0115385253795614, 0.03121875, 0.033887145865229, 0.07803125, 0.0887305493841988, 0.19803125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1035, '2021-04-18 00:00:00', 0.00504809298187187, 0.0137708333333334, 0.00853954330270901, 0.0196145833333334, 0.0240667850974645, 0.0312916666666667, 0.0338847935599651, 0.0776354166666667, 0.088747504557691, 0.19775 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1050, '2021-04-18 00:00:00', 0.00443449454254104, 0.01321875, 0.00832818681659904, 0.02, 0.0220942788023756, 0.0293541666666667, 0.0336022109752847, 0.0771145833333333, 0.0886111411150434, 0.198229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1065, '2021-04-18 00:00:00', 0.00761288833758778, 0.0143958333333333, 0.0232021187656945, 0.0221875, 0.0317290224406021, 0.0608229166666667, 0.0333727286449602, 0.0778854166666667, 0.0885898892552692, 0.198375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1080, '2021-04-18 00:00:00', 0.017441244533277, 0.0159375, 0.016695695959946, 0.02096875, 0.0296731725534035, 0.0585729166666667, 0.0332835316374461, 0.0783750000000001, 0.0880316971899605, 0.198541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 4, 1095, '2021-04-18 00:00:00', 0.00410129883986924, 0.01275, 0.028696119564842, 0.0533645833333333, 0.0287431387527931, 0.0582708333333333, 0.0324635089871824, 0.07715625, 0.0873775171466744, 0.19859375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 600, '2021-04-18 00:00:00', 0.0125751987073621, 0.0271195652173913, 0.0112314845438744, 0.0356521739130435, 0.0161798959088293, 0.0431195652173914, 0.0301740176952543, 0.0669456521739131, 0.0906285105630532, 0.193902173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 615, '2021-04-18 00:00:00', 0.00826398682603448, 0.0244565217391305, 0.0142594882079467, 0.030913043478261, 0.0158872012027082, 0.0394456521739131, 0.0297331511394242, 0.0639130434782609, 0.090877058832988, 0.193336956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 630, '2021-04-18 00:00:00', 0.00903324787103558, 0.0206136363636364, 0.0122810697956112, 0.0278409090909091, 0.0159487477286637, 0.0367272727272727, 0.0281140731539804, 0.0628295454545454, 0.0857503462880945, 0.200988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 645, '2021-04-18 00:00:00', 0.00750927456852217, 0.0194204545454546, 0.00761506254006996, 0.0273181818181818, 0.0136265314481477, 0.0367045454545455, 0.024039593513141, 0.0606590909090908, 0.0832414276750782, 0.200636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 660, '2021-04-18 00:00:00', 0.00589767774754201, 0.0179886363636364, 0.00929433915131891, 0.0242954545454545, 0.0130106724423682, 0.0347954545454545, 0.0228390312273222, 0.0570795454545455, 0.0813869466928901, 0.199034090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 675, '2021-04-18 00:00:00', 0.00664173843161114, 0.0165568181818182, 0.0090620530939218, 0.023534090909091, 0.0109470451547005, 0.0311250000000001, 0.0219296056237648, 0.0559886363636364, 0.0798136467583987, 0.198397727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 690, '2021-04-18 00:00:00', 0.00605651816951474, 0.0157386363636364, 0.00848123884451217, 0.0232386363636365, 0.0128491497520516, 0.0299772727272727, 0.0210395454547793, 0.0542159090909091, 0.0793591050826797, 0.198625 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 705, '2021-04-18 00:00:00', 0.00696202788353246, 0.0163068181818183, 0.00887881373457819, 0.0205000000000001, 0.012819425195291, 0.0308636363636363, 0.0239317662789323, 0.0554090909090909, 0.0837618473884266, 0.209977272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 720, '2021-04-18 00:00:00', 0.004146270425522, 0.0125681818181818, 0.00845038998562154, 0.0206136363636362, 0.0110475164198846, 0.0302499999999999, 0.0212436137589894, 0.0532272727272726, 0.0831702741824009, 0.209738636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 735, '2021-04-18 00:00:00', 0.00728768753517807, 0.0154090909090908, 0.0102605926682995, 0.0229999999999999, 0.00954980252963268, 0.0308295454545454, 0.0196740931297022, 0.051875, 0.0835074984644106, 0.210829545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 750, '2021-04-18 00:00:00', 0.00603646028843491, 0.0151363636363636, 0.00916645021389466, 0.0212499999999999, 0.0115531252213829, 0.0296250000000001, 0.0190729404203195, 0.0519090909090909, 0.0834632990863187, 0.210909090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 765, '2021-04-18 00:00:00', 0.006441555850483, 0.0139431818181818, 0.00723414073735034, 0.0194772727272727, 0.0117419033538985, 0.0273409090909092, 0.0188577818458903, 0.0537613636363637, 0.0832087301668161, 0.210329545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 780, '2021-04-18 00:00:00', 0.00621952527036781, 0.0136477272727273, 0.00802553588182601, 0.0198750000000001, 0.0134912640084409, 0.0275795454545456, 0.0190673362504653, 0.0540454545454546, 0.0829087995789291, 0.2095 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 795, '2021-04-18 00:00:00', 0.00616793525620011, 0.0134659090909093, 0.00958326039874372, 0.0183068181818183, 0.0116126668506972, 0.0262386363636365, 0.0189462814316314, 0.0550909090909092, 0.0827067926786838, 0.208238636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 810, '2021-04-18 00:00:00', 0.00433805520293637, 0.0123409090909092, 0.0074080218600371, 0.0182045454545454, 0.00898296849286043, 0.0239090909090908, 0.0187938988269299, 0.0543295454545456, 0.0825285836945198, 0.207988636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 825, '2021-04-18 00:00:00', 0.00340726321858072, 0.0115795454545454, 0.00368043337486773, 0.0158522727272727, 0.0070206964448998, 0.0216249999999999, 0.0178142509772031, 0.0541704545454546, 0.0830610432438812, 0.20825 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 5, 840, '2021-04-18 00:00:00', 0.00365016826392685, 0.0105795454545455, 0.00656296509380555, 0.0155681818181818, 0.00646728363192446, 0.0213863636363636, 0.0180111835447863, 0.0528977272727275, 0.0852044595008451, 0.209420454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 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 1029696, 2, 840, '2021-04-18 00:00:00', 0.00472720407147117, 0.01007, 0.00672320298171435, 0.01629, 0.0105788507567378, 0.02387, 0.021740285186722, 0.05616, 0.0862628227183259, 0.18333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029696 and enddate = '2021-04-18 00:00:00' and dayofweek = 2 and fromtime = 840);
Date: 2021-04-23 14:05:45 Duration: 1s843ms 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 1032246, 5, 870, '2021-04-18 00:00:00', 0.110140244769052, 0.198652173913043, 0.128217808139551, 0.279521739130435, 0.202602933385974, 0.387304347826087, 0.37385699851142, 0.891652173913045, 1.86965823006056, 4.05747826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 885, '2021-04-18 00:00:00', 0.0663819645490503, 0.194739130434783, 0.144914490256034, 0.300869565217392, 0.272914014459753, 0.463826086956523, 0.608580961385798, 1.47682608695652, 1.85838843865668, 4.06504347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 900, '2021-04-18 00:00:00', 0.145058567972707, 0.216521739130436, 0.167569241189682, 0.276217391304349, 0.316816669971046, 0.478434782608697, 0.626408493549146, 1.54534782608696, 1.86338293659125, 4.07982608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 915, '2021-04-18 00:00:00', 0.0862564656452652, 0.179217391304349, 0.19422237774214, 0.336826086956523, 0.282716201504063, 0.476782608695652, 0.620118747394046, 1.56047826086957, 1.87377962392897, 4.05852173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 930, '2021-04-18 00:00:00', 0.170764937945764, 0.267869565217393, 0.220626739319529, 0.346391304347827, 0.270270103514531, 0.442260869565218, 0.60327935833221, 1.56443478260869, 1.88173606664323, 4.04552173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 945, '2021-04-18 00:00:00', 0.138007861951683, 0.215521739130435, 0.215945855825533, 0.310391304347827, 0.216260995516571, 0.457000000000001, 0.601053682830634, 1.5685652173913, 1.91883453799167, 4.07043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 960, '2021-04-18 00:00:00', 0.11416116130711, 0.20995652173913, 0.145684875687055, 0.276086956521739, 0.178305850393601, 0.477391304347825, 0.58934843100031, 1.55913043478261, 1.9202568318835, 4.07086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 975, '2021-04-18 00:00:00', 0.0869508288650321, 0.18391304347826, 0.128692896696278, 0.34395652173913, 0.203547587933043, 0.510434782608696, 0.585280990588846, 1.55173913043478, 1.91580817836353, 4.06039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 990, '2021-04-18 00:00:00', 0.0916946298227985, 0.294782608695653, 0.13172034395589, 0.372608695652174, 0.244735074962696, 0.540434782608697, 0.573625530299913, 1.54739130434782, 1.8975394292018, 4.05839130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1005, '2021-04-18 00:00:00', 0.0970185793705676, 0.264173913043477, 0.178369869307233, 0.403913043478262, 0.227971810198232, 0.524347826086958, 0.614394373867727, 1.57108695652174, 1.88139035817714, 4.09795652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1020, '2021-04-18 00:00:00', 0.137228049426517, 0.291913043478261, 0.164965237684394, 0.380434782608696, 0.191460281848982, 0.505695652173914, 0.765717956000961, 1.61452173913043, 1.8691441881373, 4.11321739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1035, '2021-04-18 00:00:00', 0.0858553798259575, 0.225652173913045, 0.138972798544096, 0.349565217391307, 0.168832306819776, 0.429565217391306, 0.813898622912857, 1.64117391304348, 1.92021314178438, 4.14334782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1050, '2021-04-18 00:00:00', 0.108979836406019, 0.265173913043479, 0.145142849084327, 0.336913043478262, 0.158638239113685, 0.436000000000001, 0.818286233346128, 1.64378260869565, 1.92971502841976, 4.147 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1065, '2021-04-18 00:00:00', 0.089733906150593, 0.216086956521739, 0.102069495042261, 0.279999999999998, 0.615624291897828, 1.20921739130435, 0.80742587368871, 1.65178260869565, 1.93318254568489, 4.13613043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1080, '2021-04-18 00:00:00', 0.0889152903259888, 0.198260869565218, 0.120994740682095, 0.303, 0.633999099137773, 1.30130434782608, 0.801891851499924, 1.64978260869565, 1.91823351399908, 4.12178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 1095, '2021-04-18 00:00:00', 0.0881684741951306, 0.229956521739131, 0.607165314694101, 1.17391304347826, 0.620473040886064, 1.33560869565217, 0.81843472749026, 1.65630434782608, 1.90002841979993, 4.11178260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 600, '2021-04-18 00:00:00', 0.43436088298403, 0.739279999999999, 0.47628959327983, 0.898879999999998, 0.458634749373979, 1.0452, 0.910888910167791, 1.58676, 1.78812839770154, 3.8336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 615, '2021-04-18 00:00:00', 0.230030418278395, 0.532080000000001, 0.245383964431257, 0.68096, 0.249475369525732, 0.786279999999998, 0.662046216916413, 1.39588, 1.68802419315206, 3.74848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 630, '2021-04-18 00:00:00', 0.0960943460008616, 0.36404, 0.141450521384688, 0.486799999999999, 0.158260070769606, 0.622999999999999, 0.855986822328475, 1.32176, 1.71109519801403, 3.69212 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 645, '2021-04-18 00:00:00', 0.110528246766759, 0.29508, 0.138259984570134, 0.42864, 0.190632526080941, 0.579479999999999, 0.861858818678171, 1.25996, 1.6913849532262, 3.65232 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 660, '2021-04-18 00:00:00', 0.0839804143833554, 0.28872, 0.116069619912651, 0.376359999999999, 0.178728723675484, 0.523039999999999, 0.868412002834292, 1.19364, 1.69588404379545, 3.63824 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 675, '2021-04-18 00:00:00', 0.0716427014193811, 0.227480000000001, 0.139102444263212, 0.364639999999999, 0.216601015694757, 0.4958, 0.83480117393305, 1.1372, 1.94463854653421, 3.72508 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 690, '2021-04-18 00:00:00', 0.112532187987852, 0.269079999999998, 0.122805985196162, 0.34332, 0.339953854711684, 0.512959999999999, 0.835458333291772, 1.09572, 2.08856880582534, 3.75164 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 705, '2021-04-18 00:00:00', 0.0570073094728507, 0.198599999999999, 0.122963043228444, 0.30508, 0.315261700813785, 0.44676, 0.804885016632811, 1.04316, 2.12377135068726, 3.893 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 720, '2021-04-18 00:00:00', 0.0904181397729476, 0.212760000000001, 0.229363416147097, 0.32992, 0.283990569092239, 0.42432, 0.805167336644998, 1.01776, 2.13029834217338, 3.92212 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 735, '2021-04-18 00:00:00', 0.195972208914087, 0.248759999999999, 0.249083198951676, 0.31676, 0.25997103684834, 0.42676, 0.802639628559002, 1.00096, 2.10853689399387, 3.9286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 750, '2021-04-18 00:00:00', 0.183358319509461, 0.220760000000001, 0.198821636984846, 0.29028, 0.255453733580077, 0.42312, 0.798456298115307, 0.982280000000001, 2.09839945990589, 3.91772 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 765, '2021-04-18 00:00:00', 0.110299335144566, 0.199119999999999, 0.170066379197459, 0.302359999999999, 0.200124960961896, 0.410000000000001, 0.758159191726909, 0.97912, 2.07443929131063, 3.91496 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 780, '2021-04-18 00:00:00', 0.116285568035477, 0.2034, 0.116042765105513, 0.28256, 0.535809440628538, 0.56944, 0.741013522143827, 0.972959999999999, 2.06860846303338, 3.90916 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 795, '2021-04-18 00:00:00', 0.0754493649189083, 0.19876, 0.108124927745639, 0.270800000000002, 0.605757990730073, 0.591080000000001, 0.738928729084658, 0.9906, 2.06528298061065, 3.90896 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 810, '2021-04-18 00:00:00', 0.0741799613552507, 0.181200000000001, 0.548468890032363, 0.440040000000001, 0.77391366443551, 0.615120000000001, 0.736819855867089, 1.0202, 2.04803234593597, 3.91336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 825, '2021-04-18 00:00:00', 0.530292098753129, 0.361279999999998, 0.579545617991658, 0.47804, 0.740834027746204, 0.593159999999999, 0.732069516280158, 1.03888, 2.03086588675865, 3.9154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 840, '2021-04-18 00:00:00', 0.213713109877082, 0.292280000000001, 0.369750600630571, 0.394439999999999, 0.370009968334188, 0.46328, 0.465784367134264, 0.95308, 1.99522364410609, 3.82884 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 855, '2021-04-18 00:00:00', 0.267926917896156, 0.246599999999999, 0.270157682351129, 0.296440000000001, 0.342787893601858, 0.438039999999998, 0.495117538233769, 0.959719999999998, 2.0033919985864, 3.8084 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 870, '2021-04-18 00:00:00', 0.211455669112939, 0.1898, 0.226416518831997, 0.269239999999999, 0.260200243402397, 0.406999999999999, 0.481328346003712, 0.940679999999999, 2.00660452173982, 3.80604 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 885, '2021-04-18 00:00:00', 0.136504114712097, 0.20504, 0.186384012189886, 0.3184, 0.195462801235085, 0.422960000000001, 0.50538014734785, 1.27352, 2.00557375248747, 3.80792 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 900, '2021-04-18 00:00:00', 0.127058411764039, 0.232559999999999, 0.162790581218119, 0.301759999999999, 0.203151322909795, 0.41372, 0.525480177234753, 1.3632, 1.99778334077214, 3.82512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 915, '2021-04-18 00:00:00', 0.111860031587096, 0.1972, 0.131412734035431, 0.294160000000002, 0.164716139666598, 0.37836, 0.554782455862958, 1.41736, 1.99578890249779, 3.82752 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 930, '2021-04-18 00:00:00', 0.083031560264758, 0.20736, 0.124870492911656, 0.289160000000001, 0.147681662143049, 0.38796, 0.577401948386045, 1.46052, 1.99234653361307, 3.83872 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 945, '2021-04-18 00:00:00', 0.108400984005373, 0.21676, 0.122651701985743, 0.288759999999998, 0.197733676106695, 0.44076, 0.605414320940627, 1.4924, 1.98072733863094, 3.84696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 960, '2021-04-18 00:00:00', 0.0826498638837349, 0.203199999999997, 0.105082507266116, 0.274399999999998, 0.212780505059399, 0.493279999999997, 0.590817997920397, 1.53336, 1.96866944660601, 3.84816 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 975, '2021-04-18 00:00:00', 0.0743863786814059, 0.195999999999999, 0.165315859291641, 0.3272, 0.228524418826523, 0.535919999999998, 0.586220740563371, 1.56044, 1.9354168155723, 3.8648 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 990, '2021-04-18 00:00:00', 0.160896447029344, 0.272800000000001, 0.189827140665746, 0.408479999999998, 0.267983849015818, 0.573519999999998, 0.572631693732251, 1.56684, 1.93238356699699, 3.8664 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1005, '2021-04-18 00:00:00', 0.118183938559066, 0.306879999999997, 0.176331439813399, 0.421119999999998, 0.29803111135137, 0.60472, 0.528976801633746, 1.54204, 1.93104343555499, 3.8336 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1020, '2021-04-18 00:00:00', 0.124299061407023, 0.27144, 0.160957520275795, 0.39664, 0.290979237518186, 0.587, 0.517980379293785, 1.53344, 1.9300126666251, 3.82132 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1035, '2021-04-18 00:00:00', 0.116942607005886, 0.268359999999999, 0.219585404797313, 0.4092, 0.2791636318243, 0.546399999999999, 0.515341061822168, 1.50108, 1.93104571584069, 3.80216 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1050, '2021-04-18 00:00:00', 0.148248946033351, 0.272800000000001, 0.191023663455602, 0.389960000000001, 0.208971289894089, 0.482399999999999, 0.499894615560787, 1.47328, 1.91463366992227, 3.82056 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1065, '2021-04-18 00:00:00', 0.122365191128852, 0.270359999999999, 0.145170015269455, 0.329199999999998, 0.322766959275574, 0.897479999999998, 0.505208366254295, 1.45208, 1.90068684690561, 3.80136 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1080, '2021-04-18 00:00:00', 0.103662915259027, 0.2328, 0.133931574569504, 0.322799999999999, 0.40660086079594, 1.01448, 0.554423490363338, 1.44764, 1.89444344773516, 3.78332 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 1, 1095, '2021-04-18 00:00:00', 0.0839642781187349, 0.229999999999999, 0.32863862118341, 0.840479999999999, 0.385564681127995, 1.08904, 0.546540946925907, 1.44444, 1.88985416809517, 3.78788 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 600, '2021-04-18 00:00:00', 0.19160327602788, 0.549846153846152, 0.278404896066587, 0.764384615384614, 0.319022140538626, 0.932384615384614, 0.433714744964936, 1.241, 1.72177555403181, 3.69246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 615, '2021-04-18 00:00:00', 0.234271427063696, 0.495307692307692, 0.234852860646504, 0.631115384615385, 0.339172932973045, 0.788961538461537, 0.37359957173423, 1.134, 1.63691855208311, 3.64811538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 630, '2021-04-18 00:00:00', 0.175231205510362, 0.395846153846154, 0.284648774132938, 0.55326923076923, 0.273163183125736, 0.728269230769229, 0.407215716789028, 1.076, 1.58115761536141, 3.60873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 645, '2021-04-18 00:00:00', 0.177207887478565, 0.370653846153845, 0.197819144286274, 0.465576923076922, 0.197023465997952, 0.672615384615383, 0.435017348902494, 1.03257692307692, 1.56601683702512, 3.60742307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 660, '2021-04-18 00:00:00', 0.0839688953399717, 0.281153846153846, 0.111944959002866, 0.434076923076923, 0.196676728121593, 0.599846153846153, 0.474999052630636, 0.952499999999999, 1.56301652730078, 3.57876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 675, '2021-04-18 00:00:00', 0.0830018350121496, 0.283769230769231, 0.15172124236446, 0.429153846153845, 0.158878904055405, 0.524115384615384, 0.440467564509144, 0.893346153846152, 1.55143995248087, 3.55761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 690, '2021-04-18 00:00:00', 0.140482448944837, 0.28303846153846, 0.144361282898152, 0.356499999999999, 0.236804690701983, 0.500692307692306, 0.440993195482128, 0.856038461538461, 1.54634442973893, 3.54184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 705, '2021-04-18 00:00:00', 0.104973168732998, 0.242615384615385, 0.139520039917072, 0.349192307692308, 0.234046139435402, 0.482653846153845, 0.492642888291931, 0.886846153846154, 1.57680317536659, 3.68157692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 720, '2021-04-18 00:00:00', 0.0975413521775021, 0.232653846153846, 0.158626663778631, 0.348461538461538, 0.20691911463178, 0.493, 0.475462717134178, 0.887653846153847, 1.59625558778614, 3.70930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 735, '2021-04-18 00:00:00', 0.107440896095698, 0.228115384615385, 0.155392233248148, 0.338115384615384, 0.182637198165782, 0.481884615384615, 0.473890914094729, 0.885961538461539, 1.65487642857289, 3.60892307692307 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 750, '2021-04-18 00:00:00', 0.098658696836816, 0.248461538461538, 0.162289807253756, 0.370692307692308, 0.194590493087406, 0.474499999999999, 0.475180595628165, 0.859038461538462, 1.67408984043455, 3.59507692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 765, '2021-04-18 00:00:00', 0.115315413607134, 0.238730769230768, 0.118377473168868, 0.306115384615382, 0.171002510103035, 0.42453846153846, 0.48367759764283, 0.894461538461539, 1.67283939916079, 3.58315384615384 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 780, '2021-04-18 00:00:00', 0.0730787562523101, 0.207769230769231, 0.134814014336559, 0.306538461538461, 0.192251437926001, 0.403846153846153, 0.463725868955421, 0.939192307692308, 1.6463995145585, 3.57319230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 795, '2021-04-18 00:00:00', 0.102723115517094, 0.223038461538462, 0.102376920476023, 0.281923076923077, 0.150947081914364, 0.407692307692309, 0.429026714248031, 0.965807692307692, 1.6106337863854, 3.56007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 810, '2021-04-18 00:00:00', 0.0713571731071671, 0.189615384615386, 0.138532973025863, 0.269230769230769, 0.165116970194325, 0.40442307692308, 0.436191822658158, 0.993115384615384, 1.58031619815588, 3.57238461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 825, '2021-04-18 00:00:00', 0.105363436951125, 0.198423076923074, 0.127576100969037, 0.309692307692308, 0.238213598397611, 0.437038461538462, 0.439085730195753, 1.01996153846154, 1.54842366891673, 3.58846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 855, '2021-04-18 00:00:00', 0.0950085016438814, 0.191153846153847, 0.194503312212256, 0.303461538461538, 0.223426136478118, 0.381961538461536, 0.433526975471583, 1.00196153846154, 1.54675695718991, 3.56626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 885, '2021-04-18 00:00:00', 0.0680833425917215, 0.162307692307692, 0.0767125704271361, 0.23153846153846, 0.208878323064299, 0.416923076923076, 0.735146705400726, 1.71503846153846, 1.54080175183621, 3.55503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 900, '2021-04-18 00:00:00', 0.0692520480119252, 0.180384615384614, 0.152087525407626, 0.288846153846153, 0.20577039108228, 0.435423076923078, 0.780521680574062, 1.82242307692308, 1.53247682677925, 3.55123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 915, '2021-04-18 00:00:00', 0.118270517816635, 0.212653846153848, 0.168658311843342, 0.327884615384617, 0.217148148648655, 0.435961538461539, 0.795752338743273, 1.83776923076923, 1.53306587544748, 3.54546153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 930, '2021-04-18 00:00:00', 0.147600875544621, 0.233461538461538, 0.15987462395457, 0.312153846153847, 0.191341209522512, 0.405461538461539, 0.834779889920323, 1.87576923076923, 1.52613690080543, 3.542 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 945, '2021-04-18 00:00:00', 0.0959264541999982, 0.20173076923077, 0.14041950883527, 0.295038461538462, 0.220630094188302, 0.470038461538462, 0.835929231454435, 1.865, 1.52711760667455, 3.52876923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 960, '2021-04-18 00:00:00', 0.123716207507342, 0.233500000000001, 0.169297485101043, 0.290038461538462, 0.199180660167135, 0.540846153846153, 0.848484143363013, 1.88230769230769, 1.52486201141158, 3.51607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 975, '2021-04-18 00:00:00', 0.109820132664559, 0.192692307692309, 0.164120031121691, 0.370769230769231, 0.185461171553093, 0.580384615384615, 0.822802348450336, 1.86723076923077, 1.51322620048893, 3.51057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 990, '2021-04-18 00:00:00', 0.111385815973131, 0.289000000000001, 0.145454328015571, 0.431192307692308, 0.191805771149236, 0.579576923076923, 0.835130848338245, 1.86142307692308, 1.51959255520885, 3.50057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1005, '2021-04-18 00:00:00', 0.099032527678844, 0.284192307692308, 0.142020626887568, 0.424538461538462, 0.214906580777642, 0.544961538461537, 0.822390490254806, 1.85603846153846, 1.53190710553872, 3.4775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1020, '2021-04-18 00:00:00', 0.0976902483126356, 0.309769230769229, 0.131352256869134, 0.392846153846151, 0.223654737348577, 0.499807692307691, 0.814616413742359, 1.85330769230769, 1.53514645605508, 3.46019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1035, '2021-04-18 00:00:00', 0.0987148184651881, 0.253846153846152, 0.161323850113318, 0.355769230769229, 0.192235832727968, 0.478846153846152, 0.853136480198892, 1.88057692307692, 1.52995720251858, 3.46719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1050, '2021-04-18 00:00:00', 0.0910958919955321, 0.23230769230769, 0.117883906385119, 0.326153846153846, 0.200484029672805, 0.465384615384616, 0.893820740072983, 1.86865384615385, 1.54010652828353, 3.44296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1065, '2021-04-18 00:00:00', 0.0884459417688842, 0.23226923076923, 0.126042392136076, 0.327269230769231, 0.70656815665582, 1.366, 0.898290421600087, 1.86880769230769, 1.54277761346715, 3.44373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1080, '2021-04-18 00:00:00', 0.0881467308176873, 0.225384615384617, 0.148402778327714, 0.330769230769233, 0.767166699365521, 1.47876923076923, 0.921815744145133, 1.85611538461538, 1.53232950714314, 3.42796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 1095, '2021-04-18 00:00:00', 0.0762395011687611, 0.217307692307693, 0.717841722430189, 1.24853846153846, 0.769788374515011, 1.46369230769231, 0.926072700252979, 1.80938461538461, 1.55021371628361, 3.40761538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 600, '2021-04-18 00:00:00', 0.453249540710024, 0.726884615384617, 0.551144409388321, 0.929000000000001, 0.60702207918278, 1.09726923076923, 0.674975232594045, 1.47273076923077, 1.35463613791817, 3.21888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 615, '2021-04-18 00:00:00', 0.213020880161113, 0.484153846153846, 0.229526522683949, 0.62723076923077, 0.27079147810702, 0.77576923076923, 0.38243085046138, 1.21865384615385, 1.22244787209926, 3.064 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 630, '2021-04-18 00:00:00', 0.168038823352957, 0.407384615384616, 0.224604010512861, 0.562807692307692, 0.249450954020099, 0.713538461538463, 0.39468521439438, 1.14446153846154, 1.21649865597953, 3.0335 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 645, '2021-04-18 00:00:00', 0.17232922427279, 0.383192307692308, 0.192872536626176, 0.507153846153846, 0.282941298614285, 0.65046153846154, 0.421290356660799, 1.09526923076923, 1.21715682385063, 3.00742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 660, '2021-04-18 00:00:00', 0.13436158448238, 0.314653846153847, 0.175960262122315, 0.426423076923079, 0.236808604963198, 0.557653846153848, 0.378071552039477, 1.03253846153846, 1.18908137005648, 2.95123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 675, '2021-04-18 00:00:00', 0.0933968208979646, 0.260615384615386, 0.14195182823219, 0.346807692307694, 0.207714671160667, 0.48423076923077, 0.440221210127538, 1.03407692307692, 1.19569538698681, 2.92853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 690, '2021-04-18 00:00:00', 0.114387391720483, 0.248346153846154, 0.153741541355815, 0.352692307692308, 0.241231535762126, 0.475576923076924, 0.4100592827685, 1.06315384615385, 1.19568114671738, 2.90026923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 705, '2021-04-18 00:00:00', 0.130292570187844, 0.248076923076923, 0.157142879620378, 0.33826923076923, 0.235647928388617, 0.503115384615384, 0.435443618181947, 1.09976923076923, 1.23413509608333, 3.11334615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 720, '2021-04-18 00:00:00', 0.103797324702446, 0.226730769230769, 0.126301379491829, 0.344038461538463, 0.246578235361206, 0.521884615384616, 0.448508989704949, 1.08392307692308, 1.24470118316993, 3.14065384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 735, '2021-04-18 00:00:00', 0.0894839908329114, 0.250769230769232, 0.130645851298609, 0.349461538461538, 0.20839852723531, 0.501884615384616, 0.445092635129087, 1.05457692307692, 1.24602821612699, 3.12965384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 750, '2021-04-18 00:00:00', 0.107905514224251, 0.241, 0.183668669075594, 0.3475, 0.229136506173806, 0.46653846153846, 0.446003470148625, 1.02484615384615, 1.24880352892125, 3.12042307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 765, '2021-04-18 00:00:00', 0.103657253262114, 0.226115384615385, 0.122014835163598, 0.3005, 0.162496035454597, 0.405192307692307, 0.416689570857657, 1.02903846153846, 1.22980347398086, 3.09576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 780, '2021-04-18 00:00:00', 0.0672915585059044, 0.218076923076924, 0.110166307846886, 0.296153846153845, 0.156110414573986, 0.436307692307693, 0.401919861893656, 1.06715384615385, 1.22523364930311, 3.08984615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 795, '2021-04-18 00:00:00', 0.102329069484377, 0.219961538461537, 0.112684720143621, 0.294615384615384, 0.181008049119792, 0.458923076923079, 0.383825296797304, 1.11846153846154, 1.21500832032605, 3.09946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 810, '2021-04-18 00:00:00', 0.0861519230554602, 0.213076923076923, 0.159296496653738, 0.333576923076924, 0.156275954152115, 0.434423076923078, 0.375767155808774, 1.10965384615385, 1.20861587204283, 3.09061538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 825, '2021-04-18 00:00:00', 0.108588283827563, 0.215153846153847, 0.154855863503899, 0.32646153846154, 0.180483355294778, 0.419192307692307, 0.388933959195369, 1.11423076923077, 1.22754357403469, 3.10311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 840, '2021-04-18 00:00:00', 0.155140273995454, 0.267769230769232, 0.150530712429775, 0.329846153846154, 0.1999976153704, 0.472615384615384, 0.373470534312949, 1.14, 1.29849616687329, 3.14615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 855, '2021-04-18 00:00:00', 0.0759761501039338, 0.185846153846154, 0.126280938326475, 0.278346153846154, 0.235713672460073, 0.456846153846153, 0.566795505112191, 1.21976923076923, 1.2798545211799, 3.13865384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 870, '2021-04-18 00:00:00', 0.116023770773991, 0.207653846153847, 0.154435871679924, 0.308038461538462, 0.285958106130143, 0.52696153846154, 0.741428334624874, 1.26615384615385, 1.27405128021418, 3.13523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 885, '2021-04-18 00:00:00', 0.104673117553941, 0.212692307692307, 0.196366834893658, 0.336576923076923, 0.317260943316139, 0.601115384615384, 0.862722446676798, 1.6235, 1.23196884076481, 3.17223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 900, '2021-04-18 00:00:00', 0.172753412523346, 0.232692307692308, 0.248716397034546, 0.369615384615386, 0.316975585082609, 0.586807692307692, 0.848430454064807, 1.67334615384615, 1.23461430663744, 3.17261538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 915, '2021-04-18 00:00:00', 0.121343479429263, 0.227360000000003, 0.25820904321886, 0.407920000000001, 0.274560327311382, 0.523959999999999, 0.849918403926714, 1.70472, 1.25966446325996, 3.16268 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 930, '2021-04-18 00:00:00', 0.186605528678369, 0.302959999999999, 0.190488608583298, 0.379079999999999, 0.243731183889135, 0.489839999999998, 0.85626368602201, 1.707, 1.33754167287104, 3.29532 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 945, '2021-04-18 00:00:00', 0.139844711495765, 0.242720000000001, 0.174328234469731, 0.334600000000001, 0.287549126237588, 0.5514, 0.848289429774218, 1.73896, 1.36724341651368, 3.32132 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 960, '2021-04-18 00:00:00', 0.109779324100669, 0.236199999999999, 0.164431424409486, 0.32788, 0.260357971518702, 0.583240000000001, 0.853719313748183, 1.729, 1.45582071011509, 3.35176 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 975, '2021-04-18 00:00:00', 0.131594478100971, 0.237239999999999, 0.239555059780976, 0.43428, 0.282534953589815, 0.628, 0.846735003803828, 1.7458, 1.45808767683337, 3.34456 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 990, '2021-04-18 00:00:00', 0.150198413459655, 0.346541666666667, 0.183529758081488, 0.460041666666667, 0.266737237038978, 0.626333333333333, 0.592124521764943, 1.64516666666667, 1.33756073612606, 3.215125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1005, '2021-04-18 00:00:00', 0.118954220886299, 0.297240000000001, 0.186839949332753, 0.431600000000001, 0.233294570589773, 0.597240000000002, 0.819723123987607, 1.7478, 1.47598371377646, 3.31356 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1020, '2021-04-18 00:00:00', 0.157329463229236, 0.309680000000001, 0.182003736225385, 0.434880000000001, 0.189790296555609, 0.589240000000002, 0.793369642726519, 1.73216, 1.47987283575313, 3.31412 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1035, '2021-04-18 00:00:00', 0.141383741352535, 0.288333333333333, 0.17884240795756, 0.425458333333334, 0.209628652863699, 0.607541666666667, 0.55511827796987, 1.59295833333333, 1.35688724593771, 3.16129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1050, '2021-04-18 00:00:00', 0.149284962404121, 0.318800000000001, 0.167473380969434, 0.418400000000001, 0.201364718856109, 0.604800000000002, 0.762531831029588, 1.67328, 1.49737904352906, 3.2806 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1065, '2021-04-18 00:00:00', 0.124614231397008, 0.25396, 0.151449023326883, 0.39084, 0.608044195213912, 1.15292, 0.732231070086488, 1.62156, 1.5116325644812, 3.24852 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1080, '2021-04-18 00:00:00', 0.111261433869363, 0.263240000000002, 0.129440784402237, 0.342400000000002, 0.712972650246841, 1.2724, 0.726703109942433, 1.60992, 1.5206717123254, 3.23796 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 3, 1095, '2021-04-18 00:00:00', 0.113991695603964, 0.236760000000001, 0.597584925624245, 1.06592, 0.699657875917463, 1.27068, 0.717802951140958, 1.60192, 1.52385771645518, 3.25756 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 600, '2021-04-18 00:00:00', 0.254507708946201, 0.644999999999999, 0.349569152516789, 0.847624999999999, 0.347973126981742, 0.986583333333333, 0.512917931396268, 1.41825, 1.499180643368, 3.19558333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 615, '2021-04-18 00:00:00', 0.228555954364272, 0.503458333333334, 0.280477669032827, 0.650375000000001, 0.324349371038011, 0.824083333333334, 0.503232615414969, 1.27625, 1.44439648898469, 3.099 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 630, '2021-04-18 00:00:00', 0.157576666410678, 0.402833333333333, 0.227785924798335, 0.565916666666666, 0.311273957229441, 0.714208333333335, 0.486651133859725, 1.17825, 1.45946526836551, 3.0645 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 645, '2021-04-18 00:00:00', 0.175320777433822, 0.349375, 0.192038034993221, 0.474458333333332, 0.218806110816025, 0.636875, 0.435231570462823, 1.11545833333333, 1.46363414528081, 3.04770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 660, '2021-04-18 00:00:00', 0.125105491717873, 0.324916666666666, 0.141863758891962, 0.42775, 0.194731755298769, 0.62575, 0.421691486924894, 1.09366666666667, 1.45170656133304, 3.038125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 675, '2021-04-18 00:00:00', 0.0888799874770106, 0.2975, 0.141004773020253, 0.441458333333333, 0.23972547327356, 0.604041666666665, 0.423620523376862, 1.0595, 1.46419494623486, 3.03183333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 690, '2021-04-18 00:00:00', 0.115228569323784, 0.308833333333333, 0.191540054274046, 0.424125, 0.294709830270339, 0.583666666666665, 0.383144424939629, 1.03120833333333, 1.4846662772186, 3.00729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 705, '2021-04-18 00:00:00', 0.132637288732538, 0.255041666666667, 0.164995103133308, 0.372916666666666, 0.267778782671959, 0.521458333333332, 0.379704003711815, 0.982499999999999, 1.44434396120206, 3.101 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 720, '2021-04-18 00:00:00', 0.0854445217924916, 0.258624999999999, 0.186141815190245, 0.374916666666665, 0.21759285457551, 0.491041666666666, 0.402210772400222, 0.997875000000001, 1.43866547460697, 3.1295 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 735, '2021-04-18 00:00:00', 0.139374898453205, 0.254166666666666, 0.163659951454673, 0.335666666666667, 0.243349989503401, 0.506500000000001, 0.430108808275909, 1.01725, 1.45133311967837, 3.16245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 750, '2021-04-18 00:00:00', 0.115909978812896, 0.232916666666664, 0.136963333451493, 0.333791666666666, 0.226570589185927, 0.520166666666666, 0.462538535409894, 1.012375, 1.45378764422207, 3.18491666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 765, '2021-04-18 00:00:00', 0.088547048003561, 0.233333333333332, 0.191226888344938, 0.371624999999999, 0.211581809990462, 0.488416666666666, 0.451078891843396, 1.04791666666666, 1.43797653727004, 3.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 780, '2021-04-18 00:00:00', 0.153055237731682, 0.264583333333334, 0.174236299442676, 0.358125000000001, 0.242508684290937, 0.478125000000001, 0.457597837404311, 1.07004166666667, 1.43823275212163, 3.21883333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 795, '2021-04-18 00:00:00', 0.158075999883378, 0.257250000000001, 0.19081620548413, 0.333958333333334, 0.233925941302996, 0.483041666666667, 0.428319694701943, 1.06125, 1.44943226266631, 3.23466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 810, '2021-04-18 00:00:00', 0.102892056847548, 0.209583333333332, 0.157383859870783, 0.303125, 0.177762252681105, 0.451125, 0.417792852683748, 1.04354166666667, 1.4404576466818, 3.22133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 825, '2021-04-18 00:00:00', 0.0988252373446776, 0.211416666666667, 0.131923719450382, 0.336041666666666, 0.20998798706151, 0.466541666666665, 0.420165667809493, 1.06066666666667, 1.4406197482535, 3.22804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 840, '2021-04-18 00:00:00', 0.136857563742831, 0.279416666666668, 0.161045767191923, 0.349000000000001, 0.215827410248312, 0.494083333333333, 0.441070141321329, 1.0675, 1.43468896732742, 3.24054166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 855, '2021-04-18 00:00:00', 0.0767076135140103, 0.191666666666667, 0.190441363793367, 0.3015, 0.212445692122597, 0.417291666666666, 0.438325748680728, 1.052625, 1.43276652426119, 3.2435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 870, '2021-04-18 00:00:00', 0.190934240140344, 0.220666666666667, 0.20318842543778, 0.327333333333334, 0.221280426549464, 0.446375000000001, 0.429426359447583, 1.06970833333333, 1.43257339898459, 3.24225 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 885, '2021-04-18 00:00:00', 0.0892787423779027, 0.231208333333335, 0.101747120103104, 0.294708333333333, 0.199643867707086, 0.484249999999997, 0.716405974240541, 1.55529166666667, 1.44053090052325, 3.23033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 900, '2021-04-18 00:00:00', 0.0932776360726648, 0.212249999999998, 0.120884152232084, 0.308249999999998, 0.239693267153754, 0.542083333333332, 0.793213386453655, 1.62754166666667, 1.44466083477619, 3.25033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 915, '2021-04-18 00:00:00', 0.0584253363493638, 0.212291666666666, 0.159268658042889, 0.363624999999998, 0.356217040173748, 0.569833333333332, 0.770253595544528, 1.65591666666667, 1.44257010730597, 3.24908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 930, '2021-04-18 00:00:00', 0.153769354855751, 0.282333333333332, 0.22179463996869, 0.431916666666667, 0.398261928140007, 0.566041666666667, 0.77414367838445, 1.654, 1.42666942574737, 3.26954166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 945, '2021-04-18 00:00:00', 0.143628590821777, 0.271958333333332, 0.258951729456295, 0.379458333333331, 0.312898508224751, 0.588208333333331, 0.708966484715092, 1.61445833333333, 1.36570131622728, 3.23245833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 960, '2021-04-18 00:00:00', 0.20668739523209, 0.237875, 0.242311872342773, 0.326999999999999, 0.234604369407148, 0.554916666666667, 0.709687801334022, 1.60158333333333, 1.3623772275493, 3.23416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 975, '2021-04-18 00:00:00', 0.186891345438999, 0.264125, 0.184382159649736, 0.450791666666668, 0.275543363062031, 0.596666666666668, 0.723997056153437, 1.60079166666667, 1.36581379627201, 3.23875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 990, '2021-04-18 00:00:00', 0.13204015089841, 0.342083333333335, 0.165786990101625, 0.446250000000002, 0.242035735174476, 0.601416666666667, 0.721448923287745, 1.617875, 1.36245509432714, 3.24083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1005, '2021-04-18 00:00:00', 0.130799541006598, 0.309541666666669, 0.209586532231328, 0.433583333333334, 0.227654136349642, 0.625666666666668, 0.722390535060454, 1.61820833333334, 1.36813566155035, 3.23583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1020, '2021-04-18 00:00:00', 0.130099515979004, 0.313666666666667, 0.154429924073267, 0.432916666666667, 0.2295464928752, 0.634875, 0.732996014729069, 1.591125, 1.38684129422307, 3.22541666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1035, '2021-04-18 00:00:00', 0.136135582193381, 0.290124999999998, 0.187359609276935, 0.430833333333333, 0.223975525966307, 0.565416666666666, 0.727700506509317, 1.564875, 1.40424808648821, 3.26458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1050, '2021-04-18 00:00:00', 0.119308848998199, 0.285416666666669, 0.145641385064404, 0.39125, 0.171666490783643, 0.497916666666667, 0.689719854912754, 1.5365, 1.39522044320779, 3.26120833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1065, '2021-04-18 00:00:00', 0.112287641763256, 0.255416666666667, 0.118265698164424, 0.330416666666667, 0.640139793100026, 1.13879166666667, 0.660424949657746, 1.504375, 1.36992887522981, 3.23908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1080, '2021-04-18 00:00:00', 0.0687663024149603, 0.216249999999998, 0.118998690773458, 0.297083333333331, 0.67836846978401, 1.18795833333333, 0.646257081647629, 1.49729166666667, 1.34898777671969, 3.24075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 4, 1095, '2021-04-18 00:00:00', 0.0937764455454058, 0.208749999999998, 0.582755223367682, 1.03854166666667, 0.649677109043016, 1.21054166666667, 0.671609034820238, 1.4815, 1.36067686694229, 3.27033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 600, '2021-04-18 00:00:00', 0.58404432259118, 0.725956521739134, 0.641000598126414, 0.863695652173915, 0.608847849267216, 0.990608695652176, 0.668603151288599, 1.35791304347826, 1.39304166450662, 3.28947826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 615, '2021-04-18 00:00:00', 0.190332349226439, 0.456304347826086, 0.262180827981882, 0.601826086956522, 0.278002225088487, 0.719652173913044, 0.392496031046623, 1.09004347826087, 1.41535003422037, 3.21591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 630, '2021-04-18 00:00:00', 0.120601163728387, 0.360454545454546, 0.158471985315606, 0.438318181818181, 0.15442820099991, 0.574454545454547, 0.378875517826974, 1.02009090909091, 1.28242053077332, 3.33331818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 645, '2021-04-18 00:00:00', 0.110393628651082, 0.305090909090908, 0.128235080733532, 0.460954545454547, 0.17691691008378, 0.552545454545456, 0.433535380801759, 1.01254545454545, 1.26478438523155, 3.35427272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 660, '2021-04-18 00:00:00', 0.113473083560116, 0.305045454545456, 0.10105230954347, 0.374045454545457, 0.16582563340039, 0.494045454545457, 0.407038273193266, 0.961181818181818, 1.28523874851821, 3.34954545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 675, '2021-04-18 00:00:00', 0.0500073804076773, 0.2655, 0.110834145425532, 0.337727272727274, 0.221089882018007, 0.486545454545454, 0.414661456343151, 0.943863636363635, 1.29087692265267, 3.34590909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 690, '2021-04-18 00:00:00', 0.0774174745646316, 0.207318181818182, 0.125222062493257, 0.312772727272727, 0.225790405817669, 0.475454545454545, 0.4238268657379, 0.903454545454545, 1.31302727771918, 3.37318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 705, '2021-04-18 00:00:00', 0.111964937306942, 0.248636363636363, 0.222651227852149, 0.357954545454545, 0.23049917598523, 0.498181818181817, 0.480217600388556, 0.918909090909091, 1.52843257643006, 3.74604545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 720, '2021-04-18 00:00:00', 0.17024370741211, 0.238409090909092, 0.177210107155099, 0.341772727272728, 0.216985351710992, 0.499500000000001, 0.492213289213042, 0.900272727272728, 1.62181590278022, 3.81818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 735, '2021-04-18 00:00:00', 0.0793640987673883, 0.241772727272727, 0.127698415344064, 0.328136363636363, 0.174502880810763, 0.486272727272727, 0.451747393785738, 0.892772727272727, 1.6297362838749, 3.83654545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 750, '2021-04-18 00:00:00', 0.119302627310202, 0.229545454545456, 0.15555918543487, 0.362227272727275, 0.221911905808126, 0.486318181818183, 0.436816394805143, 0.871909090909092, 1.6817464954302, 3.87631818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 765, '2021-04-18 00:00:00', 0.126332045476535, 0.274500000000002, 0.138983173480902, 0.372681818181818, 0.255095012432553, 0.486318181818182, 0.443665429109608, 0.895818181818183, 1.70075889860051, 3.88445454545454 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 780, '2021-04-18 00:00:00', 0.112801400009736, 0.25081818181818, 0.150602405079018, 0.321318181818181, 0.201496586717676, 0.427272727272725, 0.411918802152924, 0.880636363636362, 1.7178610504766, 3.91127272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 795, '2021-04-18 00:00:00', 0.120571510637833, 0.230818181818182, 0.172655626516961, 0.318181818181818, 0.248353177684121, 0.51359090909091, 0.431144397321816, 0.91940909090909, 1.72269969846234, 3.91718181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 810, '2021-04-18 00:00:00', 0.0923092510829653, 0.220954545454547, 0.138324083037091, 0.309136363636364, 0.235973143970505, 0.492909090909093, 0.443294584610041, 0.932227272727275, 1.72052249501253, 3.91668181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 825, '2021-04-18 00:00:00', 0.122256746730855, 0.215954545454546, 0.245408172226743, 0.416136363636365, 0.292458162916129, 0.500590909090912, 0.425873993111411, 0.918090909090911, 1.73861678861742, 3.92163636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 840, '2021-04-18 00:00:00', 0.250721176259821, 0.363181818181818, 0.238530879593148, 0.403136363636365, 0.294029594764546, 0.514454545454547, 0.4042775931144, 0.906909090909093, 1.74657368477933, 3.92027272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 5, 855, '2021-04-18 00:00:00', 0.097680956506731, 0.186045454545454, 0.149757321728375, 0.288272727272727, 0.212512673418873, 0.413727272727274, 0.381897234652855, 0.868545454545456, 1.80067127454209, 3.92690909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 840, '2021-04-18 00:00:00', 0.0949899117450559, 0.252600000000001, 0.11339807464562, 0.328960000000003, 0.22416810656291, 0.450440000000002, 0.452857619272696, 1.03976, 1.55919661471328, 3.528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 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 1032246, 2, 870, '2021-04-18 00:00:00', 0.140406552553647, 0.1984, 0.165872260087895, 0.25924, 0.215396533553042, 0.390399999999998, 0.462475556110806, 1.00884, 1.54092406583409, 3.50968 where not exists (select 1 from powerstats_trumpet where symbolid = 1032246 and enddate = '2021-04-18 00:00:00' and dayofweek = 2 and fromtime = 870);
Date: 2021-04-23 14:15:43 Duration: 1s820ms Database: acaweb_fx User: pgperfstats
9 1s203ms 1s393ms 1s245ms 16 19s926ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Apr 23 14 16 19s926ms 1s245ms [ User: pgperfstats - Total duration: 19s926ms - Times executed: 16 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1031891, 5, 990, '2021-04-18 00:00:00', 8.08649796927668, 21.2069565217391, 9.92828418597448, 27.8421739130435, 13.4256903164905, 34.4182608695652, 22.0643309348991, 53.5478260869565, 65.6013580399053, 159.283043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1005, '2021-04-18 00:00:00', 7.30472601364264, 18.2669565217391, 9.632835253432, 23.4382608695652, 12.2666246150536, 30.5639130434783, 22.4705600810423, 51.1939130434782, 66.5903620487722, 157.982173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1020, '2021-04-18 00:00:00', 7.93043402308268, 16.7726086956522, 10.3395087267947, 23.0195652173913, 12.1368666147938, 28.8830434782608, 23.3975065561158, 49.0169565217391, 66.744578575117, 158.07652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1035, '2021-04-18 00:00:00', 6.90590951041265, 15.2004347826088, 8.18717658746334, 18.8517391304348, 12.3737647045847, 25.4143478260869, 25.1282947773814, 47.564347826087, 66.6615740301256, 158.066086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1050, '2021-04-18 00:00:00', 7.06739096270767, 13.4617391304348, 8.98224788541813, 18.1795652173913, 13.8674531375354, 24.0873913043478, 25.0018680883077, 46.2847826086956, 66.7129289103279, 158.097391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1065, '2021-04-18 00:00:00', 5.0160413032322, 12.3739130434782, 8.00632092184402, 17.6826086956521, 12.5548421441619, 23.5339130434783, 24.3651219570966, 44.3495652173913, 77.5417397175159, 162.985652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1080, '2021-04-18 00:00:00', 5.70374109252806, 12.8952173913043, 9.80745155118569, 17.3617391304347, 11.4299385327158, 23.4130434782608, 25.5347270936471, 45.5617391304348, 78.1340287190768, 164.694347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1095, '2021-04-18 00:00:00', 4.88202126383668, 10.5995652173913, 7.97562115488975, 16.4265217391304, 12.3705299428599, 22.2373913043478, 26.699420786896, 44.6239130434782, 80.6129195845962, 165.376956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1110, '2021-04-18 00:00:00', 6.30357737693732, 11.2782608695652, 7.2730476510461, 14.9269565217391, 13.2272644825641, 21.8756521739131, 25.6021290493136, 45.1886956521739, 80.4126273144993, 164.940434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1125, '2021-04-18 00:00:00', 4.34560765933291, 9.60173913043479, 7.07033909099559, 14.3230434782609, 12.9878558357215, 21.7608695652174, 24.9240665399003, 46.3226086956521, 79.5883939390812, 166.660434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1140, '2021-04-18 00:00:00', 5.42711626087843, 10.58, 7.91424487470281, 14.6391304347827, 12.4663667204798, 20.5391304347827, 23.7400918379502, 46.6382608695652, 79.163184700072, 165.771304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1155, '2021-04-18 00:00:00', 5.86374099854561, 9.15695652173921, 9.28472580109836, 14.0782608695652, 12.3757977983743, 21.5156521739131, 41.2178698246935, 77.2973913043478, 79.1489934717362, 165.816956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1170, '2021-04-18 00:00:00', 5.92461249379074, 10.8217391304348, 7.47648410849018, 13.4834782608696, 12.1203063528508, 21.6847826086957, 40.4974970973052, 78.4843478260869, 78.7068186648897, 164.539565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1185, '2021-04-18 00:00:00', 3.79866322441066, 8.33173913043479, 8.30774870452576, 15.0739130434783, 12.138481958992, 20.8047826086957, 38.8939989376213, 79.9452173913043, 78.5965198442053, 163.699565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1200, '2021-04-18 00:00:00', 5.48485754944117, 10.4536363636364, 8.17546880978335, 14.4795454545454, 9.53914922649642, 19.4781818181818, 39.2103196505661, 80.1036363636364, 79.7110105100719, 165.258181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1215, '2021-04-18 00:00:00', 4.75480237980462, 9.98136363636362, 5.49020268670708, 13.3472727272728, 8.76995189707767, 18.4890909090909, 39.1250177406153, 80.3868181818182, 79.6388944002784, 164.878181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1230, '2021-04-18 00:00:00', 3.48333400650377, 9.13590909090906, 6.7596524539876, 12.9781818181818, 9.07383293629788, 18.1618181818182, 38.3050882088004, 81.2627272727272, 79.4184668842901, 163.811818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1245, '2021-04-18 00:00:00', 5.99540879535133, 9.88863636363633, 7.06994193783297, 13.5786363636363, 8.94312587593964, 18.4836363636363, 38.8057748887793, 83.6113636363636, 79.6071900603668, 163.909545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1260, '2021-04-18 00:00:00', 5.17805436140814, 10.1077272727272, 6.18683984190938, 13.5059090909091, 10.7792102791635, 20.8313636363637, 39.0116126234295, 83.0463636363636, 79.739308818043, 163.217727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1275, '2021-04-18 00:00:00', 4.63317794594458, 9.2795454545455, 7.72098188415246, 14.4077272727273, 14.728843577039, 23.3295454545455, 38.6882247961675, 82.7795454545454, 79.4827260985175, 162.416363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1290, '2021-04-18 00:00:00', 4.39867761021586, 9.16863636363636, 6.80500759404268, 13.9895454545455, 13.3503637124766, 22.6572727272727, 37.5412680545404, 80.575, 79.3296993510892, 160.930909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1305, '2021-04-18 00:00:00', 7.08140600721086, 10.344090909091, 13.5266402531004, 16.5818181818182, 14.4558037896017, 24.1118181818181, 37.5769248526975, 80.8363636363636, 79.3082066428758, 160.501363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1320, '2021-04-18 00:00:00', 3.58096551715977, 9.10842105263155, 6.29547920968148, 14.1884210526316, 9.51897314354873, 22.4105263157894, 39.358580397128, 80.4178947368421, 59.9483618971531, 152.19947368421 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1335, '2021-04-18 00:00:00', 6.48898711673626, 10.4026315789474, 6.94289569162576, 15.1668421052631, 38.2151666487051, 63.5478947368421, 38.8034890138647, 79.4752631578947, 59.954272326294, 152.595789473684 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1350, '2021-04-18 00:00:00', 4.89949185812538, 10.4773684210526, 8.51540987053221, 16.1894736842105, 38.0719946036376, 65.3721052631578, 38.7317858343522, 79.2168421052631, 59.4643800352988, 152.044736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 1365, '2021-04-18 00:00:00', 4.49220195033267, 10.6468421052631, 38.7496298039287, 58.9310526315789, 38.0646530176846, 65.3726315789473, 39.5711342014391, 78.3078947368421, 59.1838046886721, 151.635263157895 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 945, '2021-04-18 00:00:00', 14.0963872440187, 22.5433333333334, 19.4929482976108, 26.7533333333333, 13.2379605680027, 35.4199999999999, 54.25163254072, 65.7566666666665, 1.45661708535, 139.916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 960, '2021-04-18 00:00:00', 6.92106205722799, 13.2599999999999, 8.61848594591879, 24.75, 22.3609712072919, 37.3066666666665, 57.5271816912085, 61.9733333333332, 3.18133619726052, 141.02 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 975, '2021-04-18 00:00:00', 6.04544732284823, 19.2133333333334, 9.90189880780434, 23.73, 26.6100814228992, 40.4033333333332, 52.7717162250131, 59.7033333333332, 35.2889628637624, 162.69 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 990, '2021-04-18 00:00:00', 16.7744258417044, 30.9083333333333, 23.9377895260048, 39.7575, 26.3375182019156, 50.6604166666666, 36.7159744856041, 75.4820833333333, 71.0212098703569, 158.740833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1005, '2021-04-18 00:00:00', 14.4963364124892, 23.1904166666667, 14.92054548387, 33.2308333333333, 20.2565932324282, 43.0604166666667, 31.6596609222232, 64.2191666666667, 72.4184361272956, 155.752916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1020, '2021-04-18 00:00:00', 10.9259553275144, 22.1104166666666, 14.4333745690076, 27.5716666666667, 19.8578741181616, 38.7658333333333, 29.5525229801578, 58.9733333333333, 73.1372529422235, 153.33125 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1035, '2021-04-18 00:00:00', 5.058861073633, 16.1683333333334, 10.3692126516189, 23.7716666666667, 18.6620640110406, 34.31375, 28.0866346799492, 54.1304166666667, 73.5335159891861, 151.805416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1050, '2021-04-18 00:00:00', 8.220226335965, 15.6608333333333, 13.884807560001, 24.36875, 17.0883134911264, 31.8283333333334, 27.122892785311, 52.065, 73.3087433826319, 151.277083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1065, '2021-04-18 00:00:00', 9.48422732407775, 16.64125, 13.4322857864652, 23.7733333333333, 13.0022533094532, 29.8520833333333, 24.1875235535218, 48.095, 71.523644838714, 150.088333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1080, '2021-04-18 00:00:00', 8.16576042368992, 15.2379166666666, 8.78768340975849, 19.2416666666667, 11.7131724359583, 28.4979166666667, 21.0538809763584, 45.3020833333333, 71.0021280337856, 149.10875 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1095, '2021-04-18 00:00:00', 4.64577490377239, 12.32625, 5.84875223593808, 18.20625, 14.4746893974335, 27.09625, 21.0907816768163, 43.7275, 71.2864072035669, 150.134583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1110, '2021-04-18 00:00:00', 4.62128720931886, 11.8554166666667, 9.14497239518497, 18.23625, 14.297782379735, 25.17625, 22.0104487538947, 41.9225, 71.6299843499286, 149.608333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1125, '2021-04-18 00:00:00', 5.9664542762377, 12.06875, 10.266070611344, 17.5133333333333, 12.3336068516478, 22.9716666666666, 23.0201399180767, 41.89625, 74.3022828905925, 148.069166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1140, '2021-04-18 00:00:00', 6.69195459791678, 11.3704166666666, 8.26589946840262, 16.52625, 9.65771733727314, 21.7079166666666, 24.2097251240015, 44.6258333333333, 74.1228661434924, 150.02375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1155, '2021-04-18 00:00:00', 5.51631072891756, 11.3233333333334, 6.47837572179582, 15.2270833333334, 10.6364390000342, 22.4920833333333, 40.3111698477326, 62.6766666666667, 73.8990747022439, 150.65375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1170, '2021-04-18 00:00:00', 3.90088672100907, 9.29708333333328, 7.37071023606667, 14.4204166666666, 10.7591671647814, 20.5579166666667, 43.1768128673719, 66.7029166666667, 74.4852943649311, 151.36625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1185, '2021-04-18 00:00:00', 5.930351417478, 11.46625, 8.56578176293005, 15.7720833333333, 17.2592757669608, 21.805, 43.4517839646445, 68.7008333333333, 74.9736450071102, 152.5925 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1290, '2021-04-18 00:00:00', 3.8452534028181, 7.76791666666666, 5.4982992759158, 12.3508333333333, 15.5652974989842, 22.4808333333333, 39.4288829155862, 67.4108333333333, 74.3848347084367, 159.095416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1305, '2021-04-18 00:00:00', 5.11093513664713, 9.5966666666666, 14.1251132867074, 16.5791666666666, 16.9988051956515, 24.4870833333333, 38.8421092279417, 68.4133333333333, 74.7218086435046, 159.615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 930, '2021-04-18 00:00:00', 9.01409451914044, 27.3500000000001, 11.570174300041, 32.2666666666667, 7.92015782671, 39.59, 11.3221258310147, 55.8733333333333, 64.8462561242616, 197.803333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 945, '2021-04-18 00:00:00', 8.91291946184477, 20.9133333333334, 8.46479178716157, 26.8700000000002, 14.1562283112414, 32.3299999999999, 15.9142148198814, 53.7366666666667, 61.1345731426444, 203.133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 960, '2021-04-18 00:00:00', 5.70532207679819, 18.9200000000002, 7.66146417686133, 26.1866666666668, 12.4734050416608, 36.1066666666667, 15.8262850978995, 52.95, 61.1345731426444, 203.133333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 975, '2021-04-18 00:00:00', 2.10761318399085, 15.8833333333334, 5.77023396406059, 20.3999999999999, 15.5364099242176, 39.3266666666667, 14.9522785331644, 50.2833333333333, 60.7512710429447, 203.803333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 990, '2021-04-18 00:00:00', 11.2836827935127, 23.8957692307692, 15.6611869478461, 33.2238461538462, 18.730645493826, 39.8461538461538, 19.7095264939415, 53.3388461538461, 73.1823723005647, 157.906538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1005, '2021-04-18 00:00:00', 11.6010991057546, 24.0226923076923, 14.9137310401677, 30.1615384615385, 15.3705656369569, 35.86, 17.2113393614612, 50.2088461538462, 72.1308742217921, 157.41 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1020, '2021-04-18 00:00:00', 8.6505230788931, 17.5415384615385, 10.9440202780401, 23.6196153846154, 11.6475734547851, 30.3707692307692, 14.6696736107575, 45.2603846153846, 69.9199195607705, 154.780769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1035, '2021-04-18 00:00:00', 7.23647372689208, 16.17, 9.18688932036384, 22.3907692307692, 9.45130392306552, 28.0446153846154, 14.3521884956749, 42.2011538461538, 68.4134270312038, 153.793076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1050, '2021-04-18 00:00:00', 4.73421692005702, 14.9453846153846, 5.9946731867037, 19.1788461538461, 7.83666573525718, 24.2146153846153, 13.7629063623372, 40.4934615384615, 68.0126156091647, 152.955 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1065, '2021-04-18 00:00:00', 4.85546329881645, 13.0296153846154, 6.0156404352449, 17.5553846153846, 7.8533990387308, 22.5373076923076, 14.3528043252878, 39.35, 69.2282042223121, 151.839615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1080, '2021-04-18 00:00:00', 4.40363060003202, 12.1276923076923, 6.4031966535954, 15.9407692307692, 9.36983231111747, 21.4715384615385, 13.2896399441879, 38.4646153846154, 69.972627351426, 151.172307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1095, '2021-04-18 00:00:00', 5.28702674914305, 11.5103846153846, 7.43348048721772, 16.4180769230769, 10.2223661343455, 22.3857692307692, 16.1704800033413, 40.4765384615385, 70.4529994862914, 151.553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1110, '2021-04-18 00:00:00', 4.0767908948093, 11.12, 6.03962984092437, 14.2661538461539, 7.99450408333509, 20.5265384615384, 19.9732133233874, 41.7723076923077, 70.3189852731547, 151.685384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1125, '2021-04-18 00:00:00', 4.74284499170959, 9.70884615384611, 6.23434676116599, 15.2465384615384, 6.34812238745867, 18.4546153846153, 19.8533808049062, 41.5542307692307, 70.0947051056365, 156.890384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1140, '2021-04-18 00:00:00', 5.99726420962091, 10.675, 6.2701588864668, 13.9026923076923, 8.70869206818462, 18.4384615384615, 20.4912069096817, 41.0238461538462, 69.7598725089255, 156.942692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1155, '2021-04-18 00:00:00', 5.16999259038301, 9.10076923076919, 5.59062192769832, 11.4415384615385, 9.14954297303341, 17.9061538461539, 30.5473470508677, 59.6096153846154, 68.5607264210686, 158.329230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1170, '2021-04-18 00:00:00', 4.30551653293592, 8.08384615384615, 6.88642611340489, 12.1261538461539, 9.03737221848167, 18.5661538461538, 30.5883176820071, 66.5588461538461, 69.3374637873461, 158.717307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1185, '2021-04-18 00:00:00', 4.59699795016772, 9.10307692307697, 6.78913898472016, 13.468076923077, 8.33275992693896, 20.11, 32.3192211825432, 68.9446153846154, 69.8489279043323, 159.134230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1200, '2021-04-18 00:00:00', 4.74068161279015, 9.17307692307694, 6.09375675463139, 13.2492307692308, 7.44200304922102, 19.0257692307692, 34.2964681765428, 71.6642307692308, 69.5931009799103, 159.34 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1215, '2021-04-18 00:00:00', 3.67878343185106, 9.18653846153844, 4.26405354274363, 13.2761538461538, 6.66902005256679, 18.3226923076923, 34.0151170827596, 72.9969230769231, 68.9827117873635, 160.071538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1230, '2021-04-18 00:00:00', 3.52729621883166, 9.69115384615384, 6.45169865527379, 13.9834615384615, 7.09712015267728, 18.3423076923077, 34.9564985682755, 73.9319230769231, 69.1046856921829, 159.853846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1245, '2021-04-18 00:00:00', 5.38802204324194, 9.76153846153843, 5.95380650056359, 12.8703846153846, 7.47777771389742, 18.4734615384615, 35.1204342994875, 75.2142307692308, 69.887572910959, 159.370769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1260, '2021-04-18 00:00:00', 4.52085861484123, 9.20884615384611, 5.73622841783153, 13.0973076923077, 7.86749327686646, 19.2676923076923, 35.3527205807636, 75.8026923076923, 69.3165261202884, 158.824230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1275, '2021-04-18 00:00:00', 4.13349180010539, 9.1476923076923, 5.83012310201214, 13.2192307692308, 15.0861578327235, 21.953076923077, 34.914237977342, 75.8115384615385, 69.1006899709514, 158.802307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1290, '2021-04-18 00:00:00', 3.8648304769271, 8.95115384615385, 5.93031943620109, 13.3238461538462, 20.5447387425589, 23.785, 35.2207739748095, 76.3207692307692, 69.5342518862799, 158.534230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1305, '2021-04-18 00:00:00', 5.23173399700185, 9.64384615384614, 14.752505664619, 17.6707692307693, 20.858636064267, 24.9676923076924, 35.3501957083039, 76.7961538461539, 69.846413791536, 158.123461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 930, '2021-04-18 00:00:00', 18.6594060284171, 30.2266666666668, 30.388978265154, 46.8500000000001, 26.7643120591583, 50.75, 28.5510110737488, 60.2866666666669, 87.2097976147176, 210.93 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 945, '2021-04-18 00:00:00', 11.688414491852, 29.3966666666667, 3.99488422861041, 36.04, 3.94637808629641, 36.0799999999999, 4.26652083084091, 55.4399999999999, 84.2325447793192, 209.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 960, '2021-04-18 00:00:00', 8.82848986709132, 20.1566666666666, 10.4540438746609, 23.2333333333333, 5.69025775631769, 26.5333333333333, 7.16533553529298, 52.9766666666666, 84.2325447793192, 209.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 975, '2021-04-18 00:00:00', 2.21433963068025, 13.13, 6.6981664157689, 17.2666666666666, 3.37320816632062, 24.1533333333333, 21.4177403103128, 60.04, 84.2325447793192, 209.21 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 990, '2021-04-18 00:00:00', 13.4681570998659, 26.6616, 16.8623175848795, 38.3172, 18.3213211405001, 47.044, 17.1616112491417, 60.3144, 60.0600413281021, 144.0768 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1005, '2021-04-18 00:00:00', 11.4002378112848, 24.0969230769231, 13.3188098625157, 31.208076923077, 16.6476604962979, 38.04, 17.8770953285095, 53.6857692307693, 57.1273806209893, 139.813846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1020, '2021-04-18 00:00:00', 6.63379464444107, 19.0207692307692, 11.4966649344662, 26.0461538461539, 13.1005917658473, 29.9338461538462, 17.1036774813084, 47.2792307692308, 57.6880610125234, 138.249230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1035, '2021-04-18 00:00:00', 7.21639621510164, 17.0191999999999, 7.99900529232644, 20.5224, 8.8880639436644, 26.4015999999999, 12.7739663900189, 40.8744, 58.2514661818339, 136.1204 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1050, '2021-04-18 00:00:00', 5.59200667161482, 14.2011538461538, 6.54451601313301, 18.7953846153846, 7.13081982556109, 24.4207692307692, 16.5938843600239, 41.6469230769231, 57.5824169223157, 136.561153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1065, '2021-04-18 00:00:00', 6.4408062682102, 13.2042307692308, 6.92292832661044, 16.9938461538462, 7.72501209359271, 22.7603846153846, 18.2933289101624, 41.6911538461539, 57.1572765567484, 135.629230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1080, '2021-04-18 00:00:00', 4.60152155437577, 10.7061538461538, 5.13395929083976, 15.925, 6.05733254316299, 21.6015384615385, 18.9020096937214, 40.1976923076923, 57.0676417285798, 135.402692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1095, '2021-04-18 00:00:00', 3.09798795746776, 11.2257692307692, 5.17078582035648, 15.235, 7.23452165235969, 21.3534615384616, 19.9405134877175, 40.3330769230769, 57.64342659969, 134.863076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1110, '2021-04-18 00:00:00', 4.66444825659594, 11.4784615384615, 5.724706670349, 16.0323076923077, 7.68428435184439, 20.545, 23.0294284240504, 42.2984615384615, 57.8175990734256, 135.228846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1125, '2021-04-18 00:00:00', 4.2042884516426, 11.3657692307693, 5.54111613305472, 14.68, 7.65940106113941, 18.9638461538462, 23.9636131120626, 42.5342307692308, 68.6918214737724, 145.774230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1140, '2021-04-18 00:00:00', 3.11738541828784, 9.07038461538458, 5.08227993961529, 12.9957692307692, 7.16383992433799, 17.0023076923077, 23.4333891997001, 43.6042307692308, 70.1596041575098, 147.003461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1155, '2021-04-18 00:00:00', 3.80942517367731, 9.23192307692315, 5.79921041044512, 12.2557692307693, 7.71317510198273, 17.8269230769231, 27.781046909442, 59.6607692307692, 69.9666058015152, 147.900769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1170, '2021-04-18 00:00:00', 3.78571682065017, 8.17961538461535, 5.49033410781023, 11.7561538461538, 7.61275565189011, 16.6861538461539, 28.5195997949049, 61.4573076923077, 69.7388245560645, 148.407692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1185, '2021-04-18 00:00:00', 4.24768318751979, 8.47730769230765, 7.4696743312801, 12.8511538461539, 11.708132722435, 18.4796153846154, 30.8257511256667, 63.1973076923077, 70.4774446199197, 148.468076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1200, '2021-04-18 00:00:00', 6.61289183803407, 9.9923076923077, 6.70508826305694, 12.7761538461539, 12.5832457106815, 19.1561538461538, 30.6906459615705, 63.3815384615384, 70.2942021079975, 148.865 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1215, '2021-04-18 00:00:00', 3.27788489496131, 8.63576923076927, 8.36963405136963, 14.1269230769231, 11.0172694159949, 19.3757692307693, 30.4752675434713, 62.9696153846154, 70.792992934438, 149.016153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1230, '2021-04-18 00:00:00', 8.01561638303627, 10.925, 8.91343718559447, 13.8876923076923, 10.6213381744197, 20.5561538461539, 29.4227712233491, 63.1123076923077, 71.4704507848147, 149.469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1245, '2021-04-18 00:00:00', 4.43770032267233, 8.69192307692303, 5.07144599315999, 12.4826923076923, 9.1301119127019, 21.0034615384615, 29.164839824693, 63.835, 71.4118057046593, 149.605 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1260, '2021-04-18 00:00:00', 2.87783297211367, 8.59884615384616, 6.29570471402163, 14.2753846153846, 10.4231350370222, 23.26, 28.0871499005944, 63.4115384615384, 71.4640587536033, 149.318461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1275, '2021-04-18 00:00:00', 5.68005586375557, 11.1088461538462, 7.52421593155156, 16.6357692307692, 14.858590988174, 25.9030769230769, 27.2333291758463, 63.395, 71.588721020735, 149.425769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1290, '2021-04-18 00:00:00', 5.3735963748685, 11.575, 7.86409660320979, 16.5792307692308, 15.8834577905636, 25.1592307692307, 26.3227541959716, 62.9373076923077, 71.6071701448525, 149.598076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1305, '2021-04-18 00:00:00', 5.0410953022288, 10.7846153846154, 11.632301558095, 17.3334615384615, 15.095305821551, 24.4846153846154, 25.3494912253602, 61.9142307692307, 71.6837595940564, 149.531538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 930, '2021-04-18 00:00:00', 5.62284921844204, 29.5933333333332, 1.71608080617827, 31.9766666666666, 1.83620078785908, 41.3633333333334, 11.5926585964279, 61.5433333333334, 100.0063869627, 195.193333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 945, '2021-04-18 00:00:00', 6.10282175172547, 20.5266666666665, 5.33745569848908, 29.8466666666665, 7.66105301726431, 33.2866666666666, 20.4011404909954, 56.0033333333331, 100.0063869627, 195.193333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 960, '2021-04-18 00:00:00', 2.64685347787401, 20.2533333333333, 0.973396116696603, 26.3500000000001, 14.0016332380667, 36.4833333333334, 19.1709963225702, 53.95, 100.0063869627, 195.193333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 975, '2021-04-18 00:00:00', 1.09503424603985, 16.14, 1.67392751734745, 21.4066666666668, 10.6927498801759, 31.7500000000002, 24.0646926706603, 53.8133333333334, 104.154956835157, 191.903333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 990, '2021-04-18 00:00:00', 10.1736052606733, 22.9476, 11.961805855862, 28.6008, 15.545904208719, 34.4628, 21.4400011660448, 52.938, 71.5754768595129, 149.5728 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1005, '2021-04-18 00:00:00', 5.49408794372036, 17.2976, 8.82190697449632, 23.9148, 10.7804732116297, 28.2688, 19.9013642915924, 49.0856, 71.801607519145, 149.6544 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1020, '2021-04-18 00:00:00', 5.20955612312604, 16.452, 7.8005295333073, 21.3112, 11.2436818851004, 26.2064, 22.1500987732937, 48.3156, 71.7408881601002, 150.1344 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1035, '2021-04-18 00:00:00', 7.97643926406598, 14.458, 10.9561953858688, 18.5956, 10.7569909361308, 24.9304, 22.3264483516747, 47.4728, 71.919097306163, 149.3464 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1050, '2021-04-18 00:00:00', 4.72642824974631, 12.5964, 6.10395295416562, 17.346, 8.29070326731499, 23.6224, 22.3671540657277, 46.1332, 71.3867006451483, 148.7304 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1065, '2021-04-18 00:00:00', 4.50832367220163, 12.3864, 4.97382817019921, 16.736, 9.52078765999254, 23.6232, 22.8180527945163, 45.132, 72.082895104641, 148.102 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1080, '2021-04-18 00:00:00', 4.13639041516468, 11.3956, 6.27975052583033, 15.638, 9.03645066752795, 23.7564, 23.7407430942392, 44.2492, 72.6381138200418, 147.5672 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1095, '2021-04-18 00:00:00', 4.50719783605437, 10.6436, 6.9536878225394, 16.6508, 8.39635807954856, 22.0304, 34.5943276082463, 48.0312, 72.7764567196472, 147.7212 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1110, '2021-04-18 00:00:00', 5.72617635531546, 11.885, 6.63783324991093, 15.6070833333333, 11.6016681630991, 22.9545833333333, 37.8586271733311, 49.5741666666667, 73.0499991655011, 150.300416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1125, '2021-04-18 00:00:00', 4.23593063367822, 10.75, 6.16234579252631, 15.1716, 10.9023100304477, 21.6484, 38.0059220253897, 48.0444, 73.2520827075927, 153.0072 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1140, '2021-04-18 00:00:00', 5.22900350608667, 10.2388, 10.1286573970426, 15.7656, 14.5707351335934, 23.1384000000001, 38.0136563531231, 50.1888, 72.7545967688641, 155.8152 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1155, '2021-04-18 00:00:00', 8.78513466032249, 12.8008, 9.2453883639358, 15.9632, 13.7895333133503, 24.0596, 40.1181919582625, 57.5752, 75.0161526117321, 154.2712 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1170, '2021-04-18 00:00:00', 4.24053286745896, 8.80240000000003, 8.92996758112813, 14.7472, 10.4926307473388, 21.436, 40.179148584807, 59.0868, 73.5416397355947, 155.91 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1185, '2021-04-18 00:00:00', 7.3213734594906, 10.9148, 8.50421665998699, 15.7748, 10.5052444521772, 20.0988, 39.509894857702, 60.5, 73.5720926891894, 156.4332 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1200, '2021-04-18 00:00:00', 5.74754804368723, 10.3970833333333, 8.61607924510743, 14.7895833333333, 12.8239249627123, 20.0408333333333, 37.6881134506759, 60.0045833333333, 74.2775084845115, 156.241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1215, '2021-04-18 00:00:00', 4.89938320578225, 9.90916666666669, 6.5042745003084, 13.0904166666667, 11.5889354714882, 19.6491666666667, 39.3832006689088, 59.7741666666666, 75.619142732809, 156.407916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1230, '2021-04-18 00:00:00', 4.51896869647385, 9.4554166666666, 10.1677854367805, 14.1020833333333, 11.1749702120019, 18.89125, 40.0136085886116, 59.84875, 75.6547128801522, 156.41625 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1245, '2021-04-18 00:00:00', 7.66479941029121, 9.74250000000003, 9.55761543808491, 13.3370833333334, 10.3858895968227, 17.71375, 40.1414873391246, 61.6283333333333, 76.09536560571, 155.718333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1260, '2021-04-18 00:00:00', 6.19303569529421, 9.65708333333335, 9.11381066994131, 14.3316666666667, 12.2828160201176, 19.2195833333334, 40.7695172430566, 62.7916666666667, 75.7928383855856, 155.55125 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1275, '2021-04-18 00:00:00', 7.4785843885405, 9.66375000000005, 8.7901628152635, 12.8916666666667, 31.3623062981755, 24.9395833333334, 41.2359705435275, 62.8933333333333, 75.8991099172572, 155.239166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1290, '2021-04-18 00:00:00', 5.76030167285703, 9.92333333333333, 8.286769269597, 14.0233333333334, 33.4316750350948, 25.825, 42.2379801185231, 63.9558333333333, 75.1151882099676, 155.222916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1305, '2021-04-18 00:00:00', 4.91414042198194, 9.51249999999999, 30.6464694487622, 19.95875, 32.7881254105017, 27.34125, 43.8574872807336, 66.3458333333333, 75.0810783673514, 154.92375 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 930, '2021-04-18 00:00:00', 26.1061991360926, 36.5366666666667, 31.59913659158, 46.4333333333334, 30.413984173951, 49.1333333333332, 54.2535823701994, 66.88, 88.0712228823922, 193.69 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 945, '2021-04-18 00:00:00', 11.1516650475761, 25.5933333333334, 10.5338929176255, 29.0099999999999, 9.31106331199616, 34.7099999999999, 32.1252320354784, 53.4566666666666, 88.9330604068776, 191.933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 960, '2021-04-18 00:00:00', 4.91603837793536, 22.5566666666665, 6.77296833006042, 31.13, 9.31106331199616, 34.7099999999999, 30.279161150864, 55.4699999999999, 88.9330604068776, 191.933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 5, 975, '2021-04-18 00:00:00', 6.24536895093753, 18.9433333333335, 4.95502102249172, 26.6266666666667, 4.31347887441233, 27.18, 20.6474405193476, 53.27, 89.7666610347814, 190.393333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1200, '2021-04-18 00:00:00', 3.87427351343671, 8.92043478260874, 4.83326316336327, 12.0665217391305, 6.98610628516829, 16.6708695652174, 44.4296033179246, 66.7065217391304, 73.4383477493748, 147.947391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1215, '2021-04-18 00:00:00', 3.11233711099714, 8.29826086956522, 4.33457817834558, 11.8804347826086, 5.69801716430746, 16.9821739130434, 45.5919790896628, 66.4313043478261, 74.4668096876675, 149.792173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1230, '2021-04-18 00:00:00', 4.36087654821535, 8.56521739130433, 5.35148208203189, 12.4382608695652, 6.76745989561331, 16.6104347826087, 44.939578355463, 67.7086956521739, 75.3387579025066, 152.011739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1245, '2021-04-18 00:00:00', 3.83567681130599, 8.9356521739131, 5.22029575283193, 12.7917391304348, 7.57744377413635, 16.5278260869566, 43.9120506568001, 67.6173913043478, 75.0998122395721, 152.794347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1260, '2021-04-18 00:00:00', 3.85368218761773, 8.95869565217388, 5.65224003305808, 11.5708695652174, 7.27783923108489, 16.444347826087, 43.7663520339053, 67.1460869565217, 74.2071964431521, 153.466956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1275, '2021-04-18 00:00:00', 3.49463394408655, 7.66130434782609, 5.24615522683342, 10.7891304347826, 9.34647051389962, 18.1626086956522, 40.9444315035176, 66.655652173913, 73.0893819440582, 154.214347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1320, '2021-04-18 00:00:00', 3.94513485797619, 9.24904761904758, 7.51204043044043, 14.6928571428572, 15.8045154638672, 24.4209523809523, 41.2454143078787, 67.5471428571428, 75.7958316544549, 154.664761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1335, '2021-04-18 00:00:00', 5.46079415993165, 10.7485714285715, 10.0574285504606, 15.2376190476191, 38.5483107899932, 47.7361904761905, 39.7519010386985, 66.8180952380953, 72.7824059031276, 154.869047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1350, '2021-04-18 00:00:00', 6.70549039433887, 11.3471428571428, 12.0496328930446, 19.0985714285714, 37.2383652843088, 51.337619047619, 36.3986196951791, 65.7957142857142, 72.2932344624835, 154.110952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 1365, '2021-04-18 00:00:00', 6.90861391239056, 14.3647619047619, 30.4370466544902, 42.9023809523809, 32.7196424913522, 52.1638095238095, 33.155899417607, 64.8319047619047, 72.0109416917549, 153.043333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1320, '2021-04-18 00:00:00', 4.43494566855151, 10.3439130434783, 6.25873208187787, 13.89, 10.8013147164937, 21.8021739130435, 35.5866136010289, 77.3530434782609, 64.6395117849328, 149.722608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1335, '2021-04-18 00:00:00', 3.70745467377593, 8.98739130434785, 6.47527602537084, 13.5878260869566, 30.6784579761511, 49.2026086956522, 34.5994352120963, 76.5847826086957, 63.9355497739809, 148.266086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1350, '2021-04-18 00:00:00', 4.73673145757552, 10.1460869565218, 7.29748882034113, 16.6739130434783, 29.3301637690513, 57.4360869565217, 33.5836722515158, 76.0934782608695, 62.9666906861745, 147.537826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 2, 1365, '2021-04-18 00:00:00', 5.144697104825, 12.4191304347826, 30.4960500325687, 47.2430434782608, 31.2944686104852, 60.4873913043478, 33.6676800014471, 75.6430434782609, 62.382964590874, 147.124347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1320, '2021-04-18 00:00:00', 3.67039534332267, 9.94260869565223, 6.93788468292156, 15.194347826087, 8.04935933914937, 20.9830434782609, 25.1530061303078, 60.2508695652174, 67.752076446747, 143.460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1335, '2021-04-18 00:00:00', 6.01776043985317, 10.2904347826087, 6.78295766052728, 14.6834782608696, 22.1110066665965, 44.8639130434782, 25.6594899810373, 60.2452173913043, 68.1535047773681, 143.899565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1350, '2021-04-18 00:00:00', 4.74522980780215, 10.8582608695653, 6.02838122858488, 16.554347826087, 23.3710978227112, 46.7195652173913, 27.384350035695, 62.0578260869565, 68.4748092135929, 144.081739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 3, 1365, '2021-04-18 00:00:00', 4.84477596491291, 13.0278260869565, 22.1041127126657, 41.6752173913043, 26.2761806427411, 48.1565217391304, 26.5357915503115, 62.5882608695652, 67.3272612359481, 144.74652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1320, '2021-04-18 00:00:00', 6.68689165457309, 10.53, 8.27313457610143, 14.0057142857143, 11.8625641851844, 23.172380952381, 31.4765281712308, 63.0042857142857, 73.4394855743733, 149.017142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1335, '2021-04-18 00:00:00', 3.72489098594081, 8.41857142857143, 6.70585110538697, 13.8409523809524, 23.2351876728052, 36.4719047619048, 29.839809132225, 61.9376190476191, 73.5935004344167, 148.081904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1350, '2021-04-18 00:00:00', 5.97018716305485, 10.4038095238095, 9.59249284845284, 17.6276190476191, 23.0070470260123, 40.5414285714286, 29.6109363725152, 61.9885714285714, 72.9628362250263, 148.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 4, 1365, '2021-04-18 00:00:00', 5.55024315211674, 13.242380952381, 18.022195363337, 31.7342857142857, 18.9047655367635, 40.05, 28.035780794583, 59.6504761904762, 70.1771783348948, 147.870952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 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 1031891, 1, 930, '2021-04-18 00:00:00', 0, 25.8099999999999, 0, 31.4299999999998, 0, 38.5599999999999, 0, 50.4299999999998, 0, 140.04 where not exists (select 1 from powerstats_trumpet where symbolid = 1031891 and enddate = '2021-04-18 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-04-23 14:12:45 Duration: 1s393ms 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 1032241, 5, 990, '2021-04-18 00:00:00', 0.0536788871429085, 0.267826086956522, 0.0636908293173395, 0.327391304347827, 0.11555160714176, 0.40608695652174, 0.287093242073491, 0.629565217391305, 0.943450902136981, 1.75782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1005, '2021-04-18 00:00:00', 0.051751916578667, 0.216521739130436, 0.0899956081493205, 0.280869565217392, 0.13040678223833, 0.351739130434783, 0.310282925845343, 0.601304347826088, 0.954983599801236, 1.74869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1020, '2021-04-18 00:00:00', 0.087436029693356, 0.202173913043479, 0.131112599829278, 0.277826086956522, 0.11912228413305, 0.329130434782609, 0.323888796609531, 0.583043478260869, 0.990278237740431, 1.75652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1035, '2021-04-18 00:00:00', 0.097010655052299, 0.182608695652174, 0.0879004107694545, 0.230869565217392, 0.107655577283102, 0.314782608695652, 0.330274768828776, 0.562173913043479, 0.971495729568159, 1.74695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1050, '2021-04-18 00:00:00', 0.0546892045188911, 0.16, 0.0770760109401787, 0.220434782608695, 0.112140510392749, 0.308695652173913, 0.325001672236501, 0.545217391304347, 0.971170191831471, 1.74478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1065, '2021-04-18 00:00:00', 0.0754354945234154, 0.142173913043477, 0.0911975660170325, 0.224782608695651, 0.109242812554702, 0.296086956521739, 0.317989608799324, 0.529130434782608, 0.970800574237938, 1.74086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1080, '2021-04-18 00:00:00', 0.0533279806273081, 0.154347826086956, 0.0785943706560105, 0.210434782608696, 0.0891017981568428, 0.268695652173913, 0.318935978062631, 0.542608695652174, 0.967695195862242, 1.73608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1095, '2021-04-18 00:00:00', 0.072640758819669, 0.14695652173913, 0.0734416495547868, 0.198695652173913, 0.115666140795318, 0.251739130434782, 0.382862631326698, 0.592608695652174, 0.96846318908702, 1.74130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1110, '2021-04-18 00:00:00', 0.0527129597583195, 0.131739130434782, 0.0666356976817501, 0.17304347826087, 0.111836979042814, 0.254347826086957, 0.376532966815409, 0.589565217391304, 0.969283790844393, 1.74260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1125, '2021-04-18 00:00:00', 0.0496310498248747, 0.122173913043479, 0.0711092240087762, 0.167391304347826, 0.0974882175915112, 0.236956521739131, 0.364167793493853, 0.59, 0.983610554701482, 1.76478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1140, '2021-04-18 00:00:00', 0.044584156777639, 0.108260869565217, 0.0718226846039282, 0.166956521739131, 0.0810991682991512, 0.210434782608696, 0.373944892475743, 0.615652173913043, 0.972765504771179, 1.77 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1155, '2021-04-18 00:00:00', 0.0482991337821991, 0.103478260869565, 0.0590404162501255, 0.14304347826087, 0.290160103004348, 0.247391304347826, 0.758742979599092, 0.989999999999999, 0.969572661663405, 1.77434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1170, '2021-04-18 00:00:00', 0.0473486772064592, 0.106521739130434, 0.0615318292260604, 0.139565217391303, 0.28998432559521, 0.25, 0.751304530815378, 1.03304347826087, 0.951942054901099, 1.77130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1185, '2021-04-18 00:00:00', 0.0459850465469895, 0.0965217391304354, 0.297042071253992, 0.193913043478261, 0.309771686930416, 0.26695652173913, 0.753494100629722, 1.05521739130435, 0.952282467145752, 1.77347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1200, '2021-04-18 00:00:00', 0.0440704866345699, 0.0977272727272723, 0.0714673055150092, 0.151363636363637, 0.109663002083537, 0.225454545454545, 0.759897606453904, 1.05590909090909, 0.97506398946417, 1.77454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1215, '2021-04-18 00:00:00', 0.0589904240522996, 0.106818181818183, 0.0861301240472708, 0.162272727272727, 0.10999901613098, 0.220454545454546, 0.759632087981353, 1.06136363636364, 0.974706527039197, 1.77363636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1230, '2021-04-18 00:00:00', 0.0484500010051874, 0.0995454545454544, 0.0854894236642267, 0.146818181818182, 0.103839703306029, 0.207272727272727, 0.765045340025264, 1.06090909090909, 0.975543804391024, 1.77 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1245, '2021-04-18 00:00:00', 0.0654604073854182, 0.102272727272726, 0.0805070511283664, 0.143636363636363, 0.103112807556826, 0.213181818181818, 0.760314357406146, 1.06272727272727, 0.967923313659476, 1.76227272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1260, '2021-04-18 00:00:00', 0.0481250175690089, 0.102727272727272, 0.0683953366679491, 0.152727272727272, 0.154801926227152, 0.257272727272726, 0.758417125859204, 1.06818181818182, 0.961505515919101, 1.775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1275, '2021-04-18 00:00:00', 0.0549064533066801, 0.106363636363636, 0.0718885621497979, 0.161818181818182, 0.297576066160428, 0.309090909090909, 0.755499891846509, 1.08090909090909, 0.959072874822752, 1.77272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1290, '2021-04-18 00:00:00', 0.0580341741387372, 0.118181818181819, 0.163045288903931, 0.198636363636364, 0.301099356543356, 0.303181818181818, 0.74986117041208, 1.08181818181818, 0.957887285617703, 1.76636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1305, '2021-04-18 00:00:00', 0.141574326921552, 0.143636363636363, 0.287078507144072, 0.230454545454546, 0.273611805142651, 0.304090909090909, 0.749688679975306, 1.06954545454545, 0.953406401401714, 1.75863636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1320, '2021-04-18 00:00:00', 0.0304354364101078, 0.0952631578947373, 0.0422952584681654, 0.14, 0.191380029756174, 0.285263157894737, 0.803315862079796, 1.08947368421053, 1.00531307858045, 1.73894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1335, '2021-04-18 00:00:00', 0.032802795487776, 0.107368421052632, 0.0908826117736896, 0.175263157894737, 0.809910831854689, 0.839999999999999, 0.799638076026636, 1.09105263157895, 0.99703713117199, 1.80052631578947 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1350, '2021-04-18 00:00:00', 0.0653376296474958, 0.123684210526315, 0.180766723118871, 0.231052631578947, 0.78390274190867, 0.87578947368421, 0.772987294025683, 1.07263157894737, 0.975524450342673, 1.79421052631579 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 1365, '2021-04-18 00:00:00', 0.131130933182934, 0.187894736842105, 0.784144037371343, 0.795263157894736, 0.786527269838008, 0.891578947368421, 0.769159562606185, 1.06210526315789, 0.977952569437892, 1.81368421052632 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 945, '2021-04-18 00:00:00', 0.168621864932556, 0.176666666666665, 0.188237438713275, 0.243333333333332, 0.14742229591664, 0.436666666666663, 0.230289672658876, 0.626666666666665, 1.00642933184601, 1.84 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 960, '2021-04-18 00:00:00', 0.0757187779440033, 0.173333333333332, 0.0321455025366434, 0.256666666666665, 0.15373136743467, 0.44333333333333, 0.276465790529918, 0.56333333333333, 1.05462473578678, 1.77333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 975, '2021-04-18 00:00:00', 0.0493288286231632, 0.156666666666669, 0.11060440015358, 0.283333333333331, 0.213853532431274, 0.386666666666668, 0.227229692895388, 0.546666666666667, 1.06274801027023, 1.76333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 990, '2021-04-18 00:00:00', 0.180263494740982, 0.370833333333333, 0.231947879577676, 0.477916666666666, 0.268862337492144, 0.585, 0.405809041620402, 0.82125, 0.868695507101292, 1.74333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1005, '2021-04-18 00:00:00', 0.145420429958363, 0.285833333333334, 0.149694737692257, 0.362083333333334, 0.205673161290827, 0.446666666666666, 0.343051101107421, 0.703333333333333, 0.795938967873611, 1.66166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1020, '2021-04-18 00:00:00', 0.101081112500545, 0.254999999999999, 0.142248379425831, 0.327916666666666, 0.200764841890035, 0.402499999999999, 0.312896415234604, 0.664583333333333, 0.768459662977301, 1.64208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1035, '2021-04-18 00:00:00', 0.0851331012446762, 0.202916666666667, 0.12289679893474, 0.264166666666666, 0.218711228448098, 0.362083333333334, 0.278923590908366, 0.61375, 0.736896645851144, 1.62583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1050, '2021-04-18 00:00:00', 0.0845576726264393, 0.1775, 0.11521168293215, 0.239583333333333, 0.173278279997353, 0.334166666666667, 0.233181757185373, 0.582083333333333, 0.690620389026512, 1.61 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1065, '2021-04-18 00:00:00', 0.0542922179279523, 0.162083333333333, 0.0997814641088725, 0.235416666666667, 0.129076990843518, 0.315, 0.221699218488159, 0.55125, 0.670904510581677, 1.59208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1080, '2021-04-18 00:00:00', 0.079217184492007, 0.161666666666667, 0.101292373491474, 0.209166666666667, 0.126747923974652, 0.277083333333334, 0.215819553586195, 0.507083333333333, 0.664378864325408, 1.59083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1095, '2021-04-18 00:00:00', 0.0581835551247638, 0.12875, 0.0670496247112015, 0.19, 0.117408613860719, 0.2475, 0.209830418070941, 0.49875, 0.659324286290709, 1.58708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1110, '2021-04-18 00:00:00', 0.0490489255891436, 0.146666666666667, 0.0690817096538267, 0.18625, 0.127295587773758, 0.259583333333333, 0.20012631880455, 0.50625, 0.656040908719146, 1.60375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1125, '2021-04-18 00:00:00', 0.0639278918964081, 0.124583333333333, 0.112712761773752, 0.167916666666666, 0.144853749332395, 0.259999999999999, 0.216824496583851, 0.519583333333333, 0.669092912895479, 1.63625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1140, '2021-04-18 00:00:00', 0.0769987295208568, 0.116249999999999, 0.101335287929281, 0.174166666666666, 0.122047003299928, 0.252083333333333, 0.215633545829391, 0.522499999999999, 0.651451000304014, 1.66333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1155, '2021-04-18 00:00:00', 0.0547970564109459, 0.121249999999999, 0.0725306032361312, 0.175416666666666, 0.100520385127032, 0.24, 0.263839748793615, 0.721249999999999, 0.630159860095326, 1.66666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1170, '2021-04-18 00:00:00', 0.0590120965246274, 0.129583333333332, 0.0662450435663036, 0.171666666666666, 0.11929746040034, 0.241666666666666, 0.25243021707544, 0.765833333333333, 0.640221881827709, 1.70666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1185, '2021-04-18 00:00:00', 0.0332208246195937, 0.100833333333333, 0.0647052962462789, 0.150416666666667, 0.119709037349686, 0.234583333333333, 0.269298269528443, 0.785416666666666, 0.640036089335729, 1.71875 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1290, '2021-04-18 00:00:00', 0.0429273062652254, 0.099166666666668, 0.0859716417687014, 0.175416666666667, 0.140288909971065, 0.251250000000001, 0.294256308959247, 0.847083333333334, 0.680133725129089, 1.80083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1305, '2021-04-18 00:00:00', 0.0715663267915499, 0.134999999999999, 0.112841269817002, 0.188749999999999, 0.13078289898403, 0.294583333333333, 0.281215980229134, 0.837083333333333, 0.682792645758175, 1.80166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 930, '2021-04-18 00:00:00', 0.111504857891188, 0.273333333333336, 0.0450924975282307, 0.353333333333336, 0.0818535277187221, 0.420000000000002, 0.188237438713273, 0.636666666666668, 0.805750168062865, 2.09333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 945, '2021-04-18 00:00:00', 0.00577350269189511, 0.183333333333332, 0.052915026221292, 0.279999999999999, 0.0850490054811511, 0.323333333333333, 0.137961347243831, 0.576666666666666, 0.827768083462997, 2.05 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 960, '2021-04-18 00:00:00', 0.08082903768655, 0.176666666666667, 0.109696551146026, 0.243333333333335, 0.126622799421484, 0.283333333333334, 0.170098010962307, 0.513333333333333, 0.810267445559388, 2.08333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 975, '2021-04-18 00:00:00', 0.0152752523165164, 0.133333333333335, 0.0602771377334159, 0.203333333333333, 0.0950438495292205, 0.233333333333334, 0.150111069989301, 0.486666666666669, 0.823974109625621, 2.05666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 990, '2021-04-18 00:00:00', 0.106857201621892, 0.287692307692307, 0.12928442109729, 0.382307692307692, 0.184806343547467, 0.474230769230769, 0.208025146408942, 0.637692307692307, 0.688763105417686, 1.64115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1005, '2021-04-18 00:00:00', 0.137053049807505, 0.256538461538462, 0.179220963746303, 0.338076923076923, 0.186597056617893, 0.402307692307693, 0.211545594285342, 0.586538461538462, 0.69962099629838, 1.61153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1020, '2021-04-18 00:00:00', 0.0696286855121778, 0.198076923076923, 0.0918234091152056, 0.263461538461539, 0.0921979475826959, 0.332692307692308, 0.181886270467606, 0.528846153846154, 0.690032886618735, 1.57576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1035, '2021-04-18 00:00:00', 0.0886106435697545, 0.190384615384615, 0.0922271443439836, 0.244615384615385, 0.109068785635487, 0.33, 0.192732576784119, 0.494615384615385, 0.683711590117892, 1.56846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1050, '2021-04-18 00:00:00', 0.0565372579673037, 0.152692307692309, 0.0893506489150381, 0.216538461538462, 0.108008546670374, 0.324615384615385, 0.218161901771633, 0.481153846153846, 0.678205437448429, 1.57115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1065, '2021-04-18 00:00:00', 0.0699186340299599, 0.153846153846154, 0.0814748663463389, 0.216923076923078, 0.133508858824482, 0.313846153846154, 0.231359859559485, 0.470769230769231, 0.681616743203528, 1.57423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1080, '2021-04-18 00:00:00', 0.0561371945806401, 0.140769230769231, 0.0770294648919395, 0.218461538461538, 0.112266852426913, 0.290384615384616, 0.231221505520971, 0.45076923076923, 0.689258687621373, 1.57153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1095, '2021-04-18 00:00:00', 0.0614291336544677, 0.151538461538462, 0.112677210855407, 0.218076923076923, 0.106630202100531, 0.275, 0.323999050330991, 0.48076923076923, 0.688210611770732, 1.57538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1110, '2021-04-18 00:00:00', 0.094272926205695, 0.149230769230769, 0.101517713497921, 0.194615384615385, 0.102879316901668, 0.241923076923077, 0.322556137034256, 0.472307692307692, 0.691372436646013, 1.58038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1125, '2021-04-18 00:00:00', 0.0552100882643189, 0.121923076923078, 0.0701032205997815, 0.172307692307693, 0.0997566269246543, 0.220769230769231, 0.314658545092931, 0.465, 0.832742734305416, 1.78730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1140, '2021-04-18 00:00:00', 0.0492403836765652, 0.123846153846155, 0.0704283596724633, 0.161923076923078, 0.0899478481377692, 0.208846153846154, 0.375947009359237, 0.491923076923077, 0.833737460982865, 1.80692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1155, '2021-04-18 00:00:00', 0.035023069320312, 0.091153846153845, 0.047847514202773, 0.134230769230768, 0.0716487157005503, 0.208461538461538, 0.362373373109093, 0.682307692307693, 0.812045944134084, 1.82884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1170, '2021-04-18 00:00:00', 0.037631819596637, 0.101923076923077, 0.0539572480338334, 0.150769230769231, 0.074206572381532, 0.208846153846153, 0.38794924330976, 0.713846153846154, 0.81458370680036, 1.84115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1185, '2021-04-18 00:00:00', 0.031884406605979, 0.0938461538461532, 0.0411320574959007, 0.140384615384614, 0.063948296422849, 0.185769230769231, 0.426147861663061, 0.745000000000001, 0.813276374634393, 1.84230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1200, '2021-04-18 00:00:00', 0.0382944060988224, 0.0976923076923063, 0.047789602988999, 0.129615384615383, 0.0853841995831876, 0.182307692307692, 0.458598533997455, 0.753846153846155, 0.811792792812019, 1.84346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1215, '2021-04-18 00:00:00', 0.0388389178332961, 0.0873076923076927, 0.0650680117557479, 0.124615384615386, 0.0862126173168136, 0.186153846153847, 0.452035567014536, 0.748076923076924, 0.808854841022883, 1.84307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1230, '2021-04-18 00:00:00', 0.0563955808416007, 0.0873076923076938, 0.0861135207823863, 0.13346153846154, 0.103428161616576, 0.195769230769231, 0.452289219926297, 0.751538461538463, 0.810462735820621, 1.84538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1245, '2021-04-18 00:00:00', 0.0544002262438733, 0.089230769230769, 0.0654980915752513, 0.145, 0.0871753317260014, 0.203461538461538, 0.454526634575425, 0.757692307692308, 0.817294598990145, 1.85230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1260, '2021-04-18 00:00:00', 0.0538559331778925, 0.102692307692309, 0.0645791106973573, 0.142307692307693, 0.0660640714644629, 0.192692307692308, 0.45665017750504, 0.754230769230769, 0.820352738390392, 1.85884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1275, '2021-04-18 00:00:00', 0.0513809303146596, 0.1, 0.054088246981562, 0.138461538461538, 0.235381523358273, 0.227307692307693, 0.458793903788887, 0.749615384615385, 0.819691123815269, 1.85846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1290, '2021-04-18 00:00:00', 0.0362406486612018, 0.0957692307692317, 0.0454261869579487, 0.126538461538462, 0.235007364860044, 0.252692307692308, 0.454973202930256, 0.743846153846154, 0.815413061913079, 1.85769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1305, '2021-04-18 00:00:00', 0.041502548577907, 0.092307692307692, 0.230590212615032, 0.180384615384616, 0.237000811423473, 0.275769230769231, 0.456874330474096, 0.743076923076923, 0.817972728527905, 1.85923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 930, '2021-04-18 00:00:00', 0.0873689494805384, 0.283333333333331, 0.0305505046330367, 0.413333333333334, 0.280237994093115, 0.606666666666669, 0.42253205006642, 0.773333333333336, 0.603517467297622, 1.96666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 945, '2021-04-18 00:00:00', 0.0602771377334159, 0.226666666666667, 0.130511813003012, 0.333333333333333, 0.363730669589466, 0.530000000000001, 0.446430285710993, 0.710000000000001, 0.614356031412839, 1.97333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 960, '2021-04-18 00:00:00', 0.0599999999999987, 0.19, 0.254820198048219, 0.406666666666669, 0.370045042303409, 0.473333333333334, 0.329292170167061, 0.623333333333335, 0.644541180479055, 1.90666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 975, '2021-04-18 00:00:00', 0.185831464863554, 0.266666666666668, 0.176729548557489, 0.30666666666667, 0.226495033058124, 0.44, 0.232450711621484, 0.56666666666667, 0.667308024828119, 1.92 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 990, '2021-04-18 00:00:00', 0.174792257646995, 0.352400000000001, 0.200426212523878, 0.4204, 0.300503466424821, 0.5024, 0.30946082142979, 0.6292, 0.815107354892593, 1.79 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1005, '2021-04-18 00:00:00', 0.0755421431031401, 0.201153846153845, 0.142975522380581, 0.285, 0.194138729144512, 0.365384615384615, 0.234299282641143, 0.531923076923077, 0.800110857703722, 1.74576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1020, '2021-04-18 00:00:00', 0.113183989082447, 0.211153846153846, 0.168214149226515, 0.27, 0.208100567403951, 0.355384615384615, 0.237764265931292, 0.500384615384616, 0.800615628510576, 1.74576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1035, '2021-04-18 00:00:00', 0.0828150549920325, 0.181999999999999, 0.100374299499424, 0.248, 0.158790218002664, 0.3332, 0.220018938578781, 0.476, 0.817603816038062, 1.7548 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1050, '2021-04-18 00:00:00', 0.0776392050052439, 0.170384615384616, 0.116387284528853, 0.245000000000001, 0.13929050992026, 0.304615384615384, 0.209337416259382, 0.456923076923077, 0.804460354236591, 1.74269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1065, '2021-04-18 00:00:00', 0.0611731464464108, 0.146923076923078, 0.0748824720170532, 0.200769230769231, 0.113683095286178, 0.270384615384615, 0.221913358006088, 0.461538461538461, 0.81346258956106, 1.76423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1080, '2021-04-18 00:00:00', 0.0499060656094561, 0.138846153846153, 0.0707422189252036, 0.192692307692307, 0.114050596059549, 0.263461538461538, 0.226971024921345, 0.459615384615384, 0.815520315268348, 1.75576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1095, '2021-04-18 00:00:00', 0.0609867577051331, 0.14076923076923, 0.0844356833061985, 0.195769230769231, 0.103401383713402, 0.250384615384615, 0.271434083229173, 0.482692307692308, 0.82215925838845, 1.75461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1110, '2021-04-18 00:00:00', 0.0586160912535647, 0.129615384615385, 0.0688051876398416, 0.186923076923077, 0.0909978867041165, 0.223846153846154, 0.260156461798251, 0.474230769230769, 0.824155418501968, 1.74807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1125, '2021-04-18 00:00:00', 0.047343263674832, 0.114230769230769, 0.0557080300799134, 0.14923076923077, 0.0665547779016536, 0.198461538461539, 0.260937953131804, 0.473846153846154, 0.892511150544437, 1.80807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1140, '2021-04-18 00:00:00', 0.0456895881086536, 0.106538461538461, 0.0464178347687107, 0.148846153846153, 0.0786227604548355, 0.211538461538462, 0.271296601810355, 0.495384615384616, 0.896579139756304, 1.82692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1155, '2021-04-18 00:00:00', 0.0391859472456445, 0.103461538461538, 0.0431259336576735, 0.139615384615385, 0.0811304742137864, 0.206923076923077, 0.34634975652677, 0.666923076923077, 0.920061201977681, 1.85615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1170, '2021-04-18 00:00:00', 0.0367779197972832, 0.103846153846155, 0.0572941130013851, 0.151153846153847, 0.0874642784226805, 0.215000000000001, 0.338488040920433, 0.686923076923077, 0.956653783528013, 1.86769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1185, '2021-04-18 00:00:00', 0.0415396011239695, 0.101538461538461, 0.0626455228923958, 0.147307692307692, 0.0985096637196267, 0.218076923076923, 0.329627295359704, 0.716923076923077, 0.956362660532885, 1.86846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1200, '2021-04-18 00:00:00', 0.055725977922192, 0.114230769230769, 0.075696763471103, 0.155, 0.12101176039479, 0.219615384615385, 0.32277451047966, 0.730769230769231, 0.955970388984609, 1.86923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1215, '2021-04-18 00:00:00', 0.0646886032050112, 0.0961538461538464, 0.0817275021971465, 0.150769230769231, 0.115132699358342, 0.196538461538461, 0.312196190781472, 0.727692307692308, 0.971411027637315, 1.86923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1230, '2021-04-18 00:00:00', 0.0586055917521131, 0.108846153846154, 0.0848020319059891, 0.15076923076923, 0.107369240689099, 0.208076923076922, 0.303203663464776, 0.732692307692307, 0.971386716939323, 1.87807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1245, '2021-04-18 00:00:00', 0.057704819156168, 0.104615384615384, 0.0651164637104452, 0.138076923076922, 0.0890367253527344, 0.216538461538461, 0.290119603983227, 0.744230769230769, 0.971047649943884, 1.87846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1260, '2021-04-18 00:00:00', 0.0438125377208226, 0.106538461538461, 0.0659895096558179, 0.161153846153846, 0.120581284426092, 0.239615384615384, 0.289800196421868, 0.741923076923077, 0.969890477559987, 1.87653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1275, '2021-04-18 00:00:00', 0.063985575297513, 0.116923076923077, 0.0756479701288494, 0.168846153846154, 0.20009382414642, 0.258461538461538, 0.280868981226807, 0.73076923076923, 0.968981701819771, 1.87153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1290, '2021-04-18 00:00:00', 0.0562480768902032, 0.120384615384615, 0.100729645777505, 0.167692307692307, 0.195037274543967, 0.246538461538461, 0.268201130038346, 0.730384615384615, 0.9700816777666, 1.86769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1305, '2021-04-18 00:00:00', 0.0649650793770129, 0.117307692307692, 0.160991160770255, 0.183076923076923, 0.157753459062406, 0.256923076923077, 0.274043511424456, 0.720384615384615, 0.976233657402855, 1.86192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 930, '2021-04-18 00:00:00', 0.115902257671427, 0.326666666666666, 0.121243556529825, 0.420000000000002, 0.215715862498179, 0.573333333333333, 0.18009256878987, 0.723333333333331, 0.755446887610245, 2.28 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 945, '2021-04-18 00:00:00', 0.142243921955682, 0.346666666666669, 0.211266025033212, 0.426666666666667, 0.242487113059642, 0.610000000000002, 0.165025250593157, 0.726666666666667, 0.716961179795207, 2.28333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 960, '2021-04-18 00:00:00', 0.0458257569495601, 0.220000000000001, 0.052915026221292, 0.340000000000001, 0.0577350269189634, 0.456666666666668, 0.0814452781524709, 0.573333333333331, 0.658483105326175, 2.23 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 975, '2021-04-18 00:00:00', 0.0945163125250522, 0.19333333333333, 0.133166562369586, 0.256666666666665, 0.1113552872566, 0.309999999999998, 0.158745078663875, 0.549999999999997, 0.624819974072534, 2.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 990, '2021-04-18 00:00:00', 0.136903859210274, 0.284799999999999, 0.173015413571545, 0.3652, 0.163495157930339, 0.438399999999999, 0.196720614069802, 0.6536, 1.02406266084324, 1.8272 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1005, '2021-04-18 00:00:00', 0.0834625664594617, 0.2308, 0.0939361485265394, 0.2964, 0.109707186030208, 0.3676, 0.237295174835055, 0.6244, 1.03270792902285, 1.8024 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1020, '2021-04-18 00:00:00', 0.0820304821392644, 0.2004, 0.108627804912002, 0.258, 0.121536002896261, 0.3528, 0.282118178546981, 0.6136, 1.04392720052693, 1.7956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1035, '2021-04-18 00:00:00', 0.0655311630702018, 0.1512, 0.0821583836257756, 0.228, 0.0971030380575196, 0.3304, 0.28677691678376, 0.5792, 1.05588635752149, 1.7872 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1050, '2021-04-18 00:00:00', 0.0472475748936739, 0.1564, 0.0812567945876934, 0.231199999999999, 0.096534967757803, 0.2924, 0.290789156148115, 0.564, 1.05607417668773, 1.7852 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1065, '2021-04-18 00:00:00', 0.0715145672806132, 0.163199999999999, 0.0786405323820573, 0.224799999999999, 0.0873727646352116, 0.274399999999999, 0.297321374946369, 0.566, 1.05648268640175, 1.7816 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1080, '2021-04-18 00:00:00', 0.0543660433236278, 0.1384, 0.0637756484352242, 0.184400000000001, 0.0946924847422773, 0.252, 0.28607982568973, 0.542, 1.05677307560958, 1.7812 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1095, '2021-04-18 00:00:00', 0.0487579053419384, 0.127600000000001, 0.057378857894989, 0.165600000000001, 0.0864542268101061, 0.250800000000001, 0.281467582502851, 0.5336, 1.06132778474261, 1.788 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1110, '2021-04-18 00:00:00', 0.0422295315310664, 0.119999999999999, 0.0842120339777312, 0.179999999999999, 0.107474027870302, 0.255599999999999, 0.281276850570157, 0.531999999999999, 1.0754110841906, 1.7956 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1125, '2021-04-18 00:00:00', 0.0681297781198983, 0.121999999999999, 0.0745027963681, 0.1756, 0.127947906065971, 0.259599999999999, 0.285340147893702, 0.5276, 1.14366108033222, 1.8424 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1140, '2021-04-18 00:00:00', 0.065668358692245, 0.1304, 0.101080825745208, 0.1856, 0.165657276729195, 0.264399999999999, 0.299995555522632, 0.5484, 1.14384250081323, 1.8356 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1155, '2021-04-18 00:00:00', 0.0843001882508597, 0.1225, 0.109302797078919, 0.179166666666666, 0.205380082434665, 0.29375, 0.293590652123825, 0.672916666666667, 1.17178043338245, 1.84791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1170, '2021-04-18 00:00:00', 0.0552268050859365, 0.108, 0.0889156904038872, 0.163200000000001, 0.156659928933131, 0.2644, 0.290527107169021, 0.693200000000001, 1.15575256867549, 1.8216 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1185, '2021-04-18 00:00:00', 0.0648408307575809, 0.117200000000001, 0.120936622520503, 0.195600000000001, 0.172783101025534, 0.2696, 0.294543149074403, 0.691600000000001, 1.15779200780336, 1.8164 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1200, '2021-04-18 00:00:00', 0.068709639009048, 0.125833333333334, 0.0744983221287575, 0.1675, 0.110646977469736, 0.234166666666667, 0.358874801551189, 0.725416666666667, 1.17233995848511, 1.84375 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1215, '2021-04-18 00:00:00', 0.0456336228698959, 0.110416666666667, 0.0603612314393065, 0.160000000000001, 0.0912225738017433, 0.227916666666667, 0.382910053009387, 0.728750000000001, 1.18292899807755, 1.83916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1230, '2021-04-18 00:00:00', 0.0500144906538329, 0.103333333333333, 0.0768008435189185, 0.15875, 0.0780177887556343, 0.217916666666667, 0.423499696285161, 0.742916666666667, 1.18775607460186, 1.83416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1245, '2021-04-18 00:00:00', 0.0566821163934504, 0.102916666666666, 0.0682692346946793, 0.144583333333333, 0.0869272142640624, 0.205416666666667, 0.456779645920806, 0.749583333333333, 1.19357693752732, 1.82208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1260, '2021-04-18 00:00:00', 0.0705875959050327, 0.115, 0.0826858907053623, 0.1575, 0.1006032528935, 0.215833333333333, 0.461672879673571, 0.76125, 1.19301704678225, 1.82125 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1275, '2021-04-18 00:00:00', 0.0444531996207438, 0.102500000000001, 0.0650696393951468, 0.144166666666667, 0.136411036996618, 0.234166666666667, 0.462804932770926, 0.761666666666668, 1.1916274950489, 1.8175 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1290, '2021-04-18 00:00:00', 0.0499274836456667, 0.108333333333334, 0.0674805393310234, 0.143333333333333, 0.116001468006704, 0.240416666666666, 0.475494403264888, 0.760833333333334, 1.18864365218683, 1.81958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1305, '2021-04-18 00:00:00', 0.0449395729551506, 0.0925, 0.123038229006686, 0.170833333333333, 0.122190158288665, 0.255, 0.498994459903606, 0.767083333333334, 1.18864365218683, 1.81958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 930, '2021-04-18 00:00:00', 0.0700000000000003, 0.219999999999999, 0.0346410161513789, 0.249999999999998, 0.0550757054728623, 0.356666666666667, 0.276103845198384, 0.693333333333333, 0.567655999116837, 2.24333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 945, '2021-04-18 00:00:00', 0.0152752523165164, 0.19333333333333, 0.0288675134594796, 0.273333333333333, 0.14153915830375, 0.396666666666666, 0.267644042215276, 0.686666666666665, 0.568887803818411, 2.23666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 960, '2021-04-18 00:00:00', 0.0700000000000003, 0.160000000000004, 0.160934769394311, 0.240000000000002, 0.212210587231959, 0.38666666666667, 0.229419557434264, 0.653333333333334, 0.578475006662634, 2.20333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 5, 975, '2021-04-18 00:00:00', 0.0945163125250509, 0.183333333333335, 0.111355287256599, 0.310000000000002, 0.130766968306217, 0.350000000000004, 0.206478408879315, 0.666666666666667, 0.578475006662634, 2.20333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1200, '2021-04-18 00:00:00', 0.054060425860964, 0.100434782608697, 0.0812817283747647, 0.146086956521739, 0.102065622539363, 0.239130434782608, 0.286053285619023, 0.799130434782608, 0.609303691226543, 1.68652173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1215, '2021-04-18 00:00:00', 0.0384789866169477, 0.0952173913043468, 0.0571455391804239, 0.152608695652173, 0.0870532071182051, 0.226521739130433, 0.285879130875892, 0.802173913043477, 0.629530221987202, 1.71086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1230, '2021-04-18 00:00:00', 0.0345667710392381, 0.10695652173913, 0.0650174801670505, 0.16, 0.0777220140143751, 0.209565217391303, 0.302769169435189, 0.813478260869565, 0.637244872610195, 1.72086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1245, '2021-04-18 00:00:00', 0.0514301398844837, 0.107826086956521, 0.060973654649076, 0.147826086956521, 0.0688155005978285, 0.199130434782609, 0.311929479209645, 0.829999999999999, 0.634116671101753, 1.72695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1260, '2021-04-18 00:00:00', 0.0437835134203583, 0.0947826086956522, 0.0538296243577636, 0.133913043478261, 0.0867940181177697, 0.211739130434783, 0.299332590941916, 0.839999999999999, 0.631093849312695, 1.73608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1275, '2021-04-18 00:00:00', 0.0463489087668035, 0.0986956521739135, 0.0586777896989361, 0.143913043478262, 0.127025875799105, 0.230869565217392, 0.308970622955974, 0.849130434782608, 0.642682126875746, 1.74695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1320, '2021-04-18 00:00:00', 0.0524994331035158, 0.104761904761905, 0.04589325087843, 0.144761904761905, 0.146545945988671, 0.304285714285715, 0.283198567389436, 0.852857142857143, 0.671534844679743, 1.76095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1335, '2021-04-18 00:00:00', 0.0318553277296265, 0.11047619047619, 0.102092395127439, 0.221428571428572, 0.261390057012049, 0.596190476190476, 0.278776237287526, 0.855238095238095, 0.669626050582746, 1.75904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1350, '2021-04-18 00:00:00', 0.0975851276724946, 0.178571428571429, 0.135632556844552, 0.265238095238095, 0.243703567005961, 0.652857142857143, 0.273355690142594, 0.856666666666666, 0.667215250482323, 1.7547619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 1365, '2021-04-18 00:00:00', 0.115172748099375, 0.166190476190476, 0.265906356592298, 0.528095238095237, 0.275311079465014, 0.645238095238094, 0.274346843386599, 0.825238095238094, 0.67333427628411, 1.71904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1320, '2021-04-18 00:00:00', 0.0407586165385234, 0.0939130434782613, 0.0652601967560045, 0.159565217391303, 0.11047865674798, 0.246521739130435, 0.396058146407783, 0.705652173913044, 0.832973861862097, 1.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1335, '2021-04-18 00:00:00', 0.0537193703517473, 0.103043478260869, 0.0822196998984023, 0.153478260869565, 0.231731751693813, 0.527826086956522, 0.383310934786985, 0.69, 0.82573550876463, 1.80130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1350, '2021-04-18 00:00:00', 0.0582993501614639, 0.115217391304347, 0.0854654773934308, 0.180434782608696, 0.244990118377796, 0.567391304347826, 0.38257087488242, 0.688260869565217, 0.828698202883565, 1.80043478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 2, 1365, '2021-04-18 00:00:00', 0.0655201142817526, 0.132608695652174, 0.233936074508661, 0.494782608695653, 0.311417770315029, 0.590869565217391, 0.377940644063037, 0.678695652173913, 0.828340643300734, 1.79869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1320, '2021-04-18 00:00:00', 0.0611807404658737, 0.10391304347826, 0.0610384444395891, 0.134347826086956, 0.107193814345754, 0.242173913043478, 0.284247845980693, 0.721739130434782, 1.00916687745945, 1.80782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1335, '2021-04-18 00:00:00', 0.0442549208983072, 0.0930434782608693, 0.0715055485837355, 0.16695652173913, 0.265119855064472, 0.53391304347826, 0.278744361328318, 0.724347826086956, 1.01771521987966, 1.81521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1350, '2021-04-18 00:00:00', 0.0493995567341814, 0.123043478260869, 0.0854631649845126, 0.183043478260869, 0.26790211179081, 0.564782608695652, 0.264917020344077, 0.729130434782609, 1.0222746473162, 1.82 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 3, 1365, '2021-04-18 00:00:00', 0.0812963154705731, 0.15, 0.24653247426975, 0.513478260869565, 0.263821864682563, 0.592608695652174, 0.325417943489083, 0.808260869565217, 1.03731048557231, 1.82304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1320, '2021-04-18 00:00:00', 0.0521170843024679, 0.108095238095239, 0.059537903093425, 0.159523809523809, 0.0882933422502195, 0.254285714285715, 0.537236757243335, 0.786666666666668, 1.24995790405308, 1.76047619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1335, '2021-04-18 00:00:00', 0.049761335152813, 0.118095238095238, 0.0940541890411613, 0.194761904761905, 0.255019140271395, 0.503809523809524, 0.545102000066217, 0.791904761904763, 1.25360128847899, 1.7547619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1350, '2021-04-18 00:00:00', 0.0868852554755277, 0.142380952380953, 0.0840408064148428, 0.211428571428572, 0.286570858851449, 0.538571428571429, 0.543267013188769, 0.77904761904762, 1.25342388224073, 1.74285714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 4, 1365, '2021-04-18 00:00:00', 0.0598728812131327, 0.163809523809524, 0.239094522053915, 0.478095238095239, 0.288073238042326, 0.575238095238097, 0.543453244144726, 0.777142857142858, 1.25522564846781, 1.73714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 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 1032241, 1, 930, '2021-04-18 00:00:00', 0, 0.18, 0, 0.509999999999998, 0, 0.609999999999999, 0, 0.710000000000001, 0, 1.55 where not exists (select 1 from powerstats_trumpet where symbolid = 1032241 and enddate = '2021-04-18 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-04-23 14:15:41 Duration: 1s298ms 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 1032226, 5, 990, '2021-04-18 00:00:00', 0.978618854130697, 2.66304347826087, 1.25434675060407, 3.53695652173913, 1.32702779428256, 4.29869565217391, 1.30716012367759, 5.73304347826087, 4.60353601848816, 15.874347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1005, '2021-04-18 00:00:00', 0.701627695380467, 2.28217391304348, 0.995688928675896, 3.19347826086957, 1.20439133923477, 3.74695652173913, 1.52491702618827, 5.19086956521739, 4.51889463205907, 15.6978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1020, '2021-04-18 00:00:00', 0.739514315564558, 1.88782608695653, 0.849511833779395, 2.38391304347827, 0.944605026519808, 2.93173913043479, 1.62716793665287, 4.77869565217392, 4.57650465548328, 15.5369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1035, '2021-04-18 00:00:00', 0.70819622791512, 1.51347826086957, 0.808291517873115, 2.18521739130435, 0.990813336200969, 2.76739130434783, 2.00726024119678, 4.84869565217391, 4.6077147457135, 15.4852173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1050, '2021-04-18 00:00:00', 0.616470894395162, 1.52, 0.783063054316559, 1.87826086956522, 0.933977003720257, 2.66695652173914, 2.01989042085282, 4.69130434782609, 4.46654914501365, 15.3539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1065, '2021-04-18 00:00:00', 0.538301016337251, 1.2404347826087, 0.547905101272111, 1.69, 0.773467629518548, 2.33608695652174, 2.12465742414171, 4.49347826086957, 4.51930636707954, 15.2313043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1080, '2021-04-18 00:00:00', 0.358176651715313, 1.19782608695652, 0.700585582282968, 1.72739130434783, 0.723133552248372, 2.22304347826087, 2.19953291843713, 4.43782608695653, 4.53041888316268, 15.1904347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1095, '2021-04-18 00:00:00', 0.401046555802382, 1.14260869565218, 0.393763637695938, 1.46043478260869, 0.776881116242828, 2.17521739130435, 2.39196497522178, 4.54347826086957, 4.53434099085455, 15.1486956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1110, '2021-04-18 00:00:00', 0.341289695312464, 0.951739130434782, 0.719881962217192, 1.47130434782608, 0.992404952090027, 2.23304347826087, 2.44631399740774, 4.48608695652174, 4.55431285845057, 15.0773913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1125, '2021-04-18 00:00:00', 0.520382954152349, 1.09434782608695, 0.553856047849198, 1.54739130434782, 1.11682957535842, 2.29913043478261, 2.67658526777164, 4.65782608695652, 4.68788232696411, 15.6095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1140, '2021-04-18 00:00:00', 0.514425117564287, 1.12173913043478, 0.674340843433446, 1.66913043478261, 1.07644745827875, 2.11130434782608, 2.82873706089552, 4.65478260869565, 4.63287091179708, 15.5973913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1155, '2021-04-18 00:00:00', 0.454170833767487, 1.05565217391304, 0.731751377895102, 1.42652173913044, 1.12600960407028, 2.00391304347826, 3.49478091958414, 6.38130434782608, 4.56823782633355, 15.6282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1170, '2021-04-18 00:00:00', 0.412852795594313, 0.977391304347822, 0.562536603991276, 1.27260869565217, 1.03183554163454, 1.95869565217391, 3.41218237167204, 6.85391304347826, 4.60259773702349, 15.6417391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1185, '2021-04-18 00:00:00', 0.29262610875603, 0.858695652173911, 0.805035044532169, 1.32217391304347, 0.977228475880201, 1.99869565217391, 4.57387010605194, 7.41826086956522, 4.60809015337809, 15.6430434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1200, '2021-04-18 00:00:00', 0.366874006706034, 0.868181818181818, 0.588183239993733, 1.335, 0.884140324017696, 1.87227272727273, 4.58099197182089, 7.40727272727273, 4.73005239622097, 15.5663636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1215, '2021-04-18 00:00:00', 0.444992339055611, 0.990909090909091, 0.649033914094651, 1.39454545454545, 0.725143962419716, 1.84363636363637, 4.54343627703341, 7.43318181818182, 4.73694990181386, 15.5609090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1230, '2021-04-18 00:00:00', 0.37955088520365, 0.932727272727268, 0.471193795665433, 1.24954545454546, 0.576690062833955, 1.8, 4.49862470566553, 7.39363636363636, 4.80200519534328, 15.4759090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1245, '2021-04-18 00:00:00', 0.463810679394459, 0.948181818181828, 0.482785926764907, 1.29818181818182, 0.545777970491295, 1.84454545454545, 4.47517348329958, 7.48590909090909, 4.83845152951471, 15.5031818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1260, '2021-04-18 00:00:00', 0.398309468755684, 1.00136363636363, 0.407668112615273, 1.30136363636363, 0.744799720311854, 1.97863636363637, 4.47115335653591, 7.54863636363636, 5.04167388286128, 15.4222727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1275, '2021-04-18 00:00:00', 0.357867965204329, 0.858636363636364, 0.471477368588266, 1.38363636363636, 1.32186278112413, 2.18545454545455, 4.48039270948081, 7.51045454545454, 5.0768651275969, 15.445 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1290, '2021-04-18 00:00:00', 0.403368929773346, 0.952727272727272, 0.695315182822291, 1.40818181818182, 1.5247155720847, 2.15363636363636, 4.50224669744732, 7.45590909090909, 4.96593434270973, 15.5290909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1305, '2021-04-18 00:00:00', 0.684257900545448, 1.08772727272727, 1.31858017566384, 1.65818181818182, 2.06944562499361, 2.33363636363636, 4.47565768220846, 7.48545454545454, 4.99690631563898, 15.5281818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1320, '2021-04-18 00:00:00', 0.33279693683925, 0.882631578947366, 0.431782650543005, 1.12157894736842, 0.693807614434977, 1.73631578947368, 4.70239369180724, 7.3778947368421, 4.5967958583934, 15.138947368421 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1335, '2021-04-18 00:00:00', 0.235887028169156, 0.707368421052628, 0.462664543197505, 1.11157894736842, 3.0606522830372, 4.63421052631578, 4.7224615694417, 7.42894736842105, 4.57332156921407, 15.2157894736842 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1350, '2021-04-18 00:00:00', 0.353057654785077, 0.859473684210534, 0.467362263538806, 1.35052631578947, 3.34689251002839, 5.34315789473684, 4.7280199977808, 7.4578947368421, 4.55869402659032, 15.2536842105263 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 1365, '2021-04-18 00:00:00', 0.429007422337954, 1.11157894736841, 3.08372515291383, 4.49947368421051, 4.91769629421188, 5.97421052631579, 4.76927152479212, 7.44210526315789, 4.55376625822, 15.2426315789474 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 945, '2021-04-18 00:00:00', 1.41623915117936, 2.14666666666665, 0.908753725347699, 3.19333333333333, 0.944404574321824, 4.42999999999999, 1.25659593081205, 6.66333333333332, 3.85477625809852, 15.95 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 960, '2021-04-18 00:00:00', 0.210317220724638, 2.18666666666669, 0.0472581562625372, 2.86333333333334, 1.07871837535722, 3.99333333333334, 1.6174156340698, 6.06666666666666, 4.12395845436558, 15.6333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 975, '2021-04-18 00:00:00', 0.401497197997699, 1.68999999999998, 0.609289203361846, 2.34666666666665, 0.715285490789053, 3.24333333333332, 0.736545993132815, 5.52999999999999, 4.44946064147106, 15.25 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 990, '2021-04-18 00:00:00', 1.53192972934537, 2.5, 1.82081677603323, 3.27791666666668, 3.29055818796839, 4.50916666666668, 3.30255665126014, 6.2975, 3.95029385716696, 14.5829166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1005, '2021-04-18 00:00:00', 1.11047703223904, 2.22125000000001, 2.35603845684763, 3.20708333333334, 2.45827436677009, 4.10208333333333, 2.45176419031838, 5.68791666666667, 3.94454712137574, 14.3479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1020, '2021-04-18 00:00:00', 1.7453165071542, 2.06416666666667, 1.75558854040131, 2.69291666666667, 1.93339525450564, 3.50791666666667, 2.15217647672224, 5.38125, 3.63326476633879, 13.9770833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1035, '2021-04-18 00:00:00', 0.816774763623827, 1.64916666666667, 1.18424921180138, 2.24875, 1.35820427056453, 3.07833333333334, 2.08264098640666, 4.9075, 4.30143041594171, 14.3891666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1050, '2021-04-18 00:00:00', 0.729514306363088, 1.52208333333333, 0.840915219149413, 2.09416666666666, 1.15685073505116, 2.83416666666667, 2.12193769117224, 4.70749999999999, 4.59026940259565, 14.5108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1065, '2021-04-18 00:00:00', 0.747820020197837, 1.5, 1.02516939215366, 2.13625000000001, 1.28439801497416, 2.71000000000001, 2.20914071923708, 4.54625, 4.64504340785633, 14.4675 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1080, '2021-04-18 00:00:00', 0.607538243562742, 1.35375, 0.77954650510614, 1.89833333333333, 1.54777610446899, 2.5225, 2.24812961711782, 4.36541666666666, 4.62366283059378, 14.4283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1095, '2021-04-18 00:00:00', 0.477071379826211, 1.19166666666666, 0.951611048147576, 1.58625, 1.46389438668311, 2.30958333333333, 2.30686059333924, 4.15333333333333, 4.74097477823138, 14.28625 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1110, '2021-04-18 00:00:00', 0.577646399035634, 1.20166666666667, 1.01177765429916, 1.73625, 1.0847450111111, 2.2275, 1.98538938611365, 4.21333333333333, 4.77356693724387, 14.3075 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1125, '2021-04-18 00:00:00', 0.805592769421948, 1.16666666666667, 0.832451852635646, 1.5925, 0.878678190419469, 2.12833333333334, 1.95699173903894, 4.05083333333333, 5.12498306819401, 14.4341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1140, '2021-04-18 00:00:00', 0.554181567850211, 1.05708333333333, 0.532716411763634, 1.44708333333334, 0.612263559806289, 1.98833333333333, 1.87953273371374, 3.91791666666666, 5.11953970346576, 14.6179166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1155, '2021-04-18 00:00:00', 0.436407434945097, 1.01583333333334, 0.543033448405302, 1.38375, 0.854700451806853, 2.07458333333333, 3.04827603332808, 6.00041666666666, 5.20549331844791, 14.7204166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1170, '2021-04-18 00:00:00', 0.357263147444209, 0.912499999999994, 0.383224070754697, 1.27458333333333, 0.828586626190315, 1.90583333333332, 3.10099972192233, 6.35916666666666, 5.11228273695897, 14.775 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1185, '2021-04-18 00:00:00', 0.370099869013054, 0.969999999999998, 0.78190298797785, 1.54375, 1.03646102158998, 1.99583333333333, 3.25113087905634, 6.65458333333333, 5.09126674821201, 14.8933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1290, '2021-04-18 00:00:00', 0.465433995694159, 0.888750000000002, 0.615558983622885, 1.32458333333334, 1.43229900327501, 2.20250000000001, 3.0795962468282, 6.94, 4.60301098683542, 15.5516666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1305, '2021-04-18 00:00:00', 0.415188973911842, 0.990833333333333, 0.982379173527056, 1.48083333333334, 1.31691496924891, 2.16291666666667, 2.96089623623307, 6.88749999999999, 4.66066143763221, 15.5979166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 930, '2021-04-18 00:00:00', 1.68786847828852, 2.75999999999999, 1.06566098424092, 4.0133333333333, 1.11554172191511, 4.22666666666663, 1.76136310850431, 4.68999999999996, 5.68538770299209, 21.7433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 945, '2021-04-18 00:00:00', 0.77950839208654, 2.35666666666666, 0.846581360531868, 3.22999999999998, 1.95582037348355, 4.10666666666666, 2.45566691552417, 4.67999999999999, 5.68538770299209, 21.7433333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 960, '2021-04-18 00:00:00', 0.925040539652165, 2.05999999999998, 0.913582691021095, 2.47333333333332, 2.05115414665336, 3.47666666666665, 2.83988262668254, 4.37666666666665, 5.57026929331072, 21.6 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 975, '2021-04-18 00:00:00', 0.43015501081973, 1.19666666666668, 0.763740793725212, 2.08000000000002, 0.678257571526725, 2.43333333333334, 1.49081633118683, 3.56666666666666, 5.57026929331072, 21.6 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 990, '2021-04-18 00:00:00', 1.33734386579691, 2.98615384615385, 1.46305097445242, 3.77692307692308, 1.89827516851079, 4.49384615384615, 2.19319114183315, 5.88076923076923, 4.54293317650105, 15.1953846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1005, '2021-04-18 00:00:00', 1.18709917931842, 2.2973076923077, 1.77644519714556, 3.05153846153847, 1.96528283343254, 3.73384615384615, 1.90469593777711, 5.37115384615385, 4.66384826247431, 14.8561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1020, '2021-04-18 00:00:00', 1.01756148935354, 1.85923076923078, 1.18615993214043, 2.43923076923077, 1.40823206129584, 3.13153846153846, 1.31750977225977, 4.63000000000001, 4.75777155334787, 14.4969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1035, '2021-04-18 00:00:00', 0.634173963029559, 1.56615384615384, 0.867920591901219, 2.18692307692308, 1.01978549780749, 2.76230769230769, 1.21975388438059, 4.45653846153847, 4.75342669919453, 14.4742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1050, '2021-04-18 00:00:00', 0.557018436374901, 1.37153846153846, 0.650978080689717, 1.8926923076923, 0.870420322867939, 2.55346153846154, 1.30777468066353, 4.33115384615385, 4.84113019226519, 14.4584615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1065, '2021-04-18 00:00:00', 0.530923288678829, 1.26346153846154, 0.679749840863418, 1.66961538461538, 1.1013689383951, 2.56846153846154, 1.37297072633928, 4.34615384615385, 4.9865614019467, 14.3611538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1080, '2021-04-18 00:00:00', 0.371515813929901, 1.11999999999999, 0.660514601247794, 1.77346153846154, 0.962824051343824, 2.37692307692308, 1.29648234139091, 4.24230769230769, 5.00727017599257, 14.2911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1095, '2021-04-18 00:00:00', 0.586938995650649, 1.29423076923077, 0.842401055591422, 1.79346153846154, 1.11548457907487, 2.21538461538461, 2.99611207041084, 4.73346153846154, 4.97138711489599, 14.3046153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1110, '2021-04-18 00:00:00', 0.401399858188622, 1.11538461538462, 0.537611240724969, 1.40461538461538, 0.762674645825217, 1.96384615384615, 2.84876005415582, 4.50461538461539, 4.94797134809191, 14.2626923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1125, '2021-04-18 00:00:00', 0.342970059244916, 1.01730769230769, 0.542526851515558, 1.38076923076922, 0.674699819292883, 1.94038461538461, 2.82587614732139, 4.55, 5.08463719301735, 14.8707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1140, '2021-04-18 00:00:00', 0.391995486630217, 0.922692307692308, 0.562899089193957, 1.40923076923077, 0.612186623129307, 1.89730769230769, 2.83022730807697, 4.56884615384615, 5.11892254287951, 15.14 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1155, '2021-04-18 00:00:00', 0.406822584654062, 0.946153846153837, 0.484133643341775, 1.29423076923077, 0.75617712617736, 1.88038461538461, 3.09616966837811, 6.14115384615385, 5.60054877805601, 15.6511538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1170, '2021-04-18 00:00:00', 0.223831323854498, 0.882692307692313, 0.45581997120996, 1.28038461538462, 0.763036141900341, 1.85807692307692, 3.09611717130692, 6.41153846153846, 5.57564071516588, 15.7257692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1185, '2021-04-18 00:00:00', 0.415250989902953, 0.934230769230769, 0.555157773832048, 1.30807692307692, 0.75767701663602, 1.82769230769231, 3.06001297131489, 6.58076923076923, 5.54302005991458, 15.7607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1200, '2021-04-18 00:00:00', 0.295803729107408, 0.900384615384621, 0.634558235188983, 1.25192307692308, 0.677208864497393, 1.72961538461539, 2.87565861352465, 6.62730769230769, 5.48797338242032, 15.7503846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1215, '2021-04-18 00:00:00', 0.424190994718179, 0.884999999999999, 0.443911980187339, 1.25461538461539, 0.645873528939384, 1.87384615384615, 2.79838964681201, 6.64384615384615, 5.50493373117383, 15.7392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1230, '2021-04-18 00:00:00', 0.304804603235981, 0.845384615384613, 0.40650044942732, 1.16884615384615, 0.904796449697172, 1.88615384615385, 2.58037865438388, 6.585, 5.46919373892041, 15.7419230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1245, '2021-04-18 00:00:00', 0.287195725273524, 0.76423076923077, 0.500918694462024, 1.25346153846154, 0.870085406948427, 1.90384615384616, 2.48850678118425, 6.565, 5.46067492306443, 15.6888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1260, '2021-04-18 00:00:00', 0.39069484452506, 0.927692307692306, 0.664546577634823, 1.34307692307692, 0.792779821989593, 1.88038461538461, 2.45365485630032, 6.55307692307692, 5.4674704037045, 15.6961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1275, '2021-04-18 00:00:00', 0.484329830400094, 0.960769230769227, 0.487887282064207, 1.365, 2.65255038377437, 2.50346153846153, 2.4619406979048, 6.47, 5.49549344043337, 15.6919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1290, '2021-04-18 00:00:00', 0.367853022488396, 0.989615384615391, 0.476269477695787, 1.29384615384615, 2.7053471837484, 2.42923076923077, 2.4399661094746, 6.38884615384616, 5.51572918674753, 15.6573076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1305, '2021-04-18 00:00:00', 0.390968816383882, 0.826153846153845, 2.70672541302927, 1.8723076923077, 2.67955441186661, 2.45038461538462, 2.37686529180444, 6.35615384615385, 5.5131669106436, 15.6442307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 930, '2021-04-18 00:00:00', 1.61158307263387, 3.68000000000001, 1.34075849179981, 4.09666666666669, 0.455009157417018, 5.08666666666666, 0.14153915830375, 6.94666666666668, 5.49772073984607, 19.1166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 945, '2021-04-18 00:00:00', 0.610491605183848, 1.66000000000001, 0.645058136914815, 2.65999999999999, 0.224796204001158, 3.35333333333332, 1.06127282072048, 5.47000000000001, 4.69853523274365, 18.6266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 960, '2021-04-18 00:00:00', 0.692170499226904, 2.50999999999999, 0.587310253046334, 2.89333333333332, 0.382796725865507, 3.51333333333332, 1.26674122587579, 5.33333333333335, 4.69853523274365, 18.6266666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 975, '2021-04-18 00:00:00', 0.568536131950589, 1.82333333333332, 0.401497197997695, 2.34999999999998, 0.759232068167126, 3.31333333333333, 0.893662874541241, 4.98666666666668, 4.02444199030542, 18.2033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 990, '2021-04-18 00:00:00', 1.12379935931642, 2.48, 1.15548142924642, 3.1996, 1.20725404672477, 4.0296, 1.55125572789703, 5.3488, 5.38949914184983, 14.6848 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1005, '2021-04-18 00:00:00', 0.935746842819234, 1.98692307692308, 1.0476946119934, 2.67, 1.01747749927871, 3.45730769230769, 1.73285358252264, 4.94846153846154, 5.55325473518424, 14.9130769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1020, '2021-04-18 00:00:00', 0.695241961201559, 1.83423076923077, 0.890782542746284, 2.52846153846154, 1.02056130860197, 2.93576923076923, 1.89215237636523, 4.55384615384615, 5.60303610004983, 14.7784615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1035, '2021-04-18 00:00:00', 0.613960639346422, 1.5668, 0.718207955028812, 1.8932, 0.762153309162056, 2.4788, 1.64766754332703, 4.114, 5.5067067593375, 14.2412 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1050, '2021-04-18 00:00:00', 0.361292764304048, 1.18269230769231, 0.469910138709027, 1.62346153846153, 0.710698572911522, 2.3726923076923, 1.67263863401513, 4.04, 5.52474962885546, 14.4823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1065, '2021-04-18 00:00:00', 0.459653548463818, 1.17423076923076, 0.601992205418486, 1.69115384615384, 0.966879835028434, 2.43615384615384, 1.75148095578043, 4.03846153846154, 5.48534915794934, 14.5392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1080, '2021-04-18 00:00:00', 0.518723433054646, 1.21499999999999, 0.596228273269694, 1.70192307692307, 0.941214926816155, 2.32153846153846, 1.80882626626729, 3.98269230769231, 5.46994642077543, 14.5846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1095, '2021-04-18 00:00:00', 0.394240262549864, 1.19423076923077, 0.772549127140888, 1.72192307692307, 1.03247305794612, 2.22615384615385, 2.16850763997164, 4.13576923076924, 5.67015620460454, 14.6707692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1110, '2021-04-18 00:00:00', 0.513226895392135, 1.02461538461538, 0.489015966390274, 1.28384615384615, 0.848128890785258, 1.87115384615385, 2.2848317561357, 4.06807692307693, 5.69022964252019, 14.6757692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1125, '2021-04-18 00:00:00', 0.32847549961321, 0.938076923076928, 0.661405612778859, 1.41423076923077, 0.840254997925308, 1.8573076923077, 2.36523308332636, 4.06346153846154, 5.43536793744312, 15.0561538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1140, '2021-04-18 00:00:00', 0.4833555786216, 0.953846153846154, 0.61993659725442, 1.32576923076923, 0.813044894209411, 1.755, 2.38514069896225, 4.09807692307693, 5.32389862933026, 15.2461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1155, '2021-04-18 00:00:00', 0.368576471555929, 0.923846153846154, 0.462673335502076, 1.22884615384615, 0.744132018890774, 1.77269230769231, 2.9212058890386, 5.36961538461539, 5.25258635194277, 15.4007692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1170, '2021-04-18 00:00:00', 0.34630711136882, 0.876153846153845, 0.532573577437534, 1.25884615384615, 0.893925913295693, 1.86346153846154, 2.86402376977673, 5.86192307692308, 5.25076341702219, 15.4473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1185, '2021-04-18 00:00:00', 0.411066904530147, 0.88999999999999, 0.577586490359794, 1.30307692307692, 1.01288984897363, 1.91538461538461, 2.84944161871436, 6.14846153846154, 5.24180867199922, 15.5369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1200, '2021-04-18 00:00:00', 0.460880094534863, 0.917692307692301, 0.610709045668672, 1.36153846153846, 1.04049130407041, 1.88307692307691, 2.80765656457754, 6.29076923076923, 5.22194253570009, 15.5896153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1215, '2021-04-18 00:00:00', 0.446649062033479, 0.949230769230767, 0.754636234323425, 1.33961538461538, 0.779466582892523, 1.88192307692308, 2.63567527473438, 6.42192307692308, 5.21733508456333, 15.5557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1230, '2021-04-18 00:00:00', 0.524122269939137, 0.908076923076919, 0.603999617931612, 1.29346153846153, 0.742550697569895, 1.85153846153846, 2.41159149493887, 6.31846153846154, 5.22634711379241, 15.5119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1245, '2021-04-18 00:00:00', 0.477763378832913, 0.955384615384609, 0.45685681985295, 1.33692307692308, 0.689603230404711, 1.88615384615385, 2.45206650681545, 6.33307692307692, 5.21263140398841, 15.5930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1260, '2021-04-18 00:00:00', 0.31137511387146, 1.00769230769231, 0.491998123823815, 1.40307692307693, 0.714478938700195, 1.90192307692308, 2.35426163502569, 6.33961538461538, 5.15399258230565, 15.5934615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1275, '2021-04-18 00:00:00', 0.376127024370145, 0.943461538461538, 0.470001636658359, 1.33846153846154, 1.20466101200551, 2.11807692307693, 2.34430215957428, 6.34384615384616, 5.18935153796844, 15.5857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1290, '2021-04-18 00:00:00', 0.346545146354035, 0.95153846153846, 0.456388667020355, 1.31884615384616, 1.40441852188561, 2.18076923076923, 2.35951129229371, 6.42153846153847, 5.17085352276064, 15.6030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1305, '2021-04-18 00:00:00', 0.425642862214141, 0.950384615384618, 1.14708057526655, 1.57538461538462, 1.44781262068521, 2.10576923076923, 2.2824271831, 6.49538461538462, 5.18252627734628, 15.5788461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 930, '2021-04-18 00:00:00', 0.676683086828697, 2.78000000000001, 2.09449277869368, 4.42, 2.14012460696414, 5.07333333333332, 2.05052025918624, 7.39333333333332, 1.24821205463387, 20.9666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 945, '2021-04-18 00:00:00', 1.98007575612648, 3.29, 1.7164012739838, 3.57333333333332, 2.58149827296731, 4.53666666666665, 2.23564308421533, 7.09999999999998, 1.24821205463387, 20.9666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 960, '2021-04-18 00:00:00', 0.122882057274398, 1.98, 0.76422073600066, 2.96333333333333, 0.644386012676649, 3.84333333333332, 2.49139184660566, 6.17333333333333, 1.27007873771669, 20.98 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 975, '2021-04-18 00:00:00', 1.02807263037848, 1.88333333333334, 1.03838014875732, 2.68333333333336, 0.834286121982936, 3.40333333333333, 2.58999999999997, 6.19999999999999, 1.61752897964765, 21.4 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 990, '2021-04-18 00:00:00', 0.975856546834627, 2.4672, 1.2005924926191, 3.3216, 1.47705766080182, 4.1192, 1.95131562456376, 5.7492, 5.5102313926005, 15.446 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1005, '2021-04-18 00:00:00', 1.04756336323871, 2.1684, 1.19866147570251, 2.9768, 1.30465487134848, 3.79079999999999, 1.75591552568264, 5.23320000000001, 5.62553736692475, 15.2896 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1020, '2021-04-18 00:00:00', 0.751401579272582, 1.9572, 0.931923280104109, 2.53320000000001, 1.2283189053879, 3.2144, 2.00318496400108, 4.94000000000001, 5.65298151421001, 15.164 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1035, '2021-04-18 00:00:00', 0.79848773733018, 1.4708, 0.908285564493163, 2.1208, 1.08509600189722, 2.562, 1.86459352138744, 4.58440000000001, 5.64754288754558, 15.0636 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1050, '2021-04-18 00:00:00', 0.456017909005038, 1.3176, 0.616267798931593, 1.6788, 0.779663388905748, 2.14, 1.73872922944699, 4.36280000000001, 5.62085349390998, 15.0024 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1065, '2021-04-18 00:00:00', 0.584768615208896, 1.1828, 0.622308337294835, 1.6148, 0.874224036884525, 2.1448, 1.79947149648631, 4.3032, 5.65639013270243, 14.9608 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1080, '2021-04-18 00:00:00', 0.342655317581187, 1.0628, 0.452189119727578, 1.394, 0.733952087446215, 2.0824, 1.76638831140457, 4.2012, 5.62936349273463, 14.866 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1095, '2021-04-18 00:00:00', 0.400676511248995, 1.004, 0.708790048839101, 1.546, 0.714440340406388, 1.99599999999999, 3.65646149530754, 4.8624, 5.64624506493771, 14.988 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1110, '2021-04-18 00:00:00', 0.58934794476608, 1.1032, 0.590992949760538, 1.41679999999999, 0.576131640049969, 1.9212, 3.6837439288492, 4.7712, 5.62003656571735, 14.8788 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1125, '2021-04-18 00:00:00', 0.333867239083643, 0.815599999999996, 0.396468577989895, 1.1996, 0.569240136790558, 1.8552, 3.66794347466442, 4.7652, 5.46971303330136, 15.3324 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1140, '2021-04-18 00:00:00', 0.427705895836537, 0.946400000000003, 0.486680935863876, 1.43200000000001, 0.952315948972115, 1.99840000000001, 3.72942189443171, 4.9328, 5.50448583732699, 15.3932 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1155, '2021-04-18 00:00:00', 0.415000436528492, 0.959166666666668, 0.585836296815637, 1.34291666666666, 1.33986527280744, 2.10041666666666, 4.13886168975921, 6.2875, 5.80697631414521, 15.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1170, '2021-04-18 00:00:00', 0.424734034426251, 0.913599999999996, 0.813737877533868, 1.3212, 1.14051698803656, 2.0396, 4.22259012139863, 6.5556, 5.65194031579716, 15.3528 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1185, '2021-04-18 00:00:00', 0.538817532503662, 0.940800000000003, 0.860978513088455, 1.4944, 0.917800450352183, 2.0292, 4.1534988062275, 6.7576, 5.61653238217319, 15.3512 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1200, '2021-04-18 00:00:00', 0.557774433656278, 1.11916666666666, 0.645320811128357, 1.53291666666667, 0.971166096482225, 2.12375, 4.22003346284555, 6.81291666666667, 5.65366438820813, 15.4908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1215, '2021-04-18 00:00:00', 0.378333492945125, 0.973333333333333, 0.433746737029871, 1.29666666666666, 0.761125691880514, 1.93083333333334, 4.40874550825082, 6.9225, 5.76074684104992, 15.4570833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1230, '2021-04-18 00:00:00', 0.411127823135969, 0.920000000000005, 0.72606743009412, 1.365, 0.822649374128265, 1.92708333333334, 4.42904345268785, 6.93458333333334, 5.79461855230064, 15.4304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1245, '2021-04-18 00:00:00', 0.520405186341385, 0.907083333333333, 0.485863753491166, 1.28875, 0.737804714746015, 1.84583333333333, 4.51331066827953, 6.93083333333334, 5.90067164870213, 15.3495833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1260, '2021-04-18 00:00:00', 0.438904268060523, 1.0525, 0.679849594406364, 1.44041666666667, 0.859708304929767, 1.89875, 4.55210573983807, 7.02833333333334, 5.93819837998025, 15.365 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1275, '2021-04-18 00:00:00', 0.394916749620018, 0.861250000000001, 0.47524192923642, 1.21875, 3.78112184775051, 2.72958333333334, 4.50034483380867, 6.98583333333333, 5.95695331135164, 15.3483333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1290, '2021-04-18 00:00:00', 0.418452766021811, 0.916249999999991, 0.491576692823746, 1.30958333333332, 3.77474560041151, 2.80499999999999, 4.40761328740446, 7.03875, 5.91715756281582, 15.3933333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1305, '2021-04-18 00:00:00', 0.296369029166794, 0.95791666666666, 3.83597442885645, 2.31708333333333, 3.80229135722361, 2.84749999999999, 4.38388201916646, 7.11041666666666, 5.92595321935392, 15.3745833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 930, '2021-04-18 00:00:00', 2.05847030583394, 3.92999999999999, 2.13871456721088, 4.09999999999997, 1.33552736150681, 5.10333333333331, 3.03523200650848, 7.48666666666666, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 945, '2021-04-18 00:00:00', 1.18196164630387, 2.51333333333332, 1.89786722401752, 3.99999999999998, 2.25752814674224, 6.14666666666667, 3.03523200650848, 7.48666666666666, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 960, '2021-04-18 00:00:00', 1.85291661981857, 3.04999999999999, 1.17932183902444, 4.43999999999998, 3.71198060339761, 6.71999999999999, 3.03523200650848, 7.48666666666666, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 5, 975, '2021-04-18 00:00:00', 0.883704324609409, 2.52666666666664, 2.23515100161044, 4.15, 2.42520789486869, 6.25666666666666, 2.24795462587664, 6.92, 4.94419187869293, 18.0333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1200, '2021-04-18 00:00:00', 0.482520555993755, 0.964782608695651, 0.544400166699072, 1.23478260869564, 0.785027126240112, 1.90304347826087, 3.3277868941157, 6.71260869565217, 4.69836019665899, 14.5460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1215, '2021-04-18 00:00:00', 0.32868524775971, 0.763913043478257, 0.420367334187811, 1.23217391304348, 0.778581105312353, 1.73608695652174, 3.31539223798627, 6.81565217391304, 4.62432984141632, 14.6791304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1230, '2021-04-18 00:00:00', 0.341972307780225, 0.917826086956531, 0.729830236365317, 1.44391304347826, 1.01598138851959, 1.85, 3.29283645763936, 6.90086956521739, 4.59906555210612, 14.8369565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1245, '2021-04-18 00:00:00', 0.576441310959097, 1.07130434782608, 0.568549225084232, 1.30130434782608, 0.882098871426745, 1.83434782608695, 3.28015273673111, 6.91260869565217, 4.58377250261521, 14.8460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1260, '2021-04-18 00:00:00', 0.403111416644642, 0.914782608695659, 0.623438444492435, 1.32130434782609, 0.775941860419317, 1.84695652173914, 3.24909418815126, 6.95304347826086, 4.44065168097867, 14.9234782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1275, '2021-04-18 00:00:00', 0.342727954204039, 0.855217391304347, 0.521834329259472, 1.21260869565217, 1.07288444283063, 1.9108695652174, 3.18562581884746, 7.08869565217391, 4.25866115835249, 15.0669565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1320, '2021-04-18 00:00:00', 0.360182493427194, 0.812857142857148, 0.643509721686294, 1.21619047619049, 0.667551317806178, 1.80380952380954, 3.01705698606157, 7.11142857142857, 3.9918512234897, 14.7719047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1335, '2021-04-18 00:00:00', 0.465998671569741, 0.856190476190481, 0.551783256274378, 1.25952380952381, 2.82517593215345, 4.87238095238095, 2.91856381837108, 7.05619047619048, 4.02962547001226, 14.8171428571429 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1350, '2021-04-18 00:00:00', 0.508208805980558, 1.0647619047619, 0.477010531979166, 1.52761904761906, 2.78594260358612, 5.37809523809524, 2.85935307368643, 7.08, 3.99143016497907, 14.8461904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 1365, '2021-04-18 00:00:00', 0.366686579545876, 1.14238095238095, 2.76688564824719, 4.5547619047619, 2.89201124610869, 5.76761904761905, 2.84241027835115, 7.04190476190476, 3.96040101384648, 14.8780952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1320, '2021-04-18 00:00:00', 0.364116234753497, 0.804782608695657, 0.433862148194978, 1.13, 0.577352551201989, 1.90782608695651, 1.67126091424357, 5.91695652173913, 5.35732873232968, 14.925652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1335, '2021-04-18 00:00:00', 0.260937803986705, 0.783913043478261, 0.382487696461806, 1.19173913043478, 1.88481932118646, 4.07434782608696, 1.60683163559171, 5.88521739130435, 5.37663617894968, 14.894347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1350, '2021-04-18 00:00:00', 0.327653050861924, 0.897391304347823, 0.510073233523684, 1.52260869565216, 1.61345601619801, 4.43695652173913, 1.57314920429447, 5.87434782608695, 5.40441127828205, 14.8539130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 2, 1365, '2021-04-18 00:00:00', 0.431670163938606, 1.1686956521739, 1.74810015450993, 3.69782608695653, 1.60690542947883, 4.48782608695652, 1.65787580171527, 5.80608695652174, 5.40736443367535, 14.8591304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1320, '2021-04-18 00:00:00', 0.286020121462503, 0.774347826086958, 0.493943556648077, 1.13434782608696, 0.793207577415618, 1.81347826086957, 2.34396449743109, 6.50173913043479, 5.1089211673377, 14.8586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1335, '2021-04-18 00:00:00', 0.328283955945501, 0.886086956521745, 0.538742864006366, 1.23565217391305, 2.14316645424309, 4.14478260869566, 2.33711056023265, 6.55304347826087, 5.12373142498854, 14.8634782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1350, '2021-04-18 00:00:00', 0.440012576176723, 0.957391304347829, 0.598446605739355, 1.48739130434784, 1.98356418536693, 4.68217391304349, 2.43505809071126, 6.56521739130435, 5.12931584401546, 14.8708695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 3, 1365, '2021-04-18 00:00:00', 0.450231824344053, 1.11782608695653, 2.07268962763123, 3.89826086956522, 2.11778792415567, 4.95434782608696, 2.541875144261, 6.54260869565217, 5.15350527318937, 14.845652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1320, '2021-04-18 00:00:00', 0.418538841572386, 0.890476190476205, 0.501263166315614, 1.26380952380953, 0.781204198657431, 1.87000000000001, 3.32664116318118, 6.41285714285714, 5.99221701558821, 14.8238095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1335, '2021-04-18 00:00:00', 0.244859532132594, 0.841904761904757, 0.613054413804939, 1.29571428571428, 2.86175046331537, 3.94428571428571, 3.36195910855844, 6.39095238095238, 5.98519785248018, 14.7733333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1350, '2021-04-18 00:00:00', 0.522023991420943, 1.00095238095238, 0.598117682320768, 1.42380952380953, 2.8503025737463, 4.44380952380952, 3.33686322621653, 6.47523809523809, 5.93432400771743, 14.8228571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 4, 1365, '2021-04-18 00:00:00', 0.386529121677484, 1.0604761904762, 2.76989461721492, 3.70809523809524, 2.7779823099303, 4.80428571428571, 3.19712355839104, 6.43904761904762, 5.83128169363102, 14.7852380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 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 1032226, 1, 930, '2021-04-18 00:00:00', 0, 2.79000000000002, 0, 4.56, 0, 6.22000000000003, 0, 6.68000000000001, 0, 14.44 where not exists (select 1 from powerstats_trumpet where symbolid = 1032226 and enddate = '2021-04-18 00:00:00' and dayofweek = 1 and fromtime = 930);
Date: 2021-04-23 14:15:33 Duration: 1s268ms Database: acaweb_fx User: pgperfstats
10 53ms 6s129ms 1s207ms 164 3m18s with rar_max as ( ;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Apr 23 14 164 3m18s 1s207ms [ User: postgres - Total duration: 3m18s - Times executed: 164 ]
-
WITH rar_max as ( ;
Date: 2021-04-23 14:20:46 Duration: 6s129ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-04-23 14:10:56 Duration: 5s693ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2021-04-23 14:51:06 Duration: 5s672ms Database: acaweb_fx User: postgres Bind query: yes
11 1s117ms 1s526ms 1s166ms 214 4m9s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?);Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Apr 23 14 214 4m9s 1s166ms [ User: pgperfstats - Total duration: 4m9s - Times executed: 214 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 1029526, 5, 990, '2021-04-18 00:00:00', 0.10193290050584, 0.28804347826087, 0.170317072363107, 0.445217391304349, 0.17902706973976, 0.564347826086958, 0.211659871458362, 0.793913043478262, 0.868632449322387, 2.27282608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1005, '2021-04-18 00:00:00', 0.118473909337355, 0.302608695652174, 0.1549142310194, 0.409347826086956, 0.175699617902901, 0.498913043478261, 0.24241782764899, 0.758695652173913, 0.878440778641923, 2.25326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1020, '2021-04-18 00:00:00', 0.103699836675292, 0.278260869565217, 0.129987837679777, 0.373260869565218, 0.130359793990816, 0.478695652173913, 0.247200931218425, 0.725869565217392, 0.878108538133574, 2.23717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1035, '2021-04-18 00:00:00', 0.113137084989848, 0.26, 0.107977270335432, 0.335, 0.134374925314806, 0.435434782608696, 0.244263432600806, 0.703478260869566, 0.864342664171288, 2.21217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1050, '2021-04-18 00:00:00', 0.0796794467177638, 0.225217391304348, 0.105953230042889, 0.309782608695653, 0.122806444964835, 0.38717391304348, 0.226444637633668, 0.678913043478262, 0.863481955200293, 2.18978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1065, '2021-04-18 00:00:00', 0.0632572700441515, 0.200869565217391, 0.0964324088995293, 0.285869565217391, 0.125435210745874, 0.351086956521739, 0.219588638049591, 0.658478260869565, 0.860452989898976, 2.16456521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1080, '2021-04-18 00:00:00', 0.0830382787106376, 0.196086956521739, 0.0843001882508606, 0.242391304347827, 0.126861631385485, 0.309347826086958, 0.207311274239675, 0.640652173913044, 0.866141664740364, 2.15173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1095, '2021-04-18 00:00:00', 0.0558734099967421, 0.158260869565217, 0.108088859652731, 0.223260869565218, 0.131157058189957, 0.29108695652174, 0.238034607375274, 0.658260869565218, 0.870233090850415, 2.14978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1110, '2021-04-18 00:00:00', 0.0912121923408298, 0.155869565217391, 0.0895051172163081, 0.200434782608696, 0.122739642181513, 0.278260869565218, 0.233378901065308, 0.655434782608695, 0.864831313945689, 2.14173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1125, '2021-04-18 00:00:00', 0.0578766235825155, 0.142391304347826, 0.0843956661120591, 0.206086956521739, 0.0993118615765622, 0.275869565217391, 0.289755928366817, 0.68804347826087, 0.920143269476898, 2.205 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1140, '2021-04-18 00:00:00', 0.0693675551501557, 0.148695652173914, 0.0802503493891157, 0.19913043478261, 0.102352757444642, 0.280217391304348, 0.280286591050178, 0.700869565217393, 0.922450551391697, 2.22326086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1155, '2021-04-18 00:00:00', 0.0604708141799741, 0.133913043478261, 0.0597615485721955, 0.193478260869565, 0.105172547854154, 0.298913043478261, 0.540237559369357, 0.970434782608696, 0.930377861101003, 2.22434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1170, '2021-04-18 00:00:00', 0.0447290923181401, 0.145652173913044, 0.0744206875484086, 0.210434782608696, 0.114300588388375, 0.321521739130436, 0.534132501954589, 1.0004347826087, 0.935102666046585, 2.21521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1185, '2021-04-18 00:00:00', 0.0483502537281152, 0.138260869565218, 0.0765517985785617, 0.200217391304349, 0.130189129677427, 0.315869565217392, 0.499628814790711, 1.01195652173913, 0.943419480509881, 2.21195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1200, '2021-04-18 00:00:00', 0.0529257627591365, 0.144772727272728, 0.10660543426448, 0.216363636363637, 0.132253200683042, 0.311363636363636, 0.486625061229331, 1.04204545454546, 0.972861429737998, 2.23113636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1215, '2021-04-18 00:00:00', 0.101742396037812, 0.17090909090909, 0.129977520533959, 0.241818181818182, 0.117800228944573, 0.315681818181818, 0.483687864450258, 1.04295454545455, 0.972638470984001, 2.2325 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1230, '2021-04-18 00:00:00', 0.0640227908554277, 0.146818181818182, 0.0800256993353549, 0.212272727272727, 0.100042198888477, 0.293181818181817, 0.488122119416037, 1.04318181818182, 0.977479641842453, 2.22454545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1245, '2021-04-18 00:00:00', 0.0668675274985268, 0.153863636363636, 0.098422624365604, 0.216818181818181, 0.109624753500688, 0.291590909090908, 0.487973768012583, 1.05227272727273, 0.977352999320811, 2.22386363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1260, '2021-04-18 00:00:00', 0.0909572112903321, 0.1575, 0.10216170019637, 0.211818181818182, 0.128840987267251, 0.315, 0.479440510869913, 1.05818181818182, 0.97594243496409, 2.22727272727273 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1275, '2021-04-18 00:00:00', 0.0609981903074119, 0.142727272727272, 0.0807406193873176, 0.199999999999999, 0.228350593400792, 0.344772727272727, 0.506535213068078, 1.05772727272727, 0.974048125649986, 2.22568181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1290, '2021-04-18 00:00:00', 0.0446123272230855, 0.125454545454546, 0.119408716425735, 0.208181818181818, 0.261659704321856, 0.339090909090909, 0.50093764895297, 1.04863636363636, 1.00616834050631, 2.24340909090909 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1305, '2021-04-18 00:00:00', 0.125816166656785, 0.175227272727272, 0.237941319296527, 0.2825, 0.305231797518625, 0.390454545454545, 0.50550240749445, 1.05227272727273, 1.01572828562389, 2.25204545454545 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1320, '2021-04-18 00:00:00', 0.0545154090561687, 0.154473684210526, 0.0620000471608946, 0.186315789473683, 0.141495768952923, 0.338947368421052, 0.516647566143827, 1.05052631578947, 0.884580962677901, 2.20657894736842 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1335, '2021-04-18 00:00:00', 0.0553735322168942, 0.126315789473684, 0.0911027310366664, 0.225526315789472, 0.486062169633205, 0.747894736842105, 0.506770534136512, 1.05552631578947, 0.912518284684225, 2.23421052631579 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1350, '2021-04-18 00:00:00', 0.0793181837223089, 0.170526315789473, 0.142550904009474, 0.280263157894737, 0.477932621447077, 0.808421052631579, 0.500782282770509, 1.06131578947368, 0.917678548364653, 2.23684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 1365, '2021-04-18 00:00:00', 0.125556655276455, 0.228157894736843, 0.492709272188565, 0.720263157894737, 0.455418963975524, 0.862105263157894, 0.501219565292078, 1.05894736842105, 0.938617326379668, 2.24052631578947 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 930, '2021-04-18 00:00:00', 0.130128141972957, 0.351666666666669, 0.13344786747391, 0.503333333333335, 0.140120260847605, 0.503333333333335, 0.147126273889986, 0.686666666666665, 0.154482587584485, 1.65666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 945, '2021-04-18 00:00:00', 0.105633012516608, 0.318333333333335, 0.163579746097534, 0.356666666666667, 0.112583302491977, 0.415000000000002, 0.222054798041687, 0.643333333333333, 0.468009971403744, 1.65666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 960, '2021-04-18 00:00:00', 0.15695009822658, 0.323333333333333, 0.149999999999999, 0.350000000000001, 0.0840138877408566, 0.423333333333334, 0.197568553503167, 0.636666666666665, 0.480138868800821, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 975, '2021-04-18 00:00:00', 0.0500832640043932, 0.196666666666665, 0.0500832640043861, 0.258333333333333, 0.0225462487641118, 0.358333333333332, 0.165906600230373, 0.609999999999997, 0.480138868800821, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 990, '2021-04-18 00:00:00', 0.115664859329853, 0.305217391304348, 0.292902538796102, 0.458478260869565, 0.275991206825616, 0.595652173913043, 0.517688118602593, 0.881521739130434, 0.98380723713637, 2.23195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1005, '2021-04-18 00:00:00', 0.228388624139566, 0.33, 0.231644106540318, 0.44108695652174, 0.22799629877032, 0.538695652173914, 0.466552722302365, 0.848478260869565, 0.957812065370431, 2.21804347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1020, '2021-04-18 00:00:00', 0.105854792778364, 0.299347826086956, 0.115674256413595, 0.381521739130435, 0.180852996447698, 0.488478260869565, 0.38376669666655, 0.802173913043477, 0.911901869590607, 2.18673913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1035, '2021-04-18 00:00:00', 0.0935208332140982, 0.219347826086957, 0.126907578957436, 0.331521739130436, 0.228973046724898, 0.456739130434783, 0.381798194940834, 0.75695652173913, 0.922718583848963, 2.19630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1050, '2021-04-18 00:00:00', 0.0902560039280444, 0.229347826086957, 0.141819416990668, 0.311739130434783, 0.203963445147706, 0.424782608695652, 0.37683883807461, 0.739347826086956, 0.922911219228088, 2.18586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1065, '2021-04-18 00:00:00', 0.0887322882176054, 0.204347826086956, 0.147796061819415, 0.293695652173913, 0.178967449068501, 0.389565217391304, 0.322537646790011, 0.683478260869565, 0.91393856229627, 2.16782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1080, '2021-04-18 00:00:00', 0.105633792054036, 0.211956521739131, 0.113054955331031, 0.277173913043478, 0.201440464826621, 0.386521739130434, 0.298630603177487, 0.650652173913043, 0.916589366725185, 2.18239130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1095, '2021-04-18 00:00:00', 0.0702803533232515, 0.184347826086956, 0.138114061815392, 0.263695652173913, 0.203612871845145, 0.366739130434782, 0.274609136529745, 0.645217391304348, 0.918049196973256, 2.16934782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1110, '2021-04-18 00:00:00', 0.0972253403101218, 0.198695652173914, 0.143382349066109, 0.26695652173913, 0.195386765524926, 0.361521739130436, 0.243953763519191, 0.640434782608697, 0.919633884876714, 2.17586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1125, '2021-04-18 00:00:00', 0.0721107114799524, 0.158958333333333, 0.118557146985955, 0.215833333333333, 0.132626580226623, 0.320625000000001, 0.157783417646018, 0.608958333333334, 0.947411423721025, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1140, '2021-04-18 00:00:00', 0.0709022469544401, 0.161458333333334, 0.0878847648006065, 0.244583333333334, 0.102455363204058, 0.324166666666667, 0.199093962231659, 0.648333333333333, 0.963169562893293, 2.13729166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1155, '2021-04-18 00:00:00', 0.0523328083145442, 0.173125000000001, 0.0806088133959397, 0.236041666666668, 0.102289019343528, 0.310000000000001, 0.360500796497541, 0.852291666666667, 0.948650046767449, 2.15895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1170, '2021-04-18 00:00:00', 0.0698986714849601, 0.160208333333334, 0.0749444238530576, 0.216666666666667, 0.121571831214831, 0.289166666666667, 0.406922881986326, 0.891666666666667, 0.9547472681367, 2.17145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1185, '2021-04-18 00:00:00', 0.0591879682005577, 0.146458333333334, 0.0814007798274789, 0.1975, 0.105480268090869, 0.2775, 0.411545282961105, 0.927708333333333, 0.95777103856759, 2.17416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1200, '2021-04-18 00:00:00', 0.0433592801360106, 0.136875, 0.0773540584734819, 0.193541666666667, 0.0813774084663289, 0.263749999999999, 0.429000143576206, 0.960416666666667, 0.961632796793851, 2.169375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1215, '2021-04-18 00:00:00', 0.0622567731022213, 0.140416666666666, 0.0571658532920545, 0.196249999999999, 0.0884096095340948, 0.259791666666666, 0.446108576827256, 0.969583333333332, 0.970978864193317, 2.17270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1230, '2021-04-18 00:00:00', 0.0473883126299412, 0.13, 0.0594140317931134, 0.176875, 0.124402193698913, 0.259583333333333, 0.439579787402416, 0.971041666666665, 0.972097663691063, 2.17229166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1245, '2021-04-18 00:00:00', 0.0632079470099881, 0.136874999999999, 0.0941030790822162, 0.194791666666666, 0.138766401302458, 0.293125, 0.438864590304558, 0.976041666666666, 0.981472177837744, 2.174375 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1260, '2021-04-18 00:00:00', 0.0656127058877559, 0.144375, 0.0999399729257813, 0.195208333333334, 0.122281304340869, 0.30125, 0.432685413050481, 0.976666666666666, 0.984378873353318, 2.181875 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1275, '2021-04-18 00:00:00', 0.0472485717903931, 0.120416666666666, 0.0661848531206996, 0.1975, 0.110081491553342, 0.298750000000001, 0.418597338601259, 0.977916666666666, 0.975119464996209, 2.18666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1290, '2021-04-18 00:00:00', 0.0506461867457369, 0.147083333333333, 0.0800744105934225, 0.219791666666667, 0.129840342316067, 0.315416666666668, 0.411600798579526, 0.984999999999999, 0.974377146835537, 2.19104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1305, '2021-04-18 00:00:00', 0.0961317031359904, 0.170000000000001, 0.11670211676731, 0.239583333333334, 0.114155492418347, 0.325208333333334, 0.40922066041812, 0.994374999999999, 0.964166588378237, 2.19708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 930, '2021-04-18 00:00:00', 0.0854887906882166, 0.251666666666665, 0.142682631505498, 0.358333333333334, 0.036855573979164, 0.491666666666667, 0.0779422863406004, 0.754999999999998, 0.664949872797444, 2.16666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 945, '2021-04-18 00:00:00', 0.0812916559883802, 0.273333333333336, 0.0665832811847985, 0.328333333333333, 0.230651251893414, 0.585000000000001, 0.102021239618687, 0.733333333333332, 0.67505555326951, 2.145 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 960, '2021-04-18 00:00:00', 0.0401040313850488, 0.161666666666666, 0.036170890690351, 0.348333333333334, 0.211660104885167, 0.51, 0.0832666399786475, 0.683333333333332, 0.685097316688175, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 975, '2021-04-18 00:00:00', 0.020207259421637, 0.336666666666666, 0.196617225423749, 0.498333333333332, 0.206448086694936, 0.498333333333332, 0.216770491029683, 0.678333333333332, 0.227609015581167, 2.125 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 990, '2021-04-18 00:00:00', 0.166089989509858, 0.343269230769232, 0.202497198461152, 0.468653846153847, 0.194833360751024, 0.605961538461539, 0.304667788810142, 0.862692307692308, 0.897336914687866, 2.15346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1005, '2021-04-18 00:00:00', 0.158971332684181, 0.33326923076923, 0.171207139498867, 0.416730769230769, 0.183522897334784, 0.540576923076922, 0.295038198309199, 0.808461538461538, 0.883840570378025, 2.10807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1020, '2021-04-18 00:00:00', 0.0605982990368032, 0.256923076923076, 0.115215684028494, 0.369423076923077, 0.120308577608389, 0.436923076923076, 0.249166919646557, 0.733076923076923, 0.874767309719474, 2.07038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1035, '2021-04-18 00:00:00', 0.104933861954163, 0.273653846153847, 0.12747201804559, 0.353653846153845, 0.133800799123749, 0.419423076923076, 0.239027275559795, 0.714038461538461, 0.860136326404135, 2.0575 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1050, '2021-04-18 00:00:00', 0.109261859064148, 0.228076923076923, 0.110467711955193, 0.288653846153846, 0.208148615546311, 0.405384615384615, 0.255276622208446, 0.678076923076923, 0.855979331166714, 2.03884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1065, '2021-04-18 00:00:00', 0.0682461607824089, 0.191538461538461, 0.0988759907078631, 0.267307692307693, 0.203574688618585, 0.380576923076923, 0.236381048309716, 0.625, 0.869542408396508, 2.005 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1080, '2021-04-18 00:00:00', 0.0784592005684861, 0.199615384615385, 0.167725966981859, 0.29, 0.181755647462782, 0.361346153846154, 0.225890460179265, 0.607499999999999, 0.863965655478361, 1.99942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1095, '2021-04-18 00:00:00', 0.109592251270159, 0.202307692307692, 0.121476176835055, 0.272692307692307, 0.13869071845158, 0.351346153846153, 0.238457220804585, 0.624615384615384, 0.856224561665922, 2.0075 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1110, '2021-04-18 00:00:00', 0.0739282396340164, 0.180769230769231, 0.108758907681164, 0.2475, 0.132007721219399, 0.334038461538461, 0.24135267842851, 0.611346153846154, 0.870162075972942, 2.01096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1125, '2021-04-18 00:00:00', 0.0707718435972503, 0.179423076923078, 0.0863661703713637, 0.253653846153846, 0.10396097640646, 0.328269230769231, 0.241544071468414, 0.601538461538462, 0.91786390812917, 2.12192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1140, '2021-04-18 00:00:00', 0.0706976226343849, 0.181923076923077, 0.0893558142398215, 0.232692307692308, 0.104737033344687, 0.314615384615384, 0.23468800893625, 0.607692307692308, 0.930966082171551, 2.14538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1155, '2021-04-18 00:00:00', 0.0512703993172854, 0.144423076923077, 0.0791920741954939, 0.209230769230769, 0.11623666176582, 0.284807692307693, 0.365535434460401, 0.848076923076923, 0.905509057848763, 2.16557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1170, '2021-04-18 00:00:00', 0.0594642749892739, 0.155, 0.0836862271546804, 0.209230769230769, 0.104310188306873, 0.286153846153846, 0.402490563673428, 0.920576923076923, 0.891341426425104, 2.18653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1185, '2021-04-18 00:00:00', 0.0635803549727549, 0.147692307692308, 0.0922123385703635, 0.216346153846154, 0.123830529353629, 0.3, 0.423126867681368, 0.992884615384616, 0.885205082713345, 2.19403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1200, '2021-04-18 00:00:00', 0.0679561510206287, 0.155961538461539, 0.082462345719355, 0.215961538461539, 0.131256794695918, 0.292884615384615, 0.435835007595941, 1.00192307692308, 0.875221664230532, 2.21019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1215, '2021-04-18 00:00:00', 0.0487351555308419, 0.138653846153847, 0.0642102915307325, 0.199807692307692, 0.116432879310852, 0.281153846153847, 0.468267387454911, 1.01288461538462, 0.883393391765744, 2.22173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1230, '2021-04-18 00:00:00', 0.0483723538334102, 0.141730769230769, 0.075620510038358, 0.197307692307692, 0.120071292924726, 0.268653846153846, 0.45439867280413, 1.03192307692308, 0.883474978967452, 2.23096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1245, '2021-04-18 00:00:00', 0.0531590501738383, 0.136730769230769, 0.0850468196845807, 0.200192307692307, 0.0913617071779073, 0.274807692307693, 0.451311933742575, 1.04730769230769, 0.887421610839299, 2.23365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1260, '2021-04-18 00:00:00', 0.0649855013415719, 0.151346153846154, 0.0736331864979791, 0.199615384615385, 0.0825043122416126, 0.270192307692308, 0.453855831057194, 1.06134615384615, 0.883767481602747, 2.22980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1275, '2021-04-18 00:00:00', 0.0580772032596405, 0.135192307692308, 0.066812308861352, 0.19673076923077, 0.173966508713161, 0.312884615384616, 0.461044508113414, 1.06403846153846, 0.877102068439893, 2.22403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1290, '2021-04-18 00:00:00', 0.0531257579131463, 0.152115384615385, 0.0764299578799986, 0.198461538461539, 0.173882475783546, 0.331346153846155, 0.448002103360448, 1.07326923076923, 0.88329984455145, 2.21615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1305, '2021-04-18 00:00:00', 0.0577767587023856, 0.136923076923077, 0.169725230434822, 0.240576923076923, 0.162540882431277, 0.331538461538461, 0.436062319117172, 1.07288461538462, 0.88480367226947, 2.21346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 930, '2021-04-18 00:00:00', 0.0567890834580033, 0.290000000000002, 0.0275378527364338, 0.411666666666669, 0.0476969600708505, 0.435000000000002, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 945, '2021-04-18 00:00:00', 0.0604841577054149, 0.201666666666668, 0.0217944947177023, 0.295000000000002, 0.0381881307912973, 0.473333333333334, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 960, '2021-04-18 00:00:00', 0.05795112883571, 0.221666666666669, 0.11056672193748, 0.365000000000002, 0.0930501656813867, 0.476666666666669, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 975, '2021-04-18 00:00:00', 0.124230967690564, 0.296666666666669, 0.0592311854797245, 0.406666666666666, 0.141450815951462, 0.526666666666669, 0.117579760163049, 0.745, 0.871669853403993, 2.29833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 990, '2021-04-18 00:00:00', 0.162746617594535, 0.352307692307693, 0.220813182438145, 0.497307692307693, 0.255551364699937, 0.667500000000001, 0.309145534560119, 0.934807692307693, 0.817438306305366, 2.11076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1005, '2021-04-18 00:00:00', 0.181179575177607, 0.354038461538462, 0.201466164366663, 0.481153846153847, 0.236196218949741, 0.584423076923078, 0.321717984480914, 0.872307692307693, 0.809217285643736, 2.07884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1020, '2021-04-18 00:00:00', 0.120295309710984, 0.299807692307692, 0.159832604741528, 0.397307692307692, 0.243184323887489, 0.506153846153846, 0.31263477093887, 0.7975, 0.810655195600353, 2.05461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1035, '2021-04-18 00:00:00', 0.0903625177570028, 0.235769230769232, 0.173633234146001, 0.337500000000001, 0.219382349756345, 0.453846153846155, 0.274172320883166, 0.742692307692309, 0.807679487077735, 2.04307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1050, '2021-04-18 00:00:00', 0.119114844389128, 0.242884615384616, 0.157154015587845, 0.339230769230769, 0.178061463027193, 0.436730769230769, 0.233508771042645, 0.702884615384616, 0.797696708318104, 2.02596153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1065, '2021-04-18 00:00:00', 0.0881920980238368, 0.225384615384615, 0.103793619190273, 0.296346153846154, 0.143978630893081, 0.384615384615385, 0.198474567252719, 0.643076923076923, 0.80822236087316, 2.04923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1080, '2021-04-18 00:00:00', 0.0876215639071705, 0.203461538461539, 0.104833384289254, 0.275961538461538, 0.161122146689542, 0.387884615384616, 0.17758475766193, 0.612115384615385, 0.818926407889293, 2.06269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1095, '2021-04-18 00:00:00', 0.0936876972466752, 0.194230769230769, 0.130601124980431, 0.265576923076923, 0.153844201910694, 0.400961538461538, 0.175974320679074, 0.599807692307692, 0.819999085365344, 2.0725 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1110, '2021-04-18 00:00:00', 0.0872617635887308, 0.176153846153847, 0.13257639307207, 0.272500000000001, 0.12605493308017, 0.379615384615385, 0.181990807037481, 0.584423076923077, 0.835066740768941, 2.09230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1125, '2021-04-18 00:00:00', 0.093776329636001, 0.195, 0.111194216783761, 0.266923076923076, 0.134257072582645, 0.370192307692308, 0.223983601734935, 0.594423076923077, 0.84041537349099, 2.18 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1140, '2021-04-18 00:00:00', 0.0724005949826805, 0.179615384615384, 0.0946881521302753, 0.265384615384615, 0.108256817159652, 0.333461538461539, 0.25189191821402, 0.608461538461539, 0.844561333565447, 2.20538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1155, '2021-04-18 00:00:00', 0.0537773186389952, 0.165, 0.0769697742873525, 0.217884615384616, 0.0853258460256902, 0.2975, 0.439814864897284, 0.803653846153847, 0.839547886571191, 2.21557692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1170, '2021-04-18 00:00:00', 0.0579787759575728, 0.146538461538461, 0.0624376612187027, 0.207307692307693, 0.0955882596588894, 0.306346153846154, 0.464421103674739, 0.839807692307693, 0.844251238581356, 2.22692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1185, '2021-04-18 00:00:00', 0.0442788367577023, 0.153846153846154, 0.0661713974928271, 0.214423076923076, 0.152146311161328, 0.3225, 0.461110198742792, 0.861153846153847, 0.851922915436693, 2.25057692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1200, '2021-04-18 00:00:00', 0.0644670458451447, 0.155, 0.0838478475481725, 0.222307692307692, 0.13857142007477, 0.300961538461539, 0.467554398315978, 0.873653846153847, 0.84976901838993, 2.25423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1215, '2021-04-18 00:00:00', 0.0552995340083302, 0.149038461538462, 0.117014791964355, 0.227307692307694, 0.122351479825069, 0.30173076923077, 0.476656020142893, 0.895192307692308, 0.849868428731087, 2.25711538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1230, '2021-04-18 00:00:00', 0.122547949799252, 0.18, 0.113253459787531, 0.227115384615385, 0.142817931431811, 0.325192307692307, 0.474271911622274, 0.934615384615385, 0.83371377213415, 2.26942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1245, '2021-04-18 00:00:00', 0.050753173451367, 0.14173076923077, 0.095134924429222, 0.220576923076923, 0.130080596318058, 0.295192307692308, 0.461126880587112, 0.935, 0.803542158197067, 2.275 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1260, '2021-04-18 00:00:00', 0.0792726550971642, 0.176923076923077, 0.105122090191139, 0.235576923076923, 0.145595857929249, 0.311923076923077, 0.458724318082223, 0.935, 0.795911982957528, 2.28173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1275, '2021-04-18 00:00:00', 0.0705156829255834, 0.147307692307693, 0.0877857969938533, 0.207884615384616, 0.146307368761269, 0.300384615384615, 0.45587768265014, 0.927692307692308, 0.78554079852917, 2.29211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1290, '2021-04-18 00:00:00', 0.0677949396795495, 0.161923076923078, 0.0993068283344395, 0.224615384615386, 0.16131300200351, 0.341730769230769, 0.454087927778141, 0.934615384615385, 0.783985674908374, 2.30153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1305, '2021-04-18 00:00:00', 0.0855812704168018, 0.158076923076923, 0.122256351101344, 0.226153846153846, 0.161864140562386, 0.355, 0.455947534093731, 0.938076923076923, 0.790796774437996, 2.31653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 930, '2021-04-18 00:00:00', 0.126194294641239, 0.274999999999999, 0.0288675134594796, 0.398333333333333, 0.0935859676091079, 0.471666666666666, 0.26186828750347, 0.779999999999999, 1.09421204526362, 2.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 945, '2021-04-18 00:00:00', 0.0644851404071765, 0.271666666666668, 0.155483118054663, 0.369999999999997, 0.189010581714357, 0.459999999999998, 0.26186828750347, 0.779999999999999, 1.09421204526362, 2.68 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 960, '2021-04-18 00:00:00', 0.0981495457622353, 0.256666666666665, 0.0617116952719101, 0.301666666666667, 0.144654761414892, 0.45, 0.282798514847586, 0.739999999999997, 1.07918178882584, 2.66666666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 975, '2021-04-18 00:00:00', 0.0776208734813007, 0.224999999999999, 0.150526852532471, 0.328333333333333, 0.181934053986599, 0.400000000000001, 0.232611980201652, 0.80333333333333, 1.11145175333885, 2.695 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 990, '2021-04-18 00:00:00', 0.143454406229529, 0.307, 0.200313920301777, 0.440600000000001, 0.246723022841405, 0.5342, 0.336207029472417, 0.9168, 0.757150469413665, 2.3168 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1005, '2021-04-18 00:00:00', 0.141342668716847, 0.289400000000001, 0.197253432585259, 0.386200000000001, 0.256072092713492, 0.519, 0.321658203688325, 0.9116, 0.764933711724966, 2.3094 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1020, '2021-04-18 00:00:00', 0.0913838060052214, 0.240200000000001, 0.148183444869302, 0.331000000000001, 0.181647552511266, 0.478000000000001, 0.334262496649962, 0.8528, 0.761779605047724, 2.2646 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1035, '2021-04-18 00:00:00', 0.0796476616103705, 0.226, 0.0907776587786526, 0.325200000000001, 0.154475456518719, 0.4472, 0.332861082134875, 0.8144, 0.755135307963635, 2.2428 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1050, '2021-04-18 00:00:00', 0.0589052912167783, 0.2236, 0.123157419589727, 0.3236, 0.143363756461202, 0.388599999999999, 0.370982703999346, 0.7936, 0.766673985472313, 2.2316 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1065, '2021-04-18 00:00:00', 0.104575730135311, 0.2244, 0.12542195448432, 0.291599999999999, 0.145687450843694, 0.3504, 0.424143745287687, 0.778, 0.812653165050544, 2.2452 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1080, '2021-04-18 00:00:00', 0.0661740130262628, 0.175399999999999, 0.0751764590812845, 0.216599999999999, 0.16427289287443, 0.322799999999999, 0.436483772130572, 0.7542, 0.846503740885611, 2.2346 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1095, '2021-04-18 00:00:00', 0.0614294988855781, 0.165600000000001, 0.0862129147324625, 0.2258, 0.220642622053552, 0.3546, 0.440312389105735, 0.768000000000001, 0.906293366778477, 2.2552 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1110, '2021-04-18 00:00:00', 0.0642748006609138, 0.163, 0.143933723173783, 0.2374, 0.231558667872025, 0.369400000000001, 0.441971624277697, 0.7742, 0.918377191935136, 2.266 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1125, '2021-04-18 00:00:00', 0.103837613608943, 0.1702, 0.201660192733552, 0.2772, 0.227804375140894, 0.381400000000002, 0.444964698974349, 0.784600000000001, 0.902852793464508, 2.3066 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1140, '2021-04-18 00:00:00', 0.0601981247984435, 0.170217391304348, 0.135476760254923, 0.248043478260871, 0.189670767383907, 0.340000000000001, 0.317127827994545, 0.73217391304348, 0.927246497536483, 2.29739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1155, '2021-04-18 00:00:00', 0.108823659802482, 0.178043478260871, 0.130871206639478, 0.240000000000002, 0.216336273886766, 0.363260869565218, 0.322653125702652, 0.843695652173914, 0.937222000942884, 2.30347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1170, '2021-04-18 00:00:00', 0.0551202422592592, 0.147826086956522, 0.0839995765093783, 0.203260869565217, 0.133506968626872, 0.333260869565217, 0.29625244949872, 0.872173913043479, 0.937657180499511, 2.29847826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1185, '2021-04-18 00:00:00', 0.0748938642953535, 0.139999999999999, 0.121137967271308, 0.228043478260869, 0.135166783229229, 0.322826086956521, 0.274470384731871, 0.878913043478261, 0.941103443676413, 2.28565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1200, '2021-04-18 00:00:00', 0.115628972530839, 0.177826086956522, 0.122390953319865, 0.250000000000001, 0.174111238351113, 0.345217391304348, 0.275647279915657, 0.897173913043479, 0.939126559975903, 2.28717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1215, '2021-04-18 00:00:00', 0.0674639414740168, 0.158260869565218, 0.0703499159341129, 0.223260869565217, 0.116142715805955, 0.323695652173913, 0.272534220210546, 0.89108695652174, 0.945163787383032, 2.28630434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1230, '2021-04-18 00:00:00', 0.0718811326649871, 0.161521739130434, 0.113580341922122, 0.236304347826086, 0.165901239729767, 0.321304347826087, 0.272034495603809, 0.901304347826087, 0.945804026697389, 2.2845652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1245, '2021-04-18 00:00:00', 0.0780803528550973, 0.150217391304347, 0.0965875260974657, 0.212826086956522, 0.181932424582933, 0.29695652173913, 0.288242082326151, 0.888043478260871, 0.957718540267203, 2.2695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1260, '2021-04-18 00:00:00', 0.0966008248804791, 0.158913043478262, 0.163952839551007, 0.221521739130436, 0.17750466230029, 0.314782608695653, 0.29492144060153, 0.891739130434784, 0.960427070684061, 2.27260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1275, '2021-04-18 00:00:00', 0.102114018270131, 0.150000000000001, 0.106104672757742, 0.211739130434782, 0.146454136948223, 0.319782608695653, 0.302889249121195, 0.888478260869567, 0.950484170358857, 2.26760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1290, '2021-04-18 00:00:00', 0.0679484808323974, 0.150217391304347, 0.0881271987643738, 0.218695652173913, 0.164519302182187, 0.329347826086956, 0.314097930399776, 0.889347826086958, 0.948972660655688, 2.27173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1305, '2021-04-18 00:00:00', 0.0712757823818881, 0.154347826086957, 0.108508574186268, 0.233260869565218, 0.159808123584616, 0.345, 0.311310661660087, 0.874347826086957, 0.951256917620133, 2.26978260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 930, '2021-04-18 00:00:00', 0.168893457540544, 0.330000000000001, 0.138112273169327, 0.539999999999999, 0.084113019206301, 0.589999999999999, 0.27983626164837, 0.941666666666665, 1.92255905847735, 2.93333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 945, '2021-04-18 00:00:00', 0.136106575888162, 0.37, 0.136137185711083, 0.406666666666666, 0.205081284697879, 0.606666666666667, 0.311086804606048, 0.93, 1.92255905847735, 2.93333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 960, '2021-04-18 00:00:00', 0.0476969600708467, 0.24, 0.166232768530555, 0.371666666666667, 0.335894328621368, 0.539999999999999, 0.175000000000001, 0.825000000000001, 2.01107143914216, 2.82833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 5, 975, '2021-04-18 00:00:00', 0.0911500594258387, 0.271666666666668, 0.215077505409874, 0.428333333333335, 0.248210260330499, 0.508333333333333, 0.166608323121428, 0.771666666666668, 2.01246325018206, 2.82666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1320, '2021-04-18 00:00:00', 0.0538284311493475, 0.165, 0.0740366704507202, 0.207857142857144, 0.118921242445418, 0.370476190476191, 0.422005980548909, 1.04238095238095, 1.00585151086269, 2.22619047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1335, '2021-04-18 00:00:00', 0.0787385668193288, 0.146190476190477, 0.0840131792382251, 0.214285714285715, 0.379053018028072, 0.679761904761905, 0.423140891767403, 1.05428571428571, 1.00800622399817, 2.23904761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1350, '2021-04-18 00:00:00', 0.0730581959810118, 0.175, 0.122806952649464, 0.299047619047618, 0.406471020462947, 0.760238095238095, 0.41939383695542, 1.06309523809524, 0.997096200641309, 2.25166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 1, 1365, '2021-04-18 00:00:00', 0.101942444078812, 0.234523809523809, 0.384346848562596, 0.625, 0.39944738612953, 0.795714285714286, 0.422711203902571, 1.06380952380952, 0.981612618772463, 2.24666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1320, '2021-04-18 00:00:00', 0.0439164676002318, 0.141739130434783, 0.0580224162760728, 0.204347826086957, 0.087786797066133, 0.312608695652174, 0.461753831376107, 1.08934782608696, 0.884286910409144, 2.18760869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1335, '2021-04-18 00:00:00', 0.0477601054017283, 0.140869565217392, 0.072768515973572, 0.199565217391305, 0.399213653952338, 0.680217391304348, 0.453478649305008, 1.09260869565217, 0.890155591053938, 2.17739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1350, '2021-04-18 00:00:00', 0.055298328531158, 0.155217391304348, 0.0851150117041124, 0.248260869565217, 0.393514869565522, 0.76195652173913, 0.416098242048165, 1.08826086956522, 0.870378705454752, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 2, 1365, '2021-04-18 00:00:00', 0.0571844322218687, 0.202173913043478, 0.363004997842314, 0.641086956521739, 0.37662297017054, 0.841956521739131, 0.402824145862831, 1.08173913043478, 0.863214016762458, 2.1704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1320, '2021-04-18 00:00:00', 0.0646654510025231, 0.155434782608695, 0.120759699976192, 0.239782608695653, 0.189493552196667, 0.401521739130435, 0.528288122070664, 0.972391304347826, 0.75947330667859, 2.27260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1335, '2021-04-18 00:00:00', 0.103095853169327, 0.17913043478261, 0.127975649240076, 0.248695652173913, 0.44406005006445, 0.655652173913044, 0.536845750363915, 0.980217391304348, 0.753774953047591, 2.27304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1350, '2021-04-18 00:00:00', 0.0732132355903818, 0.170217391304347, 0.148434851494991, 0.304782608695651, 0.439832096063115, 0.695, 0.53906127233921, 0.984347826086957, 0.739887356558589, 2.28086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 3, 1365, '2021-04-18 00:00:00', 0.129951343889382, 0.243478260869564, 0.396310928159515, 0.598478260869565, 0.412759081412558, 0.712826086956522, 0.553644143782506, 1.00673913043478, 0.749645304796844, 2.30608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1320, '2021-04-18 00:00:00', 0.0613145470847705, 0.159, 0.0702715597184462, 0.214749999999999, 0.137839532943584, 0.3605, 0.323741592046887, 0.871750000000001, 0.758004652117372, 2.165 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1335, '2021-04-18 00:00:00', 0.0685181497276837, 0.154999999999999, 0.117014394076338, 0.241500000000001, 0.280224886193402, 0.55125, 0.349437141399528, 0.862, 0.777447366639528, 2.15175 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1350, '2021-04-18 00:00:00', 0.0730442367768728, 0.172750000000001, 0.0909203671236251, 0.280750000000001, 0.287923029736476, 0.636250000000001, 0.315015037235066, 0.856500000000001, 0.763699918678451, 2.13925 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 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 1029526, 4, 1365, '2021-04-18 00:00:00', 0.0845592286973734, 0.2115, 0.250586023678812, 0.474749999999999, 0.262770036543864, 0.65175, 0.306585181775327, 0.8405, 0.77010269308368, 2.1315 where not exists (select 1 from powerstats_trumpet where symbolid = 1029526 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1365);
Date: 2021-04-23 14:04:56 Duration: 1s526ms 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 1028681, 5, 930, '2021-04-18 00:00:00', 0.766719308498041, 1.06695652173913, 0.76080880615677, 1.18869565217391, 0.744441324333552, 1.43739130434782, 0.755739566577082, 1.80173913043478, 1.86309095460698, 4.83521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 945, '2021-04-18 00:00:00', 0.345477271979714, 0.569999999999999, 0.372245084805771, 0.768695652173913, 0.401835708665735, 1.01086956521739, 0.54109170863556, 1.49565217391304, 1.72827280180831, 4.65782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 960, '2021-04-18 00:00:00', 0.316080241975973, 0.52391304347826, 0.391709035355897, 0.78782608695652, 0.386538300440603, 0.918695652173912, 0.566120910561952, 1.42739130434783, 1.7372721791665, 4.63652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 975, '2021-04-18 00:00:00', 0.289869126800246, 0.531739130434783, 0.277664597056409, 0.63608695652174, 0.373556245798012, 0.794782608695652, 0.580661677906957, 1.3495652173913, 1.76123362264005, 4.62434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 990, '2021-04-18 00:00:00', 0.236694128934234, 0.431739130434783, 0.363129785485461, 0.592173913043478, 0.452717748364025, 0.795217391304348, 0.599361979615569, 1.29434782608696, 1.74828939545965, 4.59391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1005, '2021-04-18 00:00:00', 0.203915234656218, 0.382173913043479, 0.256660677855632, 0.552608695652174, 0.401970443135002, 0.775652173913045, 0.556049376486395, 1.22, 1.72683298958326, 4.60391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1020, '2021-04-18 00:00:00', 0.241988632013397, 0.423043478260869, 0.38117407557352, 0.618695652173913, 0.412808753775494, 0.752608695652175, 0.540738771471338, 1.25434782608696, 1.72441684019125, 4.6004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1035, '2021-04-18 00:00:00', 0.335445547615435, 0.423478260869565, 0.389540623341395, 0.583478260869566, 0.383646432252716, 0.668695652173914, 0.619694238005003, 1.24130434782609, 1.71581379993501, 4.61521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1050, '2021-04-18 00:00:00', 0.201763960241106, 0.347826086956521, 0.220017965489957, 0.424782608695651, 0.221460298996503, 0.56913043478261, 0.562565059917797, 1.14391304347826, 1.70221199963448, 4.60434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1065, '2021-04-18 00:00:00', 0.128837919442089, 0.290869565217392, 0.150147490071275, 0.375217391304348, 0.231372430468774, 0.561739130434785, 0.574858291525805, 1.19434782608696, 1.64980966682793, 4.78086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1080, '2021-04-18 00:00:00', 0.108789603665114, 0.255217391304349, 0.167045945254851, 0.399565217391306, 0.257661266129082, 0.565652173913045, 0.647773932165901, 1.29739130434783, 1.64195066195199, 4.81739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1095, '2021-04-18 00:00:00', 0.14198619317167, 0.286521739130434, 0.220493517601647, 0.419130434782609, 0.27967301630195, 0.624782608695652, 1.37767734308875, 2.13695652173913, 1.66918230436864, 4.84173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1110, '2021-04-18 00:00:00', 0.179960469967681, 0.293043478260869, 0.174770317936488, 0.420869565217391, 0.271418466928325, 0.630434782608697, 1.35775841191957, 2.18521739130435, 1.63782247224566, 4.81478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1125, '2021-04-18 00:00:00', 0.106037132730884, 0.254347826086957, 0.148299984408274, 0.397391304347827, 0.247463815377012, 0.572608695652175, 1.36576087467698, 2.23869565217391, 1.6104883505548, 4.81 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1140, '2021-04-18 00:00:00', 0.122174561086272, 0.291363636363637, 0.221187272517677, 0.440000000000001, 0.25090183658501, 0.547727272727272, 1.36078543973215, 2.34318181818182, 1.5407709460608, 4.91681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1155, '2021-04-18 00:00:00', 0.173856810266928, 0.295, 0.19340254769404, 0.389545454545454, 0.229263832214994, 0.519999999999998, 1.37962610218065, 2.37590909090909, 1.54078070951229, 4.90636363636364 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1170, '2021-04-18 00:00:00', 0.141360121613854, 0.272727272727272, 0.169243286553086, 0.383636363636361, 0.223599053657518, 0.508181818181817, 1.38982830855927, 2.40681818181818, 1.54954901971579, 4.88545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1185, '2021-04-18 00:00:00', 0.138302166206784, 0.276818181818179, 0.185309498918998, 0.374090909090908, 0.199554156739121, 0.458636363636363, 1.41957252269342, 2.48363636363636, 1.55348651307964, 4.88181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1200, '2021-04-18 00:00:00', 0.126621944713848, 0.249545454545453, 0.148866569152563, 0.317727272727272, 0.25977387769456, 0.505909090909091, 1.40172134437367, 2.49318181818182, 1.54189179355437, 4.90272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1215, '2021-04-18 00:00:00', 0.110265323463188, 0.208181818181817, 0.16187818090943, 0.309545454545455, 0.473001835018362, 0.585454545454545, 1.40424063995164, 2.49818181818182, 1.5411575033774, 4.90045454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1230, '2021-04-18 00:00:00', 0.104284824760485, 0.21909090909091, 0.245773361971036, 0.379545454545455, 0.495663445376246, 0.608181818181819, 1.40061435190796, 2.52409090909091, 1.53728157213785, 4.89818181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1245, '2021-04-18 00:00:00', 0.242028315756043, 0.315909090909089, 0.458927084910087, 0.500454545454544, 0.516365922804524, 0.683636363636364, 1.41079979465765, 2.55681818181818, 1.54069164206558, 4.89545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1260, '2021-04-18 00:00:00', 0.1084877442077, 0.24157894736842, 0.161583899956483, 0.362631578947369, 0.467074383296885, 0.668421052631578, 1.51230837073235, 2.54894736842105, 1.61354881118666, 4.93789473684211 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1275, '2021-04-18 00:00:00', 0.146915657866395, 0.28789473684211, 0.196683020432155, 0.392105263157898, 1.56911268552741, 1.87578947368421, 1.52700946124667, 2.56368421052632, 1.58903902697189, 5.01684210526316 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1290, '2021-04-18 00:00:00', 0.0988441977993472, 0.255789473684212, 0.354304359198936, 0.527368421052631, 1.54942000089753, 1.98368421052631, 1.51614604521113, 2.57894736842105, 1.58548736211885, 5.01578947368421 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 1305, '2021-04-18 00:00:00', 0.332301913030169, 0.426315789473683, 1.57307498622307, 1.83263157894737, 1.55358310618913, 2.06263157894737, 1.50256019330439, 2.56736842105263, 1.54022725595933, 5.03 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 870, '2021-04-18 00:00:00', 0.277368587502865, 0.646666666666671, 0.156311654502572, 1.02333333333334, 0.122882057274454, 1.24, 0.199749843554381, 1.73, 0.612562921938088, 4.21333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 885, '2021-04-18 00:00:00', 0.125033328890072, 0.576666666666668, 0.183575597506853, 0.659999999999997, 0.165630109984064, 0.886666666666665, 0.440340777126078, 1.57, 0.821056230311498, 4.41666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 900, '2021-04-18 00:00:00', 0.00577350269189921, 0.356666666666664, 0.18583146486356, 0.593333333333334, 0.127671453348045, 0.809999999999997, 0.486038407261538, 1.38666666666667, 0.825853094280898, 4.38666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 915, '2021-04-18 00:00:00', 0.141774468787584, 0.550000000000002, 0.0793725393319353, 0.660000000000001, 0.1616580753731, 0.896666666666666, 0.530031445608027, 1.35666666666666, 0.887073841345802, 4.43 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 930, '2021-04-18 00:00:00', 0.713170990940351, 1.02708333333333, 0.73004355141082, 1.20625, 1.14961422325876, 1.61041666666667, 1.25498628666219, 2.18583333333333, 1.50354629103176, 4.70916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 945, '2021-04-18 00:00:00', 0.238726998284955, 0.559166666666667, 0.51832436266062, 0.905833333333334, 0.773165781761554, 1.21875, 0.875232474293527, 1.84166666666667, 1.44391520637065, 4.47958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 960, '2021-04-18 00:00:00', 0.200527836081374, 0.521250000000001, 0.32477835251271, 0.76125, 0.465776389405404, 1.07541666666667, 0.689889588939808, 1.64791666666667, 1.46134684501978, 4.43291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 975, '2021-04-18 00:00:00', 0.116934733437324, 0.397083333333332, 0.219399708030931, 0.641666666666664, 0.45806777550546, 0.919999999999998, 0.576258389860016, 1.47291666666666, 1.46577321683417, 4.36041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 990, '2021-04-18 00:00:00', 0.223197692965065, 0.455416666666666, 0.321727391579816, 0.669583333333332, 0.451006724137667, 0.873749999999999, 0.548458809043479, 1.41625, 1.44827633683151, 4.335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1005, '2021-04-18 00:00:00', 0.281979287963813, 0.459166666666668, 0.419036161145819, 0.639999999999999, 0.397830848549947, 0.807916666666666, 0.521176901175445, 1.35416666666667, 1.43087892316353, 4.31666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1020, '2021-04-18 00:00:00', 0.22783797955463, 0.403333333333333, 0.239292435244446, 0.524999999999999, 0.291919869390435, 0.695416666666666, 0.443042020449593, 1.22916666666667, 1.43820534050228, 4.25208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1035, '2021-04-18 00:00:00', 0.135383914656899, 0.296250000000001, 0.19140924742551, 0.451250000000001, 0.240277240232847, 0.678750000000001, 0.511493267129528, 1.28083333333333, 1.44838834721487, 4.23875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1050, '2021-04-18 00:00:00', 0.143793707910961, 0.283750000000001, 0.222821173505389, 0.468333333333335, 0.22916989457542, 0.641666666666667, 0.525704323961561, 1.22208333333333, 1.44966856531945, 4.21791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1065, '2021-04-18 00:00:00', 0.166797955536076, 0.299583333333334, 0.200079694266987, 0.433333333333334, 0.255562749321138, 0.594166666666668, 0.515317370902264, 1.18708333333333, 2.41069161403341, 4.55083333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1080, '2021-04-18 00:00:00', 0.132549553216791, 0.260416666666668, 0.176782331565185, 0.377916666666668, 0.211685780262202, 0.567500000000001, 0.580470667348637, 1.16375, 2.43436745943093, 4.53833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1095, '2021-04-18 00:00:00', 0.15007968897715, 0.267500000000001, 0.172467178141904, 0.391666666666669, 0.25547767139167, 0.589166666666667, 0.996866739891271, 1.77041666666667, 2.43354932533544, 4.56333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1110, '2021-04-18 00:00:00', 0.104794484864285, 0.250833333333333, 0.167136475520084, 0.432916666666665, 0.250329854855318, 0.569583333333332, 1.10932673144635, 1.92333333333333, 2.44683909523512, 4.65291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1125, '2021-04-18 00:00:00', 0.101659241829139, 0.272916666666666, 0.140479896957804, 0.377083333333334, 0.201645405514776, 0.5, 1.14223457259907, 1.97291666666667, 2.46612925011259, 4.6575 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1140, '2021-04-18 00:00:00', 0.0751230874024052, 0.220000000000001, 0.113481627192004, 0.315416666666666, 0.19163626097829, 0.48125, 1.10591091380606, 2.00041666666667, 2.48425636964966, 4.65416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1155, '2021-04-18 00:00:00', 0.0767973052063447, 0.2075, 0.105904489373987, 0.303750000000001, 0.218844130885862, 0.491666666666667, 1.08606180930147, 2.01541666666667, 2.48780620429826, 4.65166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1170, '2021-04-18 00:00:00', 0.0858451166809814, 0.207083333333334, 0.140603641695269, 0.319583333333335, 0.196961980440721, 0.478750000000001, 1.07155100577201, 2.00708333333333, 2.49079290093783, 4.65833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1185, '2021-04-18 00:00:00', 0.122875422950309, 0.22125, 0.158401777731205, 0.350416666666665, 0.180987128215543, 0.487916666666665, 1.05710810054217, 1.99583333333333, 2.49478281707002, 4.6725 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1200, '2021-04-18 00:00:00', 0.12223462826804, 0.252499999999999, 0.130477800877157, 0.346250000000001, 0.141326531146129, 0.475833333333332, 1.02118288898396, 1.99166666666667, 2.48677181461649, 4.68416666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1215, '2021-04-18 00:00:00', 0.0800135858029315, 0.202500000000001, 0.114720043609636, 0.302916666666665, 0.40166478741517, 0.569583333333333, 0.966631308698679, 1.9925, 2.48559236079812, 4.70041666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1230, '2021-04-18 00:00:00', 0.0969050035351374, 0.209166666666665, 0.117565122255769, 0.320416666666664, 0.408464560398387, 0.564583333333331, 0.964031014595198, 2.00416666666667, 2.48119872268411, 4.70583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1245, '2021-04-18 00:00:00', 0.122364980308079, 0.224166666666666, 0.417101801774431, 0.459999999999998, 0.402583819699769, 0.597083333333332, 0.991875602152268, 2.03541666666667, 2.48687245379599, 4.71291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 870, '2021-04-18 00:00:00', 0.165025250593153, 0.916666666666667, 0.160000000000004, 0.919999999999997, 0.196553639837405, 1.18333333333333, 0.355293306063225, 1.42666666666667, 1.81999999999999, 5.41 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 885, '2021-04-18 00:00:00', 0.240069434400415, 0.593333333333334, 0.16862186493256, 0.806666666666663, 0.321869538788622, 1.11, 0.505601951473027, 1.32333333333333, 1.88350736659032, 5.37 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 900, '2021-04-18 00:00:00', 0.140000000000002, 0.449999999999998, 0.307300070506561, 0.743333333333335, 0.155349069303085, 0.943333333333333, 0.30237945256471, 1.11333333333333, 1.86508266126017, 5.35666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 915, '2021-04-18 00:00:00', 0.138564064605515, 0.62, 0.176162803489648, 0.746666666666665, 0.155349069303085, 0.943333333333333, 0.320052079095473, 1.14666666666667, 1.86508266126017, 5.35666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 930, '2021-04-18 00:00:00', 0.468828326789243, 0.930000000000002, 0.500589805975068, 1.10692307692308, 0.511798638288386, 1.29461538461539, 0.620290378650316, 1.68807692307692, 2.35578806020732, 4.56576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 945, '2021-04-18 00:00:00', 0.198701941456197, 0.502307692307691, 0.25723888927191, 0.729615384615384, 0.331385901004577, 0.906153846153846, 0.593518452826998, 1.44807692307692, 2.2139778680014, 4.455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 960, '2021-04-18 00:00:00', 0.18874198913209, 0.453461538461538, 0.259727668026456, 0.602307692307693, 0.328125913918141, 0.828846153846154, 0.565651836379941, 1.375, 2.21995887002786, 4.43423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 975, '2021-04-18 00:00:00', 0.19956105678367, 0.396153846153847, 0.212197658219514, 0.589615384615385, 0.340855033476334, 0.813076923076924, 0.506169476027088, 1.33653846153846, 2.21462189861975, 4.40307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 990, '2021-04-18 00:00:00', 0.126213494341319, 0.364615384615385, 0.175301498523587, 0.491153846153846, 0.238303297372195, 0.717307692307693, 0.434271272894648, 1.29346153846154, 2.17939162294294, 4.40038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1005, '2021-04-18 00:00:00', 0.114084988562846, 0.31923076923077, 0.170024885056458, 0.492692307692309, 0.198299307574725, 0.671153846153848, 0.399494488264664, 1.23038461538462, 2.15125780738761, 4.39307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1020, '2021-04-18 00:00:00', 0.129343906519966, 0.324615384615386, 0.147145663048034, 0.459615384615386, 0.171049700379746, 0.635000000000001, 0.382186623764641, 1.20115384615385, 2.15752682486221, 4.375 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1035, '2021-04-18 00:00:00', 0.110543412982618, 0.299615384615383, 0.182935465712323, 0.47423076923077, 0.258405763212699, 0.641538461538462, 0.650955747048432, 1.33076923076923, 2.17209533719083, 4.34307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1050, '2021-04-18 00:00:00', 0.169711066680538, 0.295384615384618, 0.164127530152155, 0.425384615384615, 0.284007854712615, 0.632692307692308, 0.674004907537484, 1.27884615384615, 2.17314461977604, 4.35846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1065, '2021-04-18 00:00:00', 0.0966619804345964, 0.276538461538462, 0.203277756170827, 0.405384615384616, 0.265752053324436, 0.568076923076923, 0.718312231232672, 1.26730769230769, 2.33269062210606, 4.86153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1080, '2021-04-18 00:00:00', 0.14826846752273, 0.263461538461538, 0.202331031119415, 0.394615384615386, 0.220401033084273, 0.546153846153846, 0.706944563162214, 1.28884615384615, 2.32465729484187, 4.83653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1095, '2021-04-18 00:00:00', 0.0931698201383659, 0.243846153846156, 0.140037906955991, 0.341153846153847, 0.193970655988514, 0.533846153846154, 0.889651963064554, 1.90384615384615, 2.24304617737713, 4.90192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1110, '2021-04-18 00:00:00', 0.0841281074406066, 0.191538461538462, 0.137682466343617, 0.327307692307691, 0.249876277077583, 0.556923076923076, 0.942155058281891, 2.04807692307692, 2.24126090884985, 4.89769230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1125, '2021-04-18 00:00:00', 0.0939173122404048, 0.227307692307691, 0.141079355737771, 0.38076923076923, 0.312562855217216, 0.61653846153846, 0.931574762679593, 2.08346153846154, 2.23244936198924, 4.92692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1140, '2021-04-18 00:00:00', 0.0930343195567326, 0.24923076923077, 0.191843285402033, 0.390384615384615, 0.279170474524354, 0.571923076923076, 0.950592770530376, 2.10884615384615, 2.23568557717762, 4.925 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1155, '2021-04-18 00:00:00', 0.132904245460928, 0.236538461538462, 0.206061977233887, 0.388461538461538, 0.227843401011782, 0.513846153846153, 0.974679750166492, 2.11384615384615, 2.24168370787537, 4.92461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1170, '2021-04-18 00:00:00', 0.13955588899737, 0.269615384615386, 0.161546849599071, 0.35423076923077, 0.262865862253851, 0.507692307692308, 0.983818307177938, 2.13769230769231, 2.25022624503541, 4.91307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1185, '2021-04-18 00:00:00', 0.120764870082958, 0.241923076923077, 0.145183173426378, 0.336923076923077, 0.269251098133608, 0.508076923076922, 0.976746325621647, 2.13576923076923, 2.2480946120249, 4.90576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1200, '2021-04-18 00:00:00', 0.0958363990591025, 0.233846153846153, 0.236808263889066, 0.363076923076921, 0.243088144823737, 0.490384615384615, 0.970346567747041, 2.14730769230769, 2.23873755633702, 4.91461538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1215, '2021-04-18 00:00:00', 0.167521755188805, 0.213461538461537, 0.185784407725314, 0.339615384615385, 0.567299269820136, 0.607307692307691, 0.914375448893103, 2.11769230769231, 2.24877980589133, 4.91884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1230, '2021-04-18 00:00:00', 0.106383920126769, 0.241538461538462, 0.135124444067739, 0.331153846153847, 0.552750882822938, 0.60153846153846, 0.918735251059011, 2.10769230769231, 2.25887065043234, 4.90384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1245, '2021-04-18 00:00:00', 0.10202035995895, 0.218076923076923, 0.565976895424048, 0.454615384615384, 0.553572036866024, 0.584999999999999, 0.913142081791472, 2.10269230769231, 2.24848451526459, 4.93115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 870, '2021-04-18 00:00:00', 0.44859038479813, 1.10333333333332, 0.351567916624939, 1.15999999999999, 0.331813200460739, 1.38, 0.0493288286231632, 1.65666666666666, 1.36646746515727, 5.31333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 885, '2021-04-18 00:00:00', 0.0808290376865479, 0.576666666666668, 0.380000000000005, 0.850000000000004, 0.301717306983436, 1.19333333333333, 0.0585946527708155, 1.61333333333333, 1.36646746515727, 5.31333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 900, '2021-04-18 00:00:00', 0.123423390543822, 0.536666666666671, 0.190350553803595, 0.823333333333338, 0.0665832811847985, 0.966666666666669, 0.0503322295684682, 1.62333333333333, 1.36293800299207, 5.31000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 915, '2021-04-18 00:00:00', 0.23302360395463, 0.51, 0.0519615242270683, 0.730000000000004, 0.344431899413129, 1.22666666666667, 0.13279056191362, 1.61333333333333, 1.2925556080881, 5.24 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 930, '2021-04-18 00:00:00', 0.363486747192541, 0.891153846153846, 0.446085883417773, 1.13384615384615, 0.433534489800008, 1.32192307692308, 0.483528855236326, 1.59192307692308, 2.26816889887992, 4.70692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 945, '2021-04-18 00:00:00', 0.284043333638752, 0.553846153846156, 0.312816485892535, 0.786923076923078, 0.371720531913634, 0.978076923076924, 0.456672244023586, 1.38153846153846, 2.24984074650083, 4.63076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 960, '2021-04-18 00:00:00', 0.235992937747439, 0.484800000000001, 0.335073623750563, 0.689200000000001, 0.38595120589698, 0.866, 0.451354627759591, 1.2428, 2.28749987249544, 4.6684 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 975, '2021-04-18 00:00:00', 0.213933011322082, 0.414400000000001, 0.20953679072341, 0.551600000000001, 0.247674517596515, 0.6952, 0.360873015523926, 1.0928, 2.27570780198162, 4.6672 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 990, '2021-04-18 00:00:00', 0.175230836766381, 0.374615384615384, 0.209394732135632, 0.496923076923077, 0.232817194712601, 0.670384615384616, 0.390015581542781, 1.10192307692308, 2.25119349542552, 4.62192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1005, '2021-04-18 00:00:00', 0.172810256105895, 0.36076923076923, 0.20655116706372, 0.480769230769231, 0.258053363592762, 0.666538461538463, 0.437502703288351, 1.13615384615385, 2.25644540065871, 4.64538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1020, '2021-04-18 00:00:00', 0.13117222970642, 0.306923076923078, 0.177752204357207, 0.469615384615385, 0.261600105857425, 0.641153846153846, 0.431319442569497, 1.11730769230769, 2.26735603393366, 4.64923076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1035, '2021-04-18 00:00:00', 0.14447996933299, 0.312307692307691, 0.168194484497516, 0.46423076923077, 0.242037505040342, 0.616923076923076, 0.460469994011135, 1.13384615384615, 2.27604734978461, 4.64346153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1050, '2021-04-18 00:00:00', 0.126101302378439, 0.298461538461539, 0.170512350105385, 0.42230769230769, 0.195448596429224, 0.551923076923077, 0.49520920210165, 1.14192307692308, 2.29841845289655, 4.65076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1065, '2021-04-18 00:00:00', 0.129847839945305, 0.292692307692306, 0.164047366518145, 0.403461538461537, 0.213991013470552, 0.571923076923076, 0.507514001322585, 1.14769230769231, 2.38260813783164, 4.79846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1080, '2021-04-18 00:00:00', 0.120548107218016, 0.280384615384615, 0.15154384996277, 0.378461538461539, 0.22543769393372, 0.546923076923076, 0.499455241699933, 1.14653846153846, 2.47109007400502, 4.84307692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1095, '2021-04-18 00:00:00', 0.0855246253336508, 0.222307692307694, 0.15785290134026, 0.371538461538461, 0.214870622969694, 0.545769230769232, 0.448416701809309, 1.59846153846154, 2.42179644066135, 4.905 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1110, '2021-04-18 00:00:00', 0.115258238484117, 0.257307692307692, 0.13672037718812, 0.347307692307693, 0.173921290774347, 0.503846153846155, 0.512095093332658, 1.70423076923077, 2.42224946311037, 4.9173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1125, '2021-04-18 00:00:00', 0.11679633819339, 0.215769230769231, 0.190974827177259, 0.35923076923077, 0.245359704546985, 0.47423076923077, 0.592722661829421, 1.79192307692308, 2.42329184883195, 4.93076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1140, '2021-04-18 00:00:00', 0.187500564101715, 0.262692307692309, 0.17683368979398, 0.343076923076924, 0.273013101967934, 0.498076923076923, 0.589996219023085, 1.87653846153846, 2.41322347462094, 4.94653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1155, '2021-04-18 00:00:00', 0.103602791765176, 0.20846153846154, 0.199388681107644, 0.339615384615385, 0.261475399637108, 0.47576923076923, 0.580258430489247, 1.91038461538462, 2.41348866549266, 4.95653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1170, '2021-04-18 00:00:00', 0.199252449072873, 0.288461538461538, 0.241629086379548, 0.383846153846152, 0.250711295808853, 0.521923076923074, 0.614476637848452, 1.97846153846154, 2.40975389742477, 4.98538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1185, '2021-04-18 00:00:00', 0.143679665067282, 0.240384615384615, 0.169828873145431, 0.334615384615383, 0.211682272794358, 0.514230769230768, 0.6419155228389, 1.99346153846154, 2.39466111300824, 5.00538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1200, '2021-04-18 00:00:00', 0.118532046948691, 0.225384615384615, 0.14252934920435, 0.378846153846153, 0.245323334523112, 0.543461538461538, 0.648729883340101, 1.98769230769231, 2.38914793308281, 5.00961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1215, '2021-04-18 00:00:00', 0.126262242361498, 0.246923076923075, 0.185290208965454, 0.377307692307692, 0.432662063900294, 0.602692307692308, 0.656254172147909, 1.97846153846154, 2.39260852177316, 5.00653846153847 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1230, '2021-04-18 00:00:00', 0.134708802750456, 0.252307692307692, 0.207582791638939, 0.361153846153845, 0.414566502042054, 0.624230769230769, 0.668113302229034, 1.98076923076923, 2.39801802777595, 5.0123076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1245, '2021-04-18 00:00:00', 0.166091726279372, 0.262307692307692, 0.368833504234844, 0.443076923076923, 0.375950078519025, 0.622307692307693, 0.700571195525479, 2.02, 2.39988208043645, 4.995 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 870, '2021-04-18 00:00:00', 0.316596483450665, 0.846666666666669, 0.217025344142099, 0.949999999999998, 0.231804515342841, 0.963333333333333, 0.722103409030402, 1.60333333333333, 1.30066649581411, 4.76333333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 885, '2021-04-18 00:00:00', 0.085049005481157, 0.523333333333336, 0.0907377172587754, 0.646666666666666, 0.130766968306222, 0.850000000000004, 0.538733081714252, 1.42333333333334, 1.28628664508863, 4.55666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 900, '2021-04-18 00:00:00', 0.123423390543822, 0.50666666666667, 0.0776745346515425, 0.673333333333337, 0.33181320046074, 1.01, 0.538733081714252, 1.42333333333334, 1.28628664508863, 4.55666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 915, '2021-04-18 00:00:00', 0.102143689640299, 0.413333333333332, 0.0929157324317743, 0.636666666666665, 0.335608899365521, 0.826666666666663, 0.571168393149812, 1.30333333333333, 1.30726176924645, 4.47666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 930, '2021-04-18 00:00:00', 0.323141004355146, 0.818749999999999, 0.404817905028772, 1.02416666666667, 0.52927606423672, 1.24875, 0.609910750182688, 1.76541666666667, 2.52685575369866, 4.9 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 945, '2021-04-18 00:00:00', 0.260895892391325, 0.561666666666666, 0.350659833514732, 0.766666666666668, 0.354686021592398, 0.9725, 0.529714169575703, 1.55833333333334, 2.58036889285009, 4.77583333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 960, '2021-04-18 00:00:00', 0.199397189374462, 0.461250000000001, 0.209760042339618, 0.624166666666667, 0.355080874641583, 0.862916666666665, 0.628059900909487, 1.46625, 2.54788740991889, 4.79208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 975, '2021-04-18 00:00:00', 0.179225386400572, 0.419999999999999, 0.273177425489554, 0.622083333333334, 0.364332822837995, 0.834166666666668, 0.627752922640792, 1.45708333333333, 2.53322011808423, 4.80708333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 990, '2021-04-18 00:00:00', 0.196621832275912, 0.379166666666667, 0.306232068389555, 0.590416666666664, 0.325352651481569, 0.707499999999999, 0.66835605693416, 1.38291666666667, 2.52412960317476, 4.79958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1005, '2021-04-18 00:00:00', 0.193476489977239, 0.403749999999999, 0.219940291634021, 0.505416666666667, 0.24444998895776, 0.649166666666667, 0.691523077465, 1.35291666666667, 2.51828181447221, 4.84958333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1020, '2021-04-18 00:00:00', 0.127651586501039, 0.310833333333334, 0.132958939940664, 0.395416666666666, 0.231400509187366, 0.583750000000001, 0.69877532621132, 1.325, 2.50974564217289, 4.83166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1035, '2021-04-18 00:00:00', 0.10545879750412, 0.245416666666666, 0.193682842498405, 0.365000000000001, 0.254347702217236, 0.553333333333333, 0.702752224048984, 1.30541666666667, 2.49756805626036, 4.83875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1050, '2021-04-18 00:00:00', 0.118699932236896, 0.26125, 0.134120862646722, 0.391666666666667, 0.347854448571963, 0.598749999999999, 0.761765207845603, 1.33083333333333, 2.47838598717982, 4.84333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1065, '2021-04-18 00:00:00', 0.118309346415553, 0.263333333333333, 0.166228409298683, 0.406666666666666, 0.440375333985235, 0.625, 0.778366461139022, 1.3825, 2.44592281272265, 5.08583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1080, '2021-04-18 00:00:00', 0.145181046393404, 0.284166666666667, 0.326562021097354, 0.454166666666667, 0.526237499421223, 0.659583333333335, 0.720291683067109, 1.41875, 2.45910007693989, 5.12083333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1095, '2021-04-18 00:00:00', 0.29716504709907, 0.32125, 0.374431936888829, 0.450833333333334, 0.575029772386123, 0.746250000000001, 2.18058922863935, 2.17958333333333, 2.51299748121237, 5.09541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1110, '2021-04-18 00:00:00', 0.119872365697732, 0.252916666666666, 0.262040142405479, 0.382916666666667, 0.415648393424685, 0.646250000000001, 2.16867817719271, 2.13458333333333, 2.48717285373329, 5.10875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1125, '2021-04-18 00:00:00', 0.182744277651841, 0.267083333333334, 0.34357851453805, 0.491250000000001, 0.410254207160332, 0.630416666666669, 2.15311755772677, 2.1775, 2.48211282136228, 5.10166666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1140, '2021-04-18 00:00:00', 0.205064339657608, 0.321739130434785, 0.288700920233855, 0.45130434782609, 0.390846855970643, 0.636086956521741, 2.17503386916521, 2.35217391304348, 2.48861883690834, 5.19652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1155, '2021-04-18 00:00:00', 0.142857622811165, 0.249130434782608, 0.218407821024307, 0.362608695652175, 0.287294865810285, 0.572608695652173, 2.18760296200375, 2.27391304347826, 2.51302724395374, 5.17173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1170, '2021-04-18 00:00:00', 0.166446231035991, 0.259565217391305, 0.256207518410602, 0.408260869565216, 0.248958304047387, 0.574347826086956, 2.18627374438232, 2.29739130434783, 2.51302724395374, 5.17173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1185, '2021-04-18 00:00:00', 0.172564933072979, 0.27173913043478, 0.157362148720085, 0.370869565217389, 0.197890056112732, 0.498260869565216, 2.20712733370634, 2.26739130434783, 2.55157759461551, 5.12869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1200, '2021-04-18 00:00:00', 0.116793456419658, 0.260434782608695, 0.159838109798239, 0.368695652173912, 0.259630323996139, 0.50478260869565, 2.2171313766897, 2.27521739130435, 2.55126706488435, 5.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1215, '2021-04-18 00:00:00', 0.128048595024496, 0.213478260869568, 0.14103373296482, 0.307826086956523, 0.443154341906955, 0.56695652173913, 2.20970559446937, 2.28521739130435, 2.53623020176869, 5.11 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1230, '2021-04-18 00:00:00', 0.104429562849025, 0.216521739130436, 0.193924519768875, 0.34391304347826, 0.594687615209693, 0.605217391304348, 2.19978897658434, 2.29478260869565, 2.52389489768204, 5.12 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1245, '2021-04-18 00:00:00', 0.148159992572926, 0.25173913043478, 0.45548653568434, 0.460434782608694, 0.629340265643693, 0.683478260869566, 2.20429189691348, 2.29869565217391, 2.523035454594, 5.11521739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 870, '2021-04-18 00:00:00', 0.371662929727099, 1.00666666666666, 0.935752816364091, 1.42333333333333, 1.12254175868874, 1.62, 1.56873622171904, 2.06666666666667, 1.39514634835681, 4.24333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 885, '2021-04-18 00:00:00', 0.589604387138811, 0.683333333333332, 0.706068929590693, 1.09333333333333, 0.92536479293304, 1.28, 0.958244923458166, 1.73333333333334, 1.3958629350095, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 900, '2021-04-18 00:00:00', 0.315330514434197, 0.643333333333336, 0.331097040155907, 0.643333333333336, 0.347651892163702, 0.960000000000003, 0.365034486771887, 1.4, 0.383286211110482, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 5, 915, '2021-04-18 00:00:00', 0.101159939369959, 0.353333333333329, 0.38574603043972, 0.729999999999995, 0.308058436014994, 0.839999999999999, 0.355293306063224, 1.22666666666667, 1.3958629350095, 4.22666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1260, '2021-04-18 00:00:00', 0.162191832335016, 0.255238095238097, 0.16806461342506, 0.344285714285714, 0.223326581276752, 0.543809523809525, 1.03534673281121, 2.08857142857143, 2.59009330591261, 4.60666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1275, '2021-04-18 00:00:00', 0.101552238492596, 0.231428571428571, 0.18203348723845, 0.355238095238094, 0.916615150067537, 1.45666666666667, 1.01970327149851, 2.07619047619048, 2.57098406210911, 4.63095238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1290, '2021-04-18 00:00:00', 0.116084944268041, 0.254285714285713, 0.170850812113961, 0.42, 1.0061020964949, 1.61714285714286, 0.985797235985267, 2.05523809523809, 2.5600337609381, 4.61142857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 1, 1305, '2021-04-18 00:00:00', 0.163130097074171, 0.357142857142857, 0.875324701658382, 1.38666666666667, 1.00723549050524, 1.73333333333333, 0.971175282104847, 2.03285714285714, 2.57011200422972, 4.59428571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1260, '2021-04-18 00:00:00', 0.0676190211095243, 0.182173913043477, 0.0783147596627083, 0.268260869565216, 0.170233506221063, 0.51391304347826, 0.963524902197215, 2.06434782608695, 2.34665568104388, 4.82739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1275, '2021-04-18 00:00:00', 0.0824549224076347, 0.195217391304348, 0.0997823718856715, 0.307391304347825, 0.776322790531626, 1.5004347826087, 0.935443502010968, 2.05, 2.33917277023564, 4.81739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1290, '2021-04-18 00:00:00', 0.070537182188872, 0.21869565217391, 0.115638799785411, 0.417826086956522, 0.857554662980735, 1.7, 0.894111169043704, 2.02565217391304, 2.32284274520949, 4.80434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 2, 1305, '2021-04-18 00:00:00', 0.102727622511559, 0.335652173913045, 0.764363125838949, 1.43347826086957, 0.856319913622475, 1.73260869565217, 0.892972342652942, 2.00217391304348, 2.32412965561874, 4.80173913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1260, '2021-04-18 00:00:00', 0.141319305988458, 0.235652173913044, 0.179150388389417, 0.386956521739131, 0.24035711244308, 0.604782608695652, 0.754515523955159, 2.03130434782609, 2.52353397350125, 5.01652173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1275, '2021-04-18 00:00:00', 0.167399311958771, 0.239565217391304, 0.219311715278729, 0.346086956521739, 0.438809474533894, 1.37913043478261, 0.744424599398571, 2.0404347826087, 2.51202279010835, 5.02695652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1290, '2021-04-18 00:00:00', 0.110100564882071, 0.23695652173913, 0.175498161651577, 0.47782608695652, 0.496156372774812, 1.50434782608696, 0.746037755087374, 2.08217391304348, 2.52271843462469, 5.01913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 3, 1305, '2021-04-18 00:00:00', 0.117651592565515, 0.366521739130436, 0.376327689180944, 1.29956521739131, 0.578948208104995, 1.56086956521739, 0.702857240408931, 2.16086956521739, 2.53865429167664, 4.99260869565218 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1260, '2021-04-18 00:00:00', 0.146153308117485, 0.236499999999999, 0.151132566416308, 0.321000000000002, 0.202832572905782, 0.566000000000002, 2.30311796667497, 2.3105, 2.65834930974685, 5.22 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1275, '2021-04-18 00:00:00', 0.116179307877729, 0.216500000000001, 0.149225191890435, 0.394500000000001, 2.40171709408081, 1.7065, 2.31257864731126, 2.321, 2.67833505824244, 5.1945 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1290, '2021-04-18 00:00:00', 0.170648145239506, 0.2945, 0.208333614034899, 0.4685, 2.38624231133828, 1.7845, 2.30381668450193, 2.3435, 2.67528901537562, 5.1915 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 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 1028681, 4, 1305, '2021-04-18 00:00:00', 0.141810659535505, 0.354500000000001, 2.40833306622957, 1.6345, 2.36135242248121, 1.852, 2.29723609674986, 2.329, 2.66265098410548, 5.1705 where not exists (select 1 from powerstats_trumpet where symbolid = 1028681 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1305);
Date: 2021-04-23 14:00:55 Duration: 1s293ms 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 1028686, 5, 930, '2021-04-18 00:00:00', 0.219855324330259, 0.470000000000001, 0.285177290394102, 0.565217391304348, 0.353692548652543, 0.705652173913043, 0.481622340689656, 0.953478260869565, 0.884168620907589, 2.81782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 945, '2021-04-18 00:00:00', 0.2215165122906, 0.338260869565217, 0.256226801707088, 0.443913043478261, 0.27415338599292, 0.536521739130434, 0.472226247108838, 0.816086956521739, 0.892917676095946, 2.76260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 960, '2021-04-18 00:00:00', 0.186577241896422, 0.287391304347826, 0.197586224736275, 0.383043478260869, 0.245634614084342, 0.43, 0.490971449706474, 0.745652173913043, 0.903563433008638, 2.73782608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 975, '2021-04-18 00:00:00', 0.132624764140191, 0.254347826086957, 0.181941657677452, 0.318695652173913, 0.256077125239929, 0.401304347826087, 0.423987750587469, 0.712608695652174, 0.891346629672906, 2.72478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 990, '2021-04-18 00:00:00', 0.156870329875527, 0.209130434782609, 0.191197598675115, 0.287391304347826, 0.407492088722642, 0.450434782608696, 0.424080964005248, 0.700869565217391, 0.892990269013812, 2.7195652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1005, '2021-04-18 00:00:00', 0.144818272382356, 0.202173913043478, 0.219087218901893, 0.289130434782609, 0.393798267008394, 0.419565217391304, 0.384466675416646, 0.653478260869565, 0.855062117799896, 2.70304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1020, '2021-04-18 00:00:00', 0.16215812319152, 0.210434782608696, 0.314531460311512, 0.321304347826087, 0.31731644035593, 0.395217391304348, 0.322577931264882, 0.632608695652174, 0.828870606435913, 2.71086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1035, '2021-04-18 00:00:00', 0.190256743529626, 0.186086956521739, 0.19291092375998, 0.246521739130435, 0.206814728720685, 0.312173913043478, 0.328023786855592, 0.632173913043478, 0.813585243607946, 2.68869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1050, '2021-04-18 00:00:00', 0.148514382263572, 0.172608695652174, 0.155675247257538, 0.225652173913043, 0.195732131224477, 0.322608695652174, 0.318375322300273, 0.619130434782608, 0.803972597019882, 2.69086956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1065, '2021-04-18 00:00:00', 0.0788228613935124, 0.146956521739131, 0.126478606667943, 0.218260869565217, 0.175791828019447, 0.321304347826087, 0.300748079153674, 0.60695652173913, 0.892068476075634, 2.8204347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1080, '2021-04-18 00:00:00', 0.0905342072796081, 0.146521739130435, 0.146657084367776, 0.220869565217391, 0.187624003790611, 0.291304347826087, 0.305933419091469, 0.610434782608695, 0.937562856917837, 2.83826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1095, '2021-04-18 00:00:00', 0.11202590044959, 0.149565217391305, 0.139038198180786, 0.200434782608696, 0.166125339603861, 0.303913043478261, 0.430915928632729, 1.15608695652174, 0.944701052741757, 2.84347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1110, '2021-04-18 00:00:00', 0.0839089474516901, 0.139565217391304, 0.102646790677369, 0.2, 0.155029004043958, 0.313913043478261, 0.5182865506808, 1.26130434782609, 0.96878066061387, 2.87217391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1125, '2021-04-18 00:00:00', 0.0932462420694748, 0.14695652173913, 0.125099170147294, 0.229565217391304, 0.166295370343339, 0.327826086956521, 0.541810389364873, 1.31304347826087, 0.98427317137537, 2.88869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1140, '2021-04-18 00:00:00', 0.0954925712756289, 0.149545454545454, 0.145218897318937, 0.211363636363636, 0.162584643290091, 0.276363636363636, 0.564876150085189, 1.37227272727273, 0.995869499787025, 2.92318181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1155, '2021-04-18 00:00:00', 0.0889038587683128, 0.140909090909091, 0.10638185732116, 0.198636363636363, 0.153628550737588, 0.267272727272727, 0.608505549957438, 1.38863636363636, 1.0089491339896, 2.93545454545455 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1170, '2021-04-18 00:00:00', 0.071956275804864, 0.125909090909091, 0.115001411623183, 0.174090909090909, 0.156227162833249, 0.264545454545454, 0.614919133809919, 1.42272727272727, 1.02173024031918, 2.93772727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1185, '2021-04-18 00:00:00', 0.103793834947747, 0.127272727272727, 0.125277181858359, 0.19090909090909, 0.154331402566625, 0.259090909090909, 0.601747275481812, 1.43045454545454, 1.02901794060061, 2.93272727272727 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1200, '2021-04-18 00:00:00', 0.075318946639898, 0.135909090909091, 0.100113571870788, 0.183181818181818, 0.148090296544831, 0.254545454545455, 0.601041844384648, 1.44681818181818, 1.03429598366144, 2.93409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1215, '2021-04-18 00:00:00', 0.0738504983320772, 0.125909090909091, 0.114613032357351, 0.188636363636364, 0.281964352541055, 0.309090909090909, 0.601804825187575, 1.455, 1.0381411334626, 2.93681818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1230, '2021-04-18 00:00:00', 0.0900216424194546, 0.130909090909091, 0.131271669000783, 0.193181818181819, 0.303062292683787, 0.309090909090909, 0.600158168185543, 1.45772727272727, 1.05367672083739, 2.96181818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1245, '2021-04-18 00:00:00', 0.0873627556928641, 0.136818181818182, 0.246492274845362, 0.248181818181818, 0.262304555152364, 0.306818181818181, 0.603888016051598, 1.44045454545454, 1.048403135344, 2.94409090909091 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1260, '2021-04-18 00:00:00', 0.0594320094115121, 0.111052631578947, 0.0832034074875777, 0.146842105263157, 0.114835249392005, 0.237368421052631, 0.597367029907956, 1.50157894736842, 1.00189761473384, 3.08894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1275, '2021-04-18 00:00:00', 0.0547562381289575, 0.102631578947368, 0.0806370831645506, 0.163684210526316, 0.424242014126026, 1.05421052631579, 0.607876661081604, 1.51157894736842, 1.00189761473384, 3.08894736842105 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1290, '2021-04-18 00:00:00', 0.0732615278436668, 0.126842105263158, 0.118049449446492, 0.193684210526315, 0.490955626203209, 1.19526315789474, 0.602951803374849, 1.5078947368421, 0.999385191121981, 3.08473684210526 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 1305, '2021-04-18 00:00:00', 0.0961510750837768, 0.153157894736842, 0.411573076938736, 1.02578947368421, 0.492375789543571, 1.24684210526316, 0.585648538396807, 1.49210526315789, 0.986968303821626, 3.06789473684211 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 870, '2021-04-18 00:00:00', 0.437530951286116, 0.576666666666666, 0.443057558337515, 0.740000000000001, 0.505206228517952, 0.796666666666667, 0.520288381573141, 0.98, 0.925112605758528, 2.37666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 885, '2021-04-18 00:00:00', 0.19087517736294, 0.286666666666668, 0.237135685491099, 0.403333333333334, 0.258907963055085, 0.463333333333333, 0.285014619508075, 0.683333333333333, 0.828573070605926, 2.17333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 900, '2021-04-18 00:00:00', 0.195021366350801, 0.313333333333333, 0.266895734947813, 0.413333333333333, 0.275741424768448, 0.466666666666666, 0.288270706107991, 0.66, 0.808846915882933, 2.15333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 915, '2021-04-18 00:00:00', 0.182300118851671, 0.286666666666666, 0.165025250593154, 0.313333333333333, 0.271538824725551, 0.443333333333333, 0.314801524773943, 0.62, 0.897180769596257, 2.20666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 930, '2021-04-18 00:00:00', 0.27073035946534, 0.505833333333333, 0.385764815339117, 0.693333333333333, 0.470485218237205, 0.842083333333333, 0.570542584370098, 1.07666666666667, 1.13019164400287, 2.66875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 945, '2021-04-18 00:00:00', 0.2168044433739, 0.327083333333334, 0.266523512299939, 0.46, 0.307952565517314, 0.63, 0.415673889736528, 0.8525, 1.06166262825433, 2.51333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 960, '2021-04-18 00:00:00', 0.166118846054542, 0.272916666666667, 0.166907072991209, 0.376666666666666, 0.258232565667103, 0.553333333333333, 0.303873245408941, 0.747916666666667, 1.06828862191364, 2.45666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 975, '2021-04-18 00:00:00', 0.0885132840271753, 0.207916666666666, 0.14278797497374, 0.333333333333333, 0.222524628176136, 0.460416666666666, 0.283170136290811, 0.68125, 1.08079068949207, 2.44291666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 990, '2021-04-18 00:00:00', 0.103663858948883, 0.23625, 0.17515003920035, 0.345833333333333, 0.175101937184593, 0.434583333333333, 0.273595226248717, 0.6675, 1.08345453614079, 2.43708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1005, '2021-04-18 00:00:00', 0.123558353285671, 0.211666666666667, 0.151952867406454, 0.28875, 0.148777019224326, 0.370416666666666, 0.265721604342764, 0.629166666666667, 1.08981973978149, 2.41125 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1020, '2021-04-18 00:00:00', 0.108236857822575, 0.1975, 0.109858274971484, 0.274166666666667, 0.115136182756378, 0.352916666666667, 0.271228752590657, 0.617916666666666, 1.09263932219456, 2.40791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1035, '2021-04-18 00:00:00', 0.0941629792788371, 0.193333333333334, 0.106545730808997, 0.257083333333333, 0.118925594812258, 0.342916666666667, 0.363263937662132, 0.690416666666667, 1.08907211869102, 2.39541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1050, '2021-04-18 00:00:00', 0.0682068465261623, 0.16, 0.0868271229245929, 0.222083333333333, 0.136307410454925, 0.318333333333333, 0.405998500746857, 0.68, 1.06660294759863, 2.38625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1065, '2021-04-18 00:00:00', 0.0715954313982495, 0.142916666666666, 0.11014812161654, 0.2125, 0.145033104666746, 0.312083333333333, 0.409732150047575, 0.6825, 1.2392142642633, 2.45541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1080, '2021-04-18 00:00:00', 0.0649358657959271, 0.135833333333333, 0.0961731530226541, 0.208333333333333, 0.110217176914293, 0.27, 0.403215113228946, 0.662083333333334, 1.25074695073888, 2.47875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1095, '2021-04-18 00:00:00', 0.0633314263633573, 0.1275, 0.0989940343686411, 0.205416666666667, 0.108867689940787, 0.27, 0.632386783130594, 1.065, 1.21027365452635, 2.52833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1110, '2021-04-18 00:00:00', 0.0789560508828456, 0.135833333333334, 0.0665723971175069, 0.168333333333333, 0.140557894616882, 0.27, 0.672993394243697, 1.15375, 1.19084551621033, 2.545 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1125, '2021-04-18 00:00:00', 0.0484543711852351, 0.115, 0.0924975518673292, 0.185833333333334, 0.206755036039117, 0.294583333333334, 0.670792306783985, 1.18166666666667, 1.17750219237311, 2.55375 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1140, '2021-04-18 00:00:00', 0.0619475584668194, 0.12875, 0.108286221640158, 0.202916666666666, 0.204577595922973, 0.295416666666666, 0.664535906490005, 1.19416666666667, 1.17670128146318, 2.55791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1155, '2021-04-18 00:00:00', 0.0719248802974125, 0.125833333333333, 0.148952258668067, 0.189583333333333, 0.173102549818375, 0.260833333333334, 0.64542481235679, 1.20916666666667, 1.16559363180002, 2.56541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1170, '2021-04-18 00:00:00', 0.101915530525622, 0.127083333333333, 0.130281189761981, 0.185833333333333, 0.126192141283596, 0.24875, 0.66163335439817, 1.2375, 1.14665668705634, 2.57958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1185, '2021-04-18 00:00:00', 0.0492479676620326, 0.114166666666666, 0.0805371459890279, 0.175833333333334, 0.102646148900277, 0.258333333333334, 0.646347037398349, 1.24916666666667, 1.14648035750506, 2.57791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1200, '2021-04-18 00:00:00', 0.077374255164873, 0.117083333333334, 0.0960515788371098, 0.172083333333334, 0.103838468479807, 0.255416666666667, 0.648743350472749, 1.26625, 1.14486368722169, 2.57458333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1215, '2021-04-18 00:00:00', 0.0616617702717293, 0.1175, 0.0629224850942395, 0.17875, 0.341203114313734, 0.3275, 0.64498047942599, 1.26458333333333, 1.14567207033846, 2.56916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1230, '2021-04-18 00:00:00', 0.0563358845147387, 0.115416666666667, 0.0813640503886831, 0.17125, 0.390949930075563, 0.35375, 0.643691656987538, 1.26458333333333, 1.14891978252037, 2.56916666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1245, '2021-04-18 00:00:00', 0.0465941465503302, 0.108333333333333, 0.336205380639595, 0.239166666666667, 0.38217886964849, 0.352083333333333, 0.65493984124664, 1.25625, 1.15068190242991, 2.57583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 870, '2021-04-18 00:00:00', 0.434050688284214, 0.630000000000001, 0.641326749792958, 0.850000000000001, 0.652099174461471, 0.926666666666667, 0.644437739428721, 0.940000000000001, 0.977565002101308, 2.09666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 885, '2021-04-18 00:00:00', 0.233880311270531, 0.39, 0.23965252624025, 0.456666666666667, 0.248461935381123, 0.466666666666666, 0.393107279674815, 0.663333333333334, 0.94398093201081, 2.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 900, '2021-04-18 00:00:00', 0.165227116418583, 0.26, 0.155670592384475, 0.296666666666666, 0.300887575903913, 0.473333333333333, 0.393107279674815, 0.663333333333334, 0.94398093201081, 2.06 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 915, '2021-04-18 00:00:00', 0.119303534454488, 0.213333333333333, 0.230289672658878, 0.336666666666665, 0.377535870260473, 0.436666666666665, 0.382143079661706, 0.596666666666666, 0.972848052541265, 2.04333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 930, '2021-04-18 00:00:00', 0.291592972374956, 0.497692307692308, 0.433878572165779, 0.691153846153846, 0.459366788257321, 0.794615384615384, 0.595042726326308, 1.08038461538462, 1.0957027249845, 2.56269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 945, '2021-04-18 00:00:00', 0.212507737415696, 0.353461538461538, 0.281147374438827, 0.490384615384615, 0.358787702387659, 0.643846153846153, 0.456399453919986, 0.897307692307692, 1.01408389882009, 2.43307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 960, '2021-04-18 00:00:00', 0.126354811786249, 0.268461538461538, 0.223344163533806, 0.391153846153846, 0.288652306150763, 0.571923076923077, 0.358733026937003, 0.775769230769231, 0.966707019493735, 2.36230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 975, '2021-04-18 00:00:00', 0.0932655431467675, 0.212307692307692, 0.15662006944784, 0.334615384615385, 0.287333630792873, 0.503846153846154, 0.327908289242352, 0.719615384615385, 0.952782241648111, 2.335 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 990, '2021-04-18 00:00:00', 0.140743082901489, 0.246153846153846, 0.231156623559405, 0.375769230769231, 0.273154788465328, 0.491538461538462, 0.318006531137575, 0.688076923076923, 0.955433127716671, 2.31730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1005, '2021-04-18 00:00:00', 0.124163663704867, 0.223846153846154, 0.188472809710048, 0.325, 0.177945540502186, 0.406153846153847, 0.275295924695311, 0.630384615384615, 0.967046256152446, 2.29230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1020, '2021-04-18 00:00:00', 0.0877943401014337, 0.180384615384616, 0.0952446243183234, 0.253461538461539, 0.121029557737578, 0.341923076923077, 0.252614635059321, 0.583076923076923, 0.970145429224997, 2.27307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1035, '2021-04-18 00:00:00', 0.0698580979282567, 0.181923076923077, 0.102119839103191, 0.247307692307692, 0.159027815660802, 0.344615384615385, 0.317926938873601, 0.621538461538461, 0.976443783091716, 2.27230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1050, '2021-04-18 00:00:00', 0.0679592638163593, 0.142307692307692, 0.101056724360438, 0.212692307692308, 0.160649163851399, 0.298076923076923, 0.318831520495603, 0.578461538461538, 0.982176233598713, 2.26307692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1065, '2021-04-18 00:00:00', 0.061720212373132, 0.134230769230769, 0.135793961574144, 0.22, 0.155692003648228, 0.31, 0.320152848111408, 0.584615384615384, 0.939652308856026, 2.47230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1080, '2021-04-18 00:00:00', 0.10338055166006, 0.153461538461539, 0.114719725351028, 0.213846153846154, 0.121523660247706, 0.29, 0.300107672985239, 0.576153846153846, 0.975093920525686, 2.50807692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1095, '2021-04-18 00:00:00', 0.0524081614313591, 0.121153846153846, 0.0821227973595263, 0.191923076923077, 0.091399377207102, 0.255384615384615, 0.302227626899888, 0.798461538461538, 0.930196753380702, 2.535 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1110, '2021-04-18 00:00:00', 0.0728327905864889, 0.126153846153846, 0.0721803297304742, 0.175, 0.150599315556725, 0.268076923076923, 0.316484536017893, 0.882307692307692, 0.92813659472167, 2.55846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1125, '2021-04-18 00:00:00', 0.0476283690510343, 0.102692307692308, 0.0672046243830103, 0.162692307692307, 0.137435859165705, 0.273846153846153, 0.373062378780732, 0.986538461538461, 0.937316299951007, 2.58538461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1140, '2021-04-18 00:00:00', 0.0559999999999996, 0.12, 0.13120741067251, 0.199230769230769, 0.139551479335102, 0.278846153846153, 0.385531601019443, 1.02115384615385, 0.920757547641322, 2.61230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1155, '2021-04-18 00:00:00', 0.0912679908502769, 0.134615384615384, 0.0939173122404044, 0.197307692307692, 0.136332173526507, 0.267692307692308, 0.410017635643227, 1.05769230769231, 0.916088087803451, 2.61423076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1170, '2021-04-18 00:00:00', 0.0666067679628848, 0.132692307692308, 0.0868597454786474, 0.186153846153846, 0.128410998810011, 0.255769230769231, 0.430933155623218, 1.11923076923077, 0.909635345365637, 2.62730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1185, '2021-04-18 00:00:00', 0.0663011776203572, 0.120384615384615, 0.109981816678941, 0.19, 0.130552082150558, 0.269615384615385, 0.459070800639727, 1.145, 0.909105815961697, 2.62576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1200, '2021-04-18 00:00:00', 0.0760890166945173, 0.138461538461539, 0.0889295313068814, 0.187307692307693, 0.126556767439025, 0.266153846153846, 0.512876053402619, 1.17538461538462, 0.909291270927316, 2.62884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1215, '2021-04-18 00:00:00', 0.0610132394207633, 0.121153846153847, 0.10049799079507, 0.189615384615385, 0.31992787648757, 0.325384615384615, 0.509760728185293, 1.18, 0.909146091332199, 2.62884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1230, '2021-04-18 00:00:00', 0.0598716576070455, 0.113846153846154, 0.0851713205612885, 0.156923076923077, 0.324465951751726, 0.323076923076923, 0.511782555989733, 1.19576923076923, 0.907325486505001, 2.63653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1245, '2021-04-18 00:00:00', 0.0702522925987806, 0.109230769230769, 0.295475627004743, 0.254615384615385, 0.28530712196886, 0.331923076923077, 0.509190156409779, 1.19884615384615, 0.899818785175018, 2.64461538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 870, '2021-04-18 00:00:00', 0.355574652264939, 0.523333333333332, 0.307300070506553, 0.563333333333332, 0.28827070610799, 0.579999999999998, 0.269072480941472, 0.669999999999999, 0.845832922824201, 2.11666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 885, '2021-04-18 00:00:00', 0.177857620959388, 0.393333333333333, 0.164620776331542, 0.419999999999999, 0.315647482697603, 0.593333333333334, 0.350428309358704, 0.73, 0.828512723700326, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 900, '2021-04-18 00:00:00', 0.125033328890075, 0.226666666666667, 0.168621864932555, 0.313333333333333, 0.339754813554324, 0.516666666666667, 0.355715241918776, 0.683333333333334, 0.76631151194102, 2.12333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 915, '2021-04-18 00:00:00', 0.163707055437448, 0.29, 0.338575447032612, 0.493333333333334, 0.336055550963428, 0.506666666666668, 0.375810235801705, 0.683333333333335, 0.760548048010994, 2.12666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 930, '2021-04-18 00:00:00', 0.231314637536109, 0.497692307692307, 0.235084272941886, 0.606153846153846, 0.332204756136934, 0.75, 0.511273523062377, 1.10615384615385, 0.844936410898204, 2.64846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 945, '2021-04-18 00:00:00', 0.128808145944029, 0.286538461538461, 0.202247753624494, 0.431923076923076, 0.283527505109903, 0.609615384615384, 0.421932003271398, 0.931153846153846, 0.807386286349115, 2.56384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 960, '2021-04-18 00:00:00', 0.115431076116154, 0.2508, 0.176704084087871, 0.3608, 0.225604373480067, 0.5784, 0.354691415176629, 0.8368, 0.776435659493646, 2.5224 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 975, '2021-04-18 00:00:00', 0.174486866745514, 0.2604, 0.244375394287832, 0.3888, 0.268285917135681, 0.5724, 0.357778795719739, 0.7816, 0.797939638485685, 2.5008 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 990, '2021-04-18 00:00:00', 0.176933277297926, 0.265769230769231, 0.16878798717736, 0.394230769230769, 0.249103314988906, 0.522692307692308, 0.2971125143003, 0.720384615384616, 0.805517129646444, 2.49538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1005, '2021-04-18 00:00:00', 0.0974134724531703, 0.205769230769231, 0.146533797624145, 0.301923076923077, 0.191283921074246, 0.421538461538462, 0.225339402133418, 0.645384615384616, 0.802653004824529, 2.50961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1020, '2021-04-18 00:00:00', 0.10807404868885, 0.2, 0.147248089970635, 0.315, 0.151708221976875, 0.38923076923077, 0.20631417416537, 0.618461538461539, 0.805388391733119, 2.51230769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1035, '2021-04-18 00:00:00', 0.0911836692531154, 0.187692307692308, 0.102752877556562, 0.256923076923077, 0.113251931550857, 0.335000000000001, 0.304509694174346, 0.656923076923077, 0.810687457560651, 2.51692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1050, '2021-04-18 00:00:00', 0.0752237687477525, 0.158846153846154, 0.108043438557761, 0.24423076923077, 0.135417303746036, 0.305384615384616, 0.363925816616519, 0.655, 0.811111677789287, 2.51692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1065, '2021-04-18 00:00:00', 0.0902960941313886, 0.15423076923077, 0.104854477913256, 0.207692307692308, 0.116487701562803, 0.294230769230769, 0.36611221482785, 0.646923076923077, 0.933238529983709, 2.61692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1080, '2021-04-18 00:00:00', 0.0792114987767654, 0.147692307692308, 0.0881825030612867, 0.201923076923077, 0.118225989593594, 0.294230769230769, 0.36772899720394, 0.656153846153846, 0.966647895485297, 2.69192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1095, '2021-04-18 00:00:00', 0.0745953184755021, 0.137307692307692, 0.110743640206351, 0.211923076923077, 0.159159813250224, 0.300384615384616, 0.377155344448616, 0.893076923076923, 0.95808559116605, 2.72 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1110, '2021-04-18 00:00:00', 0.077029464891939, 0.141538461538462, 0.086997789538674, 0.213846153846154, 0.146159028248212, 0.297692307692308, 0.482731331551557, 0.988461538461538, 0.96061366604094, 2.73115384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1125, '2021-04-18 00:00:00', 0.0653040227291967, 0.123846153846154, 0.100282677390541, 0.176153846153847, 0.141482806783668, 0.275769230769232, 0.500634213158285, 1.03115384615385, 0.981380895238164, 2.76730769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1140, '2021-04-18 00:00:00', 0.0934443478967357, 0.130384615384616, 0.112019915811706, 0.192692307692308, 0.164440309488323, 0.286153846153847, 0.540131607893996, 1.09307692307692, 0.986444430966395, 2.78615384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1155, '2021-04-18 00:00:00', 0.0853021778060885, 0.137307692307692, 0.117106132007877, 0.204615384615385, 0.156014299147423, 0.297307692307693, 0.571078332226378, 1.16769230769231, 0.990195007988908, 2.78692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1170, '2021-04-18 00:00:00', 0.087678608916534, 0.143461538461539, 0.112772064189401, 0.201538461538462, 0.126824530507554, 0.297307692307693, 0.591091818977, 1.19153846153846, 0.993172771397884, 2.79192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1185, '2021-04-18 00:00:00', 0.0770624122683388, 0.131153846153846, 0.0968678719461961, 0.209230769230769, 0.14225491744914, 0.317307692307692, 0.617893194654221, 1.23, 0.995074639643448, 2.78846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1200, '2021-04-18 00:00:00', 0.053065996645686, 0.13, 0.110715852523475, 0.205000000000001, 0.142293845480184, 0.293461538461539, 0.620453556186613, 1.22115384615385, 0.994349961610019, 2.77961538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1215, '2021-04-18 00:00:00', 0.0844028800091928, 0.129615384615385, 0.106883113727099, 0.2, 0.283372274850322, 0.349615384615384, 0.597312442400251, 1.20692307692308, 1.00371739816774, 2.78384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1230, '2021-04-18 00:00:00', 0.0775599024079995, 0.133461538461538, 0.112951997973271, 0.193076923076923, 0.303441034697783, 0.332692307692308, 0.589536584628455, 1.21423076923077, 1.00367333024553, 2.78192307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1245, '2021-04-18 00:00:00', 0.0881955868423222, 0.132307692307692, 0.25546458432854, 0.256923076923077, 0.287737059456399, 0.333846153846154, 0.585065939741969, 1.21692307692308, 0.995817175064703, 2.78038461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 870, '2021-04-18 00:00:00', 0.181475434517549, 0.386666666666666, 0.262297540972079, 0.539999999999999, 0.18520259177452, 0.589999999999999, 0.395769293065205, 0.996666666666666, 0.615386057690617, 2.19 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 885, '2021-04-18 00:00:00', 0.262741951985847, 0.433333333333332, 0.231156512634477, 0.456666666666665, 0.104403065089104, 0.529999999999999, 0.470779495447, 0.953333333333332, 0.690386365257407, 2.14666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 900, '2021-04-18 00:00:00', 0.138684293751431, 0.313333333333333, 0.0929157324317754, 0.353333333333333, 0.233523731841826, 0.586666666666667, 0.462853468533327, 0.913333333333332, 0.68156682235371, 2.10666666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 915, '2021-04-18 00:00:00', 0.0964365076099295, 0.23, 0.147309198626562, 0.350000000000001, 0.33778691508109, 0.520000000000001, 0.456325906927639, 0.823333333333333, 0.710774225756675, 2.08 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 930, '2021-04-18 00:00:00', 0.225773629735755, 0.462083333333333, 0.308540275246644, 0.636666666666666, 0.384489120857757, 0.803333333333333, 0.548663725844866, 1.14666666666667, 1.03596310996936, 2.6975 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 945, '2021-04-18 00:00:00', 0.209768246861397, 0.37125, 0.249851767648543, 0.472083333333333, 0.334740868845383, 0.670833333333334, 0.483500970429013, 1.00916666666667, 1.00783012356796, 2.64791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 960, '2021-04-18 00:00:00', 0.130938640348187, 0.271666666666667, 0.178629545408237, 0.402916666666667, 0.309541210292855, 0.59375, 0.441370559750526, 0.899166666666667, 1.01035068886637, 2.63541666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 975, '2021-04-18 00:00:00', 0.171993848895741, 0.279166666666667, 0.230103552618242, 0.427916666666667, 0.363855163093977, 0.584166666666667, 0.442501944644871, 0.845833333333333, 1.00410669434238, 2.60958333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 990, '2021-04-18 00:00:00', 0.144672919453463, 0.277916666666667, 0.23357919241755, 0.37125, 0.311041960914078, 0.500833333333333, 0.38238359031858, 0.767916666666666, 1.00219180090295, 2.58833333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1005, '2021-04-18 00:00:00', 0.201206505787001, 0.228333333333333, 0.255456397482022, 0.358333333333333, 0.282431215173444, 0.4425, 0.353551084802773, 0.73375, 1.01087125214134, 2.56791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1020, '2021-04-18 00:00:00', 0.101459458598646, 0.22625, 0.162064913636123, 0.307083333333333, 0.181275672844476, 0.4, 0.351480306414316, 0.714166666666666, 1.01415123003983, 2.55625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1035, '2021-04-18 00:00:00', 0.122545466274146, 0.2, 0.146811522669053, 0.263333333333334, 0.206586736530071, 0.367916666666667, 0.426043263435582, 0.742083333333334, 1.00644985187928, 2.5475 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1050, '2021-04-18 00:00:00', 0.111627453638417, 0.185416666666667, 0.166480511981328, 0.27125, 0.20024939161101, 0.380416666666666, 0.430575743643895, 0.729583333333333, 0.993911811181352, 2.54208333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1065, '2021-04-18 00:00:00', 0.114689246175942, 0.171666666666667, 0.136570308908497, 0.235833333333333, 0.168419765441306, 0.335, 0.417281575250428, 0.6975, 1.00426689318807, 2.66708333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1080, '2021-04-18 00:00:00', 0.0920144916122823, 0.158333333333334, 0.147124614439302, 0.2425, 0.216351498757214, 0.335833333333333, 0.415315272247866, 0.704583333333333, 0.992677173614107, 2.70583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1095, '2021-04-18 00:00:00', 0.10735877140272, 0.160416666666667, 0.106702043499441, 0.22875, 0.253451178730737, 0.36125, 0.666222179722068, 1.04458333333333, 1.03397423439431, 2.73625 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1110, '2021-04-18 00:00:00', 0.0882427071338973, 0.150416666666667, 0.207231579485926, 0.231666666666667, 0.262765393790569, 0.3675, 0.725987583237133, 1.09833333333333, 1.04539977444315, 2.74791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1125, '2021-04-18 00:00:00', 0.175622598493045, 0.157916666666666, 0.213804393875757, 0.260833333333333, 0.235924023633746, 0.359166666666667, 0.780592375393033, 1.15125, 1.03542183170204, 2.74875 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1140, '2021-04-18 00:00:00', 0.10460919177564, 0.156086956521739, 0.132846608326572, 0.218695652173913, 0.205635042614308, 0.34695652173913, 0.799242477317995, 1.19608695652174, 0.978145781548167, 2.85347826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1155, '2021-04-18 00:00:00', 0.0948037290172346, 0.151739130434782, 0.150540528074288, 0.244782608695652, 0.217707240779325, 0.346521739130435, 0.793724397364936, 1.19565217391304, 0.957253771268985, 2.85434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1170, '2021-04-18 00:00:00', 0.107488394446617, 0.170869565217391, 0.195987415906419, 0.247391304347826, 0.23433532272848, 0.346956521739131, 0.795288497632402, 1.19739130434783, 0.969022163094926, 2.87304347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1185, '2021-04-18 00:00:00', 0.154537432946902, 0.16, 0.171801659702925, 0.246086956521739, 0.200336673149715, 0.335652173913043, 0.798580014479257, 1.18869565217391, 0.987585389313638, 2.86608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1200, '2021-04-18 00:00:00', 0.113477200788591, 0.160434782608695, 0.151835931839695, 0.232173913043478, 0.204857031029094, 0.318695652173913, 0.8142214205848, 1.19260869565217, 0.993029858763198, 2.86913043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1215, '2021-04-18 00:00:00', 0.0696887490139577, 0.127391304347826, 0.0893741966988972, 0.191739130434783, 0.318572656625466, 0.353913043478261, 0.797167911949482, 1.17695652173913, 1.00976731949776, 2.86130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1230, '2021-04-18 00:00:00', 0.0862847569883442, 0.142173913043478, 0.158730138653616, 0.220434782608696, 0.332052545963184, 0.380434782608696, 0.788018227754109, 1.19, 1.00843203928952, 2.86478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1245, '2021-04-18 00:00:00', 0.13466691451731, 0.155217391304347, 0.31358566354259, 0.282173913043478, 0.329751972907462, 0.39, 0.757723603491759, 1.16782608695652, 1.00242886848077, 2.85 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 870, '2021-04-18 00:00:00', 0.350190424388408, 0.553333333333332, 0.357258076652346, 0.603333333333333, 0.385529938310027, 0.626666666666666, 0.784877909826319, 1.00333333333333, 0.67396834742689, 1.71333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 885, '2021-04-18 00:00:00', 0.332916405923971, 0.463333333333334, 0.330454232837166, 0.499999999999999, 0.457638867813186, 0.603333333333333, 0.764133496190293, 0.949999999999999, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 900, '2021-04-18 00:00:00', 0.126622799421483, 0.263333333333333, 0.123423390543825, 0.316666666666666, 0.296704117486315, 0.546666666666667, 0.506491197685936, 0.773333333333333, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 5, 915, '2021-04-18 00:00:00', 0.097125348562223, 0.206666666666666, 0.166533279957291, 0.316666666666668, 0.316596483450675, 0.523333333333334, 0.445458565226143, 0.706666666666667, 0.693565666201358, 1.67333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1260, '2021-04-18 00:00:00', 0.0401129358068887, 0.102380952380952, 0.0722001187177495, 0.171428571428571, 0.107251373617577, 0.251428571428571, 0.656023010630108, 1.27809523809524, 1.17696906946452, 2.63809523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1275, '2021-04-18 00:00:00', 0.0532558961636217, 0.114761904761905, 0.0910442069494133, 0.180952380952381, 0.462494787615416, 0.842857142857143, 0.653172842289667, 1.27619047619048, 1.17346454894004, 2.64761904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1290, '2021-04-18 00:00:00', 0.0688718616949857, 0.133333333333333, 0.107513011394192, 0.197619047619047, 0.528307720574901, 0.982380952380952, 0.644566668759866, 1.26809523809524, 1.15941426098329, 2.66714285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 1, 1305, '2021-04-18 00:00:00', 0.0620483682299542, 0.13, 0.447444064075266, 0.795238095238095, 0.526445402586785, 1.00380952380952, 0.645783024154177, 1.26428571428571, 1.16596883892038, 2.66333333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1260, '2021-04-18 00:00:00', 0.0588325150077263, 0.11608695652174, 0.0780999663449547, 0.167826086956522, 0.103013871432492, 0.268695652173913, 0.521184421851831, 1.23173913043478, 0.900362245939401, 2.71391304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1275, '2021-04-18 00:00:00', 0.0565860078516325, 0.107391304347826, 0.0596663980091262, 0.166521739130435, 0.245466402875651, 0.669130434782608, 0.5271952035145, 1.23434782608696, 0.890425354677731, 2.72869565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1290, '2021-04-18 00:00:00', 0.0448140647035834, 0.119130434782609, 0.066534783913046, 0.197826086956522, 0.24315124849416, 0.769565217391304, 0.528545247875131, 1.23652173913043, 0.887098570350435, 2.73565217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 2, 1305, '2021-04-18 00:00:00', 0.0654989967638823, 0.150869565217391, 0.263212143357914, 0.654782608695652, 0.330498485642306, 0.877391304347826, 0.534849171602272, 1.23, 0.884601694607672, 2.73739130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1260, '2021-04-18 00:00:00', 0.0714336531224533, 0.118695652173913, 0.0619288128871582, 0.155217391304348, 0.112446737501377, 0.285217391304348, 0.607186539764467, 1.20869565217391, 1.02745781675813, 2.82826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1275, '2021-04-18 00:00:00', 0.0435799206764537, 0.109130434782609, 0.0654114372757715, 0.188260869565217, 0.274867557039828, 0.683913043478261, 0.60866698125588, 1.20869565217391, 1.03255736090413, 2.82260869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1290, '2021-04-18 00:00:00', 0.0625701187696321, 0.138260869565218, 0.0806152233095525, 0.224782608695652, 0.376668881964407, 0.786086956521739, 0.602735529545982, 1.21086956521739, 1.03044696545557, 2.82130434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 3, 1305, '2021-04-18 00:00:00', 0.0690162379930935, 0.157826086956522, 0.273467703724292, 0.641304347826087, 0.387362623870117, 0.829565217391305, 0.583016891395244, 1.22782608695652, 1.02351328601065, 2.82608695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1260, '2021-04-18 00:00:00', 0.0905698334813643, 0.1335, 0.113480812196785, 0.196, 0.138035083259751, 0.307000000000001, 0.702390467205423, 1.1495, 0.923456892106473, 3.026 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1275, '2021-04-18 00:00:00', 0.0719118612571925, 0.1065, 0.13597213336795, 0.194, 0.582832466675053, 0.821000000000001, 0.706246378658624, 1.1395, 0.954793309129203, 3.0125 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1290, '2021-04-18 00:00:00', 0.102114486832441, 0.148, 0.0843223763771801, 0.2095, 0.590140705791067, 0.8835, 0.671819994688427, 1.145, 0.945521298710816, 3.04 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 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 1028686, 4, 1305, '2021-04-18 00:00:00', 0.0668757685642019, 0.1675, 0.531217816362604, 0.791500000000001, 0.653367592191651, 0.9555, 0.659746961062784, 1.1415, 0.94500612640732, 3.0405 where not exists (select 1 from powerstats_trumpet where symbolid = 1028686 and enddate = '2021-04-18 00:00:00' and dayofweek = 4 and fromtime = 1305);
Date: 2021-04-23 14:00:56 Duration: 1s287ms Database: acaweb_fx User: pgperfstats
12 53ms 6s838ms 602ms 21 12s648ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Apr 23 14 21 12s648ms 602ms [ User: postgres - Total duration: 12s648ms - 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 symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5201 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-04-23 14:37:18 Duration: 6s838ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout = - 1 AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:33:13 Duration: 2s898ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout = - 1 AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:49:14 Duration: 641ms Database: acaweb_fx User: postgres Bind query: yes
13 68ms 10s346ms 532ms 147 1m18s (( 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 #13
Day Hour Count Duration Avg duration Apr 23 14 147 1m18s 532ms [ User: postgres - Total duration: 1m18s - Times executed: 147 ]
-
(( 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-04-23 14:03:03 Duration: 10s346ms 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-04-23 14:48:41 Duration: 7s946ms 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-04-23 14:33:28 Duration: 7s443ms Database: acaweb_fx User: postgres Bind query: yes
14 274ms 1s113ms 442ms 16 7s75ms 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 Apr 23 14 16 7s75ms 442ms [ User: postgres - Total duration: 7s75ms - 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-04-23 14:41:22 Duration: 1s113ms 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-04-23 14:11:41 Duration: 1s101ms 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-04-23 14:01:31 Duration: 996ms Database: acaweb_fx User: postgres
15 50ms 1s75ms 349ms 20 6s987ms 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.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 #15
Day Hour Count Duration Avg duration Apr 23 14 20 6s987ms 349ms [ User: postgres - Total duration: 6s987ms - Times executed: 20 ]
-
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 = 3524 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:19:13 Duration: 1s75ms 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 = 558 AND groupid = 3524 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:19:13 Duration: 1s75ms 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 = 558 AND groupid = 3524 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '0' > 0 AND dftt.dayofweek = '3' 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-04-23 14:03:12 Duration: 956ms Database: acaweb_fx User: postgres Bind query: yes
16 50ms 2s894ms 290ms 28 8s140ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Apr 23 14 28 8s140ms 290ms [ User: postgres - Total duration: 8s140ms - Times executed: 28 ]
-
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 = 619 AND sg.groupid = 4262 AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:33:13 Duration: 2s894ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5201 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-04-23 14:37:10 Duration: 2s519ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 619 AND sg.groupid = 4262 AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 0 > 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-04-23 14:49:14 Duration: 539ms Database: acaweb_fx User: postgres Bind query: yes
17 59ms 2s998ms 281ms 208 58s649ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when rar.age is not null then rar.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when rar.relevant is not null then rar.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from keylevels_results kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on kr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on kr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on kr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Apr 23 14 208 58s649ms 281ms [ User: postgres - Total duration: 58s649ms - Times executed: 208 ]
-
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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('600' = 0 OR kr.patternlengthbars <= '600') 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-04-23 14:19:40 Duration: 2s998ms 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 = '572' 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 ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('600' = 0 OR kr.patternlengthbars <= '600') 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-04-23 14:03:06 Duration: 2s191ms 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 = '630' 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-04-23 14:03:22 Duration: 975ms Database: acaweb_fx User: postgres Bind query: yes
18 50ms 561ms 138ms 48 6s670ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t30 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Apr 23 14 48 6s670ms 138ms [ User: postgres - Total duration: 6s670ms - Times executed: 48 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '1002847' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:01:06 Duration: 561ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '987991' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:16:39 Duration: 426ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T30 WHERE symbolid = '954107' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:03:00 Duration: 318ms Database: acaweb_fx User: postgres Bind query: yes
19 50ms 387ms 135ms 53 7s164ms select * from ( select pricedatetime, open, high, low, close, volume, bsf from t60 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Apr 23 14 53 7s164ms 135ms [ User: postgres - Total duration: 7s164ms - Times executed: 53 ]
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '988182' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:16:49 Duration: 387ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '954138' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:04:54 Duration: 341ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T60 WHERE symbolid = '1022896' AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2021-04-23 14:02:47 Duration: 328ms Database: acaweb_fx User: postgres Bind query: yes
20 50ms 1s228ms 98ms 84 8s270ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Apr 23 14 84 8s270ms 98ms [ User: postgres - Total duration: 8s270ms - Times executed: 84 ]
-
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 = 619 AND (((s.symbol ilike '%usdjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 60 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53211 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512107141 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:33:20 Duration: 1s228ms 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 = 619 AND (((s.symbol ilike '%usdjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 60 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53211 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512107141 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:49:20 Duration: 421ms 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 = 619 AND (((s.symbol ilike '%eurjpy%' AND timegranularity <= 1440))) AND breakout >= 0.3 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.3 AND initialtrend >= 0.3 AND symmetry >= 0.3 AND noise <= 0.7 AND volumeincrease >= 0.3 AND TemporaryPattern = 0 AND PatternID & 53147 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 512598133 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:32:43 Duration: 378ms 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 282ms 4 58ms 95ms 70ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4891 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 > 512869941 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Apr 23 14 4 282ms 70ms [ User: postgres - Total duration: 329ms - Times executed: 4 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4891 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 > 512869941 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:12:56 Duration: 95ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4891 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 > 512869941 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:36:57 Duration: 69ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4891 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 > 512869941 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:04:56 Duration: 59ms Database: postgres User: acaweb_fx Remote: postgres
2 187ms 3 57ms 68ms 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 = 660 AND sg.groupid = 4892 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 > 512849214 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 #2
Day Hour Count Duration Avg duration 14 3 187ms 62ms [ User: postgres - Total duration: 247ms - Times executed: 3 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4892 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 > 512849214 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:04:56 Duration: 68ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4892 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 > 512849214 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:20:56 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4892 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 > 512849214 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:12:56 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres
3 159ms 3 50ms 55ms 53ms with sym_info as ( ;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 14 3 159ms 53ms [ User: postgres - Total duration: 795ms - Times executed: 3 ]
-
with sym_info as ( ;
Date: 2021-04-23 14:50:30 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '627', $2 = 'Forex', $3 = 'Forex', $4 = '627', $5 = 'Forex', $6 = '627'
-
with sym_info as ( ;
Date: 2021-04-23 14:10:46 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '627', $2 = 'Forex', $3 = 'Forex', $4 = '627', $5 = 'Forex', $6 = '627'
-
with sym_info as ( ;
Date: 2021-04-23 14:05:26 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '692', $2 = 'Forex', $3 = 'Forex', $4 = '692', $5 = 'Forex', $6 = '692'
4 124ms 2 53ms 70ms 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 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 = 642 AND groupid = 4706 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 2 124ms 62ms [ User: postgres - Total duration: 242ms - Times executed: 2 ]
-
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 = 642 AND groupid = 4706 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-04-23 14:05:42 Duration: 70ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
-
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 = 642 AND groupid = 4706 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.qtytp >= $5 AND a.resultuid > $6 AND c.nonliquid = $7 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2021-04-23 14:05:42 Duration: 53ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
5 116ms 2 55ms 61ms 58ms 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 = 660 AND sg.groupid = 4864 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 > 60749072 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #5
Day Hour Count Duration Avg duration 14 2 116ms 58ms [ User: postgres - Total duration: 118ms - Times executed: 2 ]
-
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 = 660 AND sg.groupid = 4864 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 > 60749072 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-04-23 14:04:56 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres
-
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 = 660 AND sg.groupid = 4864 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 > 60749072 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-04-23 14:12:56 Duration: 55ms Database: postgres User: acaweb_fx Remote: postgres
6 113ms 2 52ms 61ms 56ms 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 = 700 AND groupid = 5383 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 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 14 2 113ms 56ms [ User: postgres - Total duration: 288ms - Times executed: 2 ]
-
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 = 700 AND groupid = 5383 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 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2021-04-23 14:46:34 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '3', $4 = '3', $5 = '0', $6 = '0'
-
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 = 700 AND groupid = 5383 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 AND ((rar.age IS NULL AND a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1)) OR rar.age >= ( case c.timegranularity;
Date: 2021-04-23 14:46:34 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '3', $4 = '3', $5 = '0', $6 = '0'
7 86ms 1 86ms 86ms 86ms 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 = 660 AND (((c.symbol ilike '%twtr%' AND timegranularity <= 1440);Times Reported Time consuming bind #7
Day Hour Count Duration Avg duration 14 1 86ms 86ms [ User: postgres - Total duration: 91ms - 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 = 660 AND (((c.symbol ilike '%twtr%' AND timegranularity <= 1440);
Date: 2021-04-23 14:20:56 Duration: 86ms Database: postgres User: acaweb_fx Remote: postgres
8 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 = 660 AND (((c.symbol ilike '%usdzar%' AND timegranularity <= 1440);Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 14 1 75ms 75ms [ User: postgres - Total duration: 59ms - 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 = 660 AND (((c.symbol ilike '%usdzar%' AND timegranularity <= 1440);
Date: 2021-04-23 14:20:56 Duration: 75ms Database: postgres User: acaweb_fx Remote: postgres
9 72ms 1 72ms 72ms 72ms 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 '%ustech100%' AND timegranularity <= 1440);Times Reported Time consuming bind #9
Day Hour Count Duration Avg duration 14 1 72ms 72ms [ User: postgres - Total duration: 72ms - 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 = 660 AND (((s.symbol ilike '%ustech100%' AND timegranularity <= 1440);
Date: 2021-04-23 14:04:56 Duration: 72ms Database: postgres User: acaweb_fx Remote: postgres
10 70ms 1 70ms 70ms 70ms 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 = 642 AND sg.groupid = 4706 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 #10
Day Hour Count Duration Avg duration 14 1 70ms 70ms [ User: postgres - Total duration: 201ms - 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 = 642 AND sg.groupid = 4706 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-04-23 14:05:42 Duration: 70ms Database: postgres User: acaweb_fx Remote: postgres
11 69ms 1 69ms 69ms 69ms 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 = 642 AND sg.groupid = 4706 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 14 1 69ms 69ms [ User: postgres - Total duration: 95ms - 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 = 642 AND sg.groupid = 4706 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-04-23 14:05:42 Duration: 69ms Database: postgres User: acaweb_fx Remote: postgres
12 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 downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((c.symbol ilike '%brent%' AND timegranularity <= 1440);Times Reported Time consuming bind #12
Day Hour Count Duration Avg duration 14 1 67ms 67ms [ User: postgres - Total duration: 50ms - 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 = 660 AND (((c.symbol ilike '%brent%' AND timegranularity <= 1440);
Date: 2021-04-23 14:12:56 Duration: 67ms Database: postgres User: acaweb_fx Remote: postgres
13 66ms 1 66ms 66ms 66ms 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 = 5385 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 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 #13
Day Hour Count Duration Avg duration 14 1 66ms 66ms [ User: postgres - Total duration: 80ms - 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 = 5385 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 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-04-23 14:46:34 Duration: 66ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '1', $2 = '20', $3 = '39', $4 = '3', $5 = '0', $6 = '0', $7 = '0'
14 65ms 1 65ms 65ms 65ms 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 = 660 AND sg.groupid = 4892 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 > 60733616 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 14 1 65ms 65ms [ User: postgres - Total duration: 123ms - 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 = 660 AND sg.groupid = 4892 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 > 60733616 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-04-23 14:12:56 Duration: 65ms Database: postgres User: acaweb_fx Remote: postgres
15 63ms 1 63ms 63ms 63ms 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 = 660 AND sg.groupid = 4882 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 > 60749660 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 14 1 63ms 63ms [ User: postgres - Total duration: 73ms - 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 = 660 AND sg.groupid = 4882 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 > 60749660 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2021-04-23 14:04:56 Duration: 63ms Database: postgres User: acaweb_fx Remote: postgres
16 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 = 660 AND (((c.symbol ilike '%eurchf%' AND timegranularity <= 1440);Times Reported Time consuming bind #16
Day Hour Count Duration Avg duration 14 1 62ms 62ms [ 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 = 660 AND (((c.symbol ilike '%eurchf%' AND timegranularity <= 1440);
Date: 2021-04-23 14:04:56 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
17 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 = 660 AND sg.groupid = 4891 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 > 512880618 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 14 1 62ms 62ms [ User: postgres - Total duration: 60ms - 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 = 660 AND sg.groupid = 4891 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 > 512880618 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2021-04-23 14:12:56 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
18 61ms 1 61ms 61ms 61ms 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 = 660 AND (((c.symbol ilike '%gbpcad%' AND timegranularity <= 1440);Times Reported Time consuming bind #18
Day Hour Count Duration Avg duration 14 1 61ms 61ms [ User: postgres - Total duration: 75ms - 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 = 660 AND (((c.symbol ilike '%gbpcad%' AND timegranularity <= 1440);
Date: 2021-04-23 14:20:56 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres
19 59ms 1 59ms 59ms 59ms 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 = 660 AND (((symbol ilike '%usdmxn%' AND timegranularity <= 1440);Times Reported Time consuming bind #19
Day Hour Count Duration Avg duration 14 1 59ms 59ms [ User: postgres - Total duration: 108ms - 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 = 660 AND (((symbol ilike '%usdmxn%' AND timegranularity <= 1440);
Date: 2021-04-23 14:20:56 Duration: 59ms Database: postgres User: acaweb_fx Remote: postgres
20 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 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 = 489 AND groupid = 3127 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 #20
Day Hour Count Duration Avg duration 14 1 59ms 59ms [ User: postgres - Total duration: 110ms - 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 = 489 AND groupid = 3127 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-04-23 14:07:33 Duration: 59ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '3', $4 = '3', $5 = '0', $6 = '0'
-
Events
Log levels
Key values
- 68,295 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 21309 ERROR entries
- 338 WARNING entries
Most Frequent Errors/Events
Key values
- 21,302 Max number of times the same event was reported
- 21,647 Total events found
Rank Times reported Error 1 21,302 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Apr 23 14 21,302 - ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "idx_firstemerging_chartpattern"
- ERROR: duplicate key value violates unique constraint "ix_fibonacci_unique"
Detail: Key (pricedatetime, symbolid)=(2021-04-21 15:30:00, 960559) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960559, '2021-04-21 15:30', 0.77543, 0.77597, 0.77531, 0.77541, 0, 0,'2021-04-23 14:00');Date: 2021-04-23 14:00:00 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (breakout, resx0, resx1, supportx0, supportx1, resy0, resy1, supporty0, supporty1, symbolid)=(-1, 2021-04-22 11:00:00, 2021-04-23 12:00:00, 2021-04-21 16:00:00, 2021-04-22 15:00:00, 19.8895, 19.85608, 19.78808, 19.75507, 1010148) already exists.
Statement: INSERT INTO Autochartist_Results(ResultID, SymbolID, Bandwidth, Pattern, QtyTP, GMTTimeFound, Direction, InitialTrend, Breakout, VolumeIncrease, Noise, Symmetry, PredictionPriceFrom, PredictionPriceTo, PredictionTimeFrom, PredictionTimeTo, PatternStartTime, PatternEndTime, PatternStartPrice, PatternEndPrice, Resx0, Resx1, Supportx0, Supportx1, Resy0, Resy1, Supporty0, Supporty1, SupportGradient, ResGradient,RiskReward, PatternQuality, TrendChange, MaxMovementAfterBreakout, LatestBarAtBreakoutTime, LatestBarAtBreakoutPrice, PatternLengthBars, TemporaryPattern, relevancestartdistance, simulation, writtendatetime) SELECT DISTINCT '1010148-1|44308.4583|44309.5|44307.6667|44308.625|19.8895|19.8561|19.7881|19.7551', 1010148, 4.000000000000000000000000000000, 'Channel Down', 4, '2021-04-23 11:57:30'::timestamp without time zone, -1, 0.261839307703567336600000000000, -1.000000000000000000000000000000, 0.553087028333290820000000000000, 0.131231219512493640900000000000, 0.920020847512395434400000000000, 19.712310085336380180000000000000, 19.760837535556824210000000000000, '2021-04-23 14:00:00'::timestamp without time zone, '2021-04-24 13:00:00'::timestamp without time zone, '2021-04-21 16:00:00'::timestamp without time zone, '2021-04-23 14:00:00'::timestamp without time zone, 19.913579999999999620000000000000, 19.792880000000000250000000000000, '2021-04-22 11:00:00'::timestamp without time zone, '2021-04-23 12:00:00'::timestamp without time zone, '2021-04-21 16:00:00'::timestamp without time zone, '2021-04-22 15:00:00'::timestamp without time zone, 19.889500000000001730000000000000, 19.856079999999998620000000000000, 19.788080000000000780000000000000, 19.755069999999999910000000000000, -0.001435217391304385729000000000, -0.001336800000000124651000000000, 3.159986766842270978000000000000, 0.683542978567823089600000000000, 'Continuation', 0.000000000000000000000000000000, '2021-04-23 14:00:00'::timestamp without time zone, 19.795500000000000540000000000000, 46, 0, 0.101214999999999832880000000000, 0, CURRENT_TIMESTAMP::timestamp without time zone WHERE NOT EXISTS ( SELECT 1 FROM Autochartist_Results WHERE (breakout = -1.000000000000000000000000000000 and resx0 = '2021-04-22 11:00:00'::timestamp without time zone and resx1 = '2021-04-23 12:00:00'::timestamp without time zone and supportx0 = '2021-04-21 16:00:00'::timestamp without time zone and supportx1 = '2021-04-22 15:00:00'::timestamp without time zone and resy0 = 19.889500000000001730000000000000 and resy1 = 19.856079999999998620000000000000 and supporty0 = 19.788080000000000780000000000000 and supporty1 = 19.755069999999999910000000000000 and symbolid = 1010148) or resultid = '1010148-1|44308.4583|44309.5|44307.6667|44308.625|19.8895|19.8561|19.7881|19.7551') LIMIT 1;;Date: 2021-04-23 14:00:09 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pattern, direction, patternstarttime, patternstartprice, qtytp, patternlengthbars, ratiosfound, temporarypattern, symbolid, timex, timea, timeb, timec, timed)=(ABCD, -1, 2021-04-22 12:00:00, 0.8015, 4, 24, BC=0.618*AB (0.642) , 0, 919338, 1899-12-29 00:00:00, 2021-04-22 14:00:00, 2021-04-23 01:00:00, 2021-04-23 05:00:00, 1899-12-29 00:00:00) already exists.
Statement: INSERT INTO Fibonacci_Results( Bandwidth, Pattern, GMTTimeFound, Direction, PatternStartTime, PatternEndTime, PatternStartPrice, PatternEndPrice, QtyTP, pricex,timex, pricea,timea, priceb, timeb, pricec,timec, priced, timed, averagequality, timequality, errormargin, PatternLengthBars, target10, target06, target16, target07, target12, target05, target03, symbolid, noise, ratiosfound, temporarypattern, uniqueindex, completed, simulation, writtendatetime) SELECT DISTINCT 2.000000000000000000000000000000, 'ABCD', '2021-04-23 11:57:36'::timestamp without time zone, -1, '2021-04-22 12:00:00'::timestamp without time zone, '2021-04-23 07:00:00'::timestamp without time zone, 0.801499999999999990200000000000, -1.000000000000000000000000000000, 4, -1.000000000000000000000000000000, '1899-12-29 00:00:00'::timestamp without time zone, 0.799350000000000005000000000000, '2021-04-22 14:00:00'::timestamp without time zone, 0.802000000000000046200000000000, '2021-04-23 01:00:00'::timestamp without time zone, 0.800300000000000011400000000000, '2021-04-23 05:00:00'::timestamp without time zone, 0.802950000000000052600000000000, '1899-12-29 00:00:00'::timestamp without time zone, 0.809672619047623665100000000000, -1.000000000000000000000000000000, 19.886419260776531100000000000000, 24, 0.800300000000000011400000000000, 0.801312209929945007400000000000, 0.798662209929944966200000000000, 0.800866698848829994200000000000, 0.799579147928825007000000000000, 0.801625000000000032000000000000, 0.801937790070055056600000000000, 919338, 0.380654761904752669800000000000, 'BC=0.618*AB (0.642) ', 0, 'ABCD|-1|2021-04-22 12:00:00|0.8015|-1|4|24|BC=0.618*AB (0.642)|0|919338|1899-12-29 00:00:00|2021-04-22 14:00:00|2021-04-23 01:00:00|2021-04-23 05:00:00|1899-12-29 00:00:00', -1, 0, CURRENT_TIMESTAMP::timestamp without time zone WHERE NOT EXISTS ( SELECT 1 FROM Fibonacci_Results WHERE pattern ilike 'ABCD' AND direction = -1 AND patternstarttime = '2021-04-22 12:00:00'::timestamp without time zone AND patternstartprice = 0.801499999999999990200000000000 AND qtytp = 4 AND patternlengthbars = 24 AND ratiosfound = 'BC=0.618*AB (0.642) ' AND temporarypattern = 0 AND symbolid = 919338 AND timex = '1899-12-29 00:00:00'::timestamp without time zone AND timea = '2021-04-22 14:00:00'::timestamp without time zone AND timeb = '2021-04-23 01:00:00'::timestamp without time zone AND timec = '2021-04-23 05:00:00'::timestamp without time zone AND timed = '1899-12-29 00:00:00'::timestamp without time zone) LIMIT 1;;Date: 2021-04-23 14:00:14 Database: acaweb_fx Application: User: postgres Remote:
2 338 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Apr 23 14 338 - WARNING: there is no transaction in progress
Date: 2021-04-23 14:00:42 Database: acaweb_fx Application: User: postgres Remote:
3 3 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #3
Day Hour Count Apr 23 14 3 - ERROR: relation "timezones_th_th" does not exist at character 191
Statement: SELECT tl.timezone langTimezone, t.timezone as timezone, (cast(substring(t.gmoffset,0,4) as double precision)*60 + cast(substring(t.gmoffset,5,2) as double precision))/60 as gmoffset FROM timezones_th_TH tl INNER JOIN timezones t ON tl.timezoneid = t.timezoneid ORDER BY t.timezone
Date: 2021-04-23 14:19:40 Database: acaweb_fx Application: User: postgres Remote:
4 2 ERROR: column "..." does not exist
Times Reported Most Frequent Error / Event #4
Day Hour Count Apr 23 14 2 - ERROR: column c.relhasoids does not exist at character 245
Statement: select n.nspname, c.relname, a.attname, a.atttypid, t.typname, a.attnum, a.attlen, a.atttypmod, a.attnotnull, c.relhasrules, c.relkind, c.oid, pg_get_expr(d.adbin, d.adrelid), case t.typtype when 'd' then t.typbasetype else 0 end, t.typtypmod, c.relhasoids, attidentity, c.relhassubclass from (((pg_catalog.pg_class c inner join pg_catalog.pg_namespace n on n.oid = c.relnamespace and c.oid = 52864) inner join pg_catalog.pg_attribute a on (not a.attisdropped) and a.attnum > 0 and a.attrelid = c.oid) inner join pg_catalog.pg_type t on t.oid = a.atttypid) left outer join pg_attrdef d on a.atthasdef and d.adrelid = a.attrelid and d.adnum = a.attnum order by n.nspname, c.relname, attnum
Date: 2021-04-23 14:29:40 Database: acaweb_fx Application: User: postgres Remote:
5 2 ERROR: syntax error at or near "..."
Times Reported Most Frequent Error / Event #5
Day Hour Count Apr 23 14 2 - ERROR: syntax error at or near "and" at character 129
- ERROR: syntax error at or near "not" at character 139
Statement: select count (*) from (select max (enddate) from powerstats_trumpet where enddate > current_timestamp - interval '1 days') as k and max not null
Date: 2021-04-23 14:23:10 Database: acaweb_fx Application: User: postgres Remote:
Statement: select count (*) from (select max (enddate) from powerstats_trumpet where enddate > current_timestamp - interval '1 days') as k where max not null
Date: 2021-04-23 14:23:20 Database: acaweb_fx Application: User: postgres Remote: