-
Global information
- Generated on Sun Feb 13 12:59:10 2022
- Log file: /home/postgres/pg_data/data/pg_log/postgresql-2022-02-13_140000.log
- Parsed 49,276 log entries in 9s
- Log start from 2022-02-13 14:00:00 to 2022-02-13 14:59:01
-
Overview
Global Stats
- 561 Number of unique normalized queries
- 3,428 Number of queries
- 2h7m26s Total query duration
- 2022-02-13 14:00:00 First query
- 2022-02-13 14:58:54 Last query
- 52 queries/s at 2022-02-13 14:01:08 Query peak
- 2h7m26s Total query duration
- 0ms Prepare/parse total duration
- 9s688ms Bind total duration
- 2h7m17s Execute total duration
- 18,254 Number of events
- 4 Number of unique normalized events
- 18,173 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
- 274 Number temporary file
- 9.85 MiB Max size of temporary file
- 6.30 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
- 3,428 Average queries per session
- 2h7m26s 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
- 52 queries/s Query Peak
- 2022-02-13 14:01:08 Date
SELECT Traffic
Key values
- 52 queries/s Query Peak
- 2022-02-13 14:01:08 Date
INSERT/UPDATE/DELETE Traffic
Key values
- 16 queries/s Query Peak
- 2022-02-13 14:18:01 Date
Queries duration
Key values
- 2h7m26s 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) Feb 13 14 3,428 0ms 14m24s 2s227ms 4m23s 5m14s 14m35s Day Hour SELECT COPY TO Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Feb 13 14 1,798 21 1s213ms 39s572ms 59s427ms 4m54s Day Hour INSERT UPDATE DELETE COPY FROM Average Duration Latency Percentile(90) Latency Percentile(95) Latency Percentile(99) Feb 13 14 607 78 0 78 2s913ms 53s631ms 56s98ms 1m1s Day Hour Prepare Bind Bind/Prepare Percentage of prepare Feb 13 14 0 2,458 2,458.00 0.00% Day Hour Count Average / Second Feb 13 14 0 0.00/s Day Hour Count Average Duration Average idle time Feb 13 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 Feb 13 14 0 0s 0s 0s Day Hour Added Removed Recycled Synced files Longest sync Average sync Feb 13 14 0 0 0 0 0s 0s Day Hour Count Avg time (sec) Feb 13 14 0 0s Day Hour Mean distance Mean estimate Feb 13 14 0.00 kB 0.00 kB -
Temporary Files
Size of temporary files
Key values
- 22.31 MiB Temp Files size Peak
- 2022-02-13 14:12:54 Date
Number of temporary files
Key values
- 3 per second Temp Files Peak
- 2022-02-13 14:12:54 Date
Temporary Files Activity
↑ Back to the top of the Temporary Files Activity tableDay Hour Count Total size Average size Feb 13 14 274 1.68 GiB 6.30 MiB Queries generating the most temporary files (N)
Rank Count Total size Min size Max size Avg size Query 1 62 458.14 MiB 5.51 MiB 8.73 MiB 7.39 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245, $246, $247, $248, $249, $250, $251, $252, $253, $254, $255, $256, $257, $258, $259, $260, $261, $262, $263, $264, $265, $266, $267, $268, $269, $270, $271, $272, $273, $274, $275, $276, $277, $278, $279, $280, $281, $282, $283, $284, $285, $286, $287, $288, $289, $290, $291, $292, $293, $294, $295, $296, $297, $298, $299, $300, $301, $302, $303, $304, $305, $306, $307, $308, $309, $310, $311, $312, $313, $314, $315, $316, $317, $318, $319, $320, $321, $322, $323, $324, $325, $326, $327, $328, $329, $330, $331, $332, $333, $334, $335, $336, $337, $338, $339, $340)) AND ($341 = 0 OR p.patternname in ($342)) AND ($343 = 0 OR kr.patternclassid in ($344, $345)) AND ($346 = 0 OR kr.patternlengthbars <= $347) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $348 OR relevant = 1) AND ($349 = 0 OR age <= $350) ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:30:15 Duration: 0ms Database: acaweb_fx User: postgres
2 43 147.53 MiB 3.13 MiB 3.80 MiB 3.43 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR fr.pattern in ($16)) AND ($17 = 0 OR fr.patternlengthbars <= $18) AND ($19 = 0 OR ($20 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($21 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:30:39 Duration: 0ms Database: acaweb_fx User: postgres
3 26 179.02 MiB 4.95 MiB 9.85 MiB 6.89 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 > 554743676 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:30:53 Duration: 0ms Database: acaweb_fx User: postgres
4 24 165.28 MiB 6.88 MiB 6.90 MiB 6.89 MiB select resultuid from relevance_keylevels_results order by resultuid desc limit ?), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) AND ($5 = 0 OR s.exchange in ($6)) AND ($7 = 0 OR s.symbol in ($8)) AND ($9 = 0 OR p.patternname in ($10)) AND ($11 = 0 OR kr.patternclassid in ($12)) AND ($13 = 0 OR kr.patternlengthbars <= $14) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $15 OR relevant = 1) AND ($16 = 0 OR age <= $17) ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:31:22 Duration: 0ms Database: acaweb_fx User: postgres
5 23 157.35 MiB 6.19 MiB 7.55 MiB 6.84 MiB select resultuid from relevance_fibonacci_results order by resultuid desc limit ?), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;-
SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4)) AND ($5 = 0 OR s.exchange in ($6)) AND ($7 = 0 OR s.symbol in ($8)) AND ($9 = 0 OR fr.pattern in ($10)) AND ($11 = 0 OR fr.patternlengthbars <= $12) AND ($13 = 0 OR ($14 = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ($15 = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $16 OR relevant = 1) AND ($17 = 0 OR age <= $18) ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:31:31 Duration: 0ms Database: acaweb_fx User: postgres
6 8 45.38 MiB 5.67 MiB 5.67 MiB 5.67 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audnzd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%cadjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%euraud%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurgbp%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurnzd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpaud%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpnzd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdjpy%' AND timegranularity = 1440)) OR ((s.symbol ilike '%nzdusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%usdcad%' AND timegranularity = 1440)) OR ((s.symbol ilike '%usdjpy%' 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 > 551686780 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:30:05 Duration: 0ms Database: acaweb_fx User: postgres
7 4 26.69 MiB 6.67 MiB 6.67 MiB 6.67 MiB select distinct a.symbolid, p.resultuid, case when a.breakout >= ? then ? else ? end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient from relevance_autochartist_results p inner join autochartist_results a on p.resultuid = a.resultuid inner join autochartist_stocklist asl on a.symbolid = asl.symbolid where asl.enabled = ? and asl.recognitionengine ilike ?;-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2022-02-13 14:00:37 Duration: 3s705ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'GLOBALGTMT5 - 1';
Date: 2022-02-13 14:15:22 Duration: 2s249ms Database: acaweb_fx User: postgres
-
SELECT distinct a.symbolid, p.resultuid, case when a.breakout >= 0 then 1 else 2 end as type, a.resultid, a.bandwidth, a.patternlengthbars, a.patternendtime, a.resy0, a.supporty0, a.resy1, a.supporty1, a.direction, a.predictionpriceto, a.patternendprice, a.predictionpricefrom, a.resx0, a.supportx0, a.resgradient, a.supportgradient FROM relevance_autochartist_results p INNER JOIN autochartist_results a ON p.resultuid = a.resultuid INNER JOIN autochartist_stocklist asl ON a.symbolid = asl.symbolid WHERE asl.enabled = 1 AND asl.recognitionengine ILIKE 'Alpari - 1';
Date: 2022-02-13 14:15:16 Duration: 635ms Database: acaweb_fx User: postgres
8 3 17.06 MiB 5.67 MiB 5.72 MiB 5.69 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.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 67388020 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:01:08 Duration: 0ms Database: acaweb_fx User: postgres
9 3 16.30 MiB 4.95 MiB 5.67 MiB 5.43 MiB )) and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;-
)) AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:02:51 Duration: 0ms Database: acaweb_fx User: postgres
10 2 10.13 MiB 4.95 MiB 5.18 MiB 5.07 MiB select * from ( select pricedatetime, open, high, low, close, volume, bsf from t0 where symbolid = ? and (bsf = ? or bsf is null) order by pricedatetime desc limit ?) a order by pricedatetime asc;-
SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T0 WHERE symbolid = $1 AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050) a ORDER BY PriceDateTime ASC;
Date: 2022-02-13 14:36:28 Duration: 0ms Database: acaweb_fx User: postgres
11 1 5.72 MiB 5.72 MiB 5.72 MiB 5.72 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 '%f40%' AND timegranularity = 30)) OR ((s.symbol ilike '%f40%' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 556503510 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:23:14 Duration: 0ms Database: acaweb_fx User: postgres
12 1 6.79 MiB 6.79 MiB 6.79 MiB 6.79 MiB ) or ((c.symbol ilike ? and timegranularity <= ?)) or ((c.symbol ilike ? and timegranularity <= ?))) and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;-
) OR ((c.symbol ilike '%wtiusd%' AND timegranularity <= 1440)) OR ((c.symbol ilike '%xagusd%' AND timegranularity <= 1440))) AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:00:43 Duration: 0ms Database: acaweb_fx User: postgres
13 1 9.85 MiB 9.85 MiB 9.85 MiB 9.85 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%audchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%cadchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%cadjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%euraud%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurgbp%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurnzd%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpaud%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.4 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.4 AND initialtrend >= 0.4 AND symmetry >= 0.4 AND noise <= 0.6 AND volumeincrease >= 0.4 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:34:06 Duration: 0ms Database: acaweb_fx User: postgres
14 1 9.85 MiB 9.85 MiB 9.85 MiB 9.85 MiB ) or ((s.symbol ilike ? and timegranularity = ?)) or ((s.symbol ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;-
) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 556298257 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:18:06 Duration: 0ms Database: acaweb_fx User: postgres
Queries generating the largest temporary files
Rank Size Query 1 9.85 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 > 554722164 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-02-13 14:02:02 - Database: acaweb_fx - User: postgres ]
2 9.85 MiB ) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 1440)) OR ((s.symbol ilike '%xauusd%' AND timegranularity <= 1440))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 556298257 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-02-13 14:18:06 - Database: acaweb_fx - User: postgres ]
3 9.85 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 > 554722164 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-02-13 14:26:06 - Database: acaweb_fx - User: postgres ]
4 9.85 MiB ) OR ((s.symbol ilike '%audchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%audjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%audusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%cadchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%cadjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%euraud%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurgbp%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurnzd%' AND timegranularity = 60)) OR ((s.symbol ilike '%eurusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpaud%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%gbpusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%nzdusd%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdcad%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdchf%' AND timegranularity = 60)) OR ((s.symbol ilike '%usdjpy%' AND timegranularity = 60)) OR ((s.symbol ilike '%xauusd%' AND timegranularity = 60))) AND breakout >= 0.4 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 40 AND patternquality >= 0.4 AND initialtrend >= 0.4 AND symmetry >= 0.4 AND noise <= 0.6 AND volumeincrease >= 0.4 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-02-13 14:34:06 - Database: acaweb_fx - User: postgres ]
5 9.85 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 > 554743676 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-02-13 14:46:07 - Database: acaweb_fx - User: postgres ]
6 9.85 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 > 554743676 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-02-13 14:38:07 - Database: acaweb_fx - User: postgres ]
7 9.85 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 > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;[ Date: 2022-02-13 14:50:07 - Database: acaweb_fx - User: postgres ]
8 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:00:58 - Database: acaweb_fx - User: postgres ]
9 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:02:09 - Database: acaweb_fx - User: postgres ]
10 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:06:28 - Database: acaweb_fx - User: postgres ]
11 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:07:25 - Database: acaweb_fx - User: postgres ]
12 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:11:26 - Database: acaweb_fx - User: postgres ]
13 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:12:27 - Database: acaweb_fx - User: postgres ]
14 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:16:20 - Database: acaweb_fx - User: postgres ]
15 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:17:06 - Database: acaweb_fx - User: postgres ]
16 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:21:53 - Database: acaweb_fx - User: postgres ]
17 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:25:38 - Database: acaweb_fx - User: postgres ]
18 8.73 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:26:17 - Database: acaweb_fx - User: postgres ]
19 8.72 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14)) AND ($15 = 0 OR p.patternname in ($16)) AND ($17 = 0 OR kr.patternclassid in ($18, $19)) AND ($20 = 0 OR kr.patternlengthbars <= $21) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $22 OR relevant = 1) AND ($23 = 0 OR age <= $24) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:30:38 - Database: acaweb_fx - User: postgres ]
20 8.72 MiB SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = $1 THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = $2 AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ($3 = 0 OR s.timegranularity in ($4, $5, $6, $7, $8, $9, $10)) AND ($11 = 0 OR s.exchange in ($12)) AND ($13 = 0 OR s.symbol in ($14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100, $101, $102, $103, $104, $105, $106, $107, $108, $109, $110, $111, $112, $113, $114, $115, $116, $117, $118, $119, $120, $121, $122, $123, $124, $125, $126, $127, $128, $129, $130, $131, $132, $133, $134, $135, $136, $137, $138, $139, $140, $141, $142, $143, $144, $145, $146, $147, $148, $149, $150, $151, $152, $153, $154, $155, $156, $157, $158, $159, $160, $161, $162, $163, $164, $165, $166, $167, $168, $169, $170, $171, $172, $173, $174, $175, $176, $177, $178, $179, $180, $181, $182, $183, $184, $185, $186, $187, $188, $189, $190, $191, $192, $193, $194, $195, $196, $197, $198, $199, $200, $201, $202, $203, $204, $205, $206, $207, $208, $209, $210, $211, $212, $213, $214, $215, $216, $217, $218, $219, $220, $221, $222, $223, $224, $225, $226, $227, $228, $229, $230, $231, $232, $233, $234, $235, $236, $237, $238, $239, $240, $241, $242, $243, $244, $245)) AND ($246 = 0 OR p.patternname in ($247)) AND ($248 = 0 OR kr.patternclassid in ($249, $250)) AND ($251 = 0 OR kr.patternlengthbars <= $252) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = $253 OR relevant = 1) AND ($254 = 0 OR age <= $255) ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:31:37 - 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 Feb 13 14 0 0 - 0 sec Highest CPU-cost vacuum
-
Locks
Locks by types
Key values
- AccessShareLock Main Lock Type
- 1 locks Total
Most frequent waiting queries (N)
Rank Count Total time Min time Max time Avg duration Query 1 1 2s360ms 2s360ms 2s360ms 2s360ms select datetimeupdate from latest_candle_datetime_per_receng where recognitionengine ilike ?;-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2';
Date: 2022-02-13 14:17:12 Database: acaweb_fx User: postgres
-
SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'ADSSECURITIES - 1';
Date: 2022-02-13 14:17:12 Database: acaweb_fx User: postgres
Queries that waited the most
Rank Wait time Query 1 2s360ms SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2';[ Date: 2022-02-13 14:17:12 - Database: acaweb_fx - User: postgres ]
-
Queries
Queries by type
Key values
- 1,798 Total read queries
- 1,622 Total write queries
Queries by database
Key values
- acaweb_fx Main database
- 3,428 Requests
- 2h7m17s (acaweb_fx)
- Main time consuming database
Queries by user
Key values
- postgres Main user
- 2,830 Requests
User Request type Count Duration pgperfstats Total 598 38m26s insert 503 35m54s select 95 2m32s postgres Total 2,830 1h28m50s copy from 78 13s561ms copy to 21 5s93ms cte 833 52m3s ddl 5 787ms insert 104 13s332ms others 8 1m22s select 1,703 34m9s update 78 41s249ms Duration by user
Key values
- 1h28m50s (postgres) Main time consuming user
User Request type Count Duration pgperfstats Total 598 38m26s insert 503 35m54s select 95 2m32s postgres Total 2,830 1h28m50s copy from 78 13s561ms copy to 21 5s93ms cte 833 52m3s ddl 5 787ms insert 104 13s332ms others 8 1m22s select 1,703 34m9s update 78 41s249ms Queries by host
Key values
- unknown Main host
- 3,428 Requests
- 2h7m17s (unknown)
- Main time consuming host
Queries by application
Key values
- unknown Main application
- 3,428 Requests
- 2h7m17s (unknown)
- Main time consuming application
Number of cancelled queries
Key values
- 0 per second Cancelled query Peak
- 2022-02-13 14:50:55 Date
Number of cancelled queries (5 minutes period)
NO DATASET
-
Top Queries
Histogram of query times
Key values
- 1,060 50-100ms duration
Slowest individual queries
Rank Duration Query 1 14m24s select powerstats_tdata_add ();[ Date: 2022-02-13 14:14:50 - Database: acaweb_fx - User: postgres ]
2 2m26s select updateageforrelevantresults ();[ Date: 2022-02-13 14:19:28 - Database: acaweb_fx - User: postgres ]
3 2m11s select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;[ Date: 2022-02-13 14:19:02 - Database: acaweb_fx - User: pgperfstats ]
4 1m46s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:12:17 - Database: acaweb_fx - User: postgres - Bind query: yes ]
5 1m44s WITH rar_max as ( ;[ Date: 2022-02-13 14:18:56 - Database: acaweb_fx - User: postgres - Bind query: yes ]
6 1m44s select updateageforrelevantresults ();[ Date: 2022-02-13 14:03:46 - Database: acaweb_fx - User: postgres ]
7 1m41s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:17:11 - Database: acaweb_fx - User: postgres - Bind query: yes ]
8 1m39s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:07:09 - Database: acaweb_fx - User: postgres - Bind query: yes ]
9 1m13s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:21:44 - Database: acaweb_fx - User: postgres - Bind query: yes ]
10 1m11s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:36:41 - Database: acaweb_fx - User: postgres - Bind query: yes ]
11 1m1s WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:51:32 - Database: acaweb_fx - User: postgres - Bind query: yes ]
12 41s570ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:06:28 - Database: acaweb_fx - User: postgres - Bind query: yes ]
13 38s793ms WITH rar_max as ( ;[ Date: 2022-02-13 14:01:42 - Database: acaweb_fx - User: postgres - Bind query: yes ]
14 37s281ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:11:21 - Database: acaweb_fx - User: postgres - Bind query: yes ]
15 36s548ms 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 '%audcad%' AND timegranularity = 60);[ Date: 2022-02-13 14:36:28 - Database: acaweb_fx - User: postgres - Bind query: yes ]
16 36s286ms WITH rar_max as ( ;[ Date: 2022-02-13 14:07:46 - Database: acaweb_fx - User: postgres - Bind query: yes ]
17 35s712ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:06:28 - Database: acaweb_fx - User: postgres - Bind query: yes ]
18 32s371ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:01:02 - Database: acaweb_fx - User: postgres - Bind query: yes ]
19 32s50ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:02:46 - Database: acaweb_fx - User: postgres - Bind query: yes ]
20 31s856ms WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '627' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('0' = 0 OR ar.patternlengthbars <= '0') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;[ Date: 2022-02-13 14:11:26 - Database: acaweb_fx - User: postgres - Bind query: yes ]
Time consuming queries
Rank Total duration Times executed Min duration Max duration Avg duration Query 1 32m37s 288 98ms 1m46s 6s798ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Feb 13 14 288 32m37s 6s798ms [ User: postgres - Total duration: 32m37s - Times executed: 288 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:12:17 Duration: 1m46s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:17:11 Duration: 1m41s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:07:09 Duration: 1m39s Database: acaweb_fx User: postgres Bind query: yes
2 14m24s 1 14m24s 14m24s 14m24s select powerstats_tdata_add ();Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Feb 13 14 1 14m24s 14m24s [ User: postgres - Total duration: 14m24s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-02-13 14:14:50 Duration: 14m24s Database: acaweb_fx User: postgres
3 11m59s 152 76ms 1m44s 4s734ms with rar_max as ( ;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Feb 13 14 152 11m59s 4s734ms [ User: postgres - Total duration: 11m59s - Times executed: 152 ]
-
WITH rar_max as ( ;
Date: 2022-02-13 14:18:56 Duration: 1m44s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-02-13 14:01:42 Duration: 38s793ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-02-13 14:07:46 Duration: 36s286ms Database: acaweb_fx User: postgres Bind query: yes
4 5m12s 4 29s629ms 2m26s 1m18s select updateageforrelevantresults ();Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Feb 13 14 4 5m12s 1m18s [ User: postgres - Total duration: 5m12s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-02-13 14:19:28 Duration: 2m26s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-02-13 14:03:46 Duration: 1m44s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-02-13 14:32:34 Duration: 31s741ms Database: acaweb_fx User: postgres
5 4m4s 124 104ms 15s117ms 1s971ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Feb 13 14 124 4m4s 1s971ms [ User: postgres - Total duration: 4m4s - Times executed: 124 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('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: 2022-02-13 14:18:08 Duration: 15s117ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:16:22 Duration: 10s661ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '489' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:17:14 Duration: 10s507ms Database: acaweb_fx User: postgres Bind query: yes
6 2m34s 104 57ms 12s363ms 1s488ms (( 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 #6
Day Hour Count Duration Avg duration Feb 13 14 104 2m34s 1s488ms [ User: postgres - Total duration: 2m34s - Times executed: 104 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' 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 = '700' 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 = '700' 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 = '700' 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 = '700' 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 = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:01:17 Duration: 12s363ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:35:57 Duration: 10s11ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:15:42 Duration: 9s233ms Database: acaweb_fx User: postgres Bind query: yes
7 2m27s 77 52ms 20s346ms 1s915ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Feb 13 14 77 2m27s 1s915ms [ User: postgres - Total duration: 2m27s - Times executed: 77 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:11:42 Duration: 20s346ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:16:31 Duration: 16s41ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:06:42 Duration: 13s480ms Database: acaweb_fx User: postgres Bind query: yes
8 2m11s 1 2m11s 2m11s 2m11s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Feb 13 14 1 2m11s 2m11s [ User: pgperfstats - Total duration: 2m11s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2022-02-13 14:19:02 Duration: 2m11s Database: acaweb_fx User: pgperfstats
9 2m10s 58 950ms 3s785ms 2s257ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 Feb 13 14 58 2m10s 2s257ms [ User: pgperfstats - Total duration: 2m10s - Times executed: 58 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 990, '2022-02-13 00:00:00', 0.245301851728719, 0.530961538461538, 0.293131191422228, 0.643153846153846, 0.3963992101987, 0.784576923076924, 0.439482170811898, 0.974461538461539, 0.883392102157273, 2.38361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1005, '2022-02-13 00:00:00', 0.184608229669043, 0.362961538461539, 0.258119089986356, 0.502769230769231, 0.289351965605904, 0.618000000000001, 0.389694746416493, 0.808346153846154, 0.897543848511036, 2.328 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1020, '2022-02-13 00:00:00', 0.16457927713275, 0.310461538461538, 0.19755510623621, 0.3765, 0.215011173233822, 0.508730769230769, 0.356479202112075, 0.710692307692308, 0.944662415078285, 2.29003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1035, '2022-02-13 00:00:00', 0.0796349073053935, 0.238038461538462, 0.180497129744919, 0.375423076923077, 0.227166059219986, 0.478461538461539, 0.365897875621895, 0.678153846153846, 0.952885358347921, 2.28688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1050, '2022-02-13 00:00:00', 0.161736067049424, 0.253653846153846, 0.188344434889503, 0.333115384615384, 0.214464743381859, 0.403384615384615, 0.36894500111284, 0.644423076923077, 0.955080600706639, 2.27292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1065, '2022-02-13 00:00:00', 0.0751484786682589, 0.192423076923076, 0.0966141015348406, 0.26226923076923, 0.122411462510037, 0.338615384615385, 0.325612936805933, 0.588769230769231, 0.969364813441493, 2.26369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1080, '2022-02-13 00:00:00', 0.0717581943859961, 0.188961538461538, 0.0728689128609615, 0.250038461538461, 0.138155993216142, 0.333038461538462, 0.326281287329718, 0.582038461538461, 0.966724534784261, 2.25561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1095, '2022-02-13 00:00:00', 0.0721422526359176, 0.17776923076923, 0.120196844960513, 0.253192307692308, 0.156260630407613, 0.31976923076923, 0.330579612196517, 0.573, 0.960222547922336, 2.24869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1110, '2022-02-13 00:00:00', 0.111557367098038, 0.180384615384616, 0.134762035283853, 0.220615384615384, 0.15536314284233, 0.287115384615384, 0.344668732821263, 0.564846153846154, 0.955872588870424, 2.23838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1125, '2022-02-13 00:00:00', 0.0608497771944597, 0.145153846153846, 0.101189023424176, 0.207461538461538, 0.147113566806265, 0.277807692307692, 0.332371395603449, 0.55823076923077, 1.10333983048672, 2.38369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1140, '2022-02-13 00:00:00', 0.0986235500039655, 0.148730769230769, 0.117360725969125, 0.1935, 0.169736814374036, 0.268884615384616, 0.329569483744148, 0.551269230769231, 1.12966218776302, 2.37653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1155, '2022-02-13 00:00:00', 0.0569800099900092, 0.127807692307692, 0.0930433563122382, 0.176884615384615, 0.231583967161273, 0.268423076923077, 0.360767798750643, 1.00026923076923, 1.12002572497929, 2.41523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1170, '2022-02-13 00:00:00', 0.0600122038870823, 0.12423076923077, 0.0720020939866448, 0.173692307692309, 0.193274710829311, 0.252076923076924, 0.383534686025417, 1.07084615384615, 1.12673107637162, 2.42696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1185, '2022-02-13 00:00:00', 0.0510920135261261, 0.127923076923078, 0.175075702307492, 0.194692307692308, 0.181665643845627, 0.270384615384616, 0.367549372926225, 1.09969230769231, 1.11513713265023, 2.43623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1200, '2022-02-13 00:00:00', 0.060139421347399, 0.111200000000001, 0.0858986806262659, 0.159, 0.106944689754408, 0.233200000000001, 0.380874528771178, 1.14736, 1.1317426459521, 2.4364 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1215, '2022-02-13 00:00:00', 0.0631060483102315, 0.11804, 0.0873364757704368, 0.176080000000001, 0.107679509038009, 0.248280000000001, 0.378210514572683, 1.17488, 1.12431938671062, 2.444 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1230, '2022-02-13 00:00:00', 0.0752610346283751, 0.123160000000001, 0.0778795651417413, 0.16432, 0.134123226922111, 0.27104, 0.383525857450751, 1.2, 1.11935068529334, 2.45004 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1245, '2022-02-13 00:00:00', 0.071697907919269, 0.12156, 0.0930398660073555, 0.1846, 0.143218946605074, 0.2652, 0.374511406145838, 1.21972, 1.1145528969053, 2.45408 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1260, '2022-02-13 00:00:00', 0.101849447715734, 0.13268, 0.139368851134917, 0.19548, 0.169391636944291, 0.26088, 0.38163464203345, 1.2312, 1.10517676866644, 2.45776 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1275, '2022-02-13 00:00:00', 0.0570887321047972, 0.11896, 0.0783882006426991, 0.17128, 0.152690340231463, 0.25644, 0.391852331880263, 1.2152, 1.11876659317304, 2.45376 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1290, '2022-02-13 00:00:00', 0.0706691115929249, 0.12404, 0.108399600245264, 0.16816, 0.218058646545679, 0.28064, 0.39802208900177, 1.214, 1.12304067602202, 2.45112 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1305, '2022-02-13 00:00:00', 0.0583791629493491, 0.10872, 0.131637406031366, 0.18164, 0.221228012090091, 0.289600000000001, 0.382164458490495, 1.21444, 1.11229002213152, 2.45552 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1320, '2022-02-13 00:00:00', 0.0579199691478423, 0.118125, 0.0792961793403121, 0.167833333333334, 0.121902662226759, 0.268208333333333, 0.406749128162396, 1.201375, 1.14558808389884, 2.45366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1335, '2022-02-13 00:00:00', 0.0662740795725475, 0.130083333333333, 0.108011942442236, 0.203666666666667, 0.378914465415942, 0.849791666666667, 0.392870537274012, 1.20595833333333, 1.12553368661722, 2.44991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1350, '2022-02-13 00:00:00', 0.0837025335962707, 0.143125, 0.107503690533214, 0.209, 0.384496845598715, 0.948208333333334, 0.418041941935723, 1.19925, 1.14002097298277, 2.42991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1365, '2022-02-13 00:00:00', 0.0651541801703915, 0.149608695652174, 0.381243259514055, 0.823826086956522, 0.335403945003797, 1.01147826086957, 0.379323435572735, 1.25021739130435, 1.06457676089698, 2.52004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 990, '2022-02-13 00:00:00', 0.191990262434232, 0.386499999999999, 0.223826015344346, 0.609541666666666, 0.27973728617287, 0.727416666666666, 0.352827705109383, 0.901208333333333, 1.10579801255257, 2.320125 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1005, '2022-02-13 00:00:00', 0.186473606167471, 0.287333333333333, 0.200610368444744, 0.427208333333333, 0.263090481487406, 0.556416666666666, 0.323595683943199, 0.740416666666667, 1.10992494523638, 2.23108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1020, '2022-02-13 00:00:00', 0.157514658853146, 0.242541666666666, 0.188915363305247, 0.349166666666666, 0.210616172459404, 0.473958333333333, 0.233027086812683, 0.659333333333333, 1.08151970373416, 2.184 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1035, '2022-02-13 00:00:00', 0.116241494935877, 0.190541666666667, 0.116611014158991, 0.287291666666667, 0.189557145029894, 0.424458333333333, 0.24784010448534, 0.60875, 1.08007279595647, 2.163125 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1050, '2022-02-13 00:00:00', 0.119737930921864, 0.188708333333333, 0.186379691739078, 0.292541666666667, 0.201977681181987, 0.398125, 0.234732641623355, 0.56725, 1.06746558085231, 2.143625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1065, '2022-02-13 00:00:00', 0.109442957149216, 0.16225, 0.115110784697279, 0.255333333333333, 0.140210807900725, 0.342125, 0.214730868797415, 0.531708333333334, 1.02173003237547, 2.13345833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1080, '2022-02-13 00:00:00', 0.0988276845417522, 0.155041666666667, 0.107255409309214, 0.240375, 0.11052207301344, 0.297541666666667, 0.26226277065105, 0.51425, 1.02514486427706, 2.12258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1095, '2022-02-13 00:00:00', 0.0834873938240741, 0.148166666666666, 0.10630260845914, 0.201625, 0.128260088735034, 0.270291666666667, 0.26947008855008, 0.520291666666666, 1.01182361913126, 2.10508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1110, '2022-02-13 00:00:00', 0.0922658316802711, 0.126125, 0.109509504253006, 0.191375, 0.113668656215323, 0.249291666666667, 0.295481613739283, 0.516916666666666, 1.01235425145291, 2.098 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1125, '2022-02-13 00:00:00', 0.0785733180179373, 0.114125, 0.0779046123357815, 0.154208333333333, 0.118896488594071, 0.239125, 0.296156756254795, 0.503958333333333, 1.02615987309236, 2.17354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1140, '2022-02-13 00:00:00', 0.069860925509496, 0.104875, 0.073157315106715, 0.155583333333334, 0.135226380240852, 0.249000000000001, 0.313500329380591, 0.51225, 1.03830525237112, 2.18366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1155, '2022-02-13 00:00:00', 0.0582057663112866, 0.0947916666666666, 0.111243921833634, 0.167583333333334, 0.146612251104445, 0.252750000000001, 0.380650691941264, 0.886083333333333, 1.03333558584374, 2.20754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1170, '2022-02-13 00:00:00', 0.106976963184482, 0.119375000000001, 0.129847625304051, 0.173666666666668, 0.152677830504419, 0.251791666666667, 0.411225422154428, 0.9805, 1.03985713117758, 2.221625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1185, '2022-02-13 00:00:00', 0.0745221978407405, 0.105083333333334, 0.0802614838954614, 0.167416666666667, 0.10836009981485, 0.227541666666667, 0.433728994395937, 1.02066666666667, 1.03624085719993, 2.233375 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1200, '2022-02-13 00:00:00', 0.062702411367541, 0.102125, 0.076613229644245, 0.15575, 0.0936328688572275, 0.213374999999999, 0.447172850216798, 1.03941666666667, 1.0074577417685, 2.23383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1215, '2022-02-13 00:00:00', 0.0704210422274896, 0.0940833333333329, 0.0785557011833386, 0.148041666666667, 0.110754821271052, 0.21375, 0.478449516895348, 1.068125, 1.00754971017725, 2.239625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1230, '2022-02-13 00:00:00', 0.0536692602217847, 0.0922916666666673, 0.073041332352881, 0.140583333333333, 0.108778061513647, 0.211833333333333, 0.499967187329126, 1.09216666666667, 1.00754971017725, 2.239625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1245, '2022-02-13 00:00:00', 0.0503551876923933, 0.087416666666666, 0.0674610864751362, 0.151291666666666, 0.101427206709391, 0.2065, 0.486403078434075, 1.08504166666667, 0.975460670620573, 2.22670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1260, '2022-02-13 00:00:00', 0.0591414418570219, 0.0921666666666662, 0.0727471300295496, 0.140666666666667, 0.128379419543471, 0.217833333333333, 0.508055797959811, 1.09945833333333, 0.96512823733054, 2.22091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1275, '2022-02-13 00:00:00', 0.060059375814175, 0.0907916666666666, 0.0812482329796705, 0.133833333333333, 0.153687618427676, 0.229166666666665, 0.502151739581989, 1.11125, 0.967783639095769, 2.22104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1290, '2022-02-13 00:00:00', 0.0536421145115982, 0.082791666666666, 0.105295228500286, 0.147291666666666, 0.162289992503132, 0.249958333333332, 0.488919036523802, 1.11879166666667, 0.957157089427112, 2.21095833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1305, '2022-02-13 00:00:00', 0.0732072202822188, 0.0955833333333336, 0.114028981823272, 0.164, 0.139767405128062, 0.251833333333333, 0.480554026204598, 1.12720833333333, 0.952161476037167, 2.20720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1320, '2022-02-13 00:00:00', 0.0759368626862113, 0.0999565217391301, 0.0890574269583553, 0.157043478260869, 0.131657478707458, 0.286652173913043, 0.499701729216358, 1.165, 0.971102816308293, 2.21995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1335, '2022-02-13 00:00:00', 0.0694935376755009, 0.0984782608695651, 0.0977188635043672, 0.167608695652174, 0.344864589339406, 0.773695652173913, 0.491190080979018, 1.17782608695652, 0.971821121652601, 2.21826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1350, '2022-02-13 00:00:00', 0.087429678122483, 0.128695652173914, 0.114250418392087, 0.227391304347827, 0.380530781789501, 0.888695652173913, 0.481090929257079, 1.19386956521739, 0.978013336798902, 2.22478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1365, '2022-02-13 00:00:00', 0.0902348713957652, 0.129826086956521, 0.309854288080539, 0.717043478260869, 0.355957812706615, 0.927652173913043, 0.443317514849495, 1.17634782608696, 0.983579114010555, 2.21434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 990, '2022-02-13 00:00:00', 0.192739828625174, 0.503807692307692, 0.257756871131275, 0.655730769230769, 0.304906020830127, 0.752807692307693, 0.439903562858253, 1.00476923076923, 0.974704644810614, 2.15323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1005, '2022-02-13 00:00:00', 0.0989397096915395, 0.344884615384615, 0.135595779376112, 0.434153846153847, 0.241979989636779, 0.563653846153847, 0.418610088452065, 0.822615384615385, 0.968470384758278, 2.10838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1020, '2022-02-13 00:00:00', 0.100874979744541, 0.291807692307692, 0.174161710885205, 0.396692307692308, 0.297469046870686, 0.508076923076924, 0.466920419837834, 0.777961538461538, 0.97018501407642, 2.10680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1035, '2022-02-13 00:00:00', 0.119665051771119, 0.25826923076923, 0.217045053812833, 0.341653846153846, 0.259711638908647, 0.446153846153846, 0.466591615210363, 0.708153846153846, 0.935679147012397, 2.07311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1050, '2022-02-13 00:00:00', 0.121239851280268, 0.223307692307693, 0.155189710206077, 0.319384615384616, 0.226729472822026, 0.425423076923077, 0.392468691548961, 0.669923076923077, 0.862729854322001, 2.05380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1065, '2022-02-13 00:00:00', 0.0898822563134684, 0.2115, 0.117087166740785, 0.288730769230769, 0.153748631013292, 0.398192307692307, 0.315683193188263, 0.62203846153846, 0.818459269227623, 2.03284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1080, '2022-02-13 00:00:00', 0.0924883027947105, 0.197384615384615, 0.147439416502039, 0.272307692307692, 0.162218542049346, 0.376846153846153, 0.315026182062087, 0.606846153846153, 0.832679190232441, 2.05392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1095, '2022-02-13 00:00:00', 0.100933123327357, 0.180153846153847, 0.10082616418676, 0.259346153846154, 0.135869620762531, 0.346923076923077, 0.285668371475629, 0.602461538461539, 0.805138065561047, 2.03523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1110, '2022-02-13 00:00:00', 0.0776714579792042, 0.186153846153846, 0.118104549511798, 0.252269230769231, 0.17090144708394, 0.330230769230769, 0.297548788501081, 0.594192307692307, 0.847844455981439, 1.97630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1125, '2022-02-13 00:00:00', 0.0645631116398168, 0.151653846153847, 0.0855124642286817, 0.215307692307692, 0.156230106425894, 0.327615384615385, 0.279735867175832, 0.583346153846153, 0.879510087404433, 2.19107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1140, '2022-02-13 00:00:00', 0.0754869423247385, 0.164961538461538, 0.129506905072812, 0.227038461538461, 0.176689858661571, 0.328884615384615, 0.274039256031236, 0.589923076923077, 0.880061043337335, 2.23 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1155, '2022-02-13 00:00:00', 0.0900683159521795, 0.147307692307693, 0.118921590198688, 0.223230769230769, 0.138092232277506, 0.294230769230769, 0.347743362487116, 0.889615384615385, 0.875018864851583, 2.24742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1170, '2022-02-13 00:00:00', 0.0907465786598126, 0.159307692307693, 0.120908865870761, 0.219923076923077, 0.110066776933893, 0.275846153846153, 0.363127407181218, 0.960923076923077, 0.873937786907406, 2.27484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1185, '2022-02-13 00:00:00', 0.0463428693378117, 0.128692307692308, 0.0655046680661883, 0.177307692307693, 0.101084488652581, 0.239076923076922, 0.376803527665995, 0.982538461538462, 0.877750212409325, 2.28134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1200, '2022-02-13 00:00:00', 0.068234933530019, 0.138384615384615, 0.0838022948097758, 0.18076923076923, 0.133155923638418, 0.249499999999999, 0.363540388191125, 1.00957692307692, 0.870756047263614, 2.29857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1215, '2022-02-13 00:00:00', 0.0416066562722097, 0.121923076923076, 0.0735091412421188, 0.170923076923076, 0.127567496463034, 0.256115384615385, 0.350033862098204, 1.01776923076923, 0.84940830084151, 2.30169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1230, '2022-02-13 00:00:00', 0.0492036427669578, 0.118961538461538, 0.0750188899288299, 0.162923076923077, 0.124067797842705, 0.259538461538462, 0.330072831123911, 1.01592307692308, 0.826167649218598, 2.30476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1245, '2022-02-13 00:00:00', 0.0546824820774802, 0.120576923076924, 0.0775821252212527, 0.182884615384616, 0.132342562488997, 0.275923076923077, 0.315816531452141, 1.00980769230769, 0.820728626563944, 2.29796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1260, '2022-02-13 00:00:00', 0.0624055717433578, 0.129846153846154, 0.091878280684493, 0.189538461538462, 0.133173068425437, 0.259884615384615, 0.314824776661558, 1.001, 0.816226729436223, 2.29692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1275, '2022-02-13 00:00:00', 0.0493884446155017, 0.118538461538462, 0.0882934007465146, 0.174269230769231, 0.193420025214159, 0.255115384615385, 0.307555826076903, 0.989884615384616, 0.815519365425871, 2.29134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1290, '2022-02-13 00:00:00', 0.0604513408898813, 0.119730769230769, 0.0758763062237076, 0.154423076923077, 0.198608269252276, 0.263730769230769, 0.290625521670334, 0.989076923076923, 0.815165430119272, 2.28796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1305, '2022-02-13 00:00:00', 0.0408658028937864, 0.101423076923077, 0.182572708382589, 0.177076923076923, 0.188064297515504, 0.2755, 0.28767679513916, 0.989538461538462, 0.811554622077519, 2.28676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1320, '2022-02-13 00:00:00', 0.0322184212317528, 0.09788, 0.0926303046164334, 0.17004, 0.101157006677738, 0.27336, 0.286869552235855, 0.991840000000001, 0.824279398424264, 2.28388 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1335, '2022-02-13 00:00:00', 0.0758584207586739, 0.1402, 0.0880856969093157, 0.20056, 0.274701037493491, 0.699080000000001, 0.291221462121183, 1.00276, 0.811648193492722, 2.29104 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1350, '2022-02-13 00:00:00', 0.058621753641459, 0.146519999999999, 0.0659281679810182, 0.20524, 0.308527805337974, 0.776640000000001, 0.306234371029772, 1.00264, 0.808948288417333, 2.2898 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1365, '2022-02-13 00:00:00', 0.0673955982736757, 0.154200000000001, 0.260769489524114, 0.647320000000001, 0.302540972431834, 0.811040000000001, 0.298024428528938, 0.989320000000001, 0.817242840286777, 2.28588 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 990, '2022-02-13 00:00:00', 0.164429910249368, 0.463346153846154, 0.221414213288474, 0.585423076923078, 0.24514208438875, 0.703807692307693, 0.289631120831042, 0.880115384615385, 0.794181393734357, 2.25061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1005, '2022-02-13 00:00:00', 0.0870214915983398, 0.296500000000001, 0.111071508497904, 0.407000000000001, 0.170389978036809, 0.524769230769231, 0.272841458613718, 0.734692307692309, 0.815131634485168, 2.24069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1020, '2022-02-13 00:00:00', 0.0788882364244118, 0.290076923076924, 0.141295631158983, 0.364846153846154, 0.18312640863202, 0.485807692307693, 0.294540071715469, 0.702576923076924, 0.832032562232623, 2.23223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1035, '2022-02-13 00:00:00', 0.112982449283743, 0.225076923076922, 0.138318250645163, 0.350538461538461, 0.141757827080065, 0.412192307692308, 0.263439489476017, 0.667269230769232, 0.836481109262992, 2.21838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1050, '2022-02-13 00:00:00', 0.0884165403947965, 0.255730769230769, 0.102400518328015, 0.304115384615385, 0.0989813346817709, 0.372769230769231, 0.309600201252171, 0.674269230769232, 0.839768741060024, 2.21746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1065, '2022-02-13 00:00:00', 0.0588720254842262, 0.177653846153846, 0.090890915176043, 0.253038461538461, 0.11443313129711, 0.335307692307692, 0.31969972690732, 0.639653846153846, 0.862217753149489, 2.20457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1080, '2022-02-13 00:00:00', 0.0657065855498171, 0.168346153846154, 0.0752772209901509, 0.2315, 0.114413958266261, 0.329923076923076, 0.312135236962836, 0.621615384615384, 0.851012529962894, 2.19838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1095, '2022-02-13 00:00:00', 0.0557482390201357, 0.169884615384616, 0.0807217061647841, 0.239923076923076, 0.107965186696739, 0.309192307692307, 0.293494167154725, 0.640115384615384, 0.849407243090959, 2.19223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1110, '2022-02-13 00:00:00', 0.06874886292766, 0.165615384615384, 0.093198819735017, 0.219499999999999, 0.110637516241102, 0.2955, 0.296928439967509, 0.618538461538462, 0.848987310768632, 2.18142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1125, '2022-02-13 00:00:00', 0.0707338782936549, 0.144807692307691, 0.0748037432218469, 0.186, 0.115435529792442, 0.282192307692308, 0.288343152937873, 0.598423076923077, 0.92974858884622, 2.30403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1140, '2022-02-13 00:00:00', 0.0480002083328813, 0.134500000000001, 0.0729985879736992, 0.200076923076924, 0.127784560280787, 0.294576923076924, 0.280953708204476, 0.609115384615385, 0.939149537531779, 2.33742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1155, '2022-02-13 00:00:00', 0.0445208334983147, 0.123769230769231, 0.0609861144347318, 0.184884615384616, 0.120593098412038, 0.272153846153846, 0.589181006534952, 1.03753846153846, 0.902702175948158, 2.37246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1170, '2022-02-13 00:00:00', 0.0572679531809751, 0.129461538461539, 0.0992664169720127, 0.194307692307692, 0.105664934872163, 0.248038461538461, 0.589568974238482, 1.05415384615385, 0.911551107474761, 2.38369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1185, '2022-02-13 00:00:00', 0.0640026081199343, 0.129423076923077, 0.0840572790057238, 0.179884615384615, 0.0972316899907713, 0.241192307692308, 0.575352846922251, 1.07346153846154, 0.915187322565504, 2.39365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1200, '2022-02-13 00:00:00', 0.0585587016459687, 0.125807692307692, 0.0823659750513149, 0.164076923076923, 0.111809652810204, 0.239961538461539, 0.574254304427791, 1.08238461538461, 0.911515586600353, 2.40576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1215, '2022-02-13 00:00:00', 0.0444230189809808, 0.108730769230769, 0.0644707327755421, 0.166653846153846, 0.111491434648586, 0.2635, 0.578607177758664, 1.10988461538461, 0.909658364442388, 2.4065 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1230, '2022-02-13 00:00:00', 0.0523457293827803, 0.124653846153846, 0.0903718897751859, 0.171038461538462, 0.132091180629139, 0.293, 0.5793262997124, 1.11380769230769, 0.910705410445872, 2.40476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1245, '2022-02-13 00:00:00', 0.0506069013232237, 0.112538461538462, 0.0782659863247417, 0.18573076923077, 0.108732452165148, 0.277884615384616, 0.571604167772931, 1.12573076923077, 0.912015134827184, 2.40861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1260, '2022-02-13 00:00:00', 0.0825127775652867, 0.149961538461539, 0.117730565928505, 0.221384615384616, 0.11333704669633, 0.276384615384616, 0.579515819124366, 1.14076923076923, 0.918236540666611, 2.40823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1275, '2022-02-13 00:00:00', 0.108155792191705, 0.157653846153847, 0.116068494366969, 0.197153846153847, 0.227281502851556, 0.305807692307693, 0.565034268531905, 1.12973076923077, 0.912878477884442, 2.40365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1290, '2022-02-13 00:00:00', 0.0738824846527339, 0.127692307692308, 0.109167514187353, 0.184884615384616, 0.246728726773727, 0.32223076923077, 0.571462826033734, 1.13080769230769, 0.911781918088885, 2.40811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1305, '2022-02-13 00:00:00', 0.0588600426043382, 0.12123076923077, 0.188793077611035, 0.231884615384616, 0.208352954973415, 0.315923076923077, 0.590331765913163, 1.13207692307692, 0.912621907557476, 2.41211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1320, '2022-02-13 00:00:00', 0.128420857599794, 0.1538, 0.156815836785276, 0.21104, 0.176950294339023, 0.29636, 0.613270187872632, 1.13364, 0.924381970111202, 2.43712 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1335, '2022-02-13 00:00:00', 0.0957900133973612, 0.13532, 0.128144150601318, 0.20544, 0.608556932422925, 0.860039999999999, 0.626315128349939, 1.12084, 0.931965802305357, 2.45056 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1350, '2022-02-13 00:00:00', 0.0708346195961645, 0.142280000000001, 0.0997912487813114, 0.20328, 0.573494498665855, 0.88824, 0.64369040177195, 1.1208, 0.928985121875839, 2.45376 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1365, '2022-02-13 00:00:00', 0.0761588690392229, 0.148440000000001, 0.572288350979353, 0.811040000000001, 0.550350591290074, 0.91924, 0.673320238321509, 1.11832, 0.923573669683872, 2.45736 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 990, '2022-02-13 00:00:00', 0.24010430372375, 0.50892, 0.267786139795671, 0.5834, 0.296741750798008, 0.6982, 0.560122388411676, 0.891560000000001, 0.869800603586823, 2.34956 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1005, '2022-02-13 00:00:00', 0.119727370861193, 0.31968, 0.157439861534492, 0.41668, 0.27615907251679, 0.5342, 0.478851100726172, 0.74628, 0.823499356405335, 2.29124 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1020, '2022-02-13 00:00:00', 0.0981183299219197, 0.25004, 0.14968012560123, 0.33584, 0.196940964081456, 0.44008, 0.417768324952159, 0.67896, 0.828826123703479, 2.26692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1035, '2022-02-13 00:00:00', 0.132823504446063, 0.242, 0.19750427843467, 0.32724, 0.19292487311559, 0.41956, 0.411994692522448, 0.669720000000001, 0.820463960207882, 2.26088 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1050, '2022-02-13 00:00:00', 0.084439761566061, 0.21536, 0.0839144802760517, 0.28784, 0.146780300676441, 0.38796, 0.301845501319245, 0.615960000000001, 0.821646213403312, 2.2464 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1065, '2022-02-13 00:00:00', 0.0869208835666086, 0.19036, 0.126970377122645, 0.25832, 0.162553909006623, 0.34476, 0.302452547242263, 0.596280000000001, 0.812578033175892, 2.23632 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1080, '2022-02-13 00:00:00', 0.0848641463359726, 0.17444, 0.131237862930888, 0.25628, 0.138789084585209, 0.32608, 0.30986458332633, 0.570320000000001, 0.818113191027582, 2.23312 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1095, '2022-02-13 00:00:00', 0.0798670770718439, 0.1774, 0.100099150845549, 0.22444, 0.146327680224898, 0.31904, 0.311673322567075, 0.58352, 0.808742336388214, 2.2278 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1110, '2022-02-13 00:00:00', 0.0779147611175178, 0.15828, 0.07514714454544, 0.222520000000001, 0.14414000138754, 0.30756, 0.304536078869702, 0.567840000000001, 0.802769514451896, 2.22832 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1125, '2022-02-13 00:00:00', 0.0367170714155326, 0.131320000000001, 0.0853500244092915, 0.191720000000001, 0.129225861704742, 0.271360000000001, 0.325314627194454, 0.554240000000001, 0.839140071740112, 2.29632 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1140, '2022-02-13 00:00:00', 0.0810555365166379, 0.141800000000001, 0.109327901287824, 0.19544, 0.167865988216792, 0.27136, 0.34990725914162, 0.562560000000001, 0.870612116080788, 2.32996 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1155, '2022-02-13 00:00:00', 0.0561963225368587, 0.12412, 0.0745987712141864, 0.17632, 0.151352436386072, 0.251319999999999, 0.434618798488975, 0.878599999999999, 0.876880328209044, 2.33488 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1170, '2022-02-13 00:00:00', 0.0476261482801195, 0.1222, 0.0790568782586299, 0.18264, 0.11544079290557, 0.261079999999999, 0.469854055354781, 0.926, 0.880258706290373, 2.32984 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1185, '2022-02-13 00:00:00', 0.0499766612196796, 0.117600000000001, 0.0852513343004088, 0.16196, 0.110889103762874, 0.24368, 0.519471205490096, 0.9992, 0.875124467337837, 2.3282 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1200, '2022-02-13 00:00:00', 0.0616630629577654, 0.117599999999999, 0.0863740508872124, 0.183319999999999, 0.102590902780575, 0.246319999999999, 0.55572107811983, 1.0354, 0.862400235776097, 2.3346 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1215, '2022-02-13 00:00:00', 0.085014449752185, 0.14696, 0.0942196370190425, 0.18344, 0.122861032607306, 0.2624, 0.549017130880267, 1.06168, 0.858475489846197, 2.339 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1230, '2022-02-13 00:00:00', 0.061461369981478, 0.1176, 0.084388486576468, 0.1668, 0.109686674973155, 0.251000000000001, 0.543753216082443, 1.06568, 0.864072913590051, 2.3318 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1245, '2022-02-13 00:00:00', 0.0625872724015566, 0.122, 0.0761628299544254, 0.18788, 0.115857714460453, 0.25748, 0.546205434490235, 1.06572, 0.866213599523813, 2.331 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1260, '2022-02-13 00:00:00', 0.0443536920672901, 0.126600000000001, 0.0802823143662404, 0.1762, 0.11885184054107, 0.25048, 0.539041278567792, 1.0688, 0.867112051582724, 2.33168 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1275, '2022-02-13 00:00:00', 0.0568733974133182, 0.122799999999999, 0.0853655473049089, 0.17688, 0.17889631075011, 0.27616, 0.51162358233373, 1.05524, 0.876376251009424, 2.3302 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1290, '2022-02-13 00:00:00', 0.062909511734448, 0.115239999999999, 0.0762892958852465, 0.16316, 0.161261175323345, 0.260600000000001, 0.478446991142523, 1.05124, 0.895284498544085, 2.337 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1305, '2022-02-13 00:00:00', 0.0633076351372152, 0.117240000000001, 0.151696550169519, 0.193520000000001, 0.183514004915156, 0.281840000000001, 0.476407871471494, 1.05672, 0.908262651072548, 2.35428 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1320, '2022-02-13 00:00:00', 0.0558831596836822, 0.137333333333334, 0.0828121236660861, 0.18625, 0.174010473614482, 0.299083333333333, 0.485495884249484, 1.06108333333333, 0.921926997919441, 2.39320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1335, '2022-02-13 00:00:00', 0.0799452258138961, 0.13025, 0.121373987853807, 0.203583333333333, 0.350857696493045, 0.736083333333333, 0.469855134936383, 1.05575, 0.928397777340626, 2.39320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1350, '2022-02-13 00:00:00', 0.078881859930448, 0.145, 0.111576767294989, 0.215624999999999, 0.376459353619399, 0.802916666666666, 0.436176268633268, 1.03545833333333, 0.929646855188743, 2.38466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1365, '2022-02-13 00:00:00', 0.0594163490651522, 0.158958333333334, 0.309441148322847, 0.685458333333333, 0.398227192365276, 0.873125, 0.412590260217189, 1.021125, 0.93942360913025, 2.38575 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 930, '2022-02-13 00:00:00', 0, 0.372999999999998, 0, 0.372999999999998, 0, 0.515000000000001, 0, 0.704000000000001, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 945, '2022-02-13 00:00:00', 0, 0.184000000000005, 0, 0.305, 0, 0.583999999999996, 0, 0.734000000000002, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 960, '2022-02-13 00:00:00', 0, 0.295000000000002, 0, 0.475000000000001, 0, 0.583999999999996, 0, 0.734000000000002, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 975, '2022-02-13 00:00:00', 0, 0.204000000000001, 0, 0.312999999999995, 0, 0.323, 0, 0.492999999999995, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 930, '2022-02-13 00:00:00', 0, 0.423999999999999, 0, 0.423999999999999, 0, 0.692999999999998, 0, 0.692999999999998, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 945, '2022-02-13 00:00:00', 0, 0.213999999999999, 0, 0.473999999999997, 0, 0.573999999999998, 0, 0.573999999999998, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 960, '2022-02-13 00:00:00', 0, 0.393999999999998, 0, 0.494, 0, 0.494, 0, 0.494, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 975, '2022-02-13 00:00:00', 0, 0.194000000000003, 0, 0.234000000000002, 0, 0.344000000000001, 0, 0.384, 0, 1.873 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 930, '2022-02-13 00:00:00', 0, 0.454000000000001, 0, 0.672999999999995, 0, 1.161, 0, 1.161, 0, 2.419 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 945, '2022-02-13 00:00:00', 0, 0.390999999999998, 0, 0.651000000000003, 0, 0.879000000000005, 0, 0.879000000000005, 0, 2.137 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 960, '2022-02-13 00:00:00', 0, 0.332999999999998, 0, 0.561, 0, 0.561, 0, 0.561, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 975, '2022-02-13 00:00:00', 0, 0.271000000000001, 0, 0.271000000000001, 0, 0.271000000000001, 0, 0.482000000000006, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 930, '2022-02-13 00:00:00', 0, 0.312000000000005, 0, 0.463999999999999, 0, 0.933, 0, 0.983000000000004, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 945, '2022-02-13 00:00:00', 0, 0.253999999999998, 0, 0.372999999999998, 0, 0.722999999999999, 0, 0.773000000000003, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 960, '2022-02-13 00:00:00', 0, 0.262999999999998, 0, 0.613, 0, 0.613, 0, 0.663000000000004, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 975, '2022-02-13 00:00:00', 0, 0.363999999999997, 0, 0.363999999999997, 0, 0.363999999999997, 0, 0.414000000000001, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 930, '2022-02-13 00:00:00', 0, 0.333999999999996, 0, 0.333999999999996, 0, 0.353999999999999, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 945, '2022-02-13 00:00:00', 0, 0.309999999999995, 0, 0.329999999999998, 0, 0.439, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 960, '2022-02-13 00:00:00', 0, 0.191000000000003, 0, 0.204000000000001, 0, 0.313000000000002, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 975, '2022-02-13 00:00:00', 0, 0.183999999999997, 0, 0.313000000000002, 0, 0.353000000000002, 0, 0.613000000000007, 0, 2.11 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:55:46 Duration: 3s785ms 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 969615, 5, 990, '2022-02-13 00:00:00', 0.374583690967, 0.647692307692308, 0.45641647816272, 0.794192307692309, 0.447503414684006, 0.852115384615386, 0.550979152195295, 1.08588461538462, 1.52815706200438, 2.96561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1005, '2022-02-13 00:00:00', 0.38197649746468, 0.46273076923077, 0.402327122931271, 0.534923076923078, 0.438870958781211, 0.675961538461539, 0.554710679959868, 0.965538461538462, 1.45106466377675, 2.90653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1020, '2022-02-13 00:00:00', 0.195776827417972, 0.316384615384616, 0.212398131239064, 0.421615384615385, 0.309278776411285, 0.590192307692308, 0.459314706927614, 0.87, 1.42236032868447, 2.86076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1035, '2022-02-13 00:00:00', 0.122432757054638, 0.271500000000001, 0.261591754751266, 0.412615384615385, 0.286376709946882, 0.520500000000001, 0.447058221986974, 0.805423076923078, 1.4481719835179, 2.82357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1050, '2022-02-13 00:00:00', 0.209875424588383, 0.291576923076922, 0.234839899637048, 0.372461538461538, 0.293235240300081, 0.501115384615384, 0.473012408358955, 0.782461538461538, 1.47479044665283, 2.80930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1065, '2022-02-13 00:00:00', 0.126535741378292, 0.218576923076924, 0.19597309469964, 0.299423076923077, 0.264048468744195, 0.421076923076923, 0.481451914684994, 0.749115384615385, 1.49405731946474, 2.79907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1080, '2022-02-13 00:00:00', 0.165992645805586, 0.214038461538461, 0.230537806010207, 0.321, 0.239799788285016, 0.400538461538462, 0.509997926089298, 0.743269230769231, 1.49704068748982, 2.7985 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1095, '2022-02-13 00:00:00', 0.131561977205247, 0.205923076923077, 0.135293754475217, 0.264, 0.17865034177237, 0.357230769230769, 0.498000817113942, 0.720423076923077, 1.48749427096505, 2.79361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1110, '2022-02-13 00:00:00', 0.0984301704841478, 0.184538461538461, 0.155522686942601, 0.267115384615385, 0.198335411322878, 0.362153846153846, 0.487182456738588, 0.708115384615385, 1.4755603764724, 2.79523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1125, '2022-02-13 00:00:00', 0.0874410570701116, 0.181461538461539, 0.123764621513831, 0.244192307692307, 0.188740770533392, 0.331038461538462, 0.476060390480678, 0.689153846153846, 1.45620647732915, 2.91623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1140, '2022-02-13 00:00:00', 0.0933724057409167, 0.154615384615384, 0.121074827466959, 0.223923076923076, 0.189332970837501, 0.310423076923076, 0.483424860122663, 0.674653846153846, 1.54384424882026, 2.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1155, '2022-02-13 00:00:00', 0.0890573885847678, 0.158461538461538, 0.132072177236541, 0.2195, 0.319373222710696, 0.369153846153846, 0.678736324695783, 1.11896153846154, 1.63854774771395, 3.00119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1170, '2022-02-13 00:00:00', 0.0851060243732226, 0.150346153846154, 0.154115860512597, 0.233538461538461, 0.308663989576915, 0.346538461538462, 0.747298136365524, 1.20923076923077, 1.63729350406747, 2.98846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1185, '2022-02-13 00:00:00', 0.146995494436446, 0.171653846153846, 0.304560242872345, 0.274692307692308, 0.332616767235438, 0.354923076923078, 0.808514052967636, 1.32242307692308, 1.60004455514887, 3.00946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1200, '2022-02-13 00:00:00', 0.0932465727699067, 0.147560000000001, 0.12326698665904, 0.199200000000002, 0.180196772076157, 0.30972, 0.787928069898092, 1.30332, 1.60253522270183, 2.97916 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1215, '2022-02-13 00:00:00', 0.0873653630832414, 0.134040000000001, 0.144034509753739, 0.20324, 0.2105417614948, 0.316000000000001, 0.789856987055252, 1.30932, 1.59676913171566, 2.98492 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1230, '2022-02-13 00:00:00', 0.113819198732024, 0.143319999999999, 0.159937154324231, 0.217679999999999, 0.227242440284966, 0.315279999999999, 0.788671509565294, 1.3144, 1.63909786976454, 2.99492 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1245, '2022-02-13 00:00:00', 0.112975543076071, 0.152840000000001, 0.156301524837946, 0.221400000000001, 0.211348842753713, 0.3078, 0.80614334540039, 1.31952, 1.65908893472693, 2.99948 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1260, '2022-02-13 00:00:00', 0.103500209339563, 0.151720000000001, 0.156211928695176, 0.23, 0.210284355100421, 0.29952, 0.829882096043367, 1.34728, 1.67879143036491, 3.0044 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1275, '2022-02-13 00:00:00', 0.090797980887977, 0.151760000000001, 0.106814434105759, 0.19736, 0.176630197493709, 0.28268, 0.837048282159796, 1.36892, 1.68903769644138, 3.01556 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1290, '2022-02-13 00:00:00', 0.0678264451867165, 0.141479999999999, 0.104343982417132, 0.180599999999999, 0.186508605699576, 0.285719999999999, 0.846685898075549, 1.37252, 1.71332369193137, 3.02664 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1305, '2022-02-13 00:00:00', 0.0868763489103907, 0.131399999999999, 0.181889316160497, 0.22884, 0.238775466355597, 0.341839999999999, 0.849288207854083, 1.38128, 1.73157124023241, 3.03628 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1320, '2022-02-13 00:00:00', 0.0750599639515351, 0.149208333333334, 0.10205254933654, 0.200875, 0.237989552657071, 0.357625, 0.899204131803327, 1.398375, 1.78271368162478, 3.011375 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1335, '2022-02-13 00:00:00', 0.0576412568630626, 0.136083333333333, 0.130767127622604, 0.238291666666666, 0.643326205656243, 0.947791666666667, 0.89320380746315, 1.40879166666667, 1.78872619237947, 3.026 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1350, '2022-02-13 00:00:00', 0.127530665536466, 0.190374999999999, 0.18929671039196, 0.276875, 0.715536890500181, 1.06245833333333, 0.879537588489098, 1.40325, 1.80615334253189, 3.024625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1365, '2022-02-13 00:00:00', 0.154729523027905, 0.208956521739131, 0.620319833353871, 0.946173913043479, 0.803638020002586, 1.19960869565217, 0.840851203861643, 1.45373913043478, 1.73123804201004, 3.14039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 990, '2022-02-13 00:00:00', 0.360618528123676, 0.601375000000001, 0.438178046004133, 0.786500000000001, 0.502376114947322, 0.953750000000001, 0.506865815290542, 1.20254166666667, 1.52168215462696, 3.10233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1005, '2022-02-13 00:00:00', 0.308612459829993, 0.387791666666666, 0.392165633448382, 0.571333333333333, 0.387406753624176, 0.697583333333333, 0.418374901220203, 0.988583333333333, 1.47719766763807, 2.96691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1020, '2022-02-13 00:00:00', 0.256854876411237, 0.297916666666667, 0.277343714967338, 0.418333333333334, 0.292247807172443, 0.527458333333333, 0.377414161466369, 0.882333333333334, 1.44955097932659, 2.90829166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1035, '2022-02-13 00:00:00', 0.173280538224973, 0.237333333333334, 0.190398419034966, 0.334583333333333, 0.234932120939806, 0.442833333333333, 0.298270084786022, 0.793, 1.429331265926, 2.88429166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1050, '2022-02-13 00:00:00', 0.154871896572058, 0.21, 0.166358521298717, 0.271125, 0.259066296562275, 0.441958333333333, 0.295148227928401, 0.745958333333333, 1.43280598763001, 2.86670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1065, '2022-02-13 00:00:00', 0.144918511584959, 0.184625, 0.201491593667926, 0.285083333333333, 0.242512120569649, 0.447958333333333, 0.29530627677286, 0.745166666666666, 1.50734998292185, 2.94766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1080, '2022-02-13 00:00:00', 0.151696869504257, 0.152875, 0.20885199929303, 0.284125, 0.200664385609837, 0.39425, 0.304908717630304, 0.71475, 1.55846034609878, 2.96670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1095, '2022-02-13 00:00:00', 0.205589978185793, 0.190749999999999, 0.208087665298247, 0.287041666666666, 0.194107764593182, 0.399541666666666, 0.413395054414652, 0.761416666666666, 1.56235314904116, 2.96633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1110, '2022-02-13 00:00:00', 0.110804829068627, 0.164833333333333, 0.134175069500121, 0.246916666666667, 0.158059696803528, 0.371541666666667, 0.414988073863907, 0.713666666666666, 1.57355725270364, 2.95241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1125, '2022-02-13 00:00:00', 0.11462692319756, 0.144875, 0.139771546263636, 0.241541666666667, 0.150159570920839, 0.315625, 0.433009185480106, 0.673208333333333, 1.55079935851235, 3.03895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1140, '2022-02-13 00:00:00', 0.122232783085675, 0.154625, 0.119054601710332, 0.226541666666667, 0.145868389161331, 0.301249999999999, 0.450457784458998, 0.679291666666666, 1.54771376915497, 3.05145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1155, '2022-02-13 00:00:00', 0.100676974829747, 0.123874999999999, 0.105639632165479, 0.182583333333333, 0.125024838111982, 0.269083333333333, 0.83923534900199, 1.40333333333333, 1.54453886404203, 3.05270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1170, '2022-02-13 00:00:00', 0.0837508273807289, 0.118124999999999, 0.122607155145015, 0.206416666666666, 0.109168190607796, 0.270291666666666, 0.987725133940304, 1.537625, 1.5436902702169, 3.04854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1185, '2022-02-13 00:00:00', 0.0995040964854771, 0.12775, 0.0893439758153439, 0.175791666666666, 0.103114743670915, 0.252041666666666, 0.98672867418013, 1.59254166666667, 1.5435075614947, 3.038125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1200, '2022-02-13 00:00:00', 0.067949989602328, 0.0986249999999999, 0.073049119864948, 0.1515, 0.107694010975542, 0.266500000000001, 1.02988905762441, 1.62791666666667, 1.54910786328824, 3.03304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1215, '2022-02-13 00:00:00', 0.0746497983339836, 0.102624999999999, 0.105283390861542, 0.169374999999999, 0.123197143765122, 0.269666666666667, 1.06102599972925, 1.65454166666667, 1.5492723654409, 3.03308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1230, '2022-02-13 00:00:00', 0.0999649123225355, 0.113875, 0.111084305039404, 0.188375000000001, 0.122938891383049, 0.255666666666668, 1.05687070133854, 1.667125, 1.55595351666253, 3.03804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1245, '2022-02-13 00:00:00', 0.0764323609284815, 0.106583333333334, 0.0874702433874574, 0.1575, 0.140221848036127, 0.239916666666667, 1.05780362328496, 1.656375, 1.5556445976284, 3.040125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1260, '2022-02-13 00:00:00', 0.0742691809022041, 0.103458333333333, 0.0923700811088642, 0.164166666666667, 0.152015296474791, 0.267041666666668, 1.06655369334933, 1.65979166666667, 1.5556445976284, 3.040125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1275, '2022-02-13 00:00:00', 0.0745738496925767, 0.107291666666666, 0.096544312871479, 0.16775, 0.442003539152334, 0.335458333333333, 1.06707621327042, 1.67041666666667, 1.55623511168014, 3.037625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1290, '2022-02-13 00:00:00', 0.0648402719732527, 0.0935, 0.0964384236972867, 0.158250000000001, 0.448650819648215, 0.335416666666666, 1.06406183673286, 1.682875, 1.55855336526899, 3.037625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1305, '2022-02-13 00:00:00', 0.0749149759606751, 0.0994166666666668, 0.452234915147273, 0.240625000000001, 0.453964469017604, 0.3555, 1.06484321156562, 1.68625, 1.5602089597834, 3.03554166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1320, '2022-02-13 00:00:00', 0.0785683660406169, 0.107478260869566, 0.140009048267738, 0.187478260869565, 0.219280119370151, 0.33695652173913, 1.02879468215175, 1.62395652173913, 1.46938916619769, 2.90460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1335, '2022-02-13 00:00:00', 0.113569362065656, 0.123, 0.135036856336224, 0.19704347826087, 0.775060224613969, 1.16547826086956, 0.996735517426566, 1.59734782608696, 1.44791898371394, 2.88373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1350, '2022-02-13 00:00:00', 0.0941854616475941, 0.11908695652174, 0.129593176148853, 0.235869565217391, 0.892337258332686, 1.29265217391304, 0.953409034235182, 1.56417391304348, 1.44029488636313, 2.85221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1365, '2022-02-13 00:00:00', 0.113622302687388, 0.158130434782609, 0.711661705727666, 1.07573913043478, 0.893416768221378, 1.34939130434783, 0.958992816106499, 1.55269565217391, 1.42208370889298, 2.8255652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 990, '2022-02-13 00:00:00', 0.395052045256746, 0.776038461538461, 0.571937764231255, 0.954615384615383, 0.649980989071101, 1.11438461538462, 0.714545277673958, 1.33392307692308, 1.44424912457864, 2.75142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1005, '2022-02-13 00:00:00', 0.270618891830161, 0.43676923076923, 0.307249895787677, 0.607461538461539, 0.387763070007367, 0.767961538461538, 0.499379689060493, 1.01292307692308, 1.41920686842497, 2.65915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1020, '2022-02-13 00:00:00', 0.186905541754282, 0.381192307692308, 0.224539364374816, 0.482384615384615, 0.281175926313868, 0.620307692307693, 0.496061553252603, 0.950769230769231, 1.4251790672916, 2.64142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1035, '2022-02-13 00:00:00', 0.143780195490841, 0.305230769230769, 0.202572961214928, 0.427730769230769, 0.281652696664635, 0.553192307692307, 0.499727200965303, 0.894346153846154, 1.42804991994193, 2.63642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1050, '2022-02-13 00:00:00', 0.17695359235165, 0.293423076923077, 0.241703403750579, 0.414153846153847, 0.321155385348683, 0.531307692307692, 0.500702824499261, 0.847038461538462, 1.41387416478488, 2.61607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1065, '2022-02-13 00:00:00', 0.163213220618355, 0.270653846153846, 0.223948757875203, 0.349615384615384, 0.311373288217511, 0.487269230769231, 0.465677650146703, 0.794076923076923, 1.37205209140851, 2.58469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1080, '2022-02-13 00:00:00', 0.177559524147212, 0.25176923076923, 0.231479100236185, 0.354423076923077, 0.363052757344418, 0.512769230769231, 0.426600789786136, 0.771923076923077, 1.37035599922625, 2.56173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1095, '2022-02-13 00:00:00', 0.125358611744313, 0.223307692307692, 0.173785225538262, 0.304769230769232, 0.27351401032882, 0.433076923076923, 0.339771708425163, 0.708576923076923, 1.35969844620614, 2.54023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1110, '2022-02-13 00:00:00', 0.114826806036812, 0.210653846153847, 0.20756853177834, 0.308846153846154, 0.227643594581192, 0.390384615384615, 0.315770951555323, 0.684423076923078, 1.36612577245064, 2.50111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1125, '2022-02-13 00:00:00', 0.137878006278684, 0.20476923076923, 0.155133297521841, 0.278499999999999, 0.184875242757421, 0.352153846153846, 0.313871333265964, 0.678423076923076, 1.36792168691722, 2.67430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1140, '2022-02-13 00:00:00', 0.0869699859810176, 0.194461538461538, 0.134818487661687, 0.251230769230769, 0.160622907648749, 0.327961538461539, 0.307330083135381, 0.6685, 1.37802648908335, 2.73473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1155, '2022-02-13 00:00:00', 0.104146819442553, 0.172999999999999, 0.116575046808747, 0.229692307692308, 0.203113037872625, 0.327115384615385, 0.543330335841976, 1.02457692307692, 1.39807954489226, 2.79142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1170, '2022-02-13 00:00:00', 0.0786809721890592, 0.160153846153846, 0.121023608631349, 0.215923076923077, 0.167290479751194, 0.326769230769231, 0.562975606794961, 1.10057692307692, 1.39867079812887, 2.78719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1185, '2022-02-13 00:00:00', 0.0797596099828432, 0.141346153846154, 0.140014576164274, 0.222192307692308, 0.179685610056951, 0.334961538461538, 0.598095079912371, 1.15473076923077, 1.4051334718973, 2.79207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1200, '2022-02-13 00:00:00', 0.0891214642194316, 0.159653846153847, 0.108909475465424, 0.223923076923077, 0.164861438323684, 0.316576923076923, 0.605367148609325, 1.21023076923077, 1.40573165236525, 2.79296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1215, '2022-02-13 00:00:00', 0.0927004522435242, 0.148423076923076, 0.141903932834317, 0.223615384615384, 0.192685714611604, 0.301230769230769, 0.634799185690913, 1.21938461538461, 1.41494897597595, 2.80126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1230, '2022-02-13 00:00:00', 0.0836449731810686, 0.151807692307693, 0.109760830900646, 0.203999999999999, 0.17223768907664, 0.300307692307693, 0.634384208989619, 1.22026923076923, 1.42371501523844, 2.80373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1245, '2022-02-13 00:00:00', 0.0845715354914672, 0.14576923076923, 0.132238950389058, 0.208499999999999, 0.175972253057559, 0.301923076923076, 0.629572447105053, 1.24211538461538, 1.42012755006779, 2.81153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1260, '2022-02-13 00:00:00', 0.12890113086572, 0.160692307692308, 0.160651715976375, 0.224576923076923, 0.176692031077108, 0.329923076923076, 0.6316187506351, 1.24261538461538, 1.42999591822978, 2.82538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1275, '2022-02-13 00:00:00', 0.079227238905665, 0.146346153846154, 0.126990762837909, 0.220576923076923, 0.181416550004086, 0.33326923076923, 0.599446048127256, 1.23873076923077, 1.43349963215364, 2.83034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1290, '2022-02-13 00:00:00', 0.11169921148403, 0.160076923076923, 0.136440852217531, 0.235115384615384, 0.180324613277962, 0.344615384615385, 0.61807616160022, 1.27269230769231, 1.44292991300553, 2.83842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1305, '2022-02-13 00:00:00', 0.0753827158316401, 0.152923076923076, 0.17799506043276, 0.251192307692308, 0.204317550735275, 0.372307692307692, 0.626707027614609, 1.27853846153846, 1.44731578447829, 2.8465 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1320, '2022-02-13 00:00:00', 0.0780184379917114, 0.16672, 0.0965508156361197, 0.222680000000001, 0.171466877267885, 0.367839999999999, 0.677374236789876, 1.30776, 1.36954392895348, 2.74236 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1335, '2022-02-13 00:00:00', 0.0845072580709292, 0.156680000000001, 0.172436094442743, 0.25396, 0.504720212923293, 0.866919999999999, 0.688246363351574, 1.31084, 1.36212064076571, 2.74316 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1350, '2022-02-13 00:00:00', 0.116754114845402, 0.179760000000001, 0.108992935550888, 0.25872, 0.486517224772156, 0.98552, 0.686756985160447, 1.30664, 1.35669613645306, 2.74336 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1365, '2022-02-13 00:00:00', 0.0666023523108107, 0.19096, 0.45402267931606, 0.827519999999999, 0.526244721272021, 1.05156, 0.688372517851587, 1.30184, 1.3580973111919, 2.73884 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 990, '2022-02-13 00:00:00', 0.32171300157845, 0.607846153846154, 0.421492142458014, 0.786884615384616, 0.492244999974606, 0.9345, 0.657748163170257, 1.17538461538462, 1.39879079867632, 2.79746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1005, '2022-02-13 00:00:00', 0.266086801915927, 0.456884615384616, 0.310415463532344, 0.571999999999999, 0.360436242094748, 0.719730769230768, 0.520473476749776, 0.958, 1.39416369251909, 2.73919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1020, '2022-02-13 00:00:00', 0.17248693150051, 0.340692307692306, 0.222853301178497, 0.458923076923076, 0.257325310423625, 0.616653846153846, 0.438868925587304, 0.814576923076923, 1.36007083130028, 2.70111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1035, '2022-02-13 00:00:00', 0.147257581755967, 0.297653846153847, 0.19856725657725, 0.422346153846154, 0.200882839945614, 0.539653846153847, 0.402099109481922, 0.770576923076924, 1.36564816056755, 2.68253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1050, '2022-02-13 00:00:00', 0.139696043664037, 0.297230769230768, 0.163771289866738, 0.391653846153846, 0.179535301863964, 0.452269230769231, 0.433612469661741, 0.748423076923078, 1.37612112168169, 2.67069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1065, '2022-02-13 00:00:00', 0.110762649911351, 0.24473076923077, 0.125443238772946, 0.321384615384617, 0.17935915408433, 0.420115384615385, 0.423077386992753, 0.719346153846155, 1.37767983999856, 2.66030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1080, '2022-02-13 00:00:00', 0.0986379549354413, 0.226615384615385, 0.134985794124363, 0.303730769230769, 0.207542722200663, 0.432307692307692, 0.438891689810385, 0.707346153846154, 1.37994990544529, 2.66030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1095, '2022-02-13 00:00:00', 0.105901064133537, 0.209346153846154, 0.14574352604701, 0.286846153846153, 0.212130656399813, 0.392846153846153, 0.463501710228361, 0.711346153846154, 1.38646997304444, 2.65488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1110, '2022-02-13 00:00:00', 0.081533806108028, 0.188807692307691, 0.155840771795593, 0.289884615384614, 0.330295476109592, 0.410692307692307, 0.516012964953402, 0.7415, 1.39382153145173, 2.66369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1125, '2022-02-13 00:00:00', 0.133065027480783, 0.221307692307691, 0.1551056463784, 0.275807692307692, 0.340062467112237, 0.408192307692307, 0.520501907186338, 0.733346153846154, 1.42316526744491, 2.94753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1140, '2022-02-13 00:00:00', 0.117898913676734, 0.177923076923077, 0.305085985357471, 0.295538461538461, 0.306655075589197, 0.358846153846154, 0.491211870315103, 0.708692307692308, 1.47609826283295, 2.96980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1155, '2022-02-13 00:00:00', 0.254091531054945, 0.193115384615385, 0.257717749605142, 0.246961538461539, 0.245189195395029, 0.301307692307692, 0.737129622251065, 1.189, 1.45376713456401, 2.97819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1170, '2022-02-13 00:00:00', 0.113261175369824, 0.165576923076924, 0.131421693561078, 0.224692307692308, 0.174010786579896, 0.291076923076924, 0.819447544667465, 1.25496153846154, 1.47766565178376, 2.99153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1185, '2022-02-13 00:00:00', 0.105485835724336, 0.168692307692308, 0.129364886449739, 0.211076923076923, 0.145743974674242, 0.296884615384615, 0.858853045547464, 1.30692307692308, 1.48411391072249, 2.9965 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1200, '2022-02-13 00:00:00', 0.104961355525956, 0.155384615384615, 0.127524429032244, 0.217000000000001, 0.195943728185887, 0.332769230769231, 0.852010484767556, 1.33611538461538, 1.48661658602551, 2.98992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1215, '2022-02-13 00:00:00', 0.0820856963085619, 0.156307692307693, 0.127720223083955, 0.222153846153847, 0.233186373133991, 0.363730769230769, 0.836811030961269, 1.31430769230769, 1.48992555312208, 2.98792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1230, '2022-02-13 00:00:00', 0.100684526349156, 0.146423076923076, 0.157692553845962, 0.231692307692307, 0.260666943405978, 0.373846153846154, 0.834310155388639, 1.32565384615385, 1.48775404760123, 2.98588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1245, '2022-02-13 00:00:00', 0.105148276257864, 0.171, 0.181162727530124, 0.263576923076923, 0.278086793313499, 0.372769230769231, 0.830710602204754, 1.33376923076923, 1.48444588159509, 2.98184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1260, '2022-02-13 00:00:00', 0.145092819098143, 0.201384615384616, 0.21864678927791, 0.285538461538461, 0.284211354182331, 0.370576923076923, 0.844304830114009, 1.35361538461538, 1.47686612278005, 2.98723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1275, '2022-02-13 00:00:00', 0.143185173276265, 0.188923076923077, 0.167002975560779, 0.247923076923077, 0.269152138847444, 0.367076923076923, 0.804400712427486, 1.34788461538462, 1.47327178807526, 2.98880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1290, '2022-02-13 00:00:00', 0.110698843020846, 0.173076923076923, 0.179724049159131, 0.247423076923077, 0.29512399740813, 0.393576923076923, 0.793377438549901, 1.356, 1.46866001721087, 2.99861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1305, '2022-02-13 00:00:00', 0.122774446100907, 0.16026923076923, 0.193813931387813, 0.253, 0.259640239266092, 0.372423076923077, 0.785706572749357, 1.34753846153846, 1.46890120786305, 2.99803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1320, '2022-02-13 00:00:00', 0.14349752611108, 0.173960000000001, 0.184856142265637, 0.259280000000001, 0.22253651385784, 0.361800000000001, 0.818455694178576, 1.34516, 1.40828799374749, 2.89736 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1335, '2022-02-13 00:00:00', 0.122468866792069, 0.16596, 0.161111762450791, 0.252399999999999, 0.63356092051199, 0.98476, 0.835650439278691, 1.34164, 1.41448101436534, 2.89204 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1350, '2022-02-13 00:00:00', 0.0906706861854114, 0.183439999999999, 0.132810541750269, 0.26484, 0.726090272165475, 1.0384, 0.829905070876585, 1.33448, 1.40616793093855, 2.899 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1365, '2022-02-13 00:00:00', 0.102505983565188, 0.19568, 0.605448863791705, 0.92708, 0.754232530457286, 1.07828, 0.878483063771485, 1.33608, 1.40918246157125, 2.89428 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 990, '2022-02-13 00:00:00', 0.26951612815068, 0.61112, 0.340600905264016, 0.72232, 0.458221198403857, 0.8592, 0.654442006597988, 1.09856, 1.46997056319733, 2.91096 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1005, '2022-02-13 00:00:00', 0.298444813435695, 0.416159999999999, 0.420877587112136, 0.550119999999999, 0.44391980506994, 0.657279999999999, 0.65532890724175, 0.94832, 1.4821148740904, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1020, '2022-02-13 00:00:00', 0.201446419675307, 0.31892, 0.222624968650568, 0.41728, 0.257593879326871, 0.52076, 0.506815383875957, 0.8156, 1.50108049084651, 2.82484 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1035, '2022-02-13 00:00:00', 0.128982388978754, 0.25496, 0.211620281006649, 0.35332, 0.253437710953468, 0.46944, 0.496236082928278, 0.7678, 1.50122396952176, 2.79536 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1050, '2022-02-13 00:00:00', 0.158768468741959, 0.24352, 0.177972254391894, 0.33196, 0.299170341667307, 0.45332, 0.481975767025688, 0.72984, 1.48135675424029, 2.7746 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1065, '2022-02-13 00:00:00', 0.10218842073999, 0.21516, 0.1816133438563, 0.28736, 0.245553375053165, 0.41228, 0.428356751629606, 0.66144, 1.46948814444577, 2.74336 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1080, '2022-02-13 00:00:00', 0.129278227091805, 0.18688, 0.203551328498081, 0.28068, 0.249967777923477, 0.38884, 0.403629685892074, 0.661559999999999, 1.46343193897086, 2.74296 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1095, '2022-02-13 00:00:00', 0.109500502281952, 0.19588, 0.171320002723948, 0.29228, 0.205226476524514, 0.36664, 0.900210405035031, 0.83576, 1.46177930960867, 2.7438 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1110, '2022-02-13 00:00:00', 0.127948843944237, 0.20136, 0.163207822524943, 0.262280000000001, 0.207164081507067, 0.35404, 1.00653184748422, 0.818879999999999, 1.48980197006179, 2.75308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1125, '2022-02-13 00:00:00', 0.0988721059416328, 0.165120000000001, 0.11476253744145, 0.22324, 0.238328226052505, 0.33448, 1.00408114379931, 0.80712, 1.52684720147979, 2.89128 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1140, '2022-02-13 00:00:00', 0.0905746101288878, 0.16552, 0.171822418017363, 0.24188, 0.237087726379921, 0.330439999999999, 0.993438897634541, 0.83652, 1.53027156849147, 2.92136 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1155, '2022-02-13 00:00:00', 0.129219025946904, 0.17184, 0.174463386798874, 0.23784, 0.202992134494583, 0.321159999999999, 1.02143402952255, 1.11568, 1.56326755867318, 2.94928 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1170, '2022-02-13 00:00:00', 0.100013332444563, 0.154, 0.146526311630369, 0.228279999999999, 0.200050010414063, 0.318439999999999, 1.02645617376811, 1.15512, 1.55741093592325, 2.95736 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1185, '2022-02-13 00:00:00', 0.0972901673688894, 0.13872, 0.117804258553472, 0.20752, 0.180448034994382, 0.28792, 1.02825645309589, 1.1626, 1.55603877415271, 2.9614 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1200, '2022-02-13 00:00:00', 0.0934977718094567, 0.1568, 0.145085032538394, 0.222, 0.170892724635467, 0.29064, 1.01217034468841, 1.18716, 1.57849208951666, 2.97588 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1215, '2022-02-13 00:00:00', 0.0875448075749408, 0.14448, 0.138331100383585, 0.209080000000001, 0.159017745340994, 0.29332, 1.01720797283545, 1.22168, 1.58345824384478, 2.99748 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1230, '2022-02-13 00:00:00', 0.122538769375247, 0.155600000000001, 0.128197672885795, 0.214679999999999, 0.151680563465902, 0.284919999999999, 1.01161833712127, 1.21908, 1.58957614161763, 2.99868 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1245, '2022-02-13 00:00:00', 0.0849280479778819, 0.14424, 0.119985068515489, 0.2098, 0.134588298154037, 0.274519999999999, 1.01753182259819, 1.23548, 1.59278814766225, 2.9912 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1260, '2022-02-13 00:00:00', 0.0869295691925363, 0.1456, 0.100798065457627, 0.1922, 0.144757072366084, 0.29188, 1.02241420666968, 1.25932, 1.59158241696747, 2.99344 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1275, '2022-02-13 00:00:00', 0.0725785321795184, 0.12532, 0.109115336532803, 0.19636, 0.904731372655258, 0.496240000000001, 1.0217679987812, 1.26348, 1.58943499080648, 2.99544 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1290, '2022-02-13 00:00:00', 0.0801911882108423, 0.141720000000001, 0.123407698301199, 0.230720000000001, 1.00909294748634, 0.51892, 1.01902737614518, 1.27628, 1.58834242739614, 2.9948 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1305, '2022-02-13 00:00:00', 0.0936611267638104, 0.16936, 0.890429484387543, 0.404800000000001, 0.98343771705855, 0.50908, 1.00023583552414, 1.26168, 1.58008848169968, 2.99012 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1320, '2022-02-13 00:00:00', 0.0793412643703385, 0.147583333333334, 0.108468714183038, 0.204375, 0.147878597877263, 0.341583333333334, 0.577044996110556, 1.09416666666667, 1.51844831589471, 2.875375 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1335, '2022-02-13 00:00:00', 0.0744409964772224, 0.147375, 0.0886541480756229, 0.217416666666667, 0.486828779828765, 0.7885, 0.575081764822954, 1.09491666666667, 1.51894485628981, 2.87445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1350, '2022-02-13 00:00:00', 0.0633145900945488, 0.154958333333333, 0.106946138075554, 0.263458333333333, 0.514482996437383, 0.865166666666667, 0.571939618785263, 1.08883333333333, 1.55425638063324, 2.879125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1365, '2022-02-13 00:00:00', 0.0911761215720835, 0.197041666666666, 0.470906241629686, 0.750583333333333, 0.511684260661489, 0.879500000000001, 0.568717357719117, 1.08270833333333, 1.55615051570734, 2.87391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 930, '2022-02-13 00:00:00', 0, 0.704000000000001, 0, 0.730000000000004, 0, 0.834000000000003, 0, 0.834000000000003, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 945, '2022-02-13 00:00:00', 0, 0.329999999999998, 0, 0.329999999999998, 0, 0.433999999999997, 0, 0.433999999999997, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 960, '2022-02-13 00:00:00', 0, 0.264000000000003, 0, 0.384, 0, 0.384, 0, 0.384, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 975, '2022-02-13 00:00:00', 0, 0.154000000000003, 0, 0.194000000000003, 0, 0.384, 0, 0.384, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 930, '2022-02-13 00:00:00', 0, 2.332, 0, 2.332, 0, 2.332, 0, 2.984, 0, 5.75 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 945, '2022-02-13 00:00:00', 0, 0.948, 0, 1.382, 0, 1.701, 0, 2.582, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 960, '2022-02-13 00:00:00', 0, 0.573, 0, 0.573, 0, 1.131, 0, 1.773, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 975, '2022-02-13 00:00:00', 0, 0.344000000000001, 0, 0.713000000000001, 0, 1.154, 0, 1.594, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 930, '2022-02-13 00:00:00', 0, 0.901000000000003, 0, 0.901000000000003, 0, 0.901000000000003, 0, 1.462, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 945, '2022-02-13 00:00:00', 0, 0.560000000000002, 0, 0.611000000000004, 0, 0.611000000000004, 0, 1.28, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 960, '2022-02-13 00:00:00', 0, 0.405000000000001, 0, 0.405000000000001, 0, 0.414999999999999, 0, 1.074, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 975, '2022-02-13 00:00:00', 0, 0.225000000000001, 0, 0.265000000000001, 0, 0.475000000000001, 0, 1.024, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 930, '2022-02-13 00:00:00', 0, 0.372999999999998, 0, 0.633000000000003, 0, 0.743000000000002, 0, 1.143, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 945, '2022-02-13 00:00:00', 0, 0.384, 0, 0.423999999999999, 0, 0.583999999999996, 0, 0.893999999999998, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 960, '2022-02-13 00:00:00', 0, 0.213000000000001, 0, 0.283000000000001, 0, 0.452999999999996, 0, 0.683, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 975, '2022-02-13 00:00:00', 0, 0.25, 0, 0.339999999999996, 0, 0.439999999999998, 0, 0.649999999999999, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 930, '2022-02-13 00:00:00', 0, 1.247, 0, 1.788, 0, 1.999, 0, 2.24, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 945, '2022-02-13 00:00:00', 0, 0.951000000000001, 0, 1.281, 0, 1.999, 0, 2.24, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 960, '2022-02-13 00:00:00', 0, 0.585000000000001, 0, 1.303, 0, 1.303, 0, 1.544, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 975, '2022-02-13 00:00:00', 0, 0.763000000000005, 0, 0.763000000000005, 0, 0.873000000000005, 0, 1.364, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:53:38 Duration: 3s666ms 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 969880, 5, 990, '2022-02-13 00:00:00', 0.378105278379531, 1.19780769230769, 0.491971157691181, 1.4855, 0.547853412454881, 1.80019230769231, 0.779760618099207, 2.17030769230769, 2.16305058691156, 6.0508076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1005, '2022-02-13 00:00:00', 0.357224740723001, 0.913653846153847, 0.438647033501882, 1.2005, 0.478125199245811, 1.48411538461538, 0.783961707267351, 1.91703846153846, 2.20305275330531, 5.99807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1020, '2022-02-13 00:00:00', 0.419690312565754, 0.789038461538461, 0.47686348312537, 1.09930769230769, 0.461598006928107, 1.28, 0.833669236198991, 1.84334615384615, 2.19785275771954, 5.99723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1035, '2022-02-13 00:00:00', 0.321025733452102, 0.728192307692306, 0.356095181744345, 0.971538461538459, 0.405735724901739, 1.12103846153846, 0.815567299491589, 1.7995, 2.20450299753795, 6.00911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1050, '2022-02-13 00:00:00', 0.276432960296816, 0.661307692307689, 0.338120242608364, 0.81853846153846, 0.44165612798264, 1.05484615384615, 0.820479875532512, 1.75111538461539, 2.22849409829908, 6.01111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1065, '2022-02-13 00:00:00', 0.268022433045045, 0.59476923076923, 0.330542586573141, 0.796192307692309, 0.472971557121729, 1.01642307692308, 0.806692670485724, 1.74176923076923, 2.23766103743653, 6.02003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1080, '2022-02-13 00:00:00', 0.227298001615633, 0.551307692307691, 0.301237603638978, 0.716423076923074, 0.395329829188428, 0.960923076923072, 0.809990861296975, 1.69565384615384, 2.25242145837626, 6.02988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1095, '2022-02-13 00:00:00', 0.168333716171184, 0.446, 0.237765265626543, 0.623807692307693, 0.472494019498173, 0.925961538461539, 0.806488697998924, 1.6195, 2.26567221778913, 6.04196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1110, '2022-02-13 00:00:00', 0.199212989999687, 0.445846153846157, 0.334073757401886, 0.655653846153845, 0.506098889698292, 0.876615384615386, 0.798681528905853, 1.59823076923077, 2.26882740062926, 6.04842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1125, '2022-02-13 00:00:00', 0.200365730986726, 0.455115384615379, 0.342303527027382, 0.638230769230767, 0.483909268355133, 0.825499999999994, 0.745786205702, 1.60023076923076, 2.38307192473528, 6.26996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1140, '2022-02-13 00:00:00', 0.254056289946814, 0.436961538461539, 0.331057122656407, 0.580461538461537, 0.391672076340165, 0.790153846153843, 0.840458098529972, 1.64015384615385, 2.56763636084599, 6.28019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1155, '2022-02-13 00:00:00', 0.214596867136069, 0.380153846153846, 0.220246407462191, 0.545999999999996, 0.338657621522661, 0.775230769230765, 1.37169950734902, 2.59853846153846, 2.59335599858265, 6.33884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1170, '2022-02-13 00:00:00', 0.180566344082679, 0.409269230769228, 0.323314852498538, 0.578576923076921, 0.338661800893775, 0.757846153846151, 1.34713961357446, 2.77953846153846, 2.63864919200365, 6.41003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1185, '2022-02-13 00:00:00', 0.334047921481563, 0.400423076923078, 0.351969432676278, 0.606192307692307, 0.494399352750388, 0.825000000000002, 1.27885286818365, 2.91946153846154, 2.56826997143093, 6.48338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1200, '2022-02-13 00:00:00', 0.20163207416811, 0.426919999999999, 0.228291903784026, 0.542880000000002, 0.42664162166077, 0.807640000000006, 1.43048351382787, 3.035, 2.50554451966034, 6.42744 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1215, '2022-02-13 00:00:00', 0.221826373544717, 0.35976, 0.320610267042923, 0.55588, 0.415756070310466, 0.744120000000001, 1.50027569910778, 3.05144, 2.50845189509386, 6.42892 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1230, '2022-02-13 00:00:00', 0.209882705338008, 0.3722, 0.309762855530913, 0.528880000000003, 0.530709220446248, 0.763120000000001, 1.52110051388241, 3.12124, 2.50612757523102, 6.44944 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1245, '2022-02-13 00:00:00', 0.207376485327207, 0.364560000000002, 0.300020210430338, 0.490720000000002, 0.587385483874655, 0.790040000000001, 1.55856536596962, 3.1686, 2.51768265606821, 6.45896 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1260, '2022-02-13 00:00:00', 0.268885279130958, 0.352279999999998, 0.524282233153099, 0.56688, 0.576778776192974, 0.806440000000001, 1.60349361499612, 3.20624, 2.54220933966239, 6.48892 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1275, '2022-02-13 00:00:00', 0.305526049080377, 0.386999999999997, 0.363221594438801, 0.547519999999997, 0.473501063004795, 0.792559999999999, 1.60357344494518, 3.24828, 2.58514218306589, 6.44576 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1290, '2022-02-13 00:00:00', 0.267599595166605, 0.409720000000001, 0.429526879252047, 0.58444, 0.469023179953119, 0.815920000000001, 1.57457912577721, 3.23544, 2.61626530701048, 6.42864 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1305, '2022-02-13 00:00:00', 0.220668846917732, 0.369360000000003, 0.291015102700879, 0.536960000000001, 0.434490034408158, 0.823439999999999, 1.48900018804566, 3.25532, 2.53191410267673, 6.40224 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1320, '2022-02-13 00:00:00', 0.184506686576136, 0.394249999999997, 0.259702641412295, 0.545375, 0.45313624498791, 1.04575, 1.56306183580056, 3.29770833333333, 2.60142899275529, 6.47225 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1335, '2022-02-13 00:00:00', 0.196433250085445, 0.425249999999998, 0.322950752291737, 0.624166666666664, 1.16626996697573, 2.200375, 1.49357109261516, 3.283, 2.5583534952942, 6.46145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1350, '2022-02-13 00:00:00', 0.232547887385668, 0.471541666666665, 0.358903725333096, 0.875166666666665, 1.07481736820727, 2.444125, 1.48225533149779, 3.23845833333333, 2.57520087720764, 6.45058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1365, '2022-02-13 00:00:00', 0.327937698941971, 0.709956521739132, 1.08569646141273, 2.09352173913044, 1.01983702875381, 2.59926086956522, 1.4554913517774, 3.29856521739131, 2.37090279081161, 6.66995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 990, '2022-02-13 00:00:00', 0.706252813255912, 1.16808333333333, 0.700690403578265, 1.58445833333333, 0.745458243467486, 1.99641666666667, 1.04280086542328, 2.62241666666667, 2.46451433908108, 6.38383333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1005, '2022-02-13 00:00:00', 0.488174854335818, 0.73308333333333, 0.567225487459079, 1.12716666666667, 0.708265915376461, 1.57545833333333, 0.938882405896206, 2.22220833333333, 2.46891381643244, 6.17770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1020, '2022-02-13 00:00:00', 0.450327077188654, 0.672291666666669, 0.512118589074215, 0.983833333333335, 0.646100408078224, 1.34920833333333, 0.762153694226556, 1.97908333333333, 2.48395669603027, 6.00745833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1035, '2022-02-13 00:00:00', 0.369840143689216, 0.561083333333332, 0.486780146710899, 0.876708333333334, 0.553454446432013, 1.17220833333333, 0.709215958197727, 1.80033333333333, 2.50413553454328, 5.92191666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1050, '2022-02-13 00:00:00', 0.370998806103789, 0.548874999999999, 0.395814165058396, 0.795375, 0.481000480204048, 1.014375, 0.636347662701833, 1.6375, 2.43713527445944, 5.84020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1065, '2022-02-13 00:00:00', 0.301454144853369, 0.436916666666665, 0.258838528928693, 0.618416666666665, 0.391801191821879, 0.918999999999999, 0.586071735976189, 1.50558333333334, 2.40159900197855, 5.788875 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1080, '2022-02-13 00:00:00', 0.22918475554433, 0.389499999999997, 0.23759382204797, 0.574708333333332, 0.330233470332032, 0.863666666666665, 0.552237108745291, 1.42979166666667, 2.42420176874363, 5.78704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1095, '2022-02-13 00:00:00', 0.223327341472727, 0.379166666666669, 0.289683857539289, 0.67704166666667, 0.369762702989014, 0.846749999999999, 0.56004265980111, 1.47470833333333, 2.41730092476497, 5.77375 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1110, '2022-02-13 00:00:00', 0.260541353918048, 0.432833333333335, 0.250851751935832, 0.640416666666667, 0.347289869738795, 0.833416666666665, 0.635274584019735, 1.46433333333333, 2.43208614901526, 5.76791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1125, '2022-02-13 00:00:00', 0.22103175389949, 0.351083333333333, 0.277370883266535, 0.483208333333331, 0.344211551798169, 0.717875000000001, 0.67583914023846, 1.43875, 2.43343466299344, 5.88479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1140, '2022-02-13 00:00:00', 0.241121890968753, 0.303124999999995, 0.281945103994847, 0.474208333333332, 0.308062032032038, 0.718041666666666, 0.719036185620643, 1.61341666666666, 2.42183327972481, 5.9065 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1155, '2022-02-13 00:00:00', 0.167211312979731, 0.265333333333333, 0.21419899660112, 0.460083333333332, 0.269419985567492, 0.721791666666669, 1.01676949972927, 2.53370833333333, 2.43871321498194, 5.90016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1170, '2022-02-13 00:00:00', 0.22491774664002, 0.313083333333333, 0.224933963739316, 0.455374999999999, 0.270018809731278, 0.647625000000001, 1.13151189017557, 2.700875, 2.46200147421929, 5.92129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1185, '2022-02-13 00:00:00', 0.170810832735251, 0.259083333333332, 0.245771353031663, 0.502583333333336, 0.228455268668964, 0.628375, 1.15645052197775, 2.895375, 2.46529328002202, 5.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1200, '2022-02-13 00:00:00', 0.22301972357047, 0.348333333333337, 0.214917307993941, 0.45516666666667, 0.229168108032356, 0.634249999999998, 1.2314147013361, 2.99991666666667, 2.46495164429156, 5.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1215, '2022-02-13 00:00:00', 0.192314502192694, 0.288208333333337, 0.172801296417236, 0.414875, 0.252124523524226, 0.628083333333329, 1.30178263438022, 3.076875, 2.4738077306868, 5.91408333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1230, '2022-02-13 00:00:00', 0.173053517524305, 0.272708333333335, 0.208848794204276, 0.418916666666663, 0.261208049124709, 0.618583333333331, 1.31534424876289, 3.08833333333333, 2.46553357837344, 5.9245 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1245, '2022-02-13 00:00:00', 0.147433545580104, 0.280958333333332, 0.245753319083546, 0.433208333333331, 0.318370295297059, 0.608083333333331, 1.32670088737636, 3.094125, 2.46311446979314, 5.92325 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1260, '2022-02-13 00:00:00', 0.179561946841814, 0.276166666666665, 0.222182059927491, 0.422208333333333, 0.315291442701157, 0.568541666666666, 1.31578602658397, 3.10379166666667, 2.46838306959452, 5.92925 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1275, '2022-02-13 00:00:00', 0.179572903123585, 0.289416666666668, 0.243598371642065, 0.40691666666667, 0.303887967414192, 0.649375, 1.30941187636149, 3.110375, 2.49144797547385, 5.95116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1290, '2022-02-13 00:00:00', 0.192286452227254, 0.251916666666669, 0.200310555988891, 0.358166666666668, 0.371253956207874, 0.656250000000001, 1.33503650210641, 3.152125, 2.49313934243497, 5.94604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1305, '2022-02-13 00:00:00', 0.171207852107282, 0.250708333333334, 0.254450459288022, 0.456416666666669, 0.45662285043155, 0.773583333333336, 1.3267188461536, 3.156875, 2.50756443268323, 5.93591666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1320, '2022-02-13 00:00:00', 0.21541133553799, 0.294956521739131, 0.280275076624866, 0.463869565217392, 0.504626018921271, 0.973652173913042, 1.30049461706378, 3.20839130434782, 2.55766901427086, 5.95717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1335, '2022-02-13 00:00:00', 0.229413283280315, 0.320000000000001, 0.311048062577472, 0.543478260869569, 1.01026895217621, 2.07208695652174, 1.31077826653924, 3.23186956521739, 2.7290625705238, 6.03482608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1350, '2022-02-13 00:00:00', 0.245679319567682, 0.357347826086957, 0.385457312709134, 0.730391304347824, 1.11353346011622, 2.39930434782609, 1.28357727486636, 3.1845652173913, 2.78009406244599, 6.00478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1365, '2022-02-13 00:00:00', 0.380317762917425, 0.536347826086952, 0.9507984412531, 1.92930434782608, 1.13960543064229, 2.60291304347826, 1.30190664073341, 3.17291304347826, 2.805076800679, 5.96230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 990, '2022-02-13 00:00:00', 0.557851218102518, 1.49530769230769, 0.882058561635134, 1.90411538461539, 0.979545663128496, 2.31488461538462, 1.02725332730614, 2.74896153846154, 2.72472062759864, 5.76946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1005, '2022-02-13 00:00:00', 0.479848272493907, 1.04126923076923, 0.561845585137469, 1.41269230769231, 0.783159026978851, 1.7683076923077, 0.903135594215207, 2.26430769230769, 2.65477407788598, 5.56873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1020, '2022-02-13 00:00:00', 0.303594864150336, 0.85319230769231, 0.484002148755559, 1.095, 0.725823996466186, 1.43107692307692, 0.913806514615561, 1.98111538461538, 2.68791713013283, 5.49553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1035, '2022-02-13 00:00:00', 0.311253784654158, 0.694961538461537, 0.515768655652749, 1.02288461538462, 0.553520827208735, 1.26211538461538, 0.772852025840748, 1.84457692307692, 2.70136878722906, 5.48973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1050, '2022-02-13 00:00:00', 0.354284963531639, 0.714346153846154, 0.388551044067768, 0.89707692307692, 0.405844471915801, 1.11815384615385, 0.668858546618502, 1.79465384615384, 2.70511213360641, 5.49484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1065, '2022-02-13 00:00:00', 0.264740247150935, 0.586038461538458, 0.328224960378375, 0.781769230769231, 0.378201234590999, 1.02542307692308, 0.682437648884778, 1.77376923076923, 2.71322991994072, 5.50096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1080, '2022-02-13 00:00:00', 0.274999502097453, 0.567384615384619, 0.379195983425662, 0.783076923076928, 0.445104502854712, 1.03153846153846, 0.707057565929721, 1.74319230769231, 2.76923223044833, 5.53188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1095, '2022-02-13 00:00:00', 0.282561364335937, 0.522269230769232, 0.323024000060963, 0.736769230769232, 0.409849067903711, 0.946538461538465, 0.680851819414474, 1.744, 2.7879830208621, 5.55226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1110, '2022-02-13 00:00:00', 0.244330746829281, 0.516076923076926, 0.325285164834701, 0.683038461538462, 0.390801236121184, 0.893384615384616, 0.650625111246573, 1.67865384615384, 2.84915687285798, 5.48061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1125, '2022-02-13 00:00:00', 0.229076436689054, 0.455423076923076, 0.286940264488303, 0.621346153846155, 0.364747856006775, 0.926961538461536, 0.671546107014368, 1.67742307692307, 2.86799428950188, 5.74073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1140, '2022-02-13 00:00:00', 0.259850406669212, 0.43507692307693, 0.303406518362108, 0.610346153846157, 0.378329559226629, 0.917846153846154, 0.717002955685357, 1.71896153846153, 2.8708672107115, 5.80969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1155, '2022-02-13 00:00:00', 0.178658574252247, 0.406384615384615, 0.200317858952672, 0.613730769230769, 0.312452718884732, 0.862692307692307, 0.84513241201965, 2.19207692307692, 2.89674677791908, 5.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1170, '2022-02-13 00:00:00', 0.154162656358095, 0.432730769230767, 0.22908295104948, 0.609961538461538, 0.318717094229105, 0.818115384615384, 0.880334380527343, 2.4006923076923, 2.89159817854311, 5.95811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1185, '2022-02-13 00:00:00', 0.132495666111995, 0.401692307692306, 0.223984106579015, 0.559999999999997, 0.345186970517983, 0.775730769230765, 0.912302810727634, 2.58253846153846, 2.89828946184044, 5.97973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1200, '2022-02-13 00:00:00', 0.17579062721142, 0.406230769230766, 0.282010629914222, 0.534346153846154, 0.423367045699845, 0.759846153846153, 0.976114508572716, 2.63957692307692, 2.90337214260617, 6.02796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1215, '2022-02-13 00:00:00', 0.170782722959725, 0.352461538461539, 0.250163097567593, 0.533153846153846, 0.330362076422912, 0.742307692307688, 0.972340177889643, 2.6746923076923, 2.91303698885914, 6.05146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1230, '2022-02-13 00:00:00', 0.160103202293437, 0.358346153846153, 0.222055654839393, 0.474923076923075, 0.298674716294908, 0.70911538461538, 0.984864864607556, 2.7051923076923, 2.92349655378623, 6.0565 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1245, '2022-02-13 00:00:00', 0.159782929674558, 0.33576923076923, 0.177690448208718, 0.481153846153847, 0.284883457953223, 0.776769230769229, 0.947610750986194, 2.71984615384615, 2.90309446254536, 6.07253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1260, '2022-02-13 00:00:00', 0.103827941992805, 0.364192307692305, 0.205339733499988, 0.530384615384612, 0.302361729365038, 0.800153846153841, 0.979060171011742, 2.73046153846153, 2.90021308500971, 6.07453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1275, '2022-02-13 00:00:00', 0.151876994763729, 0.392307692307691, 0.202674718547877, 0.610192307692304, 0.370396022989117, 0.839423076923072, 1.03448863993465, 2.74488461538461, 2.87125771423229, 6.0653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1290, '2022-02-13 00:00:00', 0.191176636004103, 0.397115384615383, 0.236743564610773, 0.550653846153844, 0.442711894507548, 0.831307692307689, 1.02549167494652, 2.73815384615384, 2.84720122468471, 6.04942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1305, '2022-02-13 00:00:00', 0.130114931443763, 0.354846153846154, 0.324940678609782, 0.590730769230765, 0.465742589849803, 0.871999999999994, 1.02617957417868, 2.76196153846153, 2.9102618875019, 6.06842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1320, '2022-02-13 00:00:00', 0.158235025621173, 0.383639999999999, 0.272213384437034, 0.556280000000002, 0.348531069872781, 0.931359999999999, 1.043390586821, 2.7432, 3.03683201269568, 6.12244 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1335, '2022-02-13 00:00:00', 0.20452117249811, 0.41208, 0.236118282505472, 0.596519999999997, 0.709815297571606, 1.78156, 1.04102399427999, 2.74204, 3.0423133467807, 6.1296 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1350, '2022-02-13 00:00:00', 0.155263185162056, 0.441359999999997, 0.252133311299135, 0.731960000000001, 0.743690515828549, 2.0266, 1.03842795128021, 2.74212, 3.04213001037102, 6.1292 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1365, '2022-02-13 00:00:00', 0.274329868345877, 0.640720000000007, 0.688989569345333, 1.68672, 0.824339681199445, 2.21408, 1.0143451368576, 2.70816, 3.03413331007939, 6.11888 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 990, '2022-02-13 00:00:00', 0.597132192554227, 1.23384615384615, 0.624685965413515, 1.58765384615384, 0.784496652932017, 1.95896153846153, 0.954114227156023, 2.42996153846154, 2.9536850238304, 5.9735 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1005, '2022-02-13 00:00:00', 0.311091715390521, 0.90384615384615, 0.412187462952702, 1.27876923076923, 0.453320862762111, 1.58973076923077, 0.651835634072079, 2.12957692307693, 2.92611700407527, 5.77819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1020, '2022-02-13 00:00:00', 0.30342075381581, 0.838923076923077, 0.385259217430791, 1.06823076923077, 0.525596177248716, 1.41330769230769, 0.681882290766915, 2.00153846153846, 2.93264545340629, 5.74434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1035, '2022-02-13 00:00:00', 0.290812231252665, 0.683923076923075, 0.349497591055853, 0.94161538461538, 0.484695395226574, 1.22111538461538, 0.670627129002282, 1.93311538461538, 2.9350841699371, 5.70673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1050, '2022-02-13 00:00:00', 0.244632449574082, 0.63434615384615, 0.366978601346394, 0.893576923076923, 0.550795374540661, 1.20123076923077, 0.723549860064943, 1.848, 2.91886198819914, 5.66488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1065, '2022-02-13 00:00:00', 0.287560254555457, 0.621500000000002, 0.423700765235959, 0.855538461538464, 0.489204133890326, 1.13573076923077, 0.750563735826919, 1.82419230769231, 2.91925442957879, 5.67223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1080, '2022-02-13 00:00:00', 0.25438165149119, 0.579230769230774, 0.360961928527306, 0.792923076923079, 0.37601077930539, 1.02411538461538, 0.813450194210771, 1.74453846153846, 2.9176064035702, 5.67638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1095, '2022-02-13 00:00:00', 0.191928929153872, 0.508923076923078, 0.285199115329298, 0.697846153846154, 0.354766323959006, 0.892769230769229, 0.877572810917441, 1.73003846153846, 2.91399539015527, 5.67557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1110, '2022-02-13 00:00:00', 0.197822795606419, 0.511461538461541, 0.265380667083228, 0.671461538461539, 0.279498110630742, 0.828076923076927, 0.930546023331709, 1.70169230769231, 2.8972970876053, 5.68257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1125, '2022-02-13 00:00:00', 0.222836349058092, 0.465961538461538, 0.215145174600428, 0.586384615384615, 0.309512174484056, 0.848115384615386, 0.990059808605207, 1.72223076923077, 2.85833396471549, 5.78757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1140, '2022-02-13 00:00:00', 0.153671657964439, 0.413461538461537, 0.200026982795212, 0.555076923076925, 0.32837921090387, 0.818115384615387, 1.14313390089902, 1.85934615384616, 2.80745951981228, 5.84634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1155, '2022-02-13 00:00:00', 0.152636743232472, 0.361846153846154, 0.303631740511685, 0.640076923076922, 0.341898484708775, 0.835423076923077, 1.63904292382898, 2.85311538461539, 2.72240481842518, 5.92834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1170, '2022-02-13 00:00:00', 0.237189405004005, 0.471576923076923, 0.251513033765346, 0.606384615384615, 0.275112231643744, 0.816499999999998, 1.83078330104484, 3.05715384615385, 2.68113355619481, 5.96288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1185, '2022-02-13 00:00:00', 0.100817947120236, 0.363461538461536, 0.188727956430575, 0.501807692307693, 0.303438035747765, 0.718807692307692, 1.78336996118627, 3.09553846153846, 2.62096678844922, 5.96688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1200, '2022-02-13 00:00:00', 0.159086198211975, 0.350538461538461, 0.189300237717763, 0.516499999999997, 0.352700930185685, 0.738884615384614, 1.82331516031819, 3.15157692307693, 2.61187953898219, 5.97961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1215, '2022-02-13 00:00:00', 0.13824614057765, 0.372346153846152, 0.216951611052928, 0.519807692307693, 0.447678964643876, 0.872846153846154, 1.91292840551218, 3.21173076923077, 2.60330190837594, 5.97888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1230, '2022-02-13 00:00:00', 0.190816512751023, 0.358692307692306, 0.299945772021956, 0.526115384615384, 0.463462143504232, 0.866961538461537, 1.83869768000657, 3.25603846153846, 2.59041782462865, 5.96688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1245, '2022-02-13 00:00:00', 0.176791576548379, 0.371692307692305, 0.356096728432035, 0.661999999999996, 0.397749014406747, 0.847961538461535, 1.86220339341908, 3.27603846153846, 2.60002690281939, 5.96415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1260, '2022-02-13 00:00:00', 0.381237896655295, 0.53857692307692, 0.389236382598621, 0.65780769230769, 0.461089160408434, 0.845576923076923, 1.89399455811094, 3.27911538461538, 2.63104327245647, 5.98269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1275, '2022-02-13 00:00:00', 0.281441216707035, 0.427038461538463, 0.292001138037824, 0.568769230769229, 0.459812063615292, 0.832576923076925, 1.91524819399873, 3.26573076923077, 2.65339110080782, 5.95057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1290, '2022-02-13 00:00:00', 0.248755514820978, 0.424115384615386, 0.368888392544206, 0.615384615384618, 0.567707313539427, 0.856076923076925, 1.91714611457118, 3.29123076923077, 2.65685929594729, 5.94903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1305, '2022-02-13 00:00:00', 0.205230841886733, 0.449461538461535, 0.352040148497081, 0.598115384615385, 0.487154344519899, 0.866346153846154, 1.92209726200715, 3.28973076923077, 2.68489238174241, 5.96569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1320, '2022-02-13 00:00:00', 0.161125282518497, 0.396760000000003, 0.272405182280609, 0.5686, 0.516698500094591, 0.995560000000002, 1.9825393161297, 3.25616, 2.8307890407682, 6.04848 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1335, '2022-02-13 00:00:00', 0.188230514706479, 0.386680000000002, 0.272045645679793, 0.5802, 1.4211628138019, 2.33208, 2.00076460384524, 3.2314, 2.8382177723588, 6.03796 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1350, '2022-02-13 00:00:00', 0.239404239728543, 0.463839999999999, 0.462376711495438, 0.824160000000002, 1.69802419495915, 2.6182, 2.00169069955042, 3.22864, 2.83443353129569, 6.03388 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1365, '2022-02-13 00:00:00', 0.351584968393134, 0.662640000000001, 1.33930360386782, 2.21632, 1.61371909678647, 2.66736, 1.98116595468426, 3.21396, 2.80059412030138, 5.99952 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 990, '2022-02-13 00:00:00', 0.722130613762728, 1.49204, 0.997401361873276, 1.85768, 0.987668832824714, 2.06784, 1.44051430977504, 2.63768, 2.19596728648979, 5.49064 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1005, '2022-02-13 00:00:00', 0.422559660482009, 0.881799999999997, 0.425625273372409, 1.09596, 0.668602378099278, 1.40184, 1.25955771073289, 2.07128, 2.19413049748642, 5.34484 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1020, '2022-02-13 00:00:00', 0.333548097481208, 0.716, 0.393249505191465, 0.920440000000002, 0.55439240915919, 1.23312, 1.15385959140039, 1.86496, 2.1391262094603, 5.29924 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1035, '2022-02-13 00:00:00', 0.345324543002667, 0.700960000000005, 0.555751329283166, 0.967040000000003, 0.557639704468755, 1.18104, 1.13391197777135, 1.80096, 2.13879878826098, 5.29044 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1050, '2022-02-13 00:00:00', 0.436821733281059, 0.673319999999999, 0.418787436137555, 0.8814, 0.534361478776303, 1.10224, 1.08203390581503, 1.68896, 2.1602746029151, 5.26988 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1065, '2022-02-13 00:00:00', 0.205656266619811, 0.626799999999998, 0.267455292214104, 0.772199999999997, 0.471686576729366, 1.02632, 1.06551299382035, 1.62124, 2.16671511971463, 5.24492 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1080, '2022-02-13 00:00:00', 0.213650415398612, 0.4908, 0.427416658542925, 0.724600000000001, 0.494388083054869, 0.932079999999999, 1.06616041319619, 1.57288, 2.1820962345109, 5.22832 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1095, '2022-02-13 00:00:00', 0.243919365091558, 0.521360000000001, 0.343711085070009, 0.73068, 0.382396225574123, 0.874959999999999, 1.01591094918141, 1.62684, 2.14265022810537, 5.1942 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1110, '2022-02-13 00:00:00', 0.297823566338642, 0.549719999999998, 0.320112469818551, 0.674919999999999, 0.468342848064676, 0.915239999999997, 0.990990225313381, 1.61528, 2.12119656247757, 5.19576 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1125, '2022-02-13 00:00:00', 0.194259920381599, 0.424799999999999, 0.226663017127479, 0.570039999999999, 0.438146501374442, 0.812759999999998, 0.994244894379647, 1.56592, 2.11719421011236, 5.41436 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1140, '2022-02-13 00:00:00', 0.187856611985491, 0.420240000000001, 0.413500048367592, 0.609959999999998, 0.501631165964265, 0.773919999999998, 1.03012401033403, 1.62868, 2.10328958618002, 5.5838 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1155, '2022-02-13 00:00:00', 0.264462977875291, 0.376599999999996, 0.303676653695998, 0.492479999999997, 0.444216257394228, 0.683399999999998, 0.927776020024947, 2.09452, 2.04905173352618, 5.67444 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1170, '2022-02-13 00:00:00', 0.157111605766941, 0.34016, 0.255350621694959, 0.47776, 0.360711833277851, 0.653119999999999, 0.868960321303567, 2.20496, 2.06090857148006, 5.70384 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1185, '2022-02-13 00:00:00', 0.171358299088976, 0.3552, 0.222618605092506, 0.48772, 0.391913136634465, 0.700640000000002, 0.85848463779693, 2.21404, 2.09963171611912, 5.74648 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1200, '2022-02-13 00:00:00', 0.202568367059949, 0.40788, 0.250031551342359, 0.525119999999999, 0.427808652709753, 0.722080000000002, 0.869696882061019, 2.2774, 2.10896088157177, 5.7632 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1215, '2022-02-13 00:00:00', 0.218595684617358, 0.369639999999998, 0.346631879664865, 0.536919999999999, 0.413991694763715, 0.691039999999999, 0.852368724985452, 2.30988, 2.13058682213766, 5.77596 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1230, '2022-02-13 00:00:00', 0.202307579360404, 0.346239999999999, 0.258011627644959, 0.463999999999999, 0.346547461876918, 0.668320000000002, 0.85538811853645, 2.3118, 2.12521064681441, 5.77972 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1245, '2022-02-13 00:00:00', 0.202130733272641, 0.3414, 0.330774595961258, 0.520999999999998, 0.382429392175863, 0.724359999999999, 0.859146498955015, 2.32696, 2.16415283656215, 5.8248 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1260, '2022-02-13 00:00:00', 0.228340520568153, 0.356319999999999, 0.31432492212147, 0.536360000000002, 0.404374958011332, 0.72876, 0.896157859977802, 2.35508, 2.16023777086381, 5.83832 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1275, '2022-02-13 00:00:00', 0.249619376918809, 0.401400000000002, 0.312264487253995, 0.52612, 0.658903128944861, 0.818400000000001, 0.907078138861252, 2.3588, 2.14994921490408, 5.86672 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1290, '2022-02-13 00:00:00', 0.209942587389985, 0.365160000000001, 0.298414823134955, 0.520640000000002, 0.687579360268081, 0.864280000000001, 0.910047846727483, 2.3962, 2.14689833868925, 5.88268 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1305, '2022-02-13 00:00:00', 0.268544893825968, 0.422879999999999, 0.578694574019835, 0.667080000000002, 0.687233191864304, 0.915720000000002, 0.924830389855348, 2.4226, 2.16051010566177, 5.8818 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1320, '2022-02-13 00:00:00', 0.280453553466833, 0.442750000000004, 0.377437448028032, 0.616625000000001, 0.460776831061933, 1.002375, 0.825639829843001, 2.33679166666667, 2.1830508900174, 5.94483333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1335, '2022-02-13 00:00:00', 0.261052704434862, 0.436416666666666, 0.309278402793962, 0.621000000000002, 0.531522035209305, 1.64775, 0.793293117967429, 2.32916666666667, 2.17802724693833, 5.95058333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1350, '2022-02-13 00:00:00', 0.153775857964616, 0.489166666666667, 0.29085719141376, 0.828416666666667, 0.570990886434541, 1.832375, 0.773683340412522, 2.34145833333333, 2.18151791947052, 5.96520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1365, '2022-02-13 00:00:00', 0.262054587603533, 0.649458333333335, 0.477406973638073, 1.528875, 0.55588010743377, 1.85120833333334, 0.743142123405547, 2.30395833333333, 2.18352747947517, 5.96941666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 930, '2022-02-13 00:00:00', 0, 1.31899999999999, 0, 2.15000000000001, 0, 3.19999999999999, 0, 3.31800000000001, 0, 5.339 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 945, '2022-02-13 00:00:00', 0, 1.14400000000001, 0, 1.452, 0, 2.31200000000001, 0, 2.31200000000001, 0, 4.333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 960, '2022-02-13 00:00:00', 0, 0.870000000000005, 0, 1.61199999999999, 0, 1.73000000000002, 0, 1.73000000000002, 0, 4.69399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 975, '2022-02-13 00:00:00', 0, 0.843999999999994, 0, 1.352, 0, 1.71800000000002, 0, 1.71800000000002, 0, 4.97399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 930, '2022-02-13 00:00:00', 0, 1.14400000000001, 0, 1.41399999999999, 0, 1.803, 0, 1.923, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 945, '2022-02-13 00:00:00', 0, 0.820999999999998, 0, 0.920000000000016, 0, 1.251, 0, 1.411, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 960, '2022-02-13 00:00:00', 0, 0.723000000000013, 0, 1.01300000000001, 0, 1.054, 0, 1.214, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 975, '2022-02-13 00:00:00', 0, 0.691000000000003, 0, 0.731999999999999, 0, 0.924000000000007, 0, 1.17400000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 930, '2022-02-13 00:00:00', 0, 1.87, 0, 2.31, 0, 2.54300000000001, 0, 2.72200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 945, '2022-02-13 00:00:00', 0, 0.860000000000014, 0, 1.09300000000002, 0, 1.10300000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 960, '2022-02-13 00:00:00', 0, 0.623000000000019, 0, 1.10300000000001, 0, 1.28200000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 975, '2022-02-13 00:00:00', 0, 0.74199999999999, 0, 1.001, 0, 1.28200000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 930, '2022-02-13 00:00:00', 0, 0.772999999999996, 0, 1.32299999999998, 0, 1.32299999999998, 0, 2.75299999999999, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 945, '2022-02-13 00:00:00', 0, 1.083, 0, 1.262, 0, 1.959, 0, 2.69200000000001, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 960, '2022-02-13 00:00:00', 0, 0.691000000000003, 0, 1.06100000000001, 0, 2.69200000000001, 0, 2.69200000000001, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 975, '2022-02-13 00:00:00', 0, 0.850999999999999, 0, 1.749, 0, 2.482, 0, 2.482, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 930, '2022-02-13 00:00:00', 0, 2.37899999999999, 0, 2.48599999999999, 0, 2.84999999999999, 0, 3.47, 0, 3.89000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 945, '2022-02-13 00:00:00', 0, 0.889999999999986, 0, 1.37199999999999, 0, 1.72399999999999, 0, 2.03399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 960, '2022-02-13 00:00:00', 0, 1.37199999999999, 0, 1.41399999999999, 0, 1.72399999999999, 0, 2.03399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 975, '2022-02-13 00:00:00', 0, 0.494, 0, 0.804000000000002, 0, 1.114, 0, 1.25399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:58:04 Duration: 3s640ms Database: acaweb_fx User: pgperfstats
10 1m44s 241 50ms 5s85ms 432ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Feb 13 14 241 1m44s 432ms [ User: postgres - Total duration: 1m44s - Times executed: 241 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68601085 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 5s85ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68601085 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 5s84ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5153 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68631484 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 3s708ms Database: acaweb_fx User: postgres Bind query: yes
11 1m14s 113 51ms 5s987ms 660ms 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 #11
Day Hour Count Duration Avg duration Feb 13 14 113 1m14s 660ms [ User: postgres - Total duration: 1m14s - Times executed: 113 ]
-
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 = 700 AND sg.groupid = 5367 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 & 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: 2022-02-13 14:15:46 Duration: 5s987ms 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 = 700 AND sg.groupid = 5365 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 & 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: 2022-02-13 14:15:45 Duration: 5s753ms 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 = 700 AND sg.groupid = 5366 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 & 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: 2022-02-13 14:15:45 Duration: 5s574ms Database: acaweb_fx User: postgres Bind query: yes
12 1m10s 44 60ms 7s700ms 1s591ms 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 (((longname ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #12
Day Hour Count Duration Avg duration Feb 13 14 44 1m10s 1s591ms [ User: postgres - Total duration: 1m10s - Times executed: 44 ]
-
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 = 49 AND (((longname ilike '%euro vs great britain pound %' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 554105998 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:04:51 Duration: 7s700ms 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 = 49 AND (((longname ilike '%euro vs australian dollar%' 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 > 553581532 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:04:51 Duration: 7s611ms 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 = 49 AND (((longname ilike '%euro vs canadian dollar%' 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 > 550894127 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:05:01 Duration: 6s647ms Database: acaweb_fx User: postgres Bind query: yes
13 1m 4 4s773ms 26s851ms 15s85ms refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Feb 13 14 4 1m 15s85ms [ User: postgres - Total duration: 1m - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-02-13 14:16:28 Duration: 26s851ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-02-13 14:01:24 Duration: 23s493ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-02-13 14:46:06 Duration: 5s221ms Database: acaweb_fx User: postgres
14 59s471ms 157 50ms 6s562ms 378ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Feb 13 14 157 59s471ms 378ms [ User: postgres - Total duration: 59s471ms - Times executed: 157 ]
-
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 = 643 AND groupid = 4732 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:15:43 Duration: 6s562ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '77916250' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:11:34 Duration: 4s612ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '77916250' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:11:34 Duration: 4s611ms Database: acaweb_fx User: postgres Bind query: yes
15 50s664ms 22 77ms 7s127ms 2s302ms 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, 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 where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Feb 13 14 22 50s664ms 2s302ms [ User: postgres - Total duration: 50s664ms - Times executed: 22 ]
-
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, 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 WHERE b.brokerid = 529 AND groupid = 5597 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:18:01 Duration: 7s127ms 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, 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 WHERE b.brokerid = 529 AND groupid = 3350 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:18:00 Duration: 6s524ms 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, 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 WHERE b.brokerid = 529 AND groupid = 3332 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:17:59 Duration: 5s347ms Database: acaweb_fx User: postgres Bind query: yes
16 37s694ms 11 64ms 36s548ms 3s426ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity = ?);Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Feb 13 14 11 37s694ms 3s426ms [ User: postgres - Total duration: 37s694ms - Times executed: 11 ]
-
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 '%audcad%' AND timegranularity = 60);
Date: 2022-02-13 14:36:28 Duration: 36s548ms 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 '%audcad%' AND timegranularity = 1440);
Date: 2022-02-13 14:34:06 Duration: 141ms 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 '%audcad%' AND timegranularity = 1440);
Date: 2022-02-13 14:30:06 Duration: 137ms Database: acaweb_fx User: postgres Bind query: yes
17 36s794ms 75 50ms 3s13ms 490ms 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 #17
Day Hour Count Duration Avg duration Feb 13 14 75 36s794ms 490ms [ User: postgres - Total duration: 36s794ms - Times executed: 75 ]
-
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 = 5366 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: 2022-02-13 14:03:34 Duration: 3s13ms 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 = 700 AND groupid = 5367 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: 2022-02-13 14:03:34 Duration: 2s694ms 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 = 700 AND groupid = 5367 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: 2022-02-13 14:03:34 Duration: 2s397ms Database: acaweb_fx User: postgres Bind query: yes
18 27s283ms 8 126ms 9s323ms 3s410ms select fixcandlegaps (?, false);Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Feb 13 14 8 27s283ms 3s410ms [ User: postgres - Total duration: 27s283ms - Times executed: 8 ]
-
select fixcandlegaps ('XM', false);
Date: 2022-02-13 14:06:24 Duration: 9s323ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2022-02-13 14:06:12 Duration: 4s466ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2022-02-13 14:06:07 Duration: 4s235ms Database: acaweb_fx User: postgres
19 26s963ms 4 4s474ms 9s946ms 6s740ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?[...];Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Feb 13 14 4 26s963ms 6s740ms [ User: pgperfstats - Total duration: 26s963ms - Times executed: 4 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 885, '2022-02-13 00:00:00', 6.78508788938412, 9.87520000000008, 8.97078591874767, 14.6740000000001, 14.2407991114732, 24.0352, 29.6966121805164, 59.988, 74.5027801494681, 147.13 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 900, '2022-02-13 00:00:00', 6.08269485342163, 10.3830434782608, 8.37742092907636, 15.8078260869564, 12.8092256926737, 22.4191304347826, 29.3333530639829, 59.1126086956522, 77.20547558353, 145.91347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 915, '2022-02-13 00:00:00', 6.75918830054428, 12.1391304347827, 11.6764543490741, 18.8904347826087, 13.0308503358111, 23.5382608695653, 28.2049461574921, 58.6482608695652, 77.2155998850792, 147.307391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 930, '2022-02-13 00:00:00', 8.98827176096776, 14.0426086956523, 8.71033183250848, 15.7052173913045, 13.1648481374537, 23.7791304347826, 27.2524901135896, 58.2291304347826, 76.5948036452509, 147.81 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 945, '2022-02-13 00:00:00', 5.26741770966225, 9.88434782608696, 10.2863465283446, 16.7939130434782, 12.5078997646183, 27.5326086956521, 27.6678018014033, 57.4426086956521, 76.6346798965445, 147.570869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 960, '2022-02-13 00:00:00', 8.69949805466734, 13.0686956521739, 12.1615465556199, 17.6565217391303, 14.1461318893481, 33.6826086956522, 27.928579996706, 56.9947826086956, 76.7136172755142, 147.338695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 975, '2022-02-13 00:00:00', 7.70714131651474, 11.0899999999998, 10.5107446436694, 22.8343478260869, 16.1213244485769, 35.3226086956521, 29.0295883131066, 54.5439130434782, 77.4702376129716, 147.116086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 990, '2022-02-13 00:00:00', 9.02934149897633, 19.4147826086956, 13.1637706342921, 27.918695652174, 18.2832537148933, 36.4413043478261, 30.0577679647, 53.5417391304348, 77.8587150871356, 147.081739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1005, '2022-02-13 00:00:00', 7.47049635635252, 17.0439130434783, 13.2578885160925, 25.0347826086956, 17.1220967880389, 32.9143478260871, 26.7826781228246, 48.9773913043479, 78.1426209990476, 145.494347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1020, '2022-02-13 00:00:00', 9.76000196413504, 17.6226086956522, 12.3942715156302, 24.248695652174, 16.3194217569805, 31.2508695652175, 23.8275518025075, 44.8860869565218, 77.4383112790751, 144.120869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1035, '2022-02-13 00:00:00', 5.47499349359803, 12.8191304347827, 12.0443087112551, 21.0878260869566, 16.8050252812531, 28.3326086956523, 22.042866448464, 41.5060869565218, 77.7557075367813, 142.53 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1050, '2022-02-13 00:00:00', 9.56206406430947, 15.2565217391305, 13.3371776589029, 20.2652173913044, 16.8618043005123, 28.8447826086957, 23.6929918592208, 40.0021739130435, 77.0759411486657, 141.966956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1065, '2022-02-13 00:00:00', 9.14294626491707, 13.661304347826, 11.6614344977561, 17.7999999999999, 17.1331782468386, 27.8217391304346, 23.4274777438531, 37.4395652173912, 77.0855769205236, 141.42652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1080, '2022-02-13 00:00:00', 6.87488362819239, 11.9960869565217, 10.115123338749, 18.5273913043478, 14.1879761625447, 26.3169565217391, 21.1999388096663, 36.2765217391304, 76.10270616848, 140.780434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1095, '2022-02-13 00:00:00', 7.08074140286381, 13.5647826086956, 9.64946767869684, 19.8591304347826, 11.6121166104166, 24.4239130434783, 21.174328862252, 35.9713043478261, 76.1315795705379, 140.575217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1110, '2022-02-13 00:00:00', 8.47606546522332, 16.4330434782608, 10.4528249486498, 20.1069565217391, 12.268136964714, 23.701304347826, 21.7329096364206, 34.6860869565217, 76.2938633869975, 140.172173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1125, '2022-02-13 00:00:00', 5.90777838570015, 10.7899999999999, 7.00182138923845, 13.581304347826, 10.2758846594149, 18.5965217391303, 32.4430056105083, 34.5769565217391, 75.4271160496882, 139.759130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1140, '2022-02-13 00:00:00', 4.98522036969146, 9.09695652173915, 8.00282803274813, 13.1673913043478, 10.6989237942763, 17.2660869565217, 34.6970059762426, 35.8434782608696, 75.7626361158672, 139.196956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1155, '2022-02-13 00:00:00', 6.14532339301547, 8.84782608695648, 7.13560576021538, 11.5417391304347, 9.63994317140022, 14.9595652173913, 44.4951383363746, 55.9391304347826, 76.0125743316311, 139.377391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1170, '2022-02-13 00:00:00', 4.66448129707378, 7.99304347826092, 7.81433617157405, 11.5395652173913, 9.60198174126996, 15.0347826086957, 49.2832823317532, 61.5008695652174, 75.8739381924911, 139.771739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1185, '2022-02-13 00:00:00', 7.05534854440257, 8.31391304347819, 7.81686081771176, 11.0469565217392, 11.4022942182147, 14.5495652173913, 49.0991694664226, 62.9782608695651, 75.8090065904914, 140.234347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1200, '2022-02-13 00:00:00', 5.43396742502966, 7.85260869565232, 7.98282122952832, 10.4056521739132, 9.95644072235191, 14.088695652174, 50.5132025320066, 65.0113043478261, 75.746627373752, 140.396956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1215, '2022-02-13 00:00:00', 5.52322888465194, 7.30869565217397, 7.31842628172934, 9.68782608695643, 9.70480421756076, 13.7539130434783, 48.492880321726, 68.9265217391303, 75.8397106316715, 140.607826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1230, '2022-02-13 00:00:00', 4.48340559080917, 6.52565217391301, 5.48193187435764, 9.0795652173913, 13.7764448106379, 15.8304347826088, 46.8459283393582, 74.3426086956521, 75.5997191396377, 141.166086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1245, '2022-02-13 00:00:00', 4.11347948077234, 7.1095652173914, 7.76535999231684, 9.89391304347832, 13.5027884252445, 16.0904347826088, 46.8330450841893, 76.1313043478261, 75.4867951308733, 141.308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1260, '2022-02-13 00:00:00', 7.45869280899616, 7.324347826087, 13.2076564960851, 12.5891304347827, 13.2088105851776, 15.5995652173913, 46.8304451113596, 76.4843478260869, 77.0304050795488, 142.276086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1275, '2022-02-13 00:00:00', 8.27869822307685, 9.02521739130434, 8.13880705245887, 11.155652173913, 11.5714061512077, 15.7030434782608, 48.3732945343882, 78.7417391304346, 77.8999872188415, 143.402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1290, '2022-02-13 00:00:00', 5.42406364298591, 7.38130434782618, 9.17591405878622, 10.8252173913044, 12.1054476352836, 15.9652173913043, 47.6898094988806, 80.331304347826, 78.2516025824351, 144.146086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1305, '2022-02-13 00:00:00', 6.81558940175256, 8.08043478260875, 7.56702773192048, 10.6321739130434, 32.5737550337083, 22.1852173913043, 47.0978300482826, 79.8304347826085, 78.8383276830358, 143.951304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1320, '2022-02-13 00:00:00', 3.89094798095228, 6.89000000000004, 6.90269286808905, 10.4545454545455, 15.6056152134569, 19.725, 44.1089662823049, 75.3972727272726, 79.9982596618061, 141.998181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1335, '2022-02-13 00:00:00', 6.05032223391434, 8.09909090909092, 9.4148065664665, 12.1227272727273, 37.8808284815711, 44.4404545454546, 43.3013001814333, 74.7354545454545, 79.2928579853772, 141.856818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1350, '2022-02-13 00:00:00', 7.99113369845361, 9.25782608695646, 13.6564392867283, 16.7539130434783, 46.6667738188117, 54.1982608695653, 44.7651848946938, 78.0817391304347, 78.2847471425812, 144.375217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1365, '2022-02-13 00:00:00', 9.13566487603795, 13.1800000000001, 40.5732442066757, 45.6200000000001, 43.0563214981102, 53.9813043478261, 42.6663701097237, 75.6673913043478, 79.8561759289293, 145.063913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 540, '2022-02-13 00:00:00', 9.8138937300608, 11.6766666666667, 12.3377754363334, 18.2962500000001, 15.1628090969367, 26.4533333333333, 30.5786010239139, 55.7916666666667, 76.0461156320124, 138.59375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 555, '2022-02-13 00:00:00', 6.79600324786028, 7.07083333333344, 8.09276703364619, 13.245, 16.9782095586914, 27.9720833333333, 29.9121673173842, 53.2366666666667, 77.1161538886615, 137.439166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 570, '2022-02-13 00:00:00', 5.15591216504148, 6.09708333333318, 12.3545890963288, 15.1375, 16.5565134901426, 33.2545833333334, 28.2874129296693, 52.7554166666667, 76.4579348779256, 136.441666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 585, '2022-02-13 00:00:00', 10.0630523792935, 10.6216666666667, 14.9824848464437, 22.2700000000001, 17.1009140148977, 35.1758333333335, 27.6246533980487, 52.9583333333334, 76.6323328843454, 136.417916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 600, '2022-02-13 00:00:00', 11.5388686479183, 15.5212500000001, 13.9032448511598, 27.0300000000001, 15.961878022338, 33.1875, 27.4828002305896, 52.1595833333333, 77.4683000479478, 135.110833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 615, '2022-02-13 00:00:00', 12.5403024993563, 14.0904166666668, 12.8039930082971, 20.2575000000001, 17.1945037350792, 30.2325, 29.4051732083496, 47.0087500000001, 78.7218911773816, 131.94875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 630, '2022-02-13 00:00:00', 8.10104394775628, 10.1250000000001, 12.2602022289868, 17.3525000000001, 19.2220970698015, 29.2662500000001, 28.9078067504816, 45.0270833333334, 77.8534077144582, 131.438333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 645, '2022-02-13 00:00:00', 8.95152759006264, 10.05875, 12.2540305628896, 18.2829166666667, 13.3937785687172, 24.93, 25.5469528480177, 42.5045833333334, 75.0322143134709, 129.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 660, '2022-02-13 00:00:00', 6.82002198081795, 9.36291666666663, 8.20774624178679, 16.5387499999999, 13.3980249396175, 22.7087499999999, 23.0337516019931, 41.1120833333334, 71.3554859361804, 127.399166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 675, '2022-02-13 00:00:00', 7.32793106762645, 10.5279166666666, 10.5050511573643, 14.8304166666666, 18.762879011611, 23.65125, 23.1584102441474, 40.8854166666667, 70.4761077615486, 127.17 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 690, '2022-02-13 00:00:00', 6.26660432053487, 8.80583333333334, 10.7648372077194, 15.38375, 17.9218229402035, 22.09375, 20.5313390315279, 39.5595833333333, 68.4447763857314, 126.306666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 705, '2022-02-13 00:00:00', 8.14061768790178, 9.51041666666667, 12.6895050710922, 15.2979166666667, 14.8135682455871, 19.8829166666667, 19.5539363276501, 38.4454166666667, 67.209569840014, 125.172083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 720, '2022-02-13 00:00:00', 7.05409377236188, 9.15291666666667, 8.85873956421944, 13.1216666666666, 10.8771055932614, 19.02, 16.6717060280001, 36.8408333333334, 65.700649853127, 123.852083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 735, '2022-02-13 00:00:00', 5.30868825742218, 7.68666666666672, 6.42332632010029, 11.5691666666667, 7.59049862552247, 18.0820833333335, 17.500349478912, 35.9733333333335, 63.4192682739703, 122.213333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 750, '2022-02-13 00:00:00', 5.11715012114363, 7.59916666666682, 6.33914677887015, 11.7058333333335, 7.16323337040197, 18.0308333333336, 17.9424534164493, 35.7879166666668, 63.2781347404607, 122.068333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 765, '2022-02-13 00:00:00', 4.46635536580158, 7.19541666666669, 5.62055331486309, 12.2425000000001, 7.59264818898774, 17.5925000000001, 21.9128193198292, 38.5262500000001, 62.0206658580692, 121.4125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 780, '2022-02-13 00:00:00', 5.68291005266377, 8.33666666666678, 6.85095792254793, 12.4137500000001, 8.8683929478942, 18.1725000000001, 24.669190074854, 41.0979166666668, 61.6246054518928, 121.256666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 795, '2022-02-13 00:00:00', 4.66613671939198, 7.26166666666666, 5.56952785967632, 11.4966666666666, 8.82292020900636, 18.5758333333333, 27.0208277558016, 43.0175, 62.1690103829292, 123.537916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 810, '2022-02-13 00:00:00', 4.51614422883644, 6.36250000000007, 7.98644648991226, 10.8883333333334, 9.24157241428136, 16.5445833333334, 33.7593770870309, 45.9375000000001, 60.4272380621425, 122.767083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 825, '2022-02-13 00:00:00', 7.43443163475748, 7.78458333333329, 7.84301506603722, 12.1162499999999, 9.22788000485808, 15.5470833333333, 33.7753458424243, 47.4695833333334, 60.359057517961, 123.40375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 840, '2022-02-13 00:00:00', 5.67131090589333, 7.66749999999994, 7.58782194360324, 11.3762499999999, 9.17963505913171, 15.2529166666666, 34.1075701147185, 48.05, 59.7619887902559, 124.245416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 855, '2022-02-13 00:00:00', 5.03161281660583, 6.1716666666667, 5.43532321079419, 8.72583333333341, 8.80499725328942, 14.9512500000001, 33.3994056155348, 48.0879166666667, 60.337533683558, 126.508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 870, '2022-02-13 00:00:00', 3.11585240855278, 5.24666666666682, 5.67389132374095, 10.0291666666668, 7.19653036367965, 14.4016666666668, 32.3838543792509, 48.29625, 60.7868629242097, 127.747916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 885, '2022-02-13 00:00:00', 4.63886886512499, 6.30500000000006, 6.29579108024452, 10.36875, 7.15867689530011, 14.41875, 29.3825927190114, 48.5462500000001, 63.3679186364744, 129.680833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 900, '2022-02-13 00:00:00', 5.34620505728063, 6.97291666666668, 5.52951448454415, 9.75500000000003, 6.75056385191945, 15.4508333333334, 31.1588209182328, 49.8258333333335, 62.6991264631265, 129.75375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 915, '2022-02-13 00:00:00', 3.97439267076739, 6.03333333333334, 5.49882344134908, 10.28625, 8.59504318728552, 16.7575, 30.4411049780164, 49.1612500000001, 62.1579950070552, 131.272916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 930, '2022-02-13 00:00:00', 4.79597657462447, 7.29500000000003, 5.71394860806884, 11.0900000000001, 9.68281646017572, 17.0470833333333, 34.6068342081886, 49.6450000000001, 62.8886262484167, 131.52375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 945, '2022-02-13 00:00:00', 5.10449560312458, 6.98666666666672, 6.78918992360944, 11.5170833333334, 12.1271619916209, 21.1533333333334, 33.7810410312083, 48.4587500000001, 62.9426105052066, 131.292083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 960, '2022-02-13 00:00:00', 4.95992373714159, 6.73499999999994, 6.90549996091115, 10.0141666666666, 10.4248983938329, 24.1025, 30.2094641057729, 46.0545833333333, 62.8997456735486, 131.311666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 975, '2022-02-13 00:00:00', 4.18834165238475, 6.43333333333336, 8.21430049418061, 14.7725, 12.4433010832266, 24.67875, 29.564754084179, 44.5533333333333, 62.184676073819, 130.759166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 990, '2022-02-13 00:00:00', 7.83293159623549, 12.445, 8.44463464856983, 19.5675000000001, 17.6254719126873, 30.1408333333333, 27.7206927594752, 43.31625, 62.8439603591561, 131.456666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1005, '2022-02-13 00:00:00', 6.99102898233764, 11.3808333333334, 8.09717904671079, 15.8704166666667, 15.4047779149424, 26.225, 24.123579705883, 39.1325, 62.8574846061668, 130.283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1020, '2022-02-13 00:00:00', 6.45515521148387, 9.62124999999988, 12.6028332448344, 18.6916666666666, 14.7863907022641, 23.6274999999999, 22.7763196375509, 37.4216666666666, 62.8491336398153, 129.449166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1035, '2022-02-13 00:00:00', 10.9941873641075, 10.9308333333335, 12.8834179459884, 16.4983333333334, 13.0952148509582, 21.2354166666667, 24.9466059343737, 37.3854166666667, 63.2480143226716, 128.82875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1050, '2022-02-13 00:00:00', 6.5039160444338, 9.06250000000004, 6.31127212193408, 12.7891666666667, 7.09962134119887, 17.7783333333333, 25.5234897777475, 35.1449999999999, 63.8233059389614, 128.48375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1065, '2022-02-13 00:00:00', 4.61011928466515, 7.33541666666667, 5.38681682174313, 11.4529166666665, 8.45825760657188, 19.115, 26.2339173058494, 34.8645833333332, 63.5920580904088, 128.47 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1080, '2022-02-13 00:00:00', 5.47455768844003, 8.25916666666653, 6.65606554313378, 13.4745833333333, 13.7211769047767, 22.705, 26.3680863285608, 34.6612499999999, 65.3523952467907, 129.355833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1095, '2022-02-13 00:00:00', 5.65165052203234, 9.35666666666672, 7.94266272248719, 15.9870833333334, 12.1192098605862, 21.6295833333334, 26.525568947169, 33.7241666666666, 65.3478243860708, 128.579583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1110, '2022-02-13 00:00:00', 7.22897299368858, 10.8037500000001, 10.9686139107543, 16.5029166666667, 17.2952039039647, 20.9345833333333, 30.3119848469599, 33.4558333333332, 65.8476756918704, 128.78125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1125, '2022-02-13 00:00:00', 6.67679737511976, 7.64166666666673, 6.83155063349233, 10.3116666666667, 10.4831124288377, 16.1812499999999, 30.2934632035085, 31.7545833333332, 65.5953736383415, 128.464166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1140, '2022-02-13 00:00:00', 4.69367188852185, 6.16583333333339, 8.99413713023053, 10.97625, 9.92719715212213, 14.6079166666666, 32.7147939765412, 31.6533333333332, 65.9018005942021, 127.547916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1155, '2022-02-13 00:00:00', 3.70857398665493, 5.31916666666662, 4.31810235763522, 8.40416666666658, 11.2043825535278, 13.9816666666666, 44.3557941577232, 50.7033333333333, 65.6245005267397, 127.264583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1170, '2022-02-13 00:00:00', 3.93137657050705, 5.00999999999992, 6.08733204392883, 8.17124999999999, 14.1802246908364, 13.38625, 43.1504470479134, 51.7975, 64.7443756104605, 127.870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1185, '2022-02-13 00:00:00', 4.56020594500614, 5.57500000000005, 7.32806446507851, 9.00375000000004, 11.409870051909, 12.7204166666666, 42.0897268073503, 53.4862499999999, 62.5166950441171, 127.48125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1200, '2022-02-13 00:00:00', 4.77702078038516, 5.5833333333333, 6.97621419487338, 8.31916666666666, 9.37405948905528, 11.8999999999999, 38.6222973352086, 56.6191666666667, 60.5595519339005, 127.495 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1215, '2022-02-13 00:00:00', 3.87440483975514, 4.63958333333323, 5.3382414293446, 7.47708333333329, 12.2844673266691, 12.21375, 37.8590590215868, 62.6174999999999, 59.6708953343253, 126.7425 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1230, '2022-02-13 00:00:00', 4.67060696099112, 4.81708333333328, 6.79887778463733, 7.22999999999994, 13.3139423216765, 12.1758333333333, 40.4103715140778, 68.0470833333333, 59.468361663571, 127.252916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1245, '2022-02-13 00:00:00', 3.61714746687227, 4.11583333333328, 9.17225479208987, 8.06166666666672, 10.1773094804505, 11.6124999999999, 40.6910354204333, 68.72625, 59.1475501103636, 127.486666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1260, '2022-02-13 00:00:00', 3.61195599183554, 4.58500000000004, 4.38148467656953, 6.61416666666662, 7.83759528291927, 11.7070833333333, 41.0175724603916, 70.23375, 59.2295455979457, 127.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1275, '2022-02-13 00:00:00', 3.24682353131144, 4.41749999999998, 3.85017783797793, 6.82458333333333, 7.9864472044379, 11.5645833333334, 42.5504527811874, 72.7916666666667, 58.6636182328253, 128.877916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1290, '2022-02-13 00:00:00', 2.56994751962422, 4.11041666666665, 7.00024346108706, 8.62208333333334, 12.3777510776042, 12.365, 42.1910786641036, 74.1733333333334, 58.2264664658731, 129.583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1305, '2022-02-13 00:00:00', 3.62050711076921, 4.98750000000003, 8.08567009403456, 8.49999999999992, 13.6303102934472, 13.3975, 41.9036544509017, 74.8504166666667, 58.1672832490887, 130.033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1320, '2022-02-13 00:00:00', 4.29746586517201, 5.03708333333338, 6.7552620257273, 8.34791666666668, 13.488796955144, 16.4754166666666, 41.6121786103017, 75.86, 59.062198017018, 131.115416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1335, '2022-02-13 00:00:00', 5.15196627723235, 5.06500000000005, 7.9918827364967, 9.16625000000007, 33.6324088869091, 37.7933333333333, 40.9927498339557, 76.7679166666667, 60.7506395967404, 132.47125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1350, '2022-02-13 00:00:00', 4.97827233797181, 6.04291666666673, 9.18731425918923, 11.7995833333333, 30.7093490904314, 38.7145833333333, 38.0308598353867, 76.2370833333333, 60.0398367209494, 132.2025 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1365, '2022-02-13 00:00:00', 6.59612961560007, 8.2570833333333, 29.2483679929945, 33.8770833333333, 30.364071195497, 40.4274999999999, 35.7719878262793, 75.96, 59.695220015958, 132.143333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 540, '2022-02-13 00:00:00', 10.3152987550433, 15.6233333333334, 11.3729415640301, 19.1579166666667, 12.3338630639272, 28.8604166666668, 27.1437522504144, 66.2591666666667, 57.1946351935874, 128.469166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 555, '2022-02-13 00:00:00', 5.76754581972349, 10.5024999999999, 8.78550086007147, 15.6191666666666, 13.0176528695416, 35.6841666666667, 27.9315433311931, 64.8345833333333, 57.1204539100602, 126.95875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 570, '2022-02-13 00:00:00', 6.75453018941422, 10.3620833333334, 9.24280651548038, 21.4487500000001, 20.1501729233419, 42.8158333333334, 25.6964241259814, 64.1829166666668, 56.532524419224, 126.139583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 585, '2022-02-13 00:00:00', 7.38675075898464, 18.7954166666668, 12.6731066390233, 32.6516666666668, 20.7775219087038, 44.7658333333334, 25.2244613708455, 63.9091666666667, 55.9100784888596, 125.82625 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 600, '2022-02-13 00:00:00', 9.94025929698542, 25.5062500000001, 17.3499822025136, 35.0804166666667, 17.5221285352494, 42.1283333333334, 23.0470360098773, 61.0191666666667, 54.3542300645112, 123.627083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 615, '2022-02-13 00:00:00', 15.3270583883725, 23.0116666666666, 15.3468386432054, 28.4770833333333, 19.0534223028116, 36.8566666666666, 22.4101075757787, 53.9579166666666, 53.6174052677387, 121.137916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 630, '2022-02-13 00:00:00', 9.75917238561615, 17.6424999999999, 12.8097583316194, 23.8395833333332, 14.5740560076629, 31.8004166666666, 18.8928709764261, 49.7720833333332, 52.9964993357848, 116.95875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 645, '2022-02-13 00:00:00', 9.57247650933337, 16.3475, 10.6620172045241, 23.1275, 11.621386176643, 28.7708333333333, 18.0261239121755, 45.7095833333333, 53.5634773091636, 115.403333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 660, '2022-02-13 00:00:00', 6.41922649861953, 15.6341666666668, 10.1953045458489, 20.6450000000001, 13.3670858950665, 28.0312500000001, 18.5976883741587, 43.4570833333334, 53.5910673932497, 114.96 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 675, '2022-02-13 00:00:00', 8.6306455898212, 13.4579166666666, 9.16686752085606, 18.8291666666667, 13.7568109547572, 27.6795833333333, 16.7426444535234, 41.2895833333333, 54.8424538227854, 114.8825 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 690, '2022-02-13 00:00:00', 6.61774946420723, 12.5041666666667, 9.71048849313774, 18.5770833333333, 11.9688363384709, 26.1120833333333, 16.000151335335, 39.3008333333334, 54.7441622061401, 114.695 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 705, '2022-02-13 00:00:00', 6.09339805189521, 12.6404166666666, 7.39071680742392, 17.4841666666667, 9.56134737298873, 23.86625, 14.4291971451507, 38.5254166666667, 53.3014236900977, 113.8525 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 720, '2022-02-13 00:00:00', 4.62540644512563, 11.1675, 7.59941468951329, 16.4841666666667, 11.2706787728159, 22.96, 17.5009417086169, 38.1704166666666, 53.047685657559, 113.243333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 735, '2022-02-13 00:00:00', 4.67008487649021, 10.9316666666666, 7.33254700988503, 15.6324999999999, 11.3471288266545, 21.6375, 16.9888264590737, 36.54625, 52.6727390492395, 112.912916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 750, '2022-02-13 00:00:00', 6.0647080768963, 10.6283333333334, 9.25491029090789, 14.9541666666667, 10.1902782599148, 19.9883333333334, 17.9753546204765, 36.3854166666666, 52.5028843496835, 113.432916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 765, '2022-02-13 00:00:00', 5.45982784606765, 10.2337500000001, 7.5924209801999, 14.2304166666667, 7.70228875028422, 18.6854166666666, 17.6744162111737, 37.2383333333333, 52.5349305724641, 113.532083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 780, '2022-02-13 00:00:00', 7.50726111068865, 10.9070833333333, 6.96612918320516, 13.7508333333334, 9.10494632850349, 18.3170833333333, 18.5893267452208, 39.3041666666666, 52.2848475569927, 114.913333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 795, '2022-02-13 00:00:00', 4.5800236535052, 9.36583333333347, 6.99109183434399, 13.9145833333333, 10.3627705992535, 17.7583333333333, 21.312332004523, 43.1579166666667, 54.7231056421617, 123.992916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 810, '2022-02-13 00:00:00', 4.59773335381186, 9.60041666666662, 6.49154410965036, 12.4483333333333, 8.9120515619849, 16.7625, 19.9454265579784, 42.3016666666668, 53.5280668607398, 123.46125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 825, '2022-02-13 00:00:00', 3.59296875251119, 8.11625000000004, 5.08240469659781, 11.25875, 7.83846562135096, 16.2070833333333, 20.3546011605679, 42.9883333333333, 53.6133322903489, 124.185833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 840, '2022-02-13 00:00:00', 4.32314566095061, 8.50333333333325, 5.82334059214922, 12.0550000000001, 7.68251401287169, 16.0470833333335, 20.2343543960781, 44.1525, 54.2691717008971, 125.296666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 855, '2022-02-13 00:00:00', 5.57374123047956, 8.89500000000002, 6.98981303268439, 12.1558333333333, 8.00227123556404, 16.3183333333333, 20.5117988668381, 44.9433333333333, 54.7628062697985, 127.44875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 870, '2022-02-13 00:00:00', 5.14914680916357, 8.65208333333324, 5.44509265834577, 11.3091666666667, 6.86416021600709, 16.6079166666667, 20.506164219924, 44.7933333333333, 54.619045113682, 127.8225 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 885, '2022-02-13 00:00:00', 2.85709439917484, 6.89333333333347, 6.20106055386921, 11.2570833333334, 9.17000141252977, 18.1904166666667, 21.5075288469282, 47.1183333333334, 56.0275530754573, 128.985833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 900, '2022-02-13 00:00:00', 5.02030469584563, 9.58374999999997, 5.95147185241972, 13.1845833333333, 10.9794216522929, 20.8529166666666, 21.620034974968, 47.5458333333333, 56.1695437728038, 129.142916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 915, '2022-02-13 00:00:00', 5.23977262962276, 9.19541666666657, 8.76786011604275, 14.8566666666666, 11.2448858585143, 19.3983333333333, 21.8625923279263, 47.6729166666667, 56.7726908221585, 129.803333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 930, '2022-02-13 00:00:00', 7.14188897139345, 12.1695833333333, 10.4208770302556, 15.9579166666666, 12.4330695007366, 19.8479166666666, 21.4290913221093, 47.34375, 58.7351070238358, 130.703333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 945, '2022-02-13 00:00:00', 5.13424378454417, 9.31624999999997, 5.4547394463473, 11.5179166666667, 9.51573251081554, 21.3599999999999, 21.2210526065951, 47.3495833333333, 59.1985913080904, 130.747083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 960, '2022-02-13 00:00:00', 3.38238488883682, 8.12333333333333, 5.15438716679464, 12.3912499999999, 12.7121881490258, 25.3816666666666, 21.3628999780229, 48.6754166666667, 59.4137171600579, 130.779583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 975, '2022-02-13 00:00:00', 4.11563473541587, 8.95833333333329, 8.80016476089164, 18.7504166666666, 17.5965352938532, 30.0275, 21.6299178876408, 48.54, 60.0602356274365, 131.604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 990, '2022-02-13 00:00:00', 8.80565562661239, 17.2416666666666, 12.7077819291161, 23.8120833333333, 18.8412837217267, 31.7362500000001, 21.6369814215438, 48.4445833333334, 60.6966960621608, 131.937916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1005, '2022-02-13 00:00:00', 6.4567487303339, 14.7029166666666, 12.0289469403084, 22.8108333333333, 17.5365456912873, 29.185, 21.7721181723356, 45.3658333333334, 61.2699939800785, 131.231666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1020, '2022-02-13 00:00:00', 8.28695408283493, 14.8941666666667, 15.3115974741417, 20.7720833333334, 18.5101099676499, 28.2916666666666, 22.2236732213483, 42.6408333333333, 61.5469305074698, 130.22125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1035, '2022-02-13 00:00:00', 10.1525237724061, 15.6045833333334, 11.9872729535252, 20.4420833333333, 15.0181877175257, 26.3016666666666, 20.1036906221329, 40.04125, 59.3872789713689, 128.725833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1050, '2022-02-13 00:00:00', 6.81301087700181, 12.6870833333332, 12.7637828884382, 19.5533333333332, 12.0079772322463, 23.9370833333332, 20.1366408407119, 38.245, 59.1255010074678, 128.752083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1065, '2022-02-13 00:00:00', 11.2020005653751, 13.5308333333333, 11.148729496407, 17.8670833333334, 16.9993546978975, 26.8241666666667, 20.8746074813396, 36.2412500000001, 59.0671591912761, 128.140833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1080, '2022-02-13 00:00:00', 7.96644225322154, 11.9775000000001, 9.00309041143783, 15.8575, 15.9426470659993, 25.1304166666667, 21.5395073778328, 35.5595833333335, 59.2031403626899, 127.54875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1095, '2022-02-13 00:00:00', 7.177171425702, 11.73625, 16.0629457474948, 21.3700000000001, 15.711374698846, 24.3691666666667, 22.0485824579677, 34.6233333333334, 58.7381739793428, 126.840416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1110, '2022-02-13 00:00:00', 10.9172752264275, 16.0787500000001, 10.393674489037, 18.5320833333334, 10.1852988597449, 20.4120833333333, 20.4133673125292, 32.5754166666667, 58.9006038560002, 126.647083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1125, '2022-02-13 00:00:00', 5.74545188747618, 9.1949999999999, 6.38685265019959, 11.8220833333332, 7.75199243906759, 15.2270833333332, 21.3272106207615, 30.5045833333333, 59.2219200369452, 125.907083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1140, '2022-02-13 00:00:00', 5.44122588489361, 7.82500000000001, 6.56850787105987, 10.26, 8.96182285255528, 16.0491666666667, 21.0331775012028, 31.4341666666668, 59.0250936918029, 126.07375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1155, '2022-02-13 00:00:00', 4.6366367121006, 7.67499999999995, 5.79602698443905, 11.07375, 7.77861634756517, 15.0212500000001, 25.7797926707126, 42.2433333333334, 58.4165543699433, 125.72375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1170, '2022-02-13 00:00:00', 3.40055451573596, 7.49166666666671, 5.22193027501342, 10.7891666666667, 8.41747935522588, 14.4275000000001, 26.0016858950349, 43.4245833333335, 58.3489718607805, 125.697083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1185, '2022-02-13 00:00:00', 3.95301405369325, 7.14375000000007, 5.08109181394515, 9.60375000000014, 11.473181891585, 14.4537500000002, 26.6275045226068, 44.2183333333334, 58.4524711404706, 125.934583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1200, '2022-02-13 00:00:00', 4.39979742616679, 7.60500000000006, 8.09774360234226, 10.9691666666666, 14.0196070516992, 15.7258333333333, 25.8149435854281, 47.2791666666667, 58.2071921635568, 125.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1215, '2022-02-13 00:00:00', 4.81148382834596, 7.41124999999984, 7.98648418956333, 10.3291666666666, 12.1806508997089, 14.9670833333333, 27.1965940962243, 52.51, 56.9345836102239, 125.1925 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1230, '2022-02-13 00:00:00', 4.22390942961209, 6.5625, 7.36007162654185, 9.76249999999989, 8.88883813995174, 13.615, 26.6946050566483, 55.3300000000001, 56.0514408081244, 124.584166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1245, '2022-02-13 00:00:00', 5.26517418886884, 7.20624999999995, 6.50939182136538, 9.79583333333342, 9.87177148654731, 14.46875, 29.1490769361893, 58.1641666666667, 57.1635474056042, 125.979583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1260, '2022-02-13 00:00:00', 4.66931330876, 6.39208333333344, 6.13653988328365, 9.77500000000001, 11.3657514958413, 15.8487500000001, 29.4228181163157, 58.1154166666666, 57.7636832635063, 126.587916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1275, '2022-02-13 00:00:00', 3.84762744513042, 6.54749999999998, 6.22530198324611, 9.91249999999995, 9.72066508579239, 15.1008333333335, 31.7492604044863, 59.8933333333333, 58.1327955532897, 126.911666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1290, '2022-02-13 00:00:00', 5.38223606284892, 7.47958333333342, 8.05054697034555, 11.5025000000001, 8.42256414492416, 14.9670833333335, 32.1767961194785, 60.5420833333333, 58.4375761086074, 127.026666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1305, '2022-02-13 00:00:00', 3.67265450637392, 7.28208333333331, 5.11476967620041, 9.84083333333353, 9.42869647460055, 15.4204166666667, 33.4053596297473, 61.6879166666666, 58.0344222800922, 127.727083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1320, '2022-02-13 00:00:00', 4.45085904019126, 6.70375000000013, 7.44203794698373, 9.99375000000013, 11.0870713240007, 18.64125, 33.0284550573934, 64.03, 57.926001744292, 127.862083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1335, '2022-02-13 00:00:00', 5.74267471326013, 7.70541666666672, 7.41944854195153, 11.8058333333333, 20.2457729350876, 32.1199999999999, 33.1105140898944, 64.8295833333333, 57.69851239982, 128.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1350, '2022-02-13 00:00:00', 5.331046883077, 9.26499999999999, 7.47958026994115, 15.4658333333332, 21.2378436456573, 32.96875, 34.6339081121838, 65.7579166666666, 57.746528122, 128.103333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1365, '2022-02-13 00:00:00', 6.42888432180791, 13.1766666666667, 20.3100176208901, 30.1937499999999, 22.2894242770298, 33.4879166666666, 35.1872797931175, 66.7962500000001, 57.5644651799119, 128.250833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 540, '2022-02-13 00:00:00', 4.55396021317572, 12.5416666666666, 5.92410275723345, 15.8275, 10.3401857130183, 26.0116666666667, 27.2114973569225, 58.8283333333334, 57.4138500797349, 124.73375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 555, '2022-02-13 00:00:00', 4.27118180621477, 9.54875, 6.58241729088212, 13.9799999999999, 15.6631078597475, 33.9649999999999, 27.9982985216726, 57.82625, 57.160605518035, 123.796666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 570, '2022-02-13 00:00:00', 4.87470160736736, 9.33124999999984, 9.49644735250196, 20.2141666666667, 16.2098902478648, 37.7612500000001, 27.473460751281, 56.7175000000001, 56.8923977101524, 122.999583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 585, '2022-02-13 00:00:00', 8.32511181758907, 17.1479166666666, 13.5956876954806, 29.3324999999999, 18.7015422908906, 39.7383333333333, 26.9402314278118, 54.8954166666667, 56.9195069702109, 123.019583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 600, '2022-02-13 00:00:00', 9.36693002427739, 20.9929166666667, 11.683381607955, 27.3416666666667, 14.1600688749554, 34.38875, 25.6043389523808, 53.3558333333334, 57.0426693076257, 122.1 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 615, '2022-02-13 00:00:00', 7.04709929790209, 16.4120833333334, 9.67467401053629, 23.0495833333333, 11.3042575585164, 28.1670833333333, 23.407782367459, 48.0366666666666, 56.6770075672258, 120.407083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 630, '2022-02-13 00:00:00', 5.17937826762346, 14.70875, 6.68743614353906, 18.0024999999999, 9.86433319510543, 26.7720833333332, 21.792644846004, 45.7229166666666, 55.2988870458935, 119.490416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 645, '2022-02-13 00:00:00', 4.8235190713713, 12.5116666666667, 7.58419805549194, 18.3008333333332, 12.7853398553731, 27.5074999999999, 21.9046051301045, 44.7270833333333, 54.7508107543702, 119.11 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 660, '2022-02-13 00:00:00', 4.84196263656738, 13.8175000000001, 6.44736835427091, 19.4325, 12.1597103500497, 27.8658333333334, 19.8469206487842, 42.24375, 55.0445020487705, 118.601666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 675, '2022-02-13 00:00:00', 4.94918202508165, 11.9012499999999, 7.53452573688013, 17.6920833333332, 10.247479851022, 24.5354166666666, 19.5346518573638, 39.4233333333333, 54.7283983392773, 117.6625 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 690, '2022-02-13 00:00:00', 5.52709216732318, 12.6200000000001, 8.00964444695691, 18.4395833333335, 9.75189788291702, 23.4408333333334, 19.652114537553, 39.3183333333333, 54.2055697693673, 117.06875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 705, '2022-02-13 00:00:00', 5.33309843798855, 11.6079166666667, 6.2638653014327, 14.8954166666667, 9.87271378782108, 21.1458333333333, 18.2707490892576, 37.7612499999999, 54.303095153933, 116.842916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 720, '2022-02-13 00:00:00', 3.84800322301671, 9.88375000000008, 5.47326916589331, 14.3483333333334, 9.40498233669919, 19.8566666666667, 18.5558004476666, 38.0979166666667, 54.3697602156364, 116.757916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 735, '2022-02-13 00:00:00', 3.51377596866542, 9.86708333333354, 5.98978206034536, 13.4425000000001, 8.3590729042664, 18.8695833333333, 17.6640929489783, 37.8016666666666, 54.0413078703743, 117.234583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 750, '2022-02-13 00:00:00', 4.02903841424697, 9.48875000000002, 5.59486403974111, 13.5908333333333, 6.48524881357022, 18.6599999999999, 16.5843248847838, 37.9533333333333, 53.7315483934125, 117.141666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 765, '2022-02-13 00:00:00', 5.26845024032519, 9.96125000000003, 6.21983637186332, 13.4658333333333, 7.10140336202265, 17.5791666666665, 16.5986514588874, 41.8729166666666, 53.2846164819002, 116.963333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 780, '2022-02-13 00:00:00', 3.51547631650175, 8.73541666666673, 5.67167624367295, 13.60625, 15.3427470236553, 21.1258333333334, 16.2238123211497, 42.8841666666667, 53.6593883336418, 117.985416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 795, '2022-02-13 00:00:00', 4.45889436399599, 9.7679166666666, 5.46768794034939, 12.14125, 13.8405252476354, 19.925, 15.7262079557238, 43.5591666666667, 60.1912260686902, 129.57 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 810, '2022-02-13 00:00:00', 3.15351104073806, 7.99333333333334, 12.8684321083625, 15.1783333333333, 12.8338667685106, 18.3966666666666, 16.5146084156782, 44.7029166666668, 61.4208266559597, 130.499166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 825, '2022-02-13 00:00:00', 10.5749256258735, 11.4145833333332, 10.1013178129376, 13.8795833333333, 10.7503366984683, 18.295, 16.7277234031898, 46.0245833333335, 61.2776388512841, 130.766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 840, '2022-02-13 00:00:00', 4.91106158643902, 9.28958333333336, 6.54315461246396, 12.49875, 7.78572211426659, 16.7008333333333, 17.7496041545981, 46.6070833333335, 77.4536698532219, 136.997916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 855, '2022-02-13 00:00:00', 3.59322608972556, 8.51041666666659, 4.3186035048247, 11.7333333333334, 7.09962823072394, 16.5441666666667, 17.8322088853816, 46.9004166666668, 76.480681505059, 137.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 870, '2022-02-13 00:00:00', 3.32590610950997, 7.68083333333341, 3.38338352215225, 10.2616666666666, 9.1178072207352, 18.0679166666667, 19.1720791097707, 47.1850000000001, 75.1802024510424, 138.983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 885, '2022-02-13 00:00:00', 3.24490369656793, 6.95499999999997, 6.46718695146641, 11.5012499999999, 9.44123785753799, 20.00625, 20.1189188444861, 47.7479166666668, 75.2947060024326, 139.192916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 900, '2022-02-13 00:00:00', 5.63591279594325, 8.65999999999997, 8.19010904883954, 13.9441666666667, 9.18823656221304, 20.6695833333335, 20.4965935619783, 48.0354166666668, 75.1121561387959, 138.995416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 915, '2022-02-13 00:00:00', 4.97335405370236, 9.91375000000005, 5.98632425447462, 14.5779166666667, 6.86230534160728, 19.2045833333335, 21.0683789047453, 46.5362500000002, 74.8440858213096, 138.275416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 930, '2022-02-13 00:00:00', 4.68218517051752, 10.2283333333333, 6.5792239972353, 14.1233333333334, 7.8966624301811, 18.4641666666666, 21.4181858763035, 44.9341666666668, 74.8954743110865, 137.48125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 945, '2022-02-13 00:00:00', 4.14461443373781, 8.4812500000002, 4.81523576484218, 11.9520833333335, 10.6804987874083, 23.4975000000001, 21.3420967960549, 44.1600000000002, 73.6467513660676, 137.769583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 960, '2022-02-13 00:00:00', 3.93278490404058, 8.65833333333334, 5.26718526157094, 12.3683333333333, 9.79143835379848, 25.4095833333334, 21.2584858717166, 43.4529166666669, 73.4805942426546, 137.272083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 975, '2022-02-13 00:00:00', 2.82333646672656, 8.53874999999994, 8.06092964709176, 18.2929166666667, 9.73777731647311, 26.1587500000001, 21.5151176206845, 43.8241666666667, 72.6550627618444, 137.798333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 990, '2022-02-13 00:00:00', 6.91221519055794, 15.0783333333334, 8.29540797539587, 20.8625000000001, 12.2818988995884, 29.0266666666668, 21.1992032211153, 43.4654166666668, 72.646164923413, 137.642083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1005, '2022-02-13 00:00:00', 6.48116798160627, 14.9641666666666, 7.69023604545288, 20.695, 12.8834337440076, 29.3004166666667, 21.1878634208497, 43.4054166666668, 72.7473429765304, 137.246666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1020, '2022-02-13 00:00:00', 6.93249055984348, 15.1558333333333, 11.1335970120864, 21.1979166666667, 14.3643610662145, 28.7308333333334, 22.6995146112633, 41.93375, 72.477046976307, 137.214166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1035, '2022-02-13 00:00:00', 7.19573876266921, 12.9729166666668, 8.52939919006486, 18.3162500000002, 12.8234291915963, 24.7816666666669, 24.339061287318, 42.3950000000001, 72.3042457998728, 136.687083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1050, '2022-02-13 00:00:00', 5.29716985894278, 11.9954166666668, 7.36908317060957, 16.3429166666667, 13.4978722692542, 22.4958333333334, 24.8604765445422, 40.6137500000001, 72.4876873490261, 135.605416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1065, '2022-02-13 00:00:00', 4.69724055596258, 11.0108333333334, 8.49667163095921, 15.6012500000001, 10.5785251345232, 21.5087500000002, 25.5884619570244, 40.4787500000002, 72.6055082501382, 134.1475 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1080, '2022-02-13 00:00:00', 7.26684604551896, 10.8158333333334, 8.44075087668852, 15.4783333333334, 12.2755871122026, 22.0895833333335, 25.836667485869, 39.0829166666667, 72.620650494614, 133.355 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1095, '2022-02-13 00:00:00', 4.29558703028839, 11.8662500000001, 7.12936323304514, 17.2212500000001, 12.1816579569331, 21.8191666666668, 32.0737874797645, 41.4754166666668, 72.5369636506257, 133.72 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1110, '2022-02-13 00:00:00', 5.81497166553842, 13.2845833333333, 10.7205576590837, 17.6950000000001, 11.4831939501648, 20.4129166666667, 36.1864061647904, 42.0654166666667, 72.6406088317636, 132.920833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1125, '2022-02-13 00:00:00', 5.73747241160377, 9.9962[...];
Date: 2022-02-13 14:44:03 Duration: 9s946ms 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 969765, 5, 900, '2022-02-13 00:00:00', 1.47953865125358, 4.61756521739125, 2.27181436605937, 6.60182608695651, 4.60609723123143, 11.6353913043478, 12.2937146791622, 35.5003913043478, 25.1499223999463, 81.3987826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 915, '2022-02-13 00:00:00', 1.9548068715702, 4.91478260869563, 3.23058589443832, 8.35069565217387, 5.28257197732814, 11.9711739130435, 12.6521591066224, 37.1428260869565, 25.1164209368272, 81.3553043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 930, '2022-02-13 00:00:00', 3.1948669465761, 6.19447826086956, 3.97038976193279, 9.11104347826085, 7.14738262217903, 13.3744347826087, 16.1498805727421, 39.3468260869565, 25.1022478736916, 81.4386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 945, '2022-02-13 00:00:00', 2.85140367277915, 5.86321739130428, 4.63891723898991, 8.38817391304343, 7.77005259518983, 15.0141739130434, 16.5858504781336, 38.6470869565217, 25.2850059922411, 81.0381304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 960, '2022-02-13 00:00:00', 2.29651542964059, 5.64586956521739, 4.30661704399604, 9.237, 6.77259524523146, 16.6500869565218, 16.0566439035883, 38.5389130434783, 25.1175998072089, 81.1704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 975, '2022-02-13 00:00:00', 3.14629432762543, 7.13621739130434, 5.46809049812207, 12.3091739130435, 7.47693996849584, 17.7362608695652, 15.9017324555205, 38.8427826086957, 25.0363122615158, 81.3422608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 990, '2022-02-13 00:00:00', 4.15988298472929, 9.61491304347824, 5.46314995283072, 13.4130434782608, 8.88335833412614, 18.1172608695652, 15.7238399152319, 39.3209565217391, 24.906094997405, 81.3857391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1005, '2022-02-13 00:00:00', 4.0602184052121, 8.40595652173915, 4.28015500947544, 11.9172173913044, 7.84574125610237, 17.1346956521739, 15.3855251889534, 38.8786086956522, 24.9448758080503, 80.7005217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1020, '2022-02-13 00:00:00', 3.44174612419318, 7.92473913043477, 8.23511871757104, 11.5372608695652, 8.01819822323166, 15.8937391304348, 15.4588105070374, 38.5197391304348, 25.093717066419, 80.3891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1035, '2022-02-13 00:00:00', 6.53728883167744, 7.9722173913043, 5.93571387463894, 11.7907391304348, 5.58014152426534, 14.9426086956522, 14.7576642683091, 39.6422608695652, 25.558095855654, 79.6953043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1050, '2022-02-13 00:00:00', 3.02525153692387, 7.77195652173913, 3.26110868778053, 9.48565217391307, 5.17771998633734, 14.8045652173913, 14.756166170633, 38.863347826087, 25.787624749123, 79.4362608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1065, '2022-02-13 00:00:00', 2.33457246299625, 6.26669565217395, 3.62258317962207, 9.47456521739136, 8.93657032987884, 23.5104782608695, 14.5221891005704, 38.8559999999999, 25.7151426802807, 79.4833913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1080, '2022-02-13 00:00:00', 3.51059125398694, 6.74895652173912, 4.70735034480917, 10.9827826086956, 10.672597748236, 25.9361739130434, 13.8431346322515, 37.7330869565217, 25.7962302184295, 79.2678695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1095, '2022-02-13 00:00:00', 3.47833960264162, 7.74686956521735, 9.22974945360308, 20.2953913043478, 10.7443501408236, 26.9206956521739, 13.6324852449056, 36.9659565217391, 25.3193893665948, 79.1784782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 600, '2022-02-13 00:00:00', 8.23569386356036, 12.9652857142857, 10.885644696003, 19.3849523809524, 12.3566962600002, 25.4561904761904, 13.323619802727, 35.2363809523809, 26.2171552860045, 79.0387619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 615, '2022-02-13 00:00:00', 10.1177660227184, 9.52876190476187, 9.57606742676258, 13.5311904761904, 10.7884308493161, 19.2040952380952, 12.5396976053385, 28.8013333333333, 25.492002366662, 77.2708095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 630, '2022-02-13 00:00:00', 5.4242757480124, 7.19990476190467, 6.27518778925984, 12.1167619047618, 7.88126013340989, 16.5367619047619, 11.772012021255, 27.4141428571428, 24.5192899915653, 76.8440952380953 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 645, '2022-02-13 00:00:00', 4.7857844547806, 6.13095238095234, 7.48615930838212, 10.5380952380952, 7.12773066503881, 14.2903333333333, 12.4682243227296, 26.6485238095238, 24.4419418725272, 76.602 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 660, '2022-02-13 00:00:00', 5.67920167721454, 6.60390476190475, 5.646719218567, 9.76933333333333, 6.2752786817267, 14.7223333333333, 11.4956766173408, 25.9302380952381, 24.6552068184776, 76.6101904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 675, '2022-02-13 00:00:00', 4.08594618755791, 6.015619047619, 3.19250287243042, 9.30676190476186, 6.08635297475704, 14.2133333333333, 10.4284662037092, 24.3964761904762, 23.6947724097029, 76.1386190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 690, '2022-02-13 00:00:00', 3.48226609374113, 5.72961904761907, 4.47645640519591, 9.69904761904763, 6.5336531559232, 13.8085238095238, 10.1740239595045, 22.9681428571429, 22.7284655318685, 75.8903333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 705, '2022-02-13 00:00:00', 3.22141016592779, 5.59742857142852, 4.31446917498604, 8.81547619047617, 10.7306041284685, 14.1221904761904, 9.89113239219859, 21.371, 23.7746228443371, 78.6980952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 720, '2022-02-13 00:00:00', 3.53008028911801, 5.79795238095238, 4.40863057509013, 8.37604761904766, 10.6036261886026, 12.7233809523809, 10.3012026366782, 20.9131904761905, 23.4323386334641, 78.8983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 735, '2022-02-13 00:00:00', 3.60474417426607, 5.61519047619045, 10.9294627753217, 10.2524285714285, 11.0736084820751, 12.2902857142857, 9.82250133864176, 21.0089523809524, 23.0245841625238, 79.3745714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 750, '2022-02-13 00:00:00', 11.4114372929301, 7.16590476190471, 11.0680433604396, 8.43485714285706, 11.2892027412627, 11.6556666666666, 9.38524387865894, 20.3255238095238, 23.1133590106922, 80.1605714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 765, '2022-02-13 00:00:00', 1.92220593515438, 3.81542857142848, 3.22788014912925, 6.38342857142849, 4.3953406536814, 9.91219047619039, 8.33954284061641, 21.3509047619047, 23.120172530354, 80.2196666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 780, '2022-02-13 00:00:00', 2.926995341399, 4.39485714285707, 3.96104749373435, 6.49195238095228, 9.7422748313973, 11.3399047619047, 8.63929083095976, 21.9145238095237, 23.0814203150912, 80.1598095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 795, '2022-02-13 00:00:00', 2.68639761266524, 3.89733333333325, 3.59862106196514, 6.51995238095229, 9.17298615500975, 10.9839999999999, 8.46700727895665, 22.1111904761904, 23.254696894647, 80.2924761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 810, '2022-02-13 00:00:00', 3.49602768322913, 4.9474761904761, 8.93791505969292, 8.80928571428562, 8.78826789044839, 11.7812857142856, 9.26871366197166, 23.0100476190476, 23.685911709083, 80.9712380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 825, '2022-02-13 00:00:00', 8.74144271273342, 6.34099999999998, 9.22631234516133, 8.45023809523805, 8.51280460611573, 11.4978095238095, 8.93501407465519, 22.8172857142857, 23.604655818594, 81.2927142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 840, '2022-02-13 00:00:00', 2.36205869750867, 4.19409523809517, 2.5540504329957, 6.36271428571421, 2.26762780497702, 10.2291904761905, 7.36638774822118, 21.8955714285714, 24.2738356345734, 81.7222857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 855, '2022-02-13 00:00:00', 2.37868428518195, 3.6101428571428, 2.3788970793807, 6.12828571428573, 3.39126627495094, 9.62895238095238, 7.1700688035485, 21.3223809523809, 24.1224543152325, 81.8402380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 870, '2022-02-13 00:00:00', 2.30068031967361, 3.8366666666667, 2.2462865016777, 7.33938095238097, 3.14528365289101, 8.84342857142859, 7.23447270464724, 21.8697142857143, 24.1018645197539, 81.9851428571428 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 885, '2022-02-13 00:00:00', 2.41274054019193, 4.35971428571427, 2.82915005914197, 5.74957142857141, 3.66099408826156, 7.66228571428573, 14.1044242177512, 34.9547142857143, 24.1018645197539, 81.9851428571428 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 900, '2022-02-13 00:00:00', 2.03048557293686, 3.47352380952381, 2.13858205694468, 5.22428571428569, 3.075863210625, 8.11776190476188, 15.2397854587449, 38.8611428571429, 23.9464585401325, 82.0722857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 915, '2022-02-13 00:00:00', 1.83856533743019, 3.12400000000001, 2.14879741893439, 5.07461904761905, 3.37716958836414, 9.35385714285708, 18.7900504672528, 41.7814761904762, 23.595891118199, 82.3244761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 930, '2022-02-13 00:00:00', 2.10807877778164, 3.58833333333336, 2.26426888021382, 5.97752380952378, 3.60680090939328, 10.2299999999999, 19.1248746860507, 43.3884285714286, 23.3784639104943, 82.6557142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 945, '2022-02-13 00:00:00', 2.10178235360013, 3.95352380952376, 3.61169947993097, 7.29433333333327, 4.74938221145407, 12.8000952380952, 19.5924045222097, 43.9638095238096, 22.9038973724477, 83.444619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 960, '2022-02-13 00:00:00', 3.93804420336029, 4.69395238095231, 3.94964845150506, 7.37123809523802, 5.14986131759641, 13.7327619047618, 19.7680291568891, 43.8270476190477, 22.8999309900187, 84.3496190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 975, '2022-02-13 00:00:00', 3.40250102970489, 4.7665714285714, 5.08985534082021, 10.1377619047619, 5.11878226357641, 13.7821904761904, 19.8378269688899, 43.5269523809525, 22.9133012089152, 84.9390952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 990, '2022-02-13 00:00:00', 4.88790929354304, 7.83380952380949, 4.58134416020948, 10.6292857142857, 5.4778475973689, 14.157, 19.8700433047674, 43.7726666666668, 22.932177531333, 85.4588571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1005, '2022-02-13 00:00:00', 3.85119358925311, 5.79847619047608, 4.73641243578982, 8.35919047619035, 5.99415391980264, 12.9727142857142, 20.0571784140574, 43.2033333333334, 22.5402772619953, 85.4919523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1020, '2022-02-13 00:00:00', 3.55520150791835, 5.60780952380944, 4.57713217606212, 9.33442857142856, 5.49145180170749, 12.2019047619047, 20.8353089969887, 43.1540000000001, 22.5207586220866, 85.2892857142858 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1035, '2022-02-13 00:00:00', 4.08021779589088, 6.03247619047616, 5.43479180746388, 9.1380952380952, 5.82765367307753, 12.3263333333332, 20.3643698616457, 43.3254761904763, 22.5288888569448, 85.5998571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1050, '2022-02-13 00:00:00', 3.40563496142442, 5.1890952380952, 3.84908561745209, 7.28190476190468, 5.6232862231634, 11.8693809523809, 20.5892498098724, 43.3306666666667, 22.3889006123251, 85.8418571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1065, '2022-02-13 00:00:00', 2.14213796518914, 3.73847619047612, 3.78350427010524, 7.20247619047608, 13.2865725959564, 28.3716190476191, 20.7809417435211, 42.8769523809524, 22.5233574642393, 86.2724761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1080, '2022-02-13 00:00:00', 3.49144861939918, 5.04480952380947, 4.85259075477558, 8.0923333333333, 14.6289155989089, 31.644, 20.7881897150418, 43.0531428571429, 22.531582343246, 86.1772380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1095, '2022-02-13 00:00:00', 4.21837032908839, 5.09666666666661, 12.2908156447929, 26.1662857142857, 18.5098581731594, 34.0742380952381, 21.1522483068191, 42.5376666666667, 22.3978797558417, 86.5084285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 600, '2022-02-13 00:00:00', 9.72557630429141, 19.0092173913043, 12.7192714957815, 23.6682608695652, 18.9868405105516, 32.4011304347826, 19.1025274636113, 39.0679565217391, 22.9926150128783, 84.8586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 615, '2022-02-13 00:00:00', 8.29359977174651, 13.4140869565217, 14.1908404317046, 19.0543913043478, 16.1744892116232, 24.9544347826087, 16.9001726589164, 33.5799130434782, 22.9638540672195, 82.3255652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 630, '2022-02-13 00:00:00', 6.41548703199584, 10.6963043478261, 10.0545228701438, 16.139347826087, 9.14074317019999, 19.2376086956522, 11.9741532105895, 30.3787391304348, 22.3915687472858, 80.6626521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 645, '2022-02-13 00:00:00', 7.44327843133151, 10.6614782608695, 7.34981431993696, 12.7200869565217, 8.32229527951083, 17.0199130434782, 10.9134339648498, 28.6272173913044, 21.6345736736254, 80.0046956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 660, '2022-02-13 00:00:00', 3.61187201908014, 7.98513043478253, 5.12491338864447, 11.6458260869565, 8.39034097259245, 16.159, 9.801600637413, 27.335652173913, 21.4613121288632, 79.8817391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 675, '2022-02-13 00:00:00', 4.0433779864739, 8.16078260869559, 5.58141374131837, 11.4405217391304, 8.55921819737042, 16.6031739130434, 9.49586097268948, 27.1836086956522, 21.5532209367193, 79.9687391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 690, '2022-02-13 00:00:00', 4.54204251211033, 8.24, 5.62031168449132, 12.0886086956522, 8.3622194746073, 16.5612173913043, 8.46685679506523, 26.2624782608696, 21.1387761994276, 80.0178695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 705, '2022-02-13 00:00:00', 3.82704245812411, 7.86039130434778, 6.18422510922598, 10.7772608695651, 7.74566607520725, 15.442304347826, 7.92416025076734, 25.4050434782608, 20.3688290628427, 81.1441304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 720, '2022-02-13 00:00:00', 3.93213815856254, 6.92204347826079, 5.59982969073322, 10.1897391304347, 7.42323348118629, 14.9160434782608, 8.40418064232169, 24.7057826086956, 19.7828974173476, 82.0590434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 735, '2022-02-13 00:00:00', 2.84064729721833, 6.58760869565211, 5.35178413529818, 10.0013913043478, 7.83732355072409, 14.0384347826087, 8.71129261747039, 23.9636086956522, 19.0934770771914, 82.5065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 750, '2022-02-13 00:00:00', 3.52304175416366, 6.87226086956513, 4.30962112500695, 10.0878260869564, 7.26413063248789, 13.5441304347826, 7.63278652721015, 23.4394782608695, 18.8071262548117, 82.9793478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 765, '2022-02-13 00:00:00', 3.16134197564204, 7.90378260869562, 5.44114415172417, 10.1260434782609, 6.68658321941765, 12.8831739130435, 7.65927591496103, 25.4422173913043, 18.6533904369814, 83.6586086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 780, '2022-02-13 00:00:00', 4.30888094108286, 6.39234782608697, 5.78360356368051, 9.02900000000002, 5.65462311853298, 12.0673913043478, 6.98785014042089, 25.6213043478261, 18.6216953258901, 83.8399130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 795, '2022-02-13 00:00:00', 4.13900448877538, 6.08639130434781, 4.34625587493821, 7.73330434782607, 4.01896907414979, 11.7656521739131, 8.00151917863154, 26.4075652173913, 18.5829356240373, 84.1820434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 810, '2022-02-13 00:00:00', 3.35013541995187, 5.45882608695652, 3.93797395842498, 8.12752173913045, 4.55688168810291, 12.2839130434783, 7.06951695215166, 27.1721304347826, 18.6577551027531, 84.1367391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 825, '2022-02-13 00:00:00', 2.30255960770516, 5.70226086956524, 2.64499552514998, 8.28265217391307, 3.27881462722176, 11.2877826086956, 7.8927390840577, 26.9133913043478, 19.1448427264306, 84.2107391304347 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 840, '2022-02-13 00:00:00', 2.58491344110863, 5.5560434782609, 3.0615350995878, 7.92356521739129, 2.82075323175678, 10.3676086956522, 8.63773127213651, 27.1164347826087, 19.4100125842756, 84.1293913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 855, '2022-02-13 00:00:00', 2.27499202535196, 5.22247826086955, 2.25365848635556, 7.36713043478261, 2.30396333636969, 9.52834782608698, 8.5891514390356, 27.5094782608695, 19.6105703422975, 84.3881739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 870, '2022-02-13 00:00:00', 1.76473157550853, 5.03652173913042, 2.24721942987503, 6.7664347826087, 3.01678484718896, 9.44921739130436, 8.66612959572844, 27.5655217391304, 19.9617690319614, 84.7746086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 885, '2022-02-13 00:00:00', 1.85723307520947, 4.59482608695652, 2.04615033023305, 6.39308695652173, 3.217729845665, 9.41721739130433, 13.7451626608463, 36.9041304347826, 19.9879633631622, 84.7909565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 900, '2022-02-13 00:00:00', 2.18364874960691, 4.67404347826084, 3.18843938680351, 6.90821739130433, 3.71648840855301, 10.337, 14.5084252755523, 38.4896086956521, 19.8369878254775, 84.8795217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 915, '2022-02-13 00:00:00', 2.80453047157774, 5.28243478260868, 3.15156851970367, 7.70395652173912, 4.08083326471292, 10.7119565217391, 18.0918074647041, 40.5363913043478, 20.6162981484995, 85.3524347826086 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 930, '2022-02-13 00:00:00', 3.05071395842451, 5.53073913043478, 3.98371974316654, 7.62091304347824, 5.07126271472295, 11.8006086956522, 19.7677690347861, 41.4116086956521, 20.4237396780985, 85.0935652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 945, '2022-02-13 00:00:00', 1.91284936771232, 4.92239130434779, 2.80380747550253, 7.33878260869561, 5.45130820539414, 14.8848260869565, 19.3442332512574, 42.2675217391304, 21.18384216775, 85.5734782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 960, '2022-02-13 00:00:00', 2.76897514038371, 5.90234782608691, 4.47998343049942, 9.50908695652171, 5.91398368209576, 16.2429130434782, 21.0199609710698, 44.7910434782608, 21.2428259933046, 85.575 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 975, '2022-02-13 00:00:00', 3.03542109521837, 6.84395652173913, 4.33063651539338, 12.4029130434783, 5.73921589444099, 16.5889130434783, 21.1405221424294, 44.878, 22.4377023986159, 86.9742608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 990, '2022-02-13 00:00:00', 2.29499121821847, 9.49565217391297, 3.77194283977921, 11.8558260869565, 6.12021992681384, 17.3939565217391, 20.6961568756841, 45.0578260869565, 22.4448695814799, 86.8455652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1005, '2022-02-13 00:00:00', 2.13125644714057, 7.13704347826081, 4.11928179395678, 10.9179565217391, 7.38420380153535, 15.684347826087, 21.0944900636038, 45.2780434782608, 22.4299957482123, 86.6559130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1020, '2022-02-13 00:00:00', 3.13717418792378, 7.7706086956522, 4.79901176668267, 11.2341304347826, 7.24821437980777, 15.7198260869566, 20.6063224292761, 45.3081739130434, 22.257558311551, 86.2319130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1035, '2022-02-13 00:00:00', 4.03099991812464, 7.88239130434773, 5.39538300940556, 10.851, 6.68258218653852, 15.1900434782608, 20.3317440983073, 45.4775217391304, 22.4775046190014, 86.1934782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1050, '2022-02-13 00:00:00', 3.46378972469711, 7.32743478260869, 4.66577509500344, 10.594652173913, 4.84317019334852, 13.9006086956521, 19.7121972448874, 44.5976956521739, 22.6472503621174, 85.6123478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1065, '2022-02-13 00:00:00', 3.6140927376322, 7.39404347826083, 4.02162064701022, 9.5029130434782, 9.37445928917652, 27.3653478260869, 19.1456067038705, 43.5181739130435, 22.8718657601818, 85.2245217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1080, '2022-02-13 00:00:00', 2.98188352418041, 6.1214782608695, 3.0614245121313, 8.97504347826083, 9.96160944105552, 29.1622608695652, 19.1626294756989, 43.3131739130435, 22.8711762997012, 85.0651739130434 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1095, '2022-02-13 00:00:00', 2.45170570373108, 6.43430434782607, 9.26385808892281, 25.5823478260869, 14.6755051051373, 31.137, 18.796506497482, 42.6156521739131, 23.0077067342653, 85.0064782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 600, '2022-02-13 00:00:00', 5.68579247898925, 17.642875, 6.83854781482005, 20.6047083333333, 13.4857653890546, 25.5890416666666, 16.5693847611285, 36.8661666666667, 22.7459658381707, 81.9635416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 615, '2022-02-13 00:00:00', 4.04035668692864, 10.900375, 10.1309820523982, 15.2842916666666, 11.1648394576067, 20.6581249999999, 13.5993715289971, 32.260375, 23.4333579844531, 78.8860833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 630, '2022-02-13 00:00:00', 6.9100141444464, 9.06020833333326, 8.79205252742085, 13.1534166666666, 10.4888738580356, 19.676875, 10.1475296297649, 29.28475, 23.0143233707962, 77.7599583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 645, '2022-02-13 00:00:00', 4.6373037416966, 8.9259166666666, 4.52815157104555, 12.5230416666666, 6.65827748634324, 18.3862916666666, 7.33522438121874, 27.929125, 23.4611285876635, 77.6924583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 660, '2022-02-13 00:00:00', 3.13460588905689, 8.13541666666665, 5.80672432026195, 12.6991249999999, 6.30939346805881, 16.54025, 6.83387131661849, 26.8952916666667, 23.3365601837576, 77.1964166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 675, '2022-02-13 00:00:00', 3.78486488951505, 8.63666666666662, 4.40236117393807, 11.5650833333333, 6.01073300167224, 14.4635, 7.12593670984757, 25.0195833333334, 23.6791361099012, 76.7330416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 690, '2022-02-13 00:00:00', 3.83693184719254, 6.90349999999997, 5.40235771597036, 9.64224999999997, 6.4658528371153, 14.7190416666666, 8.76133321037314, 25.5001666666667, 23.6626661540901, 77.3587083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 705, '2022-02-13 00:00:00', 2.87179085039381, 6.55291666666667, 3.04621079899013, 9.38983333333331, 5.2885135325588, 13.5225833333333, 9.45959472084337, 25.47175, 24.1314785356977, 78.0178333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 720, '2022-02-13 00:00:00', 2.20132845225559, 6.5615416666666, 4.52868984477242, 10.2033333333333, 4.56707726600097, 13.0888333333333, 10.723478705997, 25.2029166666667, 24.2896736384406, 79.250375 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 735, '2022-02-13 00:00:00', 3.01959248588237, 6.73054166666664, 3.26810746546024, 8.77366666666668, 3.83719473222866, 11.18475, 10.6804122151322, 24.7390416666667, 25.0541807058338, 79.7936666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 750, '2022-02-13 00:00:00', 3.00791717624178, 6.1275, 3.88433553435827, 8.92074999999998, 4.63103221954654, 11.948125, 10.158542369388, 25.189875, 26.1290143959265, 81.1302083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 765, '2022-02-13 00:00:00', 3.11127379868156, 6.43695833333328, 3.27442675921288, 8.02491666666659, 6.18020508254532, 11.8005833333333, 10.4701151191712, 26.3995, 26.2472216870289, 81.098875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 780, '2022-02-13 00:00:00', 1.41610274475256, 4.69687499999988, 3.07092819107028, 7.6970416666666, 6.25945187774321, 11.615375, 9.54406790711274, 27.0830416666667, 26.0766123704248, 81.42575 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 795, '2022-02-13 00:00:00', 2.76538033655358, 6.04366666666668, 4.47719812340624, 8.35091666666671, 7.12928819495102, 12.7215833333334, 9.42370345020425, 27.82275, 25.6551980036577, 81.5992083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 810, '2022-02-13 00:00:00', 2.37849526174539, 5.27033333333334, 4.36173067632034, 8.01183333333336, 4.8869325266396, 12.0272916666667, 9.09451925482863, 27.6770416666667, 26.1866770523386, 81.391 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 825, '2022-02-13 00:00:00', 3.37454747905638, 5.81358333333329, 3.8016690575573, 8.73733333333331, 3.52607462394422, 12.3754166666666, 9.80083246686108, 28.088, 26.5580005966909, 81.4882916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 840, '2022-02-13 00:00:00', 2.44473496236954, 6.04841666666668, 2.90766943846886, 7.93620833333334, 4.09056466461081, 11.2816666666667, 11.2502800254199, 29.1730416666667, 27.3066262760471, 82.1531666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 855, '2022-02-13 00:00:00', 1.49445775149868, 4.6991666666666, 3.3133403607258, 7.75720833333327, 4.46237841875541, 10.50775, 12.7937478887801, 29.9717916666666, 27.3242812554808, 82.0659583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 870, '2022-02-13 00:00:00', 3.02153443478305, 5.45558333333327, 3.4960285915655, 7.13299999999994, 5.91946397259289, 11.611375, 12.7368149702725, 31.07675, 27.1255140246493, 81.6878333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 885, '2022-02-13 00:00:00', 2.04473372172367, 4.7599166666666, 2.47758574048401, 7.16383333333331, 6.12478906454295, 12.0629583333333, 18.9843191676462, 40.3207916666667, 26.8732871080698, 81.6515833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 900, '2022-02-13 00:00:00', 2.13019292689586, 5.18158333333336, 4.29144962079547, 8.46274999999999, 5.79949925858796, 11.8822083333333, 18.8739674154161, 40.4087916666667, 26.7644669371077, 81.4849166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 915, '2022-02-13 00:00:00', 3.91324851153657, 5.88899999999997, 4.83488916888091, 9.0746666666667, 5.3683959301004, 12.2325833333333, 18.3390300534826, 41.3585416666667, 26.5880930197623, 81.1515833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 930, '2022-02-13 00:00:00', 3.27907889345365, 6.3292916666667, 4.30367133378886, 8.00808333333333, 3.86874150978917, 11.751, 17.6823609879647, 41.83425, 26.4858181328549, 80.3180833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 945, '2022-02-13 00:00:00', 3.29008073994589, 5.29583333333327, 3.17379035384278, 8.06841666666664, 3.65344195365078, 14.53025, 17.7591210551188, 41.5962916666666, 26.4090160600325, 80.0699583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 960, '2022-02-13 00:00:00', 1.93666483823414, 5.79899999999998, 3.5073131854452, 8.68195833333332, 4.45117440292082, 16.337, 17.5865106799712, 41.4313749999999, 26.3049909627225, 80.236625 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 975, '2022-02-13 00:00:00', 3.49864093696359, 6.23233333333333, 4.08813988011019, 12.0231249999999, 4.98486077604193, 17.1305, 17.4303589019067, 40.9641666666666, 26.0929956068159, 80.1115416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 990, '2022-02-13 00:00:00', 3.25443168500905, 9.22812499999998, 4.57185365298095, 12.6947916666667, 6.37734119954095, 17.2189166666666, 16.4534654893337, 40.0495, 25.8883509591487, 79.6930833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1005, '2022-02-13 00:00:00', 3.45166633750057, 8.24237499999998, 4.53225119144104, 11.5129166666666, 6.58734173915439, 15.7611666666666, 15.6835812356426, 39.7041249999999, 25.8240663569884, 79.4899166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1020, '2022-02-13 00:00:00', 3.58801995146368, 7.59029166666668, 5.17153448690769, 11.2545833333333, 6.26373654458749, 15.48425, 15.5100498048613, 39.5915833333333, 25.6654072337932, 79.1872916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1035, '2022-02-13 00:00:00', 2.54487590561898, 7.40137499999997, 3.27697694286333, 10.4998333333333, 5.35609504071249, 14.8504583333333, 14.5797755981618, 38.9503333333334, 25.6300629673464, 79.2341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1050, '2022-02-13 00:00:00', 2.04533886450437, 6.70412499999996, 3.24421309880141, 9.70324999999993, 6.51051458581438, 14.7805416666666, 14.2620017558948, 37.7815416666666, 25.5717799440209, 78.853875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1065, '2022-02-13 00:00:00', 2.49511351866293, 6.47941666666662, 4.26221915050794, 9.37849999999995, 16.9060938948297, 27.0122083333333, 14.1208211686307, 37.3217083333333, 25.6695636542791, 78.853875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1080, '2022-02-13 00:00:00', 2.41695583739699, 5.89529166666663, 4.93287690095019, 10.1575416666666, 16.3431966711832, 26.5469583333333, 13.8808001614889, 36.9745833333333, 25.7715813385287, 78.6944166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1095, '2022-02-13 00:00:00', 4.83784790738607, 7.76512500000001, 16.3159311823698, 25.2175, 15.8253472493784, 28.7807916666667, 13.7774469127256, 37.2209583333333, 25.7183109619842, 78.8557083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 600, '2022-02-13 00:00:00', 7.61240652009433, 16.308625, 9.62186492730738, 18.797375, 8.95842460755659, 24.8398333333333, 8.9208838589164, 33.5147083333333, 26.1842958452434, 77.1597083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 615, '2022-02-13 00:00:00', 4.680097267469, 10.2194583333333, 5.50991327951962, 14.6495, 5.63819001882742, 19.4299166666667, 10.8202562835483, 31.5632916666667, 26.4257732460255, 75.2485416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 630, '2022-02-13 00:00:00', 3.23329766041883, 9.52225000000004, 5.41475008305607, 14.890125, 4.68637017147146, 17.0530833333333, 12.669789284534, 30.6524166666667, 26.5461986387254, 74.2469166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 645, '2022-02-13 00:00:00', 4.22371899262046, 9.73004166666664, 4.32967887820853, 12.6193333333333, 4.73798695998318, 15.6297916666665, 14.9461615109443, 30.2062083333333, 26.7822207692252, 73.879125 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 660, '2022-02-13 00:00:00', 2.84716085763963, 7.78541666666662, 3.26507746734346, 10.5815416666666, 4.23965734853317, 14.9577916666667, 16.1147296864625, 29.7544583333334, 25.9665258031959, 73.329875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 675, '2022-02-13 00:00:00', 2.31044885375056, 6.65191666666664, 3.51447955204454, 9.16249999999991, 3.50024724489039, 14.9294166666667, 16.5402868180011, 28.45475, 25.5144665186612, 72.1644166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 690, '2022-02-13 00:00:00', 1.88834643128984, 6.06137499999994, 2.50856435500235, 9.4515833333333, 4.0265112420815, 13.907, 16.8980566035939, 27.44725, 25.3427456148125, 71.4974166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 705, '2022-02-13 00:00:00', 2.28077113794777, 6.87187500000001, 3.84874456850842, 10.7486666666667, 4.12268409802419, 13.8617916666666, 17.4300228266957, 27.1915, 28.0709298335987, 75.018375 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 720, '2022-02-13 00:00:00', 2.88915150775837, 6.86800000000007, 3.35773427641533, 8.76058333333337, 4.04959933516417, 12.7059166666667, 17.9684781849385, 26.3637500000001, 28.4582061815331, 75.5998750000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 735, '2022-02-13 00:00:00', 3.20744391887898, 6.45983333333334, 3.89129567111006, 9.621, 4.53896361929884, 13.0112916666667, 18.7654649428126, 26.5194583333333, 28.0950724345293, 77.4691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 750, '2022-02-13 00:00:00', 3.03688701693416, 5.75933333333334, 3.46955685680587, 8.74500000000002, 6.19466190591737, 12.6650416666667, 19.2589249325598, 25.4525833333334, 27.8129628812157, 78.7208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 765, '2022-02-13 00:00:00', 2.64037666909665, 6.62754166666671, 2.44920355843529, 8.79962500000007, 5.98496396763095, 12.4209583333334, 19.4645287515503, 25.6642916666667, 28.4341139929382, 79.3840416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 780, '2022-02-13 00:00:00', 2.10968194551497, 5.33354166666673, 6.37487552137638, 8.32450000000006, 6.48392077090752, 12.7890416666667, 19.987986409187, 25.6867916666667, 28.6967446903699, 79.5054583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 795, '2022-02-13 00:00:00', 5.63302080515461, 6.01149999999999, 5.41940489005196, 8.74833333333335, 13.2326208934642, 15.7046666666667, 19.5328055664593, 26.7339166666666, 28.5927138962832, 79.6287083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 810, '2022-02-13 00:00:00', 3.44560877411753, 5.79245833333332, 3.61614419295965, 8.90470833333336, 15.4606578941495, 14.9012083333334, 19.2338158995549, 27.1143333333333, 28.9073787179083, 80.0019166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 825, '2022-02-13 00:00:00', 3.48384962299643, 5.49775, 13.5185294340017, 10.5463333333333, 17.8724205131311, 15.3510416666667, 19.5296214968387, 27.143625, 28.7407919389039, 80.3663333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 840, '2022-02-13 00:00:00', 10.0381304108348, 7.40433333333328, 12.402142276084, 10.1045833333333, 15.3419737596106, 14.8318333333333, 15.7593506735006, 25.5274583333333, 29.0526406462464, 80.3337916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 855, '2022-02-13 00:00:00', 4.09022995703775, 5.59833333333334, 5.93553294906977, 8.56379166666663, 7.7603341142774, 12.269, 14.5149701447346, 24.6769583333333, 29.2685562691382, 80.1485833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 870, '2022-02-13 00:00:00', 4.6721195821054, 5.55145833333328, 5.68617346928726, 8.37712499999998, 5.70589532407276, 10.4963333333333, 14.273351845703, 24.8259583333333, 30.277227333666, 80.0766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 885, '2022-02-13 00:00:00', 3.68612443662977, 5.67533333333334, 3.84511401990726, 7.94250000000003, 3.84568026977275, 9.68229166666667, 13.1344357149028, 30.728625, 30.2165345546565, 79.9183333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 900, '2022-02-13 00:00:00', 2.07031273586274, 4.91095833333333, 3.18589130675838, 6.607125, 4.27678071714419, 9.42020833333332, 13.0174508724089, 33.0005416666667, 30.2256615218721, 79.752 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 915, '2022-02-13 00:00:00', 3.05119290968331, 4.79945833333331, 4.13839721105278, 7.07845833333329, 5.04658249982462, 10.2576666666666, 13.387287997753, 34.17575, 30.2129755204134, 79.8353333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 930, '2022-02-13 00:00:00', 3.53059877809476, 5.55058333333329, 3.85777986178016, 7.39837499999999, 5.95877430981926, 11.0888333333333, 13.4818355744506, 35.38025, 30.1423906796401, 79.9186666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 945, '2022-02-13 00:00:00', 2.27335829879722, 5.15695833333333, 3.49658466801248, 8.0769166666667, 6.29781517843601, 12.53275, 13.5110145645471, 36.1980416666666, 30.0648508633083, 79.6687083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 960, '2022-02-13 00:00:00', 2.61852839382647, 5.8849166666667, 3.6423016947899, 8.28462499999997, 6.3011589266452, 12.9869166666666, 13.6299125199884, 36.2085416666666, 30.7153566363326, 80.2085833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 975, '2022-02-13 00:00:00', 2.7456778495047, 5.58137499999998, 5.04730471049447, 9.90583333333331, 6.63086949945787, 14.3208333333333, 13.347150403955, 36.4580833333333, 30.5508512436256, 80.2501666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 990, '2022-02-13 00:00:00', 3.53689817741354, 7.69475, 4.20791410941026, 10.0312499999999, 6.68134905872796, 14.780125, 11.7297475046029, 35.9005, 30.8035006945027, 79.9060833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1005, '2022-02-13 00:00:00', 3.09296961538042, 6.72920833333327, 3.96608211744517, 11.0708333333333, 7.77498024031681, 14.9965416666666, 10.5601151405085, 37.1797083333333, 31.4638772175009, 79.9895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1020, '2022-02-13 00:00:00', 3.06261402982029, 7.76949999999999, 4.96539490945924, 10.7787916666666, 7.07330438891617, 14.11075, 10.0602795116866, 37.060125, 31.4532994626183, 79.6580416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1035, '2022-02-13 00:00:00', 3.06788333772857, 7.03099999999999, 4.03736038906998, 9.62629166666663, 4.67985176724708, 12.6769583333333, 10.0728072572479, 37.5059583333333, 31.102365331087, 79.4496666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1050, '2022-02-13 00:00:00', 3.05149730858067, 6.8505416666667, 3.43674126382727, 8.89408333333336, 4.32339457679574, 13.1456666666667, 11.0526715279971, 38.0395833333333, 30.6287027726646, 79.3246666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1065, '2022-02-13 00:00:00', 3.38901725500332, 6.04404166666668, 3.85577490097078, 8.78200000000002, 9.3694927173672, 23.4127083333333, 10.9905740634675, 37.796375, 29.9359246453081, 79.32125 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1080, '2022-02-13 00:00:00', 3.25129877616371, 5.82958333333333, 3.89092562452425, 9.31370833333328, 9.38453009631398, 25.4087916666667, 11.0350470406068, 38.1781666666667, 29.7978544748198, 79.2865416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1095, '2022-02-13 00:00:00', 2.65172784489763, 6.29029166666665, 7.98208297146836, 21.3040416666667, 9.10239039704498, 26.290625, 11.1985728322077, 37.845, 29.3506730577037, 79.874375 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 600, '2022-02-13 00:00:00', 7.31149781984267, 15.64575, 8.36008181160556, 19.7976250000001, 8.75671269924398, 24.8024166666667, 11.0052021946902, 35.1699583333334, 30.0264747325143, 78.7645833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 615, '2022-02-13 00:00:00', 5.25007789158921, 12.0009583333334, 7.12261740775952, 15.4677083333334, 8.08693112899728, 19.7142916666667, 11.1453968427602, 31.18, 29.8259862676925, 78.2711666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 630, '2022-02-13 00:00:00', 3.49039883938366, 8.62716666666667, 4.33977714627697, 12.929875, 5.87346215210194, 16.856, 11.5333139244412, 28.8795833333334, 30.0188031740108, 76.811 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 645, '2022-02-13 00:00:00', 2.51433002428366, 8.34691666666669, 2.98653940957214, 11.0834166666667, 5.27591317856479, 15.8069583333333, 14.1624286047166, 29.910625, 30.2758634012047, 76.3944166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 660, '2022-02-13 00:00:00', 2.47696617115449, 7.17224999999998, 4.0591830324961, 10.50375, 4.98729250340232, 14.8715833333333, 15.173598589159, 30.3388333333333, 30.1847383579404, 76.3637916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 675, '2022-02-13 00:00:00', 3.61819148689911, 6.61637499999997, 4.33707268454361, 10.7229166666666, 5.28479861818617, 15.0765, 15.1265257915272, 28.5705, 29.3376382588765, 76.209 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 690, '2022-02-13 00:00:00', 2.62842974559647, 7.07516666666665, 4.14662439259463, 9.905875, 4.88936471804003, 14.5549583333334, 14.5553031152004, 26.8439166666667, 27.0547316861004, 75.6292083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 705, '2022-02-13 00:00:00', 2.87613933064357, 6.53333333333334, 4.48048771425706, 10.283625, 4.93743690750364, 14.0017916666667, 14.4019849552193, 26.6187083333333, 25.2109860041716, 78.4737916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 720, '2022-02-13 00:00:00', 4.33792159689367, 7.71095833333332, 4.99382716624269, 10.223875, 6.08749157529989, 13.254125, 14.6140999504697, 26.5728333333333, 25.1365995221356, 79.1653333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 735, '2022-02-13 00:00:00', 3.52999450568196, 7.15058333333335, 4.29511930542392, 9.89775000000001, 5.35710237962617, 13.0625833333333, 14.7041945597289, 26.5747916666666, 25.2271895266405, 80.45325 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 750, '2022-02-13 00:00:00', 3.35219667974738, 6.26083333333334, 4.36710426394575, 9.5875, 5.73670365112198, 13.7855416666667, 14.0561331153916, 25.9863749999999, 25.467404604653, 80.3265833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 765, '2022-02-13 00:00:00', 3.41744275950485, 6.55716666666668, 3.82830559541465, 9.02708333333332, 5.68879123644755, 13.8464166666667, 13.4918689001368, 26.7163749999999, 25.6509293860781, 79.91175 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 780, '2022-02-13 00:00:00', 3.4715602013912, 6.08916666666666, 4.72997539270334, 9.38520833333337, 5.5141028433161, 13.2784166666666, 13.0562040292029, 27.7729999999999, 26.0819952891045, 80.2065 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 795, '2022-02-13 00:00:00', 2.34384444350777, 5.95658333333337, 3.31652578391329, 8.95166666666663, 4.40010856894217, 12.320125, 12.5595406252534, 27.46125, 25.6430599786892, 79.414875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 810, '2022-02-13 00:00:00', 3.18641399203283, 6.31570833333327, 3.98693245177288, 8.52487499999991, 5.01933178400976, 12.0305833333332, 13.7604454593276, 28.5202499999999, 25.0831230675982, 79.2882916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 825, '2022-02-13 00:00:00', 1.8342399899085, 5.10841666666664, 2.79002841915822, 7.8033333333333, 9.63548144446687, 13.8071666666666, 12.5631785683055, 29.159, 24.7760115152026, 79.2850833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 840, '2022-02-13 00:00:00', 2.82569826563385, 5.60608333333336, 3.08015656951939, 8.10183333333329, 9.52966746068465, 13.9184583333333, 11.8036139159348, 29.1807916666667, 24.5938505621022, 79.4970833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 855, '2022-02-13 00:00:00', 3.14876574392959, 5.91033333333327, 8.79881069769317, 10.9090416666666, 9.64873435831825, 13.09975, 11.630060783344, 29.7367916666667, 24.4265826953363, 79.8702083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 870, '2022-02-13 00:00:00', 4.38703378672738, 5.95872727272728, 7.33292786443012, 8.22172727272726, 6.94254779449074, 10.8145454545454, 12.3775617892347, 31.0173181818182, 25.4111681327351, 81.9451818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 885, '2022-02-13 00:00:00', 3.38086409329274, 5.96672727272727, 3.12659972733613, 7.5630454545454, 3.56032466416838, 11.177, 11.8167898578867, 33.0455454545455, 25.6275755290631, 81.3504545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1096, '2022-02-13 00:00:00', 0.712056528654575, 6.88549999999987, 0.581241774135746, 17.8, 0.521137697734542, 22.7565, 0.581241774135424, 34.797, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1096); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 601, '2022-02-13 00:00:00', 3.66069180620253, 13.8004999999998, 1.22824447892109, 22.2565, 0.185969083452005, 23.2565, 0.581241774135424, 34.797, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 601); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 616, '2022-02-13 00:00:00', 4.11606857328651, 14.3005000000001, 0.057982756057212, 17.1699999999998, 3.60058772980197, 20.8419999999999, 2.83337687221454, 32.3824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 616); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 631, '2022-02-13 00:00:00', 3.71584613513538, 11.6264999999999, 1.50118769645907, 16.3194999999998, 0.681650937063791, 17.8629999999998, 0.712056528654897, 30.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 631); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 646, '2022-02-13 00:00:00', 3.53977654661976, 8.88599999999974, 2.74074588387888, 11.3199999999999, 3.5411907601821, 16.8849999999998, 0.712056528654897, 30.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 646); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 661, '2022-02-13 00:00:00', 4.18395082428074, 7.21350000000007, 6.9840936777795, 10.3205, 1.41845620306044, 16.299, 3.54048365340109, 28.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 661); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 676, '2022-02-13 00:00:00', 1.94312943470067, 6.75600000000009, 0.853477884892078, 9.77749999999992, 2.18708127421021, 16.8425, 5.66180399696073, 30.3824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 676); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 691, '2022-02-13 00:00:00', 0.0233345237790866, 5.36449999999991, 0.640638743754654, 9.84300000000007, 9.9645487604809, 17.3419999999999, 9.19733790289347, 27.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 691); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 706, '2022-02-13 00:00:00', 1.47997449302366, 8.34350000000018, 5.75231366495272, 14.3215, 10.8498464505264, 23.7139999999999, 11.3483567312629, 29.3615, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 706); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 721, '2022-02-13 00:00:00', 2.86448957058666, 7.36449999999991, 5.69220958855151, 11.3639999999998, 4.27728891939741, 19.3624999999997, 5.69150248177051, 25.3615, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 721); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 736, '2022-02-13 00:00:00', 0.712056528654575, 5.88549999999987, 0.493560533268437, 13.7359999999999, 4.23769093965126, 16.3834999999999, 4.2468833278063, 22.383, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 736); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 751, '2022-02-13 00:00:00', 1.20066731445498, 8.23599999999988, 1.35693791309689, 10.3404999999998, 0.558614357137025, 14.7749999999999, 7.07531045255249, 20.383, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 751); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 766, '2022-02-13 00:00:00', 3.47896536343787, 6.84099999999989, 1.41987041662245, 10.384, 4.95540432255519, 12.884, 7.07531045255249, 20.383, 1.50118769645907, 87.3135 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 766); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 781, '2022-02-13 00:00:00', 2.79165757212472, 7.36299999999983, 1.53088618126917, 8.25449999999978, 0.743876333808022, 9.86299999999983, 3.54048365340109, 22.8824999999999, 1.50118769645907, 87.3135 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 781); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 796, '2022-02-13 00:00:00', 0.85418499167373, 6.7759999999998[...];
Date: 2022-02-13 14:56:01 Duration: 7s623ms 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 968735, 5, 885, '2022-02-13 00:00:00', 0.834296681384492, 1.99595652173914, 1.04007011203316, 2.77626086956523, 1.13943035313453, 4.0824347826087, 5.49332556533821, 14.1236956521739, 14.0346189198459, 33.9479565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 900, '2022-02-13 00:00:00', 0.760476166621933, 1.95500000000001, 1.03002510234579, 2.9744347826087, 1.10228186785665, 4.27904347826088, 5.63376111776279, 15.1581739130435, 13.9885124809906, 33.9466086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 915, '2022-02-13 00:00:00', 1.01758049083891, 2.37765217391305, 1.22532584195892, 3.32665217391305, 1.30743105078974, 4.63904347826087, 6.14826519122752, 15.3929565217392, 13.9196460571284, 34.0029130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 930, '2022-02-13 00:00:00', 0.857044916058826, 2.46752173913045, 1.00262154793294, 3.30782608695653, 2.19822720793541, 5.28369565217393, 6.86578175351914, 15.7452173913044, 13.9405780885402, 33.8914782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 945, '2022-02-13 00:00:00', 0.757383852742623, 2.12313043478262, 0.878243170877914, 3.24460869565218, 2.11064860682728, 5.39421739130435, 8.01233512936748, 16.1450434782609, 14.0272902584942, 34.0117826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 960, '2022-02-13 00:00:00', 0.732609964226377, 2.27278260869566, 2.01389023078721, 3.83795652173914, 2.02291272898535, 5.75900000000002, 8.83700519308484, 16.550347826087, 13.9777485403378, 34.1184347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 975, '2022-02-13 00:00:00', 1.57254758186621, 2.63152173913045, 1.54182012582377, 3.99686956521741, 1.77148197935007, 5.82869565217394, 9.2090913022213, 16.6396086956522, 13.8650105921116, 34.1209130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 990, '2022-02-13 00:00:00', 0.963075360601447, 2.98682608695653, 1.4443106976355, 4.29813043478262, 1.82447235753223, 5.34326086956524, 9.45941055872811, 16.4401304347826, 13.9463096780605, 34.062 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1005, '2022-02-13 00:00:00', 0.993532248124466, 2.98265217391305, 1.4130652032991, 3.97478260869567, 2.18009451149518, 5.11347826086957, 9.83134132843558, 16.4600434782609, 13.93610897658, 34.0400434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1020, '2022-02-13 00:00:00', 1.10006924323923, 2.77660869565218, 1.31449190502622, 3.44682608695654, 1.84993752271387, 5.09273913043479, 10.1399843787642, 16.4817391304348, 13.9735495907807, 34.1095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1035, '2022-02-13 00:00:00', 1.2346948575678, 2.61986956521741, 1.84486935278728, 3.80426086956523, 2.35995912740115, 4.99008695652176, 10.4418572564667, 16.830347826087, 13.9542567820691, 34.2993913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1050, '2022-02-13 00:00:00', 1.23820114644243, 2.61252173913044, 1.24309094074268, 3.52278260869566, 3.00947015086257, 4.93595652173913, 10.5456879444322, 16.7603043478261, 14.0746538843563, 34.4346521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1065, '2022-02-13 00:00:00', 0.880528133830137, 2.49460869565219, 1.31408729052321, 3.11795652173913, 5.67777035895359, 10.6683913043478, 10.6263683562489, 16.6485217391304, 14.0569792884323, 34.6914782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1080, '2022-02-13 00:00:00', 1.15714660643098, 2.19821739130435, 2.62491088348634, 3.51865217391305, 5.5824909516538, 12.0210434782609, 10.6397373412928, 16.432652173913, 14.0923812759827, 34.8131304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1095, '2022-02-13 00:00:00', 2.23138547683835, 2.81634782608694, 5.68418488286657, 10.223652173913, 5.69007902096465, 12.6439130434783, 10.6099637337189, 16.3703913043478, 14.1049409145016, 34.9327391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 600, '2022-02-13 00:00:00', 2.9245566216665, 4.27166666666669, 3.41879616100115, 6.21209523809526, 2.99532822034899, 8.12261904761907, 5.76032093641283, 12.5902380952381, 11.3766752915989, 32.6339047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 615, '2022-02-13 00:00:00', 2.28949086667133, 3.17285714285715, 2.62919863221078, 4.78438095238096, 2.780312110777, 6.96766666666667, 4.96206863016585, 11.0412380952381, 11.8242381260656, 32.1321904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 630, '2022-02-13 00:00:00', 1.98360088151392, 2.87642857142857, 1.53524034414342, 4.2477142857143, 3.56073859312521, 6.56514285714286, 5.07276908882824, 10.4188571428571, 11.6573352127278, 31.9901904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 645, '2022-02-13 00:00:00', 1.35260805395318, 1.91861904761905, 1.65427684819567, 3.6427619047619, 2.823932168179, 5.66023809523808, 4.0011614456662, 9.7602857142857, 11.0776505627536, 31.9460952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 660, '2022-02-13 00:00:00', 1.25411399572995, 1.96828571428571, 1.27315908742967, 3.90519047619047, 1.84820654380712, 5.19085714285714, 3.03115903574854, 9.56599999999999, 10.8406832217479, 31.7537142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 675, '2022-02-13 00:00:00', 1.50703769978439, 2.46314285714286, 1.52551000995608, 3.40409523809523, 1.69102182971464, 5.28714285714284, 2.93263910643151, 9.22485714285714, 10.6147405454688, 31.6046190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 690, '2022-02-13 00:00:00', 1.37472704476891, 2.48461904761903, 1.58258078707505, 3.63538095238095, 1.85714268754579, 5.58719047619047, 3.07978893602731, 9.11809523809523, 10.4904047425209, 31.4514761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 705, '2022-02-13 00:00:00', 1.14592336027286, 1.93838095238095, 1.13723143977778, 3.33795238095237, 2.68397424673614, 5.20542857142858, 2.84166187124298, 8.50223809523809, 11.0721567903673, 33.4339047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 720, '2022-02-13 00:00:00', 1.21808216549818, 2.15880952380952, 1.21093770631333, 3.38614285714286, 2.75255691866239, 4.89290476190476, 2.88761702133519, 8.28019047619047, 11.1785902314158, 33.4788095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 735, '2022-02-13 00:00:00', 1.37800121466529, 2.42304761904762, 2.72716221512749, 3.66138095238096, 2.64967743140108, 4.70390476190476, 2.48597394538698, 7.94457142857143, 10.9905388899033, 33.6787619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 750, '2022-02-13 00:00:00', 1.93824818672258, 2.54533333333334, 1.78758186226135, 3.09628571428571, 1.73284881872928, 4.30914285714284, 1.70915363069952, 7.72033333333333, 11.0434968299598, 33.7073333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 765, '2022-02-13 00:00:00', 0.984423594945655, 1.65728571428572, 1.37851213269961, 2.84400000000001, 1.06662479233283, 3.84338095238095, 1.75907637425899, 7.9212380952381, 11.0130485846822, 33.7028571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 780, '2022-02-13 00:00:00', 1.28128482020049, 2.0712380952381, 1.2057879699895, 2.99214285714285, 1.26252686722943, 4.14890476190478, 2.12375889583045, 8.42195238095239, 11.0042125278069, 33.6865714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 795, '2022-02-13 00:00:00', 1.09659986408205, 1.78852380952379, 1.20592581111144, 2.58152380952379, 1.37745793471336, 4.18580952380953, 2.29993246898789, 8.7334761904762, 10.9943300954455, 33.7716190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 810, '2022-02-13 00:00:00', 1.05673769777781, 1.73780952380953, 1.39358565954023, 2.82709523809526, 1.50729443516709, 4.0217142857143, 2.29999230226454, 8.58009523809526, 10.9658341753788, 33.7704761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 825, '2022-02-13 00:00:00', 1.42482971914942, 2.04314285714289, 1.55009587875503, 2.91566666666669, 1.54216330121653, 4.06195238095242, 2.25290590761608, 8.55914285714288, 10.921433754211, 33.7410476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 840, '2022-02-13 00:00:00', 0.996592941213312, 1.93876190476191, 0.930692944607869, 2.68157142857144, 1.13829958605768, 3.87738095238097, 2.13191816156696, 8.61661904761906, 11.0641658050621, 33.6281904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 855, '2022-02-13 00:00:00', 0.880835831415114, 1.6194761904762, 1.18667518322254, 2.70676190476193, 1.39124987998973, 3.83614285714287, 2.26579784119036, 8.55357142857145, 11.0508241498305, 33.6550952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 870, '2022-02-13 00:00:00', 1.22593855202182, 1.80333333333336, 1.29171199981892, 2.54690476190478, 1.54581699773168, 3.76776190476192, 2.06636147554562, 8.41561904761907, 11.0942066028905, 33.6010476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 885, '2022-02-13 00:00:00', 0.797701531484887, 1.59566666666668, 0.979416337368726, 2.38852380952381, 1.69162671920931, 3.79757142857144, 4.31132062796806, 11.0534285714286, 11.2886073184639, 33.7152380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 900, '2022-02-13 00:00:00', 0.863863506083485, 1.56842857142857, 1.3379029593253, 2.52885714285715, 1.55913125230197, 3.50352380952381, 4.35392563753022, 11.6645714285714, 11.2397232956112, 33.6851904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 915, '2022-02-13 00:00:00', 1.13482370772689, 1.65838095238097, 1.48991807221226, 2.5624761904762, 1.49813986727033, 3.66347619047619, 4.2285567868955, 12.438, 11.0022825147027, 33.8566666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 930, '2022-02-13 00:00:00', 1.04430692897479, 1.7114761904762, 1.14352510331201, 2.29147619047619, 1.4564810429839, 3.87785714285714, 4.60096887208604, 12.7468095238095, 10.3835387652994, 34.3247619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 945, '2022-02-13 00:00:00', 0.900736471159115, 1.46476190476189, 0.93836057137155, 2.3925238095238, 1.65591045450329, 4.36866666666667, 5.35757316462275, 13.3817142857143, 9.77633568684632, 35.0054761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 960, '2022-02-13 00:00:00', 1.04419272988411, 1.67242857142858, 1.18731640585778, 2.89704761904764, 2.01855736321051, 5.08285714285715, 5.68081397252861, 14.1290952380952, 9.53218726286291, 35.1767142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 975, '2022-02-13 00:00:00', 1.17788324872166, 1.95404761904763, 1.5155121073812, 3.24004761904762, 2.10292067305044, 5.22642857142857, 5.87078960901628, 14.3603333333333, 9.48896766551256, 35.2615714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 990, '2022-02-13 00:00:00', 1.48117157296898, 2.40414285714285, 1.78894429496174, 4.0197619047619, 2.13358190218546, 5.41466666666668, 5.73534086959758, 14.3839047619048, 9.50772709907454, 35.5067619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1005, '2022-02-13 00:00:00', 1.59077297174016, 2.72261904761905, 1.80409327047452, 3.85985714285714, 1.84318391842565, 5.31442857142858, 5.68987541080438, 14.4327619047619, 9.51952121245002, 35.4877142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1020, '2022-02-13 00:00:00', 1.47019823736218, 2.56842857142857, 1.76777903973696, 3.74966666666668, 1.68297315147078, 5.11014285714286, 5.64057395044833, 14.5052380952381, 9.49124241077005, 35.424 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1035, '2022-02-13 00:00:00', 1.29182484438543, 2.26985714285715, 1.2330819228954, 3.52514285714286, 1.23659046999246, 4.26476190476192, 5.66797393800508, 14.6721904761905, 9.47308426191457, 35.3893333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1050, '2022-02-13 00:00:00', 1.225593432548, 2.35147619047619, 0.977894531268953, 3.1837142857143, 0.778881735016832, 3.92142857142859, 5.40964260020056, 14.6198095238095, 9.40787566426586, 35.3687142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1065, '2022-02-13 00:00:00', 0.925707492626474, 1.83080952380953, 1.14575698204495, 2.41547619047621, 3.9747052762857, 8.95433333333335, 5.28240296284795, 14.6868095238095, 9.36118973157132, 35.4069047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1080, '2022-02-13 00:00:00', 1.12715097860554, 1.81785714285717, 1.1765417807731, 2.92480952380955, 4.05005775855346, 10.006380952381, 5.30007462481157, 14.6928571428572, 9.34706380431336, 35.4545238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1095, '2022-02-13 00:00:00', 1.16532577501091, 2.13919047619049, 3.93068316550941, 8.73661904761905, 3.77332858993475, 10.7846190476191, 5.4269062115142, 14.8071428571429, 9.25751911408338, 35.5160476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 600, '2022-02-13 00:00:00', 3.22255884506109, 6.64265217391305, 3.4334745270736, 8.35065217391304, 3.59752309773476, 9.99443478260869, 4.71719512484377, 13.6171304347826, 8.78874525639572, 35.241 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 615, '2022-02-13 00:00:00', 1.56060784499176, 4.6641304347826, 2.46264955084493, 6.22791304347825, 3.06618225688085, 7.89678260869565, 4.02339519918858, 11.8452608695652, 8.69129058810925, 33.9167826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 630, '2022-02-13 00:00:00', 2.18849754713913, 4.25917391304348, 2.25079339283578, 5.47952173913044, 3.3278150465718, 7.23656521739132, 3.71909592800983, 11.2173913043478, 8.61448440392427, 33.39 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 645, '2022-02-13 00:00:00', 1.40240883536222, 3.48478260869566, 1.92866830708009, 4.61243478260871, 2.43074314503903, 6.32734782608696, 2.99184032224885, 10.2218260869565, 8.84389960511179, 32.6170434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 660, '2022-02-13 00:00:00', 1.11021152419641, 3.24608695652174, 1.90788866708932, 4.5054347826087, 2.21679729988438, 6.02421739130435, 2.60422769309261, 9.79917391304347, 8.92189313601294, 32.4666956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 675, '2022-02-13 00:00:00', 1.12821995760014, 2.91099999999999, 1.57617683996119, 4.03760869565217, 2.37922724692076, 5.73526086956521, 2.38369204529412, 9.4126956521739, 8.92629351262426, 32.478347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 690, '2022-02-13 00:00:00', 1.47686848090189, 3.10634782608696, 1.6729595642326, 4.32960869565217, 1.65042330658201, 5.80799999999999, 2.83796068642742, 9.19830434782607, 8.70192123986549, 32.2339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 705, '2022-02-13 00:00:00', 1.0548779297342, 3.03608695652173, 1.33805040760079, 3.96556521739129, 1.56798561641383, 5.57243478260869, 2.85015149378932, 8.85591304347826, 9.21639516052456, 32.8101304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 720, '2022-02-13 00:00:00', 0.984532231780669, 2.65852173913044, 1.21213860593581, 3.828, 1.73807517451144, 5.11130434782608, 3.26227731813151, 8.6961304347826, 8.76123458890007, 32.9333913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 735, '2022-02-13 00:00:00', 0.97118599717394, 2.74917391304348, 1.53074547701931, 3.62347826086958, 1.86882424410002, 5.08165217391303, 4.00154689901046, 8.68830434782607, 8.85631002890386, 32.9036521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 750, '2022-02-13 00:00:00', 0.852390034403854, 2.46495652173913, 1.07377629588143, 3.29452173913043, 1.63881746868045, 4.43682608695651, 4.09035657432678, 8.61678260869565, 8.86444510322796, 32.8725217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 765, '2022-02-13 00:00:00', 0.91134836256212, 2.30173913043479, 1.25519635961301, 3.22591304347826, 1.25221806527616, 4.18508695652173, 3.97420052566321, 8.92599999999999, 8.86476169209909, 32.8673043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 780, '2022-02-13 00:00:00', 0.992610370601703, 2.25143478260869, 1.0446270170463, 2.75417391304346, 1.30797069838208, 3.99256521739128, 3.92651700549817, 9.17660869565217, 8.86476169209909, 32.8673043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 795, '2022-02-13 00:00:00', 0.955087881642356, 2.13504347826085, 1.02283876072175, 3.18130434782608, 1.17708059506253, 4.38499999999999, 3.9951311825781, 9.4225652173913, 8.76714372342518, 32.9006086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 810, '2022-02-13 00:00:00', 0.913863202328002, 2.39404347826087, 1.25801007932521, 3.16021739130434, 1.52954450839527, 4.2753043478261, 3.85571295089299, 9.39178260869565, 8.71850315483509, 32.9845217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 825, '2022-02-13 00:00:00', 1.09739703344408, 2.32939130434783, 1.14694946665118, 3.19652173913044, 1.65276774693133, 4.28004347826088, 3.77164597433683, 9.52608695652174, 8.73923627984394, 33.0598695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 840, '2022-02-13 00:00:00', 0.845334522272378, 2.16799999999999, 1.11108746360432, 2.91547826086957, 1.45487154805634, 3.86269565217391, 3.60562851444652, 9.47543478260869, 8.70345159826376, 32.8787826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 855, '2022-02-13 00:00:00', 0.694026124054119, 1.92447826086959, 0.8949377548077, 2.6623043478261, 1.27483264343784, 3.67478260869565, 3.69210240512917, 9.70547826086957, 8.78603167987925, 32.7790434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 870, '2022-02-13 00:00:00', 0.602878697019698, 1.97021739130436, 0.814969894446257, 2.59973913043479, 1.41244611496084, 3.9928695652174, 3.87355233343271, 9.78104347826088, 8.8910810092943, 32.6588260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 885, '2022-02-13 00:00:00', 0.721312516899274, 2.04073913043479, 0.932269554227294, 2.79539130434783, 1.77708107030456, 4.61530434782611, 6.473196256159, 15.0789565217391, 8.85906324534259, 32.6083043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 900, '2022-02-13 00:00:00', 0.679758274869089, 2.10369565217391, 1.42903318985513, 3.2943043478261, 2.37198928538064, 5.12747826086957, 7.34270614539009, 16.0580869565218, 8.86032418794114, 32.5935217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 915, '2022-02-13 00:00:00', 1.24710164851913, 2.49160869565218, 1.57892886466866, 3.66678260869567, 3.40526953945846, 5.276, 7.54450517659599, 16.8737826086957, 8.94450131061827, 32.4731739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 930, '2022-02-13 00:00:00', 1.07395123581892, 2.46943478260871, 1.96933234507929, 3.53939130434782, 2.99267908053159, 5.25152173913042, 7.55355482812576, 16.8562173913044, 9.12924270461048, 32.2892173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 945, '2022-02-13 00:00:00', 1.49372512696973, 2.59186956521739, 2.41435511156563, 3.57017391304348, 2.48340745766588, 5.28865217391305, 7.36213212613627, 17.0355217391304, 9.07626712851391, 32.0514782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 960, '2022-02-13 00:00:00', 1.18346624613094, 2.31491304347827, 1.3588874939979, 3.51169565217392, 1.6545663797921, 5.14121739130435, 7.51900118172294, 17.5199565217391, 9.06719946566731, 31.8861739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 975, '2022-02-13 00:00:00', 1.08210427595109, 2.54586956521739, 1.64905435352191, 4.22152173913043, 1.80350993207656, 5.40943478260869, 7.59158456096257, 17.472347826087, 8.96137279062143, 31.9897391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 990, '2022-02-13 00:00:00', 1.34315942505227, 3.40917391304349, 1.27906594656108, 4.22917391304349, 1.69947823078644, 5.54943478260869, 7.63081524662099, 17.6416521739131, 8.91123092578394, 31.9333913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1005, '2022-02-13 00:00:00', 1.02037106906118, 3.03513043478262, 1.49612180339464, 4.12421739130434, 2.04312276488983, 5.38878260869566, 8.06114500517554, 17.7793913043478, 8.88769803246067, 31.9169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1020, '2022-02-13 00:00:00', 0.95929978786818, 2.89808695652174, 1.30037815570168, 3.97856521739131, 2.13391488100336, 5.38808695652174, 8.54647627246981, 17.6986956521739, 8.75809458765569, 31.7975217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1035, '2022-02-13 00:00:00', 1.18332614056343, 3.07413043478262, 1.8955375180179, 4.1838695652174, 2.21808610838033, 5.85356521739131, 8.69963533695795, 17.6927826086957, 8.70095456418794, 31.883347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1050, '2022-02-13 00:00:00', 1.08231529930727, 2.55704347826088, 1.86222752417062, 3.76747826086955, 2.19850455282101, 5.18121739130436, 8.25167942661879, 17.1352173913044, 8.51564882072672, 31.7082608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1065, '2022-02-13 00:00:00', 1.51607018906838, 2.668, 1.80474241206689, 3.90591304347827, 5.63425713211866, 11.4266086956522, 8.14272676139092, 16.7967391304348, 8.53079569893201, 31.3994347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1080, '2022-02-13 00:00:00', 1.61591195387858, 2.84452173913045, 1.74269180161467, 3.51152173913046, 6.31365178025931, 12.1585652173913, 8.08399791370426, 16.4492173913044, 8.62036068617106, 31.1702173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1095, '2022-02-13 00:00:00', 0.849426463094683, 2.32795652173915, 5.46049719463789, 10.2076086956522, 6.28144211620935, 12.6118260869566, 7.80910157110446, 15.9314347826087, 8.52726673931794, 30.7979565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 600, '2022-02-13 00:00:00', 3.78792315089699, 6.62766666666667, 4.8787745959381, 8.18341666666669, 5.45610034266922, 9.92091666666669, 7.17875313544839, 13.1063333333333, 8.21794417491118, 29.665125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 615, '2022-02-13 00:00:00', 2.14732430065278, 4.848, 2.53214815967317, 6.63970833333335, 2.7031404106539, 7.89291666666668, 4.2980002729193, 11.0292083333333, 7.41172213444274, 28.7072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 630, '2022-02-13 00:00:00', 1.99117423252596, 4.38929166666668, 1.89678579195957, 5.34558333333335, 2.66591841177873, 7.01425, 4.02985520629409, 10.284875, 7.06754005220294, 28.2962916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 645, '2022-02-13 00:00:00', 1.32924428717975, 3.49012500000002, 1.60795130196556, 4.54645833333334, 2.19188539548867, 5.99425, 3.40762739934307, 9.63466666666667, 7.28547839536124, 27.8716666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 660, '2022-02-13 00:00:00', 1.33941430459279, 3.405625, 1.78898268395148, 4.7905, 2.00995314495823, 5.64858333333333, 3.2749774750304, 9.29937500000002, 7.17398673954241, 27.7345 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 675, '2022-02-13 00:00:00', 1.53217161824439, 3.28370833333334, 1.53618817489774, 3.97575, 2.20195504000158, 5.49279166666667, 3.19152623863318, 9.20491666666669, 6.99421285778464, 27.75075 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 690, '2022-02-13 00:00:00', 1.00928831917934, 2.68695833333334, 1.7494796861071, 3.90395833333334, 2.28526328954372, 5.72095833333333, 2.85046806701759, 8.89587500000001, 7.67535174664865, 28.037 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 705, '2022-02-13 00:00:00', 1.21469345972015, 2.74587500000001, 1.59583930940719, 3.81916666666668, 1.84796156204143, 5.67825, 3.03175634005024, 8.742375, 7.75880028720544, 29.839375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 720, '2022-02-13 00:00:00', 1.39555608364863, 2.98750000000002, 1.65057972632982, 4.30704166666666, 2.28121322126398, 5.77025, 3.11528250486933, 8.56129166666667, 7.85821485932794, 30.3360833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 735, '2022-02-13 00:00:00', 1.2648942299827, 2.81125000000001, 1.76812498738481, 3.84866666666667, 2.45302887271275, 5.55129166666668, 2.94584903702023, 8.32787500000001, 8.37048650853059, 30.5057083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 750, '2022-02-13 00:00:00', 1.23959545469655, 2.81325, 1.64375814044384, 3.91770833333334, 2.12614149392131, 5.13250000000001, 2.98842818186893, 8.02529166666667, 8.40339245063253, 30.750375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 765, '2022-02-13 00:00:00', 1.10965662449039, 2.78854166666668, 1.84704953471629, 3.91562500000002, 1.59735099495603, 4.99412500000001, 2.78946318370773, 8.15062500000002, 8.64936788299366, 31.0894166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 780, '2022-02-13 00:00:00', 1.55185056429833, 2.99700000000001, 1.5334119617915, 3.82337500000001, 1.64257959020101, 4.68966666666667, 2.82902644569378, 8.45775000000001, 8.88573281855953, 31.322625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 795, '2022-02-13 00:00:00', 1.13672367679719, 2.61475, 1.19688248351617, 3.38912499999998, 1.32066034138943, 4.25045833333332, 3.47840729420057, 8.605, 9.08326434001852, 31.338125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 810, '2022-02-13 00:00:00', 0.773503631377142, 2.21595833333333, 1.21154689044776, 3.04129166666665, 1.38827767082251, 4.07824999999998, 3.47822857213265, 8.83800000000001, 9.19325009434103, 31.3449166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 825, '2022-02-13 00:00:00', 0.921336433815222, 2.24895833333334, 0.991591955838708, 3.11845833333333, 1.10411057719173, 3.88241666666667, 3.77091071703767, 9.29237500000001, 9.56156971291847, 31.468625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 840, '2022-02-13 00:00:00', 0.947074932376633, 2.21966666666668, 1.16644577204876, 2.86100000000001, 1.33116219176969, 3.79620833333334, 3.88088828333844, 9.55395833333335, 9.87239327831234, 31.6574583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 855, '2022-02-13 00:00:00', 0.814442486247995, 1.87604166666668, 0.791535682909396, 2.66204166666668, 1.51923135361179, 3.95041666666667, 3.82169178240608, 9.51641666666668, 10.3248503891326, 31.9029166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 870, '2022-02-13 00:00:00', 0.712293619995959, 2.079125, 0.894790911533142, 2.81541666666666, 1.5973767348284, 4.32579166666667, 3.74940335736659, 9.41216666666667, 10.4149106458418, 31.92975 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 885, '2022-02-13 00:00:00', 0.820017628610421, 2.11229166666667, 1.2590499804459, 3.13837500000001, 2.21205863811931, 4.52887500000001, 8.36604948576019, 16.0754583333333, 10.49957016477, 31.9194166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 900, '2022-02-13 00:00:00', 1.04465916707906, 2.30658333333334, 1.31366867362283, 3.44208333333334, 1.76486907795418, 4.54008333333333, 8.39622982668627, 16.4757916666667, 10.5939904403051, 31.8238333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 915, '2022-02-13 00:00:00', 0.876964947946915, 2.20704166666667, 1.31671673084053, 3.07191666666667, 1.307747072563, 4.13133333333333, 8.38706014970145, 16.4189583333333, 10.7069362997795, 31.6298333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 930, '2022-02-13 00:00:00', 0.897401898073922, 2.25258333333333, 1.17152669809432, 2.94525, 1.1971909687179, 4.00904166666669, 8.37353400883411, 16.3143333333333, 10.9118896472569, 31.60425 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 945, '2022-02-13 00:00:00', 0.921673867152202, 2.15625, 1.05260579264516, 2.91720833333335, 1.21230586896523, 4.41770833333336, 8.22727978668562, 16.3420833333333, 10.805305285777, 31.6391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 960, '2022-02-13 00:00:00', 0.822434927605173, 2.18908333333335, 0.943804019473286, 3.06512500000002, 1.6367853612617, 5.02433333333335, 8.17233189263663, 16.1929583333333, 10.7737223419508, 31.4858333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 975, '2022-02-13 00:00:00', 0.996009508095906, 2.18637500000002, 1.17389907026709, 3.46962500000004, 2.44046968483707, 5.62525000000001, 8.22266375789271, 16.3343333333333, 10.8699197828293, 31.4625416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 990, '2022-02-13 00:00:00', 1.05144204289405, 2.88625000000003, 1.68625667186399, 4.28645833333334, 2.80709400738635, 5.742625, 8.09302211874481, 16.3793333333333, 10.836727494073, 31.3474583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1005, '2022-02-13 00:00:00', 1.28069390158821, 3.1385, 2.00545347071141, 4.43916666666667, 2.98436409243778, 5.62691666666665, 8.06752647112601, 16.4516666666667, 10.7935679087634, 31.199125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1020, '2022-02-13 00:00:00', 1.52193193336055, 3.38212499999999, 2.11201018333074, 4.20216666666666, 2.8629684389823, 5.35124999999999, 7.89724726107371, 16.4630416666667, 10.7460608589239, 31.091625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1035, '2022-02-13 00:00:00', 0.779429719991352, 2.53591666666667, 1.34901066204251, 3.78912499999999, 1.72043953559902, 4.64875, 7.236439642231, 16.036, 10.7713376605781, 30.7242916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1050, '2022-02-13 00:00:00', 1.05708314838933, 2.79699999999999, 1.06653257677337, 3.47445833333333, 1.46224725798281, 4.461, 7.11343426086836, 15.831875, 10.817224535451, 30.5437083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1065, '2022-02-13 00:00:00', 0.863235066941258, 2.59520833333335, 0.820536087575969, 3.15041666666668, 6.98188240145547, 12.8372916666667, 7.24195235306463, 15.6263333333333, 10.7781904274931, 30.34375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1080, '2022-02-13 00:00:00', 0.746761761623601, 2.20420833333334, 1.38566803789071, 3.17720833333334, 7.07747868586781, 13.390125, 7.20107592693168, 15.467625, 10.7768660803822, 30.2354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1095, '2022-02-13 00:00:00', 1.25458782350382, 2.46054166666667, 7.06813544676675, 12.1665416666667, 7.17407619665154, 13.3288333333333, 7.14104765737686, 15.4445833333333, 11.2743500522846, 30.3383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 600, '2022-02-13 00:00:00', 4.42102941976581, 8.0345, 5.44730862927155, 9.75045833333334, 6.08188498561596, 10.49925, 6.71702025843111, 13.89825, 11.5862863650043, 29.4089166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 615, '2022-02-13 00:00:00', 1.54876626683156, 4.48441666666668, 1.90457166054338, 5.31258333333334, 2.13464954188425, 6.38083333333332, 5.89167123013988, 11.4036666666667, 12.3469452085808, 27.683625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 630, '2022-02-13 00:00:00', 1.14466518030382, 3.24912500000001, 1.02874008703203, 4.24458333333332, 2.43382748866167, 5.97762499999999, 5.67593193458898, 11.01225, 12.5203951423239, 27.5032083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 645, '2022-02-13 00:00:00', 0.850263973290281, 3.36370833333332, 1.4976627201037, 4.70183333333332, 2.06360301160197, 5.85520833333333, 5.53978610333036, 11.285375, 12.5042305431582, 27.5365416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 660, '2022-02-13 00:00:00', 1.18295264033492, 3.12191666666667, 1.64455501227711, 4.33416666666667, 1.81264780306902, 5.65433333333334, 5.94080640112537, 11.256, 12.5275376320803, 27.4710833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 675, '2022-02-13 00:00:00', 1.17688531449681, 2.77550000000001, 1.62928000402683, 3.98912500000001, 2.27143928067581, 5.65616666666666, 6.2754440734374, 11.1556666666667, 12.5298158987482, 27.47675 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 690, '2022-02-13 00:00:00', 1.58160350433589, 3.03891666666667, 1.80239249011025, 4.04358333333333, 2.24820425441401, 5.54525, 6.37134517555081, 10.7832916666667, 12.5341755999752, 27.3781666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 705, '2022-02-13 00:00:00', 1.06082215091389, 2.62262500000001, 1.62060204359234, 3.84487500000002, 1.56055975650508, 5.19716666666668, 5.96431955723343, 10.2592916666667, 12.2594362413825, 27.491 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 720, '2022-02-13 00:00:00', 1.28243156440854, 2.78925000000001, 1.2119075805092, 3.86037500000002, 1.63083063602748, 5.16895833333336, 5.96438485232691, 10.1106666666667, 12.3324401912457, 27.609875 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 735, '2022-02-13 00:00:00', 1.19839426912654, 2.71104166666669, 1.47847409342454, 3.71758333333336, 2.0249262788513, 5.54050000000003, 6.4627621831715, 10.2669166666667, 12.3829769739477, 27.8532916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 750, '2022-02-13 00:00:00', 0.737290533997106, 2.45887500000002, 0.992710252252662, 3.45191666666669, 1.74940193455455, 4.96645833333335, 6.56149857935547, 10.5279583333333, 12.3828780047026, 27.847875 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 765, '2022-02-13 00:00:00', 0.846165946952843, 2.39912500000002, 1.7260167256776, 3.82879166666667, 2.17996934561614, 4.94250000000001, 6.4759547792226, 10.6429583333333, 12.3366867753215, 27.842375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 780, '2022-02-13 00:00:00', 1.59894251682211, 2.91570833333334, 1.70424750490386, 3.63808333333334, 3.43223047407568, 5.34412500000002, 6.3599449647548, 10.5897083333333, 12.3269701749392, 28.0477083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 795, '2022-02-13 00:00:00', 1.12315026354124, 2.17241666666667, 1.61799831548524, 3.03712499999999, 5.25606544015882, 5.54754166666669, 5.87072072072901, 10.1720416666667, 12.4535514517293, 27.81025 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 810, '2022-02-13 00:00:00', 1.29516893867562, 2.39233333333333, 3.03778944109129, 3.81758333333335, 4.97428845960383, 5.75112500000001, 5.59659983586695, 10.175625, 12.3990866633452, 27.7922083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 825, '2022-02-13 00:00:00', 2.70519651265881, 2.88845833333337, 4.66612483739863, 4.47870833333336, 4.48715655017709, 6.16608333333336, 5.19460476223836, 9.95312500000002, 12.3918855295819, 27.69675 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 840, '2022-02-13 00:00:00', 3.678667250149, 3.40829166666667, 4.21061797914563, 4.24687499999999, 4.29768268870024, 5.94066666666666, 4.61370716244506, 9.77704166666668, 12.2864247956457, 27.7907916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 855, '2022-02-13 00:00:00', 1.41456722269966, 2.44508333333334, 1.69814691788142, 3.86245833333334, 2.43871076915238, 4.70670833333333, 3.79787694983486, 8.93725000000001, 12.3819940856161, 27.8908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 870, '2022-02-13 00:00:00', 1.48699344498716, 2.89787500000001, 1.96106530452792, 3.59320833333335, 2.17635967828743, 4.31683333333333, 3.77136226877222, 8.91683333333334, 12.2885289315905, 27.7962083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 885, '2022-02-13 00:00:00', 1.26815037911834, 2.30508333333335, 1.6695127098665, 3.13058333333335, 1.8073057490785, 3.744375, 5.84206248803711, 12.647125, 12.12044130999, 27.698625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 900, '2022-02-13 00:00:00', 1.03733103391013, 2.09275000000001, 1.21973758685921, 2.75504166666666, 1.52026881144685, 3.68304166666667, 5.84623067652896, 13.3130833333333, 12.1016892795377, 27.675125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 915, '2022-02-13 00:00:00', 0.940644409858002, 2.14158333333334, 1.28476266347107, 2.77716666666668, 2.30718909496545, 4.52970833333333, 5.9098222361014, 13.6839166666667, 12.0299773211684, 27.798 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 930, '2022-02-13 00:00:00', 1.14247804342586, 2.05291666666667, 1.56411578021356, 3.073, 2.62489525774466, 5.07462500000001, 5.82910984081032, 13.9416666666667, 12.0131375247437, 27.7813333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 945, '2022-02-13 00:00:00', 1.54450423955859, 2.39995833333333, 2.15364386488089, 3.69362499999999, 2.11561269263005, 5.25024999999999, 5.88237150490676, 14.0485, 11.9959483845558, 27.7159166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 960, '2022-02-13 00:00:00', 1.61443183739936, 2.805375, 1.94111231372447, 3.89366666666668, 1.74971746735858, 5.12654166666666, 5.7579908702879, 14.1309166666667, 11.9728887833656, 27.7559166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 975, '2022-02-13 00:00:00', 1.17480708792575, 2.59004166666668, 1.16237709651076, 3.59591666666667, 1.16333691005844, 4.45662500000002, 5.78500593864387, 14.1548333333333, 12.0530094284626, 27.67975 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 990, '2022-02-13 00:00:00', 1.14065454051484, 2.83779166666667, 1.2344459936473, 3.64670833333333, 1.26285071753655, 4.48325000000001, 5.72963020264466, 14.1145416666667, 12.1062519007802, 27.5909583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1005, '2022-02-13 00:00:00', 1.30787975337006, 2.64133333333333, 1.22655131512022, 3.27870833333335, 1.90453283052201, 4.82054166666668, 5.60489626014224, 14.3115, 12.1109204678963, 27.5661666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1020, '2022-02-13 00:00:00', 0.933758416720881, 2.44120833333334, 1.46522080247311, 3.44050000000001, 2.42776953420868, 4.86229166666667, 5.57783256029187, 14.243625, 12.2751567686055, 27.7299583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1035, '2022-02-13 00:00:00', 1.25236126469913, 2.85504166666667, 1.64071537728983, 3.87091666666667, 2.90719682426216, 5.20262500000001, 5.37611264503464, 14.2252916666667, 12.570667751668, 27.806625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1050, '2022-02-13 00:00:00', 1.19324460771486, 2.55720833333335, 1.65090865570836, 3.39154166666668, 2.46207224343317, 4.94908333333334, 5.15125675516264, 13.786625, 13.682616315571, 27.70475 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1065, '2022-02-13 00:00:00', 1.16714817729095, 2.33479166666667, 2.36669221217586, 3.36887500000001, 5.55156825473275, 10.195, 5.04501909603401, 13.488125, 14.5678653681333, 27.8560833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1080, '2022-02-13 00:00:00', 1.93893799511822, 2.59887500000001, 2.0481046222003, 3.63875, 5.29430009726757, 11.0259583333333, 4.91775029847881, 13.3034583333333, 14.7218766466164, 27.8352083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1095, '2022-02-13 00:00:00', 1.57824776943899, 2.73175, 5.28407230693596, 9.61883333333333, 4.98521767800579, 11.1915833333333, 4.61776415230406, 13.033875, 14.6942621321006, 27.6882916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 600, '2022-02-13 00:00:00', 3.04424304595183, 6.41837499999998, 3.29818324139829, 7.95945833333333, 3.47104291640657, 8.91083333333332, 3.43373644856277, 10.7677916666667, 13.8837548389308, 26.8500833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 615, '2022-02-13 00:00:00', 1.63845130128017, 4.35233333333334, 2.11034817341676, 5.41475000000001, 2.18817413090777, 6.53987500000001, 2.65334232073711, 9.39091666666667, 14.0385061851762, 26.6894583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 630, '2022-02-13 00:00:00', 1.51899420145633, 3.63491666666667, 1.68662759682224, 4.74295833333333, 1.84977879406068, 5.79675, 2.48034788788339, 9.03041666666666, 14.0364247444598, 26.7462916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 645, '2022-02-13 00:00:00', 1.21617813027747, 3.263125, 1.61569045623298, 4.30279166666668, 1.9507929003914, 5.45637500000001, 2.89287536332862, 9.21895833333333, 14.0439805223174, 26.6919583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 660, '2022-02-13 00:00:00', 1.12444328173571, 2.95054166666668, 1.66240556231721, 4.06041666666667, 1.80663025208637, 5.34779166666667, 2.71915239217739, 9.11441666666667, 14.049796168966, 26.6742916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 675, '2022-02-13 00:00:00', 1.22644027058754, 2.75279166666667, 1.23528855324683, 3.43262500000001, 1.87097420518009, 5.10570833333334, 3.2844768027425, 8.96270833333334, 14.1141605178341, 26.6490833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 690, '2022-02-13 00:00:00', 0.802202501405276, 2.331375, 1.38740564896593, 3.63600000000001, 1.97207647498477, 5.10333333333335, 3.47911752902903, 8.91620833333333, 14.1353240090413, 26.6158333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 705, '2022-02-13 00:00:00', 1.16218819022254, 2.98979166666668, 1.75668588458535, 4.06991666666668, 2.17797070820455, 5.26833333333336, 3.56512009981247, 9.02725, 13.0950008870517, 30.3161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 720, '2022-02-13 00:00:00', 1.48876648435124, 2.92758333333334, 1.78901354083063, 3.79016666666669, 2.2273869398266, 5.16866666666669, 3.49211010915932, 8.90366666666667, 13.2429077097402, 30.748 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 735, '2022-02-13 00:00:00', 1.24905995667233, 2.65208333333336, 1.81567258867763, 3.45208333333336, 1.94508036419793, 4.74933333333335, 3.55912110319021, 8.763375, 13.1288601130393, 31.5689583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 750, '2022-02-13 00:00:00', 1.03104838916371, 2.39179166666668, 1.36090823187299, 3.53454166666668, 1.53869809393375, 4.27779166666669, 3.81709239066079, 9.14083333333334, 13.1608080981793, 31.6381666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 765, '2022-02-13 00:00:00', 1.21467672982198, 2.55091666666668, 1.33847709738247, 3.30362500000001, 1.64719846485136, 4.07400000000001, 3.82675171217922, 9.14533333333333, 12.9969492439711, 32.0467916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 780, '2022-02-13 00:00:00', 1.248231975723, 2.26475, 1.5133092421309, 2.83858333333334, 1.60735954093678, 3.71845833333333, 3.68207482762529, 9.38641666666667, 13.1056734909108, 32.8037916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 795, '2022-02-13 00:00:00', 1.03376818807056, 1.94316666666668, 1.47208718961909, 2.88479166666667, 1.4238927327902, 4.01741666666666, 3.60752700934981, 9.59508333333333, 13.1713881454973, 32.858125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 810, '2022-02-13 00:00:00', 1.16803864773762, 2.11275, 1.15690031888062, 2.728, 0.980813547816151, 4.01745833333334, 3.60250390781149, 9.68633333333334, 13.2911175143701, 32.9935416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 825, '2022-02-13 00:00:00', 0.650323793376701, 1.89958333333333, 0.802731135164389, 2.93283333333333, 3.16769203117156, 4.70274999999999, 3.75954863131624, 9.96879166666667, 13.3869217050567, 33.2930416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 840, '2022-02-13 00:00:00', 0.696867338132965, 2.3035, 0.862745125847674, 3.09325000000001, 3.17584040201297, 5.04620833333333, 3.81814419884692, 10.2360833333333, 13.6044442689789, 33.5857083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 855, '2022-02-13 00:00:00', 0.82300729917344, 2.06233333333332, 3.36044865879628, 3.55583333333333, 3.77118835689607, 4.92716666666666, 4.21966823662404, 10.204125, 13.7888793692257, 33.6765416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 870, '2022-02-13 00:00:00', 0.599502224974113, 1.93181818181819, 0.923042081371529, 2.81727272727272, 1.35268898144381, 4.00863636363636, 4.63809836573313, 10.1414545454545, 14.2217051135812, 34.3073636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1096, '2022-02-13 00:00:00', 0.272236110756895, 1.88249999999999, 1.17450436355082, 10.3805, 2.05555941290932, 13.0945, 2.15833738355479, 13.0945, 2.26625425273253, 43.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1096); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 601, '2022-02-13 00:00:00', 3.57654609924155, 7.02100000000007, 6.5789214921597, 9.726, 6.69912964496138, 9.81099999999998, 4.17617264968779, 11.595, 9.92282946039091, 43.6215 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 601); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 616, '2022-02-13 00:00:00', 2.26062037945347, 6.67250000000001, 2.38082853225516, 6.75749999999999, 1.84625580567815, 7.13549999999998, 4.92712005130784, 12.956, 9.92282946039091, 43.6215 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 616); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 631, '2022-02-13 00:00:00', 0.164755880016509, 3.15749999999997, 0.0961665222413473, 4.14200000000005, 0.465983368801849, 5.7115, 5.49280547625704, 12.556, 9.92282946039091, 43.6215 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 631); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 646, '2022-02-13 00:00:00', 0.498510280736545, 2.6275, 0.905096679918762, 4.38999999999999, 0.468811795926769, 5.14249999999998, 4.62306413539758, 11.941, 9.05308811953145, 43.0065 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 646); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 661, '2022-02-13 00:00:00', 0.557907250356097, 3.40550000000002, 0.0565685424949527, 4.11200000000002, 1.15116983977173, 6.05700000000007, 3.93717055764677, 12.025, 8.53053620823465, 42.637 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 661); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 676, '2022-02-13 00:00:00', 0.749533188057702, 2.71199999999999, 0.847113923861469, 2.87299999999999, 3.53411969237032, 6.57200000000006, 2.40416305603433, 12.509, 8.1062721395227, 42.337 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 676); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 691, '2022-02-13 00:00:00', 0.238294985259859, 2.4425, 2.1199061299973, 4.77200000000005, 3.67554104860766, 6.67200000000008, 4.99358808873941, 14.34, 8.1062721395227, 42.337 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 691); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 706, '2022-02-13 00:00:00', 1.4347196590275, 3.85750000000007, 2.54487730549034, 5.87250000000006, 2.02232539419354, 6.44200000000006, 4.00434570185943, 13.6405, 7.11702975264272, 41.6375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 706); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 721, '2022-02-13 00:00:00', 0.98994949366115, 2.57400000000001, 1.13137084989849, 2.67400000000004, 0.467397582364349, 3.14350000000002, 0.894490078200973, 11.4415, 4.00717412898427, 39.4385 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 721); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 736, '2022-02-13 00:00:00', 0.935502271509788, 1.81350000000003, 0.184554869889746, 2.94350000000003, 0.860548952704017, 3.68250000000006, 0.61164736572637, 11.2415, 3.72433141650966, 39.2385 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 736); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 751, '2022-02-13 00:00:00', 0.38113055505954, 2.54349999999999, 0.400187082812517, 2.54349999999999, 0.420196436953143, 4.13600000000002, 0.4412062588008, 11.2415, 0.46326657174084, 39.2385 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 751); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 766, '2022-02-13 00:00:00', 0.0982878425849372, 1.71350000000001, 0.718420489685586, 3.15200000000004, 0.803980410209145, 4.81250000000006, 0.895197184982143, 10.811, 3.56169685683674, 39.1235 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 766); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 781, '2022-02-13 00:00:00', 0.337289934626046, 2.11350000000004, 0.0339411254969556, 2.66700000000003, 0.607404725039271, 4.01249999999999, 0.0247487373415067, 12.2575, 3.01793174210429, 38.739 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 781); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 796, '2022-02-13 00:00:00', 0.033941125497036, 2.26[...];
Date: 2022-02-13 14:36:43 Duration: 4s919ms Database: acaweb_fx User: pgperfstats
20 26s9ms 4 4s722ms 10s286ms 6s502ms select updateresultsmaterializedview ();Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Feb 13 14 4 26s9ms 6s502ms [ User: postgres - Total duration: 26s9ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-02-13 14:03:57 Duration: 10s286ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-02-13 14:19:35 Duration: 6s177ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-02-13 14:47:37 Duration: 4s823ms Database: acaweb_fx User: postgres
Most frequent queries (N)
Rank Times executed Total duration Min duration Max duration Avg duration Query 1 288 32m37s 98ms 1m46s 6s798ms with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Feb 13 14 288 32m37s 6s798ms [ User: postgres - Total duration: 32m37s - Times executed: 288 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:12:17 Duration: 1m46s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:17:11 Duration: 1m41s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:07:09 Duration: 1m39s Database: acaweb_fx User: postgres Bind query: yes
2 241 1m44s 50ms 5s85ms 432ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Feb 13 14 241 1m44s 432ms [ User: postgres - Total duration: 1m44s - Times executed: 241 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68601085 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 5s85ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68601085 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 5s84ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5153 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68631484 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 3s708ms Database: acaweb_fx User: postgres Bind query: yes
3 157 59s471ms 50ms 6s562ms 378ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Feb 13 14 157 59s471ms 378ms [ User: postgres - Total duration: 59s471ms - Times executed: 157 ]
-
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 = 643 AND groupid = 4732 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:15:43 Duration: 6s562ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '77916250' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:11:34 Duration: 4s612ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '77916250' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:11:34 Duration: 4s611ms Database: acaweb_fx User: postgres Bind query: yes
4 152 11m59s 76ms 1m44s 4s734ms with rar_max as ( ;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Feb 13 14 152 11m59s 4s734ms [ User: postgres - Total duration: 11m59s - Times executed: 152 ]
-
WITH rar_max as ( ;
Date: 2022-02-13 14:18:56 Duration: 1m44s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-02-13 14:01:42 Duration: 38s793ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-02-13 14:07:46 Duration: 36s286ms Database: acaweb_fx User: postgres Bind query: yes
5 148 10s87ms 50ms 141ms 68ms 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 (((longname ilike ? and timegranularity <= ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Feb 13 14 148 10s87ms 68ms [ User: postgres - Total duration: 10s87ms - Times executed: 148 ]
-
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 = 49 AND (((longname ilike '%great britan pound vs australian dollar%' 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 > 556271427 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:25:37 Duration: 141ms 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 = 49 AND (((longname ilike '%great britain pound vs us dollar%' 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 > 556488014 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:25:37 Duration: 123ms 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 = 49 AND (((longname ilike '%euro vs great britain pound %' 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 > 556105304 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:25:37 Duration: 110ms Database: acaweb_fx User: postgres Bind query: yes
6 124 4m4s 104ms 15s117ms 1s971ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Feb 13 14 124 4m4s 1s971ms [ User: postgres - Total duration: 4m4s - Times executed: 124 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('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: 2022-02-13 14:18:08 Duration: 15s117ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:16:22 Duration: 10s661ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '489' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:17:14 Duration: 10s507ms Database: acaweb_fx User: postgres Bind query: yes
7 114 13s676ms 50ms 2s977ms 119ms 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 #7
Day Hour Count Duration Avg duration Feb 13 14 114 13s676ms 119ms [ User: postgres - Total duration: 13s676ms - Times executed: 114 ]
-
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 '%usdcad%' 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 > 555011516 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:02:51 Duration: 2s977ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND (((s.symbol ilike '%audchf%' 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 > 554722164 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:19:13 Duration: 865ms 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 '%usdcad%' 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 > 555011516 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:18:53 Duration: 855ms Database: acaweb_fx User: postgres Bind query: yes
8 113 1m14s 51ms 5s987ms 660ms 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 #8
Day Hour Count Duration Avg duration Feb 13 14 113 1m14s 660ms [ User: postgres - Total duration: 1m14s - Times executed: 113 ]
-
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 = 700 AND sg.groupid = 5367 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 & 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: 2022-02-13 14:15:46 Duration: 5s987ms 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 = 700 AND sg.groupid = 5365 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 & 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: 2022-02-13 14:15:45 Duration: 5s753ms 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 = 700 AND sg.groupid = 5366 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 & 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: 2022-02-13 14:15:45 Duration: 5s574ms Database: acaweb_fx User: postgres Bind query: yes
9 104 2m34s 57ms 12s363ms 1s488ms (( 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 #9
Day Hour Count Duration Avg duration Feb 13 14 104 2m34s 1s488ms [ User: postgres - Total duration: 2m34s - Times executed: 104 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' 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 = '700' 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 = '700' 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 = '700' 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 = '700' 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 = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:01:17 Duration: 12s363ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:35:57 Duration: 10s11ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:15:42 Duration: 9s233ms Database: acaweb_fx User: postgres Bind query: yes
10 86 23s34ms 50ms 2s301ms 267ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and breakout = ? and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Feb 13 14 86 23s34ms 267ms [ User: postgres - Total duration: 23s34ms - Times executed: 86 ]
-
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 = 566 AND sg.groupid = 5376 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 > 556566478 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:18:48 Duration: 2s301ms 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 = 566 AND sg.groupid = 5376 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 > 556566478 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:10:45 Duration: 1s883ms 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 = 566 AND sg.groupid = 5376 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 > 556566478 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:06:43 Duration: 1s662ms Database: acaweb_fx User: postgres Bind query: yes
11 77 2m27s 52ms 20s346ms 1s915ms with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Feb 13 14 77 2m27s 1s915ms [ User: postgres - Total duration: 2m27s - Times executed: 77 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:11:42 Duration: 20s346ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:16:31 Duration: 16s41ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:06:42 Duration: 13s480ms Database: acaweb_fx User: postgres Bind query: yes
12 75 36s794ms 50ms 3s13ms 490ms 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 #12
Day Hour Count Duration Avg duration Feb 13 14 75 36s794ms 490ms [ User: postgres - Total duration: 36s794ms - Times executed: 75 ]
-
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 = 5366 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: 2022-02-13 14:03:34 Duration: 3s13ms 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 = 700 AND groupid = 5367 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: 2022-02-13 14:03:34 Duration: 2s694ms 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 = 700 AND groupid = 5367 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: 2022-02-13 14:03:34 Duration: 2s397ms Database: acaweb_fx User: postgres Bind query: yes
13 62 11s962ms 50ms 891ms 192ms copy solr_relevance_old (uuid, relevant, age, result_uid) from stdin with ( format csv, header);Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Feb 13 14 62 11s962ms 192ms [ User: postgres - Total duration: 11s962ms - Times executed: 62 ]
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-02-13 14:18:21 Duration: 891ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-02-13 14:03:21 Duration: 497ms Database: acaweb_fx User: postgres
-
COPY solr_relevance_old (uuid, relevant, age, result_uid) FROM STDIN WITH ( FORMAT csv, HEADER);
Date: 2022-02-13 14:31:13 Duration: 478ms Database: acaweb_fx User: postgres
14 58 2m10s 950ms 3s785ms 2s257ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #14
Day Hour Count Duration Avg duration Feb 13 14 58 2m10s 2s257ms [ User: pgperfstats - Total duration: 2m10s - Times executed: 58 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 990, '2022-02-13 00:00:00', 0.245301851728719, 0.530961538461538, 0.293131191422228, 0.643153846153846, 0.3963992101987, 0.784576923076924, 0.439482170811898, 0.974461538461539, 0.883392102157273, 2.38361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1005, '2022-02-13 00:00:00', 0.184608229669043, 0.362961538461539, 0.258119089986356, 0.502769230769231, 0.289351965605904, 0.618000000000001, 0.389694746416493, 0.808346153846154, 0.897543848511036, 2.328 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1020, '2022-02-13 00:00:00', 0.16457927713275, 0.310461538461538, 0.19755510623621, 0.3765, 0.215011173233822, 0.508730769230769, 0.356479202112075, 0.710692307692308, 0.944662415078285, 2.29003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1035, '2022-02-13 00:00:00', 0.0796349073053935, 0.238038461538462, 0.180497129744919, 0.375423076923077, 0.227166059219986, 0.478461538461539, 0.365897875621895, 0.678153846153846, 0.952885358347921, 2.28688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1050, '2022-02-13 00:00:00', 0.161736067049424, 0.253653846153846, 0.188344434889503, 0.333115384615384, 0.214464743381859, 0.403384615384615, 0.36894500111284, 0.644423076923077, 0.955080600706639, 2.27292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1065, '2022-02-13 00:00:00', 0.0751484786682589, 0.192423076923076, 0.0966141015348406, 0.26226923076923, 0.122411462510037, 0.338615384615385, 0.325612936805933, 0.588769230769231, 0.969364813441493, 2.26369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1080, '2022-02-13 00:00:00', 0.0717581943859961, 0.188961538461538, 0.0728689128609615, 0.250038461538461, 0.138155993216142, 0.333038461538462, 0.326281287329718, 0.582038461538461, 0.966724534784261, 2.25561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1095, '2022-02-13 00:00:00', 0.0721422526359176, 0.17776923076923, 0.120196844960513, 0.253192307692308, 0.156260630407613, 0.31976923076923, 0.330579612196517, 0.573, 0.960222547922336, 2.24869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1110, '2022-02-13 00:00:00', 0.111557367098038, 0.180384615384616, 0.134762035283853, 0.220615384615384, 0.15536314284233, 0.287115384615384, 0.344668732821263, 0.564846153846154, 0.955872588870424, 2.23838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1125, '2022-02-13 00:00:00', 0.0608497771944597, 0.145153846153846, 0.101189023424176, 0.207461538461538, 0.147113566806265, 0.277807692307692, 0.332371395603449, 0.55823076923077, 1.10333983048672, 2.38369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1140, '2022-02-13 00:00:00', 0.0986235500039655, 0.148730769230769, 0.117360725969125, 0.1935, 0.169736814374036, 0.268884615384616, 0.329569483744148, 0.551269230769231, 1.12966218776302, 2.37653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1155, '2022-02-13 00:00:00', 0.0569800099900092, 0.127807692307692, 0.0930433563122382, 0.176884615384615, 0.231583967161273, 0.268423076923077, 0.360767798750643, 1.00026923076923, 1.12002572497929, 2.41523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1170, '2022-02-13 00:00:00', 0.0600122038870823, 0.12423076923077, 0.0720020939866448, 0.173692307692309, 0.193274710829311, 0.252076923076924, 0.383534686025417, 1.07084615384615, 1.12673107637162, 2.42696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1185, '2022-02-13 00:00:00', 0.0510920135261261, 0.127923076923078, 0.175075702307492, 0.194692307692308, 0.181665643845627, 0.270384615384616, 0.367549372926225, 1.09969230769231, 1.11513713265023, 2.43623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1200, '2022-02-13 00:00:00', 0.060139421347399, 0.111200000000001, 0.0858986806262659, 0.159, 0.106944689754408, 0.233200000000001, 0.380874528771178, 1.14736, 1.1317426459521, 2.4364 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1215, '2022-02-13 00:00:00', 0.0631060483102315, 0.11804, 0.0873364757704368, 0.176080000000001, 0.107679509038009, 0.248280000000001, 0.378210514572683, 1.17488, 1.12431938671062, 2.444 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1230, '2022-02-13 00:00:00', 0.0752610346283751, 0.123160000000001, 0.0778795651417413, 0.16432, 0.134123226922111, 0.27104, 0.383525857450751, 1.2, 1.11935068529334, 2.45004 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1245, '2022-02-13 00:00:00', 0.071697907919269, 0.12156, 0.0930398660073555, 0.1846, 0.143218946605074, 0.2652, 0.374511406145838, 1.21972, 1.1145528969053, 2.45408 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1260, '2022-02-13 00:00:00', 0.101849447715734, 0.13268, 0.139368851134917, 0.19548, 0.169391636944291, 0.26088, 0.38163464203345, 1.2312, 1.10517676866644, 2.45776 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1275, '2022-02-13 00:00:00', 0.0570887321047972, 0.11896, 0.0783882006426991, 0.17128, 0.152690340231463, 0.25644, 0.391852331880263, 1.2152, 1.11876659317304, 2.45376 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1290, '2022-02-13 00:00:00', 0.0706691115929249, 0.12404, 0.108399600245264, 0.16816, 0.218058646545679, 0.28064, 0.39802208900177, 1.214, 1.12304067602202, 2.45112 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1305, '2022-02-13 00:00:00', 0.0583791629493491, 0.10872, 0.131637406031366, 0.18164, 0.221228012090091, 0.289600000000001, 0.382164458490495, 1.21444, 1.11229002213152, 2.45552 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1320, '2022-02-13 00:00:00', 0.0579199691478423, 0.118125, 0.0792961793403121, 0.167833333333334, 0.121902662226759, 0.268208333333333, 0.406749128162396, 1.201375, 1.14558808389884, 2.45366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1335, '2022-02-13 00:00:00', 0.0662740795725475, 0.130083333333333, 0.108011942442236, 0.203666666666667, 0.378914465415942, 0.849791666666667, 0.392870537274012, 1.20595833333333, 1.12553368661722, 2.44991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1350, '2022-02-13 00:00:00', 0.0837025335962707, 0.143125, 0.107503690533214, 0.209, 0.384496845598715, 0.948208333333334, 0.418041941935723, 1.19925, 1.14002097298277, 2.42991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1365, '2022-02-13 00:00:00', 0.0651541801703915, 0.149608695652174, 0.381243259514055, 0.823826086956522, 0.335403945003797, 1.01147826086957, 0.379323435572735, 1.25021739130435, 1.06457676089698, 2.52004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 990, '2022-02-13 00:00:00', 0.191990262434232, 0.386499999999999, 0.223826015344346, 0.609541666666666, 0.27973728617287, 0.727416666666666, 0.352827705109383, 0.901208333333333, 1.10579801255257, 2.320125 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1005, '2022-02-13 00:00:00', 0.186473606167471, 0.287333333333333, 0.200610368444744, 0.427208333333333, 0.263090481487406, 0.556416666666666, 0.323595683943199, 0.740416666666667, 1.10992494523638, 2.23108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1020, '2022-02-13 00:00:00', 0.157514658853146, 0.242541666666666, 0.188915363305247, 0.349166666666666, 0.210616172459404, 0.473958333333333, 0.233027086812683, 0.659333333333333, 1.08151970373416, 2.184 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1035, '2022-02-13 00:00:00', 0.116241494935877, 0.190541666666667, 0.116611014158991, 0.287291666666667, 0.189557145029894, 0.424458333333333, 0.24784010448534, 0.60875, 1.08007279595647, 2.163125 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1050, '2022-02-13 00:00:00', 0.119737930921864, 0.188708333333333, 0.186379691739078, 0.292541666666667, 0.201977681181987, 0.398125, 0.234732641623355, 0.56725, 1.06746558085231, 2.143625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1065, '2022-02-13 00:00:00', 0.109442957149216, 0.16225, 0.115110784697279, 0.255333333333333, 0.140210807900725, 0.342125, 0.214730868797415, 0.531708333333334, 1.02173003237547, 2.13345833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1080, '2022-02-13 00:00:00', 0.0988276845417522, 0.155041666666667, 0.107255409309214, 0.240375, 0.11052207301344, 0.297541666666667, 0.26226277065105, 0.51425, 1.02514486427706, 2.12258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1095, '2022-02-13 00:00:00', 0.0834873938240741, 0.148166666666666, 0.10630260845914, 0.201625, 0.128260088735034, 0.270291666666667, 0.26947008855008, 0.520291666666666, 1.01182361913126, 2.10508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1110, '2022-02-13 00:00:00', 0.0922658316802711, 0.126125, 0.109509504253006, 0.191375, 0.113668656215323, 0.249291666666667, 0.295481613739283, 0.516916666666666, 1.01235425145291, 2.098 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1125, '2022-02-13 00:00:00', 0.0785733180179373, 0.114125, 0.0779046123357815, 0.154208333333333, 0.118896488594071, 0.239125, 0.296156756254795, 0.503958333333333, 1.02615987309236, 2.17354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1140, '2022-02-13 00:00:00', 0.069860925509496, 0.104875, 0.073157315106715, 0.155583333333334, 0.135226380240852, 0.249000000000001, 0.313500329380591, 0.51225, 1.03830525237112, 2.18366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1155, '2022-02-13 00:00:00', 0.0582057663112866, 0.0947916666666666, 0.111243921833634, 0.167583333333334, 0.146612251104445, 0.252750000000001, 0.380650691941264, 0.886083333333333, 1.03333558584374, 2.20754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1170, '2022-02-13 00:00:00', 0.106976963184482, 0.119375000000001, 0.129847625304051, 0.173666666666668, 0.152677830504419, 0.251791666666667, 0.411225422154428, 0.9805, 1.03985713117758, 2.221625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1185, '2022-02-13 00:00:00', 0.0745221978407405, 0.105083333333334, 0.0802614838954614, 0.167416666666667, 0.10836009981485, 0.227541666666667, 0.433728994395937, 1.02066666666667, 1.03624085719993, 2.233375 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1200, '2022-02-13 00:00:00', 0.062702411367541, 0.102125, 0.076613229644245, 0.15575, 0.0936328688572275, 0.213374999999999, 0.447172850216798, 1.03941666666667, 1.0074577417685, 2.23383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1215, '2022-02-13 00:00:00', 0.0704210422274896, 0.0940833333333329, 0.0785557011833386, 0.148041666666667, 0.110754821271052, 0.21375, 0.478449516895348, 1.068125, 1.00754971017725, 2.239625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1230, '2022-02-13 00:00:00', 0.0536692602217847, 0.0922916666666673, 0.073041332352881, 0.140583333333333, 0.108778061513647, 0.211833333333333, 0.499967187329126, 1.09216666666667, 1.00754971017725, 2.239625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1245, '2022-02-13 00:00:00', 0.0503551876923933, 0.087416666666666, 0.0674610864751362, 0.151291666666666, 0.101427206709391, 0.2065, 0.486403078434075, 1.08504166666667, 0.975460670620573, 2.22670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1260, '2022-02-13 00:00:00', 0.0591414418570219, 0.0921666666666662, 0.0727471300295496, 0.140666666666667, 0.128379419543471, 0.217833333333333, 0.508055797959811, 1.09945833333333, 0.96512823733054, 2.22091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1275, '2022-02-13 00:00:00', 0.060059375814175, 0.0907916666666666, 0.0812482329796705, 0.133833333333333, 0.153687618427676, 0.229166666666665, 0.502151739581989, 1.11125, 0.967783639095769, 2.22104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1290, '2022-02-13 00:00:00', 0.0536421145115982, 0.082791666666666, 0.105295228500286, 0.147291666666666, 0.162289992503132, 0.249958333333332, 0.488919036523802, 1.11879166666667, 0.957157089427112, 2.21095833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1305, '2022-02-13 00:00:00', 0.0732072202822188, 0.0955833333333336, 0.114028981823272, 0.164, 0.139767405128062, 0.251833333333333, 0.480554026204598, 1.12720833333333, 0.952161476037167, 2.20720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1320, '2022-02-13 00:00:00', 0.0759368626862113, 0.0999565217391301, 0.0890574269583553, 0.157043478260869, 0.131657478707458, 0.286652173913043, 0.499701729216358, 1.165, 0.971102816308293, 2.21995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1335, '2022-02-13 00:00:00', 0.0694935376755009, 0.0984782608695651, 0.0977188635043672, 0.167608695652174, 0.344864589339406, 0.773695652173913, 0.491190080979018, 1.17782608695652, 0.971821121652601, 2.21826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1350, '2022-02-13 00:00:00', 0.087429678122483, 0.128695652173914, 0.114250418392087, 0.227391304347827, 0.380530781789501, 0.888695652173913, 0.481090929257079, 1.19386956521739, 0.978013336798902, 2.22478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1365, '2022-02-13 00:00:00', 0.0902348713957652, 0.129826086956521, 0.309854288080539, 0.717043478260869, 0.355957812706615, 0.927652173913043, 0.443317514849495, 1.17634782608696, 0.983579114010555, 2.21434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 990, '2022-02-13 00:00:00', 0.192739828625174, 0.503807692307692, 0.257756871131275, 0.655730769230769, 0.304906020830127, 0.752807692307693, 0.439903562858253, 1.00476923076923, 0.974704644810614, 2.15323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1005, '2022-02-13 00:00:00', 0.0989397096915395, 0.344884615384615, 0.135595779376112, 0.434153846153847, 0.241979989636779, 0.563653846153847, 0.418610088452065, 0.822615384615385, 0.968470384758278, 2.10838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1020, '2022-02-13 00:00:00', 0.100874979744541, 0.291807692307692, 0.174161710885205, 0.396692307692308, 0.297469046870686, 0.508076923076924, 0.466920419837834, 0.777961538461538, 0.97018501407642, 2.10680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1035, '2022-02-13 00:00:00', 0.119665051771119, 0.25826923076923, 0.217045053812833, 0.341653846153846, 0.259711638908647, 0.446153846153846, 0.466591615210363, 0.708153846153846, 0.935679147012397, 2.07311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1050, '2022-02-13 00:00:00', 0.121239851280268, 0.223307692307693, 0.155189710206077, 0.319384615384616, 0.226729472822026, 0.425423076923077, 0.392468691548961, 0.669923076923077, 0.862729854322001, 2.05380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1065, '2022-02-13 00:00:00', 0.0898822563134684, 0.2115, 0.117087166740785, 0.288730769230769, 0.153748631013292, 0.398192307692307, 0.315683193188263, 0.62203846153846, 0.818459269227623, 2.03284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1080, '2022-02-13 00:00:00', 0.0924883027947105, 0.197384615384615, 0.147439416502039, 0.272307692307692, 0.162218542049346, 0.376846153846153, 0.315026182062087, 0.606846153846153, 0.832679190232441, 2.05392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1095, '2022-02-13 00:00:00', 0.100933123327357, 0.180153846153847, 0.10082616418676, 0.259346153846154, 0.135869620762531, 0.346923076923077, 0.285668371475629, 0.602461538461539, 0.805138065561047, 2.03523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1110, '2022-02-13 00:00:00', 0.0776714579792042, 0.186153846153846, 0.118104549511798, 0.252269230769231, 0.17090144708394, 0.330230769230769, 0.297548788501081, 0.594192307692307, 0.847844455981439, 1.97630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1125, '2022-02-13 00:00:00', 0.0645631116398168, 0.151653846153847, 0.0855124642286817, 0.215307692307692, 0.156230106425894, 0.327615384615385, 0.279735867175832, 0.583346153846153, 0.879510087404433, 2.19107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1140, '2022-02-13 00:00:00', 0.0754869423247385, 0.164961538461538, 0.129506905072812, 0.227038461538461, 0.176689858661571, 0.328884615384615, 0.274039256031236, 0.589923076923077, 0.880061043337335, 2.23 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1155, '2022-02-13 00:00:00', 0.0900683159521795, 0.147307692307693, 0.118921590198688, 0.223230769230769, 0.138092232277506, 0.294230769230769, 0.347743362487116, 0.889615384615385, 0.875018864851583, 2.24742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1170, '2022-02-13 00:00:00', 0.0907465786598126, 0.159307692307693, 0.120908865870761, 0.219923076923077, 0.110066776933893, 0.275846153846153, 0.363127407181218, 0.960923076923077, 0.873937786907406, 2.27484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1185, '2022-02-13 00:00:00', 0.0463428693378117, 0.128692307692308, 0.0655046680661883, 0.177307692307693, 0.101084488652581, 0.239076923076922, 0.376803527665995, 0.982538461538462, 0.877750212409325, 2.28134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1200, '2022-02-13 00:00:00', 0.068234933530019, 0.138384615384615, 0.0838022948097758, 0.18076923076923, 0.133155923638418, 0.249499999999999, 0.363540388191125, 1.00957692307692, 0.870756047263614, 2.29857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1215, '2022-02-13 00:00:00', 0.0416066562722097, 0.121923076923076, 0.0735091412421188, 0.170923076923076, 0.127567496463034, 0.256115384615385, 0.350033862098204, 1.01776923076923, 0.84940830084151, 2.30169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1230, '2022-02-13 00:00:00', 0.0492036427669578, 0.118961538461538, 0.0750188899288299, 0.162923076923077, 0.124067797842705, 0.259538461538462, 0.330072831123911, 1.01592307692308, 0.826167649218598, 2.30476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1245, '2022-02-13 00:00:00', 0.0546824820774802, 0.120576923076924, 0.0775821252212527, 0.182884615384616, 0.132342562488997, 0.275923076923077, 0.315816531452141, 1.00980769230769, 0.820728626563944, 2.29796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1260, '2022-02-13 00:00:00', 0.0624055717433578, 0.129846153846154, 0.091878280684493, 0.189538461538462, 0.133173068425437, 0.259884615384615, 0.314824776661558, 1.001, 0.816226729436223, 2.29692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1275, '2022-02-13 00:00:00', 0.0493884446155017, 0.118538461538462, 0.0882934007465146, 0.174269230769231, 0.193420025214159, 0.255115384615385, 0.307555826076903, 0.989884615384616, 0.815519365425871, 2.29134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1290, '2022-02-13 00:00:00', 0.0604513408898813, 0.119730769230769, 0.0758763062237076, 0.154423076923077, 0.198608269252276, 0.263730769230769, 0.290625521670334, 0.989076923076923, 0.815165430119272, 2.28796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1305, '2022-02-13 00:00:00', 0.0408658028937864, 0.101423076923077, 0.182572708382589, 0.177076923076923, 0.188064297515504, 0.2755, 0.28767679513916, 0.989538461538462, 0.811554622077519, 2.28676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1320, '2022-02-13 00:00:00', 0.0322184212317528, 0.09788, 0.0926303046164334, 0.17004, 0.101157006677738, 0.27336, 0.286869552235855, 0.991840000000001, 0.824279398424264, 2.28388 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1335, '2022-02-13 00:00:00', 0.0758584207586739, 0.1402, 0.0880856969093157, 0.20056, 0.274701037493491, 0.699080000000001, 0.291221462121183, 1.00276, 0.811648193492722, 2.29104 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1350, '2022-02-13 00:00:00', 0.058621753641459, 0.146519999999999, 0.0659281679810182, 0.20524, 0.308527805337974, 0.776640000000001, 0.306234371029772, 1.00264, 0.808948288417333, 2.2898 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1365, '2022-02-13 00:00:00', 0.0673955982736757, 0.154200000000001, 0.260769489524114, 0.647320000000001, 0.302540972431834, 0.811040000000001, 0.298024428528938, 0.989320000000001, 0.817242840286777, 2.28588 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 990, '2022-02-13 00:00:00', 0.164429910249368, 0.463346153846154, 0.221414213288474, 0.585423076923078, 0.24514208438875, 0.703807692307693, 0.289631120831042, 0.880115384615385, 0.794181393734357, 2.25061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1005, '2022-02-13 00:00:00', 0.0870214915983398, 0.296500000000001, 0.111071508497904, 0.407000000000001, 0.170389978036809, 0.524769230769231, 0.272841458613718, 0.734692307692309, 0.815131634485168, 2.24069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1020, '2022-02-13 00:00:00', 0.0788882364244118, 0.290076923076924, 0.141295631158983, 0.364846153846154, 0.18312640863202, 0.485807692307693, 0.294540071715469, 0.702576923076924, 0.832032562232623, 2.23223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1035, '2022-02-13 00:00:00', 0.112982449283743, 0.225076923076922, 0.138318250645163, 0.350538461538461, 0.141757827080065, 0.412192307692308, 0.263439489476017, 0.667269230769232, 0.836481109262992, 2.21838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1050, '2022-02-13 00:00:00', 0.0884165403947965, 0.255730769230769, 0.102400518328015, 0.304115384615385, 0.0989813346817709, 0.372769230769231, 0.309600201252171, 0.674269230769232, 0.839768741060024, 2.21746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1065, '2022-02-13 00:00:00', 0.0588720254842262, 0.177653846153846, 0.090890915176043, 0.253038461538461, 0.11443313129711, 0.335307692307692, 0.31969972690732, 0.639653846153846, 0.862217753149489, 2.20457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1080, '2022-02-13 00:00:00', 0.0657065855498171, 0.168346153846154, 0.0752772209901509, 0.2315, 0.114413958266261, 0.329923076923076, 0.312135236962836, 0.621615384615384, 0.851012529962894, 2.19838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1095, '2022-02-13 00:00:00', 0.0557482390201357, 0.169884615384616, 0.0807217061647841, 0.239923076923076, 0.107965186696739, 0.309192307692307, 0.293494167154725, 0.640115384615384, 0.849407243090959, 2.19223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1110, '2022-02-13 00:00:00', 0.06874886292766, 0.165615384615384, 0.093198819735017, 0.219499999999999, 0.110637516241102, 0.2955, 0.296928439967509, 0.618538461538462, 0.848987310768632, 2.18142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1125, '2022-02-13 00:00:00', 0.0707338782936549, 0.144807692307691, 0.0748037432218469, 0.186, 0.115435529792442, 0.282192307692308, 0.288343152937873, 0.598423076923077, 0.92974858884622, 2.30403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1140, '2022-02-13 00:00:00', 0.0480002083328813, 0.134500000000001, 0.0729985879736992, 0.200076923076924, 0.127784560280787, 0.294576923076924, 0.280953708204476, 0.609115384615385, 0.939149537531779, 2.33742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1155, '2022-02-13 00:00:00', 0.0445208334983147, 0.123769230769231, 0.0609861144347318, 0.184884615384616, 0.120593098412038, 0.272153846153846, 0.589181006534952, 1.03753846153846, 0.902702175948158, 2.37246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1170, '2022-02-13 00:00:00', 0.0572679531809751, 0.129461538461539, 0.0992664169720127, 0.194307692307692, 0.105664934872163, 0.248038461538461, 0.589568974238482, 1.05415384615385, 0.911551107474761, 2.38369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1185, '2022-02-13 00:00:00', 0.0640026081199343, 0.129423076923077, 0.0840572790057238, 0.179884615384615, 0.0972316899907713, 0.241192307692308, 0.575352846922251, 1.07346153846154, 0.915187322565504, 2.39365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1200, '2022-02-13 00:00:00', 0.0585587016459687, 0.125807692307692, 0.0823659750513149, 0.164076923076923, 0.111809652810204, 0.239961538461539, 0.574254304427791, 1.08238461538461, 0.911515586600353, 2.40576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1215, '2022-02-13 00:00:00', 0.0444230189809808, 0.108730769230769, 0.0644707327755421, 0.166653846153846, 0.111491434648586, 0.2635, 0.578607177758664, 1.10988461538461, 0.909658364442388, 2.4065 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1230, '2022-02-13 00:00:00', 0.0523457293827803, 0.124653846153846, 0.0903718897751859, 0.171038461538462, 0.132091180629139, 0.293, 0.5793262997124, 1.11380769230769, 0.910705410445872, 2.40476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1245, '2022-02-13 00:00:00', 0.0506069013232237, 0.112538461538462, 0.0782659863247417, 0.18573076923077, 0.108732452165148, 0.277884615384616, 0.571604167772931, 1.12573076923077, 0.912015134827184, 2.40861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1260, '2022-02-13 00:00:00', 0.0825127775652867, 0.149961538461539, 0.117730565928505, 0.221384615384616, 0.11333704669633, 0.276384615384616, 0.579515819124366, 1.14076923076923, 0.918236540666611, 2.40823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1275, '2022-02-13 00:00:00', 0.108155792191705, 0.157653846153847, 0.116068494366969, 0.197153846153847, 0.227281502851556, 0.305807692307693, 0.565034268531905, 1.12973076923077, 0.912878477884442, 2.40365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1290, '2022-02-13 00:00:00', 0.0738824846527339, 0.127692307692308, 0.109167514187353, 0.184884615384616, 0.246728726773727, 0.32223076923077, 0.571462826033734, 1.13080769230769, 0.911781918088885, 2.40811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1305, '2022-02-13 00:00:00', 0.0588600426043382, 0.12123076923077, 0.188793077611035, 0.231884615384616, 0.208352954973415, 0.315923076923077, 0.590331765913163, 1.13207692307692, 0.912621907557476, 2.41211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1320, '2022-02-13 00:00:00', 0.128420857599794, 0.1538, 0.156815836785276, 0.21104, 0.176950294339023, 0.29636, 0.613270187872632, 1.13364, 0.924381970111202, 2.43712 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1335, '2022-02-13 00:00:00', 0.0957900133973612, 0.13532, 0.128144150601318, 0.20544, 0.608556932422925, 0.860039999999999, 0.626315128349939, 1.12084, 0.931965802305357, 2.45056 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1350, '2022-02-13 00:00:00', 0.0708346195961645, 0.142280000000001, 0.0997912487813114, 0.20328, 0.573494498665855, 0.88824, 0.64369040177195, 1.1208, 0.928985121875839, 2.45376 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1365, '2022-02-13 00:00:00', 0.0761588690392229, 0.148440000000001, 0.572288350979353, 0.811040000000001, 0.550350591290074, 0.91924, 0.673320238321509, 1.11832, 0.923573669683872, 2.45736 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 990, '2022-02-13 00:00:00', 0.24010430372375, 0.50892, 0.267786139795671, 0.5834, 0.296741750798008, 0.6982, 0.560122388411676, 0.891560000000001, 0.869800603586823, 2.34956 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1005, '2022-02-13 00:00:00', 0.119727370861193, 0.31968, 0.157439861534492, 0.41668, 0.27615907251679, 0.5342, 0.478851100726172, 0.74628, 0.823499356405335, 2.29124 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1020, '2022-02-13 00:00:00', 0.0981183299219197, 0.25004, 0.14968012560123, 0.33584, 0.196940964081456, 0.44008, 0.417768324952159, 0.67896, 0.828826123703479, 2.26692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1035, '2022-02-13 00:00:00', 0.132823504446063, 0.242, 0.19750427843467, 0.32724, 0.19292487311559, 0.41956, 0.411994692522448, 0.669720000000001, 0.820463960207882, 2.26088 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1050, '2022-02-13 00:00:00', 0.084439761566061, 0.21536, 0.0839144802760517, 0.28784, 0.146780300676441, 0.38796, 0.301845501319245, 0.615960000000001, 0.821646213403312, 2.2464 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1065, '2022-02-13 00:00:00', 0.0869208835666086, 0.19036, 0.126970377122645, 0.25832, 0.162553909006623, 0.34476, 0.302452547242263, 0.596280000000001, 0.812578033175892, 2.23632 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1080, '2022-02-13 00:00:00', 0.0848641463359726, 0.17444, 0.131237862930888, 0.25628, 0.138789084585209, 0.32608, 0.30986458332633, 0.570320000000001, 0.818113191027582, 2.23312 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1095, '2022-02-13 00:00:00', 0.0798670770718439, 0.1774, 0.100099150845549, 0.22444, 0.146327680224898, 0.31904, 0.311673322567075, 0.58352, 0.808742336388214, 2.2278 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1110, '2022-02-13 00:00:00', 0.0779147611175178, 0.15828, 0.07514714454544, 0.222520000000001, 0.14414000138754, 0.30756, 0.304536078869702, 0.567840000000001, 0.802769514451896, 2.22832 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1125, '2022-02-13 00:00:00', 0.0367170714155326, 0.131320000000001, 0.0853500244092915, 0.191720000000001, 0.129225861704742, 0.271360000000001, 0.325314627194454, 0.554240000000001, 0.839140071740112, 2.29632 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1140, '2022-02-13 00:00:00', 0.0810555365166379, 0.141800000000001, 0.109327901287824, 0.19544, 0.167865988216792, 0.27136, 0.34990725914162, 0.562560000000001, 0.870612116080788, 2.32996 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1155, '2022-02-13 00:00:00', 0.0561963225368587, 0.12412, 0.0745987712141864, 0.17632, 0.151352436386072, 0.251319999999999, 0.434618798488975, 0.878599999999999, 0.876880328209044, 2.33488 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1170, '2022-02-13 00:00:00', 0.0476261482801195, 0.1222, 0.0790568782586299, 0.18264, 0.11544079290557, 0.261079999999999, 0.469854055354781, 0.926, 0.880258706290373, 2.32984 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1185, '2022-02-13 00:00:00', 0.0499766612196796, 0.117600000000001, 0.0852513343004088, 0.16196, 0.110889103762874, 0.24368, 0.519471205490096, 0.9992, 0.875124467337837, 2.3282 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1200, '2022-02-13 00:00:00', 0.0616630629577654, 0.117599999999999, 0.0863740508872124, 0.183319999999999, 0.102590902780575, 0.246319999999999, 0.55572107811983, 1.0354, 0.862400235776097, 2.3346 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1215, '2022-02-13 00:00:00', 0.085014449752185, 0.14696, 0.0942196370190425, 0.18344, 0.122861032607306, 0.2624, 0.549017130880267, 1.06168, 0.858475489846197, 2.339 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1230, '2022-02-13 00:00:00', 0.061461369981478, 0.1176, 0.084388486576468, 0.1668, 0.109686674973155, 0.251000000000001, 0.543753216082443, 1.06568, 0.864072913590051, 2.3318 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1245, '2022-02-13 00:00:00', 0.0625872724015566, 0.122, 0.0761628299544254, 0.18788, 0.115857714460453, 0.25748, 0.546205434490235, 1.06572, 0.866213599523813, 2.331 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1260, '2022-02-13 00:00:00', 0.0443536920672901, 0.126600000000001, 0.0802823143662404, 0.1762, 0.11885184054107, 0.25048, 0.539041278567792, 1.0688, 0.867112051582724, 2.33168 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1275, '2022-02-13 00:00:00', 0.0568733974133182, 0.122799999999999, 0.0853655473049089, 0.17688, 0.17889631075011, 0.27616, 0.51162358233373, 1.05524, 0.876376251009424, 2.3302 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1290, '2022-02-13 00:00:00', 0.062909511734448, 0.115239999999999, 0.0762892958852465, 0.16316, 0.161261175323345, 0.260600000000001, 0.478446991142523, 1.05124, 0.895284498544085, 2.337 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1305, '2022-02-13 00:00:00', 0.0633076351372152, 0.117240000000001, 0.151696550169519, 0.193520000000001, 0.183514004915156, 0.281840000000001, 0.476407871471494, 1.05672, 0.908262651072548, 2.35428 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1320, '2022-02-13 00:00:00', 0.0558831596836822, 0.137333333333334, 0.0828121236660861, 0.18625, 0.174010473614482, 0.299083333333333, 0.485495884249484, 1.06108333333333, 0.921926997919441, 2.39320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1335, '2022-02-13 00:00:00', 0.0799452258138961, 0.13025, 0.121373987853807, 0.203583333333333, 0.350857696493045, 0.736083333333333, 0.469855134936383, 1.05575, 0.928397777340626, 2.39320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1350, '2022-02-13 00:00:00', 0.078881859930448, 0.145, 0.111576767294989, 0.215624999999999, 0.376459353619399, 0.802916666666666, 0.436176268633268, 1.03545833333333, 0.929646855188743, 2.38466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1365, '2022-02-13 00:00:00', 0.0594163490651522, 0.158958333333334, 0.309441148322847, 0.685458333333333, 0.398227192365276, 0.873125, 0.412590260217189, 1.021125, 0.93942360913025, 2.38575 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 930, '2022-02-13 00:00:00', 0, 0.372999999999998, 0, 0.372999999999998, 0, 0.515000000000001, 0, 0.704000000000001, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 945, '2022-02-13 00:00:00', 0, 0.184000000000005, 0, 0.305, 0, 0.583999999999996, 0, 0.734000000000002, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 960, '2022-02-13 00:00:00', 0, 0.295000000000002, 0, 0.475000000000001, 0, 0.583999999999996, 0, 0.734000000000002, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 975, '2022-02-13 00:00:00', 0, 0.204000000000001, 0, 0.312999999999995, 0, 0.323, 0, 0.492999999999995, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 930, '2022-02-13 00:00:00', 0, 0.423999999999999, 0, 0.423999999999999, 0, 0.692999999999998, 0, 0.692999999999998, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 945, '2022-02-13 00:00:00', 0, 0.213999999999999, 0, 0.473999999999997, 0, 0.573999999999998, 0, 0.573999999999998, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 960, '2022-02-13 00:00:00', 0, 0.393999999999998, 0, 0.494, 0, 0.494, 0, 0.494, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 975, '2022-02-13 00:00:00', 0, 0.194000000000003, 0, 0.234000000000002, 0, 0.344000000000001, 0, 0.384, 0, 1.873 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 930, '2022-02-13 00:00:00', 0, 0.454000000000001, 0, 0.672999999999995, 0, 1.161, 0, 1.161, 0, 2.419 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 945, '2022-02-13 00:00:00', 0, 0.390999999999998, 0, 0.651000000000003, 0, 0.879000000000005, 0, 0.879000000000005, 0, 2.137 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 960, '2022-02-13 00:00:00', 0, 0.332999999999998, 0, 0.561, 0, 0.561, 0, 0.561, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 975, '2022-02-13 00:00:00', 0, 0.271000000000001, 0, 0.271000000000001, 0, 0.271000000000001, 0, 0.482000000000006, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 930, '2022-02-13 00:00:00', 0, 0.312000000000005, 0, 0.463999999999999, 0, 0.933, 0, 0.983000000000004, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 945, '2022-02-13 00:00:00', 0, 0.253999999999998, 0, 0.372999999999998, 0, 0.722999999999999, 0, 0.773000000000003, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 960, '2022-02-13 00:00:00', 0, 0.262999999999998, 0, 0.613, 0, 0.613, 0, 0.663000000000004, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 975, '2022-02-13 00:00:00', 0, 0.363999999999997, 0, 0.363999999999997, 0, 0.363999999999997, 0, 0.414000000000001, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 930, '2022-02-13 00:00:00', 0, 0.333999999999996, 0, 0.333999999999996, 0, 0.353999999999999, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 945, '2022-02-13 00:00:00', 0, 0.309999999999995, 0, 0.329999999999998, 0, 0.439, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 960, '2022-02-13 00:00:00', 0, 0.191000000000003, 0, 0.204000000000001, 0, 0.313000000000002, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 975, '2022-02-13 00:00:00', 0, 0.183999999999997, 0, 0.313000000000002, 0, 0.353000000000002, 0, 0.613000000000007, 0, 2.11 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:55:46 Duration: 3s785ms 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 969615, 5, 990, '2022-02-13 00:00:00', 0.374583690967, 0.647692307692308, 0.45641647816272, 0.794192307692309, 0.447503414684006, 0.852115384615386, 0.550979152195295, 1.08588461538462, 1.52815706200438, 2.96561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1005, '2022-02-13 00:00:00', 0.38197649746468, 0.46273076923077, 0.402327122931271, 0.534923076923078, 0.438870958781211, 0.675961538461539, 0.554710679959868, 0.965538461538462, 1.45106466377675, 2.90653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1020, '2022-02-13 00:00:00', 0.195776827417972, 0.316384615384616, 0.212398131239064, 0.421615384615385, 0.309278776411285, 0.590192307692308, 0.459314706927614, 0.87, 1.42236032868447, 2.86076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1035, '2022-02-13 00:00:00', 0.122432757054638, 0.271500000000001, 0.261591754751266, 0.412615384615385, 0.286376709946882, 0.520500000000001, 0.447058221986974, 0.805423076923078, 1.4481719835179, 2.82357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1050, '2022-02-13 00:00:00', 0.209875424588383, 0.291576923076922, 0.234839899637048, 0.372461538461538, 0.293235240300081, 0.501115384615384, 0.473012408358955, 0.782461538461538, 1.47479044665283, 2.80930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1065, '2022-02-13 00:00:00', 0.126535741378292, 0.218576923076924, 0.19597309469964, 0.299423076923077, 0.264048468744195, 0.421076923076923, 0.481451914684994, 0.749115384615385, 1.49405731946474, 2.79907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1080, '2022-02-13 00:00:00', 0.165992645805586, 0.214038461538461, 0.230537806010207, 0.321, 0.239799788285016, 0.400538461538462, 0.509997926089298, 0.743269230769231, 1.49704068748982, 2.7985 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1095, '2022-02-13 00:00:00', 0.131561977205247, 0.205923076923077, 0.135293754475217, 0.264, 0.17865034177237, 0.357230769230769, 0.498000817113942, 0.720423076923077, 1.48749427096505, 2.79361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1110, '2022-02-13 00:00:00', 0.0984301704841478, 0.184538461538461, 0.155522686942601, 0.267115384615385, 0.198335411322878, 0.362153846153846, 0.487182456738588, 0.708115384615385, 1.4755603764724, 2.79523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1125, '2022-02-13 00:00:00', 0.0874410570701116, 0.181461538461539, 0.123764621513831, 0.244192307692307, 0.188740770533392, 0.331038461538462, 0.476060390480678, 0.689153846153846, 1.45620647732915, 2.91623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1140, '2022-02-13 00:00:00', 0.0933724057409167, 0.154615384615384, 0.121074827466959, 0.223923076923076, 0.189332970837501, 0.310423076923076, 0.483424860122663, 0.674653846153846, 1.54384424882026, 2.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1155, '2022-02-13 00:00:00', 0.0890573885847678, 0.158461538461538, 0.132072177236541, 0.2195, 0.319373222710696, 0.369153846153846, 0.678736324695783, 1.11896153846154, 1.63854774771395, 3.00119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1170, '2022-02-13 00:00:00', 0.0851060243732226, 0.150346153846154, 0.154115860512597, 0.233538461538461, 0.308663989576915, 0.346538461538462, 0.747298136365524, 1.20923076923077, 1.63729350406747, 2.98846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1185, '2022-02-13 00:00:00', 0.146995494436446, 0.171653846153846, 0.304560242872345, 0.274692307692308, 0.332616767235438, 0.354923076923078, 0.808514052967636, 1.32242307692308, 1.60004455514887, 3.00946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1200, '2022-02-13 00:00:00', 0.0932465727699067, 0.147560000000001, 0.12326698665904, 0.199200000000002, 0.180196772076157, 0.30972, 0.787928069898092, 1.30332, 1.60253522270183, 2.97916 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1215, '2022-02-13 00:00:00', 0.0873653630832414, 0.134040000000001, 0.144034509753739, 0.20324, 0.2105417614948, 0.316000000000001, 0.789856987055252, 1.30932, 1.59676913171566, 2.98492 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1230, '2022-02-13 00:00:00', 0.113819198732024, 0.143319999999999, 0.159937154324231, 0.217679999999999, 0.227242440284966, 0.315279999999999, 0.788671509565294, 1.3144, 1.63909786976454, 2.99492 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1245, '2022-02-13 00:00:00', 0.112975543076071, 0.152840000000001, 0.156301524837946, 0.221400000000001, 0.211348842753713, 0.3078, 0.80614334540039, 1.31952, 1.65908893472693, 2.99948 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1260, '2022-02-13 00:00:00', 0.103500209339563, 0.151720000000001, 0.156211928695176, 0.23, 0.210284355100421, 0.29952, 0.829882096043367, 1.34728, 1.67879143036491, 3.0044 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1275, '2022-02-13 00:00:00', 0.090797980887977, 0.151760000000001, 0.106814434105759, 0.19736, 0.176630197493709, 0.28268, 0.837048282159796, 1.36892, 1.68903769644138, 3.01556 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1290, '2022-02-13 00:00:00', 0.0678264451867165, 0.141479999999999, 0.104343982417132, 0.180599999999999, 0.186508605699576, 0.285719999999999, 0.846685898075549, 1.37252, 1.71332369193137, 3.02664 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1305, '2022-02-13 00:00:00', 0.0868763489103907, 0.131399999999999, 0.181889316160497, 0.22884, 0.238775466355597, 0.341839999999999, 0.849288207854083, 1.38128, 1.73157124023241, 3.03628 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1320, '2022-02-13 00:00:00', 0.0750599639515351, 0.149208333333334, 0.10205254933654, 0.200875, 0.237989552657071, 0.357625, 0.899204131803327, 1.398375, 1.78271368162478, 3.011375 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1335, '2022-02-13 00:00:00', 0.0576412568630626, 0.136083333333333, 0.130767127622604, 0.238291666666666, 0.643326205656243, 0.947791666666667, 0.89320380746315, 1.40879166666667, 1.78872619237947, 3.026 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1350, '2022-02-13 00:00:00', 0.127530665536466, 0.190374999999999, 0.18929671039196, 0.276875, 0.715536890500181, 1.06245833333333, 0.879537588489098, 1.40325, 1.80615334253189, 3.024625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1365, '2022-02-13 00:00:00', 0.154729523027905, 0.208956521739131, 0.620319833353871, 0.946173913043479, 0.803638020002586, 1.19960869565217, 0.840851203861643, 1.45373913043478, 1.73123804201004, 3.14039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 990, '2022-02-13 00:00:00', 0.360618528123676, 0.601375000000001, 0.438178046004133, 0.786500000000001, 0.502376114947322, 0.953750000000001, 0.506865815290542, 1.20254166666667, 1.52168215462696, 3.10233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1005, '2022-02-13 00:00:00', 0.308612459829993, 0.387791666666666, 0.392165633448382, 0.571333333333333, 0.387406753624176, 0.697583333333333, 0.418374901220203, 0.988583333333333, 1.47719766763807, 2.96691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1020, '2022-02-13 00:00:00', 0.256854876411237, 0.297916666666667, 0.277343714967338, 0.418333333333334, 0.292247807172443, 0.527458333333333, 0.377414161466369, 0.882333333333334, 1.44955097932659, 2.90829166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1035, '2022-02-13 00:00:00', 0.173280538224973, 0.237333333333334, 0.190398419034966, 0.334583333333333, 0.234932120939806, 0.442833333333333, 0.298270084786022, 0.793, 1.429331265926, 2.88429166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1050, '2022-02-13 00:00:00', 0.154871896572058, 0.21, 0.166358521298717, 0.271125, 0.259066296562275, 0.441958333333333, 0.295148227928401, 0.745958333333333, 1.43280598763001, 2.86670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1065, '2022-02-13 00:00:00', 0.144918511584959, 0.184625, 0.201491593667926, 0.285083333333333, 0.242512120569649, 0.447958333333333, 0.29530627677286, 0.745166666666666, 1.50734998292185, 2.94766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1080, '2022-02-13 00:00:00', 0.151696869504257, 0.152875, 0.20885199929303, 0.284125, 0.200664385609837, 0.39425, 0.304908717630304, 0.71475, 1.55846034609878, 2.96670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1095, '2022-02-13 00:00:00', 0.205589978185793, 0.190749999999999, 0.208087665298247, 0.287041666666666, 0.194107764593182, 0.399541666666666, 0.413395054414652, 0.761416666666666, 1.56235314904116, 2.96633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1110, '2022-02-13 00:00:00', 0.110804829068627, 0.164833333333333, 0.134175069500121, 0.246916666666667, 0.158059696803528, 0.371541666666667, 0.414988073863907, 0.713666666666666, 1.57355725270364, 2.95241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1125, '2022-02-13 00:00:00', 0.11462692319756, 0.144875, 0.139771546263636, 0.241541666666667, 0.150159570920839, 0.315625, 0.433009185480106, 0.673208333333333, 1.55079935851235, 3.03895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1140, '2022-02-13 00:00:00', 0.122232783085675, 0.154625, 0.119054601710332, 0.226541666666667, 0.145868389161331, 0.301249999999999, 0.450457784458998, 0.679291666666666, 1.54771376915497, 3.05145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1155, '2022-02-13 00:00:00', 0.100676974829747, 0.123874999999999, 0.105639632165479, 0.182583333333333, 0.125024838111982, 0.269083333333333, 0.83923534900199, 1.40333333333333, 1.54453886404203, 3.05270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1170, '2022-02-13 00:00:00', 0.0837508273807289, 0.118124999999999, 0.122607155145015, 0.206416666666666, 0.109168190607796, 0.270291666666666, 0.987725133940304, 1.537625, 1.5436902702169, 3.04854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1185, '2022-02-13 00:00:00', 0.0995040964854771, 0.12775, 0.0893439758153439, 0.175791666666666, 0.103114743670915, 0.252041666666666, 0.98672867418013, 1.59254166666667, 1.5435075614947, 3.038125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1200, '2022-02-13 00:00:00', 0.067949989602328, 0.0986249999999999, 0.073049119864948, 0.1515, 0.107694010975542, 0.266500000000001, 1.02988905762441, 1.62791666666667, 1.54910786328824, 3.03304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1215, '2022-02-13 00:00:00', 0.0746497983339836, 0.102624999999999, 0.105283390861542, 0.169374999999999, 0.123197143765122, 0.269666666666667, 1.06102599972925, 1.65454166666667, 1.5492723654409, 3.03308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1230, '2022-02-13 00:00:00', 0.0999649123225355, 0.113875, 0.111084305039404, 0.188375000000001, 0.122938891383049, 0.255666666666668, 1.05687070133854, 1.667125, 1.55595351666253, 3.03804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1245, '2022-02-13 00:00:00', 0.0764323609284815, 0.106583333333334, 0.0874702433874574, 0.1575, 0.140221848036127, 0.239916666666667, 1.05780362328496, 1.656375, 1.5556445976284, 3.040125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1260, '2022-02-13 00:00:00', 0.0742691809022041, 0.103458333333333, 0.0923700811088642, 0.164166666666667, 0.152015296474791, 0.267041666666668, 1.06655369334933, 1.65979166666667, 1.5556445976284, 3.040125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1275, '2022-02-13 00:00:00', 0.0745738496925767, 0.107291666666666, 0.096544312871479, 0.16775, 0.442003539152334, 0.335458333333333, 1.06707621327042, 1.67041666666667, 1.55623511168014, 3.037625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1290, '2022-02-13 00:00:00', 0.0648402719732527, 0.0935, 0.0964384236972867, 0.158250000000001, 0.448650819648215, 0.335416666666666, 1.06406183673286, 1.682875, 1.55855336526899, 3.037625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1305, '2022-02-13 00:00:00', 0.0749149759606751, 0.0994166666666668, 0.452234915147273, 0.240625000000001, 0.453964469017604, 0.3555, 1.06484321156562, 1.68625, 1.5602089597834, 3.03554166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1320, '2022-02-13 00:00:00', 0.0785683660406169, 0.107478260869566, 0.140009048267738, 0.187478260869565, 0.219280119370151, 0.33695652173913, 1.02879468215175, 1.62395652173913, 1.46938916619769, 2.90460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1335, '2022-02-13 00:00:00', 0.113569362065656, 0.123, 0.135036856336224, 0.19704347826087, 0.775060224613969, 1.16547826086956, 0.996735517426566, 1.59734782608696, 1.44791898371394, 2.88373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1350, '2022-02-13 00:00:00', 0.0941854616475941, 0.11908695652174, 0.129593176148853, 0.235869565217391, 0.892337258332686, 1.29265217391304, 0.953409034235182, 1.56417391304348, 1.44029488636313, 2.85221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1365, '2022-02-13 00:00:00', 0.113622302687388, 0.158130434782609, 0.711661705727666, 1.07573913043478, 0.893416768221378, 1.34939130434783, 0.958992816106499, 1.55269565217391, 1.42208370889298, 2.8255652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 990, '2022-02-13 00:00:00', 0.395052045256746, 0.776038461538461, 0.571937764231255, 0.954615384615383, 0.649980989071101, 1.11438461538462, 0.714545277673958, 1.33392307692308, 1.44424912457864, 2.75142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1005, '2022-02-13 00:00:00', 0.270618891830161, 0.43676923076923, 0.307249895787677, 0.607461538461539, 0.387763070007367, 0.767961538461538, 0.499379689060493, 1.01292307692308, 1.41920686842497, 2.65915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1020, '2022-02-13 00:00:00', 0.186905541754282, 0.381192307692308, 0.224539364374816, 0.482384615384615, 0.281175926313868, 0.620307692307693, 0.496061553252603, 0.950769230769231, 1.4251790672916, 2.64142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1035, '2022-02-13 00:00:00', 0.143780195490841, 0.305230769230769, 0.202572961214928, 0.427730769230769, 0.281652696664635, 0.553192307692307, 0.499727200965303, 0.894346153846154, 1.42804991994193, 2.63642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1050, '2022-02-13 00:00:00', 0.17695359235165, 0.293423076923077, 0.241703403750579, 0.414153846153847, 0.321155385348683, 0.531307692307692, 0.500702824499261, 0.847038461538462, 1.41387416478488, 2.61607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1065, '2022-02-13 00:00:00', 0.163213220618355, 0.270653846153846, 0.223948757875203, 0.349615384615384, 0.311373288217511, 0.487269230769231, 0.465677650146703, 0.794076923076923, 1.37205209140851, 2.58469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1080, '2022-02-13 00:00:00', 0.177559524147212, 0.25176923076923, 0.231479100236185, 0.354423076923077, 0.363052757344418, 0.512769230769231, 0.426600789786136, 0.771923076923077, 1.37035599922625, 2.56173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1095, '2022-02-13 00:00:00', 0.125358611744313, 0.223307692307692, 0.173785225538262, 0.304769230769232, 0.27351401032882, 0.433076923076923, 0.339771708425163, 0.708576923076923, 1.35969844620614, 2.54023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1110, '2022-02-13 00:00:00', 0.114826806036812, 0.210653846153847, 0.20756853177834, 0.308846153846154, 0.227643594581192, 0.390384615384615, 0.315770951555323, 0.684423076923078, 1.36612577245064, 2.50111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1125, '2022-02-13 00:00:00', 0.137878006278684, 0.20476923076923, 0.155133297521841, 0.278499999999999, 0.184875242757421, 0.352153846153846, 0.313871333265964, 0.678423076923076, 1.36792168691722, 2.67430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1140, '2022-02-13 00:00:00', 0.0869699859810176, 0.194461538461538, 0.134818487661687, 0.251230769230769, 0.160622907648749, 0.327961538461539, 0.307330083135381, 0.6685, 1.37802648908335, 2.73473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1155, '2022-02-13 00:00:00', 0.104146819442553, 0.172999999999999, 0.116575046808747, 0.229692307692308, 0.203113037872625, 0.327115384615385, 0.543330335841976, 1.02457692307692, 1.39807954489226, 2.79142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1170, '2022-02-13 00:00:00', 0.0786809721890592, 0.160153846153846, 0.121023608631349, 0.215923076923077, 0.167290479751194, 0.326769230769231, 0.562975606794961, 1.10057692307692, 1.39867079812887, 2.78719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1185, '2022-02-13 00:00:00', 0.0797596099828432, 0.141346153846154, 0.140014576164274, 0.222192307692308, 0.179685610056951, 0.334961538461538, 0.598095079912371, 1.15473076923077, 1.4051334718973, 2.79207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1200, '2022-02-13 00:00:00', 0.0891214642194316, 0.159653846153847, 0.108909475465424, 0.223923076923077, 0.164861438323684, 0.316576923076923, 0.605367148609325, 1.21023076923077, 1.40573165236525, 2.79296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1215, '2022-02-13 00:00:00', 0.0927004522435242, 0.148423076923076, 0.141903932834317, 0.223615384615384, 0.192685714611604, 0.301230769230769, 0.634799185690913, 1.21938461538461, 1.41494897597595, 2.80126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1230, '2022-02-13 00:00:00', 0.0836449731810686, 0.151807692307693, 0.109760830900646, 0.203999999999999, 0.17223768907664, 0.300307692307693, 0.634384208989619, 1.22026923076923, 1.42371501523844, 2.80373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1245, '2022-02-13 00:00:00', 0.0845715354914672, 0.14576923076923, 0.132238950389058, 0.208499999999999, 0.175972253057559, 0.301923076923076, 0.629572447105053, 1.24211538461538, 1.42012755006779, 2.81153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1260, '2022-02-13 00:00:00', 0.12890113086572, 0.160692307692308, 0.160651715976375, 0.224576923076923, 0.176692031077108, 0.329923076923076, 0.6316187506351, 1.24261538461538, 1.42999591822978, 2.82538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1275, '2022-02-13 00:00:00', 0.079227238905665, 0.146346153846154, 0.126990762837909, 0.220576923076923, 0.181416550004086, 0.33326923076923, 0.599446048127256, 1.23873076923077, 1.43349963215364, 2.83034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1290, '2022-02-13 00:00:00', 0.11169921148403, 0.160076923076923, 0.136440852217531, 0.235115384615384, 0.180324613277962, 0.344615384615385, 0.61807616160022, 1.27269230769231, 1.44292991300553, 2.83842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1305, '2022-02-13 00:00:00', 0.0753827158316401, 0.152923076923076, 0.17799506043276, 0.251192307692308, 0.204317550735275, 0.372307692307692, 0.626707027614609, 1.27853846153846, 1.44731578447829, 2.8465 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1320, '2022-02-13 00:00:00', 0.0780184379917114, 0.16672, 0.0965508156361197, 0.222680000000001, 0.171466877267885, 0.367839999999999, 0.677374236789876, 1.30776, 1.36954392895348, 2.74236 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1335, '2022-02-13 00:00:00', 0.0845072580709292, 0.156680000000001, 0.172436094442743, 0.25396, 0.504720212923293, 0.866919999999999, 0.688246363351574, 1.31084, 1.36212064076571, 2.74316 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1350, '2022-02-13 00:00:00', 0.116754114845402, 0.179760000000001, 0.108992935550888, 0.25872, 0.486517224772156, 0.98552, 0.686756985160447, 1.30664, 1.35669613645306, 2.74336 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1365, '2022-02-13 00:00:00', 0.0666023523108107, 0.19096, 0.45402267931606, 0.827519999999999, 0.526244721272021, 1.05156, 0.688372517851587, 1.30184, 1.3580973111919, 2.73884 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 990, '2022-02-13 00:00:00', 0.32171300157845, 0.607846153846154, 0.421492142458014, 0.786884615384616, 0.492244999974606, 0.9345, 0.657748163170257, 1.17538461538462, 1.39879079867632, 2.79746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1005, '2022-02-13 00:00:00', 0.266086801915927, 0.456884615384616, 0.310415463532344, 0.571999999999999, 0.360436242094748, 0.719730769230768, 0.520473476749776, 0.958, 1.39416369251909, 2.73919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1020, '2022-02-13 00:00:00', 0.17248693150051, 0.340692307692306, 0.222853301178497, 0.458923076923076, 0.257325310423625, 0.616653846153846, 0.438868925587304, 0.814576923076923, 1.36007083130028, 2.70111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1035, '2022-02-13 00:00:00', 0.147257581755967, 0.297653846153847, 0.19856725657725, 0.422346153846154, 0.200882839945614, 0.539653846153847, 0.402099109481922, 0.770576923076924, 1.36564816056755, 2.68253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1050, '2022-02-13 00:00:00', 0.139696043664037, 0.297230769230768, 0.163771289866738, 0.391653846153846, 0.179535301863964, 0.452269230769231, 0.433612469661741, 0.748423076923078, 1.37612112168169, 2.67069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1065, '2022-02-13 00:00:00', 0.110762649911351, 0.24473076923077, 0.125443238772946, 0.321384615384617, 0.17935915408433, 0.420115384615385, 0.423077386992753, 0.719346153846155, 1.37767983999856, 2.66030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1080, '2022-02-13 00:00:00', 0.0986379549354413, 0.226615384615385, 0.134985794124363, 0.303730769230769, 0.207542722200663, 0.432307692307692, 0.438891689810385, 0.707346153846154, 1.37994990544529, 2.66030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1095, '2022-02-13 00:00:00', 0.105901064133537, 0.209346153846154, 0.14574352604701, 0.286846153846153, 0.212130656399813, 0.392846153846153, 0.463501710228361, 0.711346153846154, 1.38646997304444, 2.65488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1110, '2022-02-13 00:00:00', 0.081533806108028, 0.188807692307691, 0.155840771795593, 0.289884615384614, 0.330295476109592, 0.410692307692307, 0.516012964953402, 0.7415, 1.39382153145173, 2.66369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1125, '2022-02-13 00:00:00', 0.133065027480783, 0.221307692307691, 0.1551056463784, 0.275807692307692, 0.340062467112237, 0.408192307692307, 0.520501907186338, 0.733346153846154, 1.42316526744491, 2.94753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1140, '2022-02-13 00:00:00', 0.117898913676734, 0.177923076923077, 0.305085985357471, 0.295538461538461, 0.306655075589197, 0.358846153846154, 0.491211870315103, 0.708692307692308, 1.47609826283295, 2.96980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1155, '2022-02-13 00:00:00', 0.254091531054945, 0.193115384615385, 0.257717749605142, 0.246961538461539, 0.245189195395029, 0.301307692307692, 0.737129622251065, 1.189, 1.45376713456401, 2.97819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1170, '2022-02-13 00:00:00', 0.113261175369824, 0.165576923076924, 0.131421693561078, 0.224692307692308, 0.174010786579896, 0.291076923076924, 0.819447544667465, 1.25496153846154, 1.47766565178376, 2.99153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1185, '2022-02-13 00:00:00', 0.105485835724336, 0.168692307692308, 0.129364886449739, 0.211076923076923, 0.145743974674242, 0.296884615384615, 0.858853045547464, 1.30692307692308, 1.48411391072249, 2.9965 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1200, '2022-02-13 00:00:00', 0.104961355525956, 0.155384615384615, 0.127524429032244, 0.217000000000001, 0.195943728185887, 0.332769230769231, 0.852010484767556, 1.33611538461538, 1.48661658602551, 2.98992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1215, '2022-02-13 00:00:00', 0.0820856963085619, 0.156307692307693, 0.127720223083955, 0.222153846153847, 0.233186373133991, 0.363730769230769, 0.836811030961269, 1.31430769230769, 1.48992555312208, 2.98792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1230, '2022-02-13 00:00:00', 0.100684526349156, 0.146423076923076, 0.157692553845962, 0.231692307692307, 0.260666943405978, 0.373846153846154, 0.834310155388639, 1.32565384615385, 1.48775404760123, 2.98588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1245, '2022-02-13 00:00:00', 0.105148276257864, 0.171, 0.181162727530124, 0.263576923076923, 0.278086793313499, 0.372769230769231, 0.830710602204754, 1.33376923076923, 1.48444588159509, 2.98184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1260, '2022-02-13 00:00:00', 0.145092819098143, 0.201384615384616, 0.21864678927791, 0.285538461538461, 0.284211354182331, 0.370576923076923, 0.844304830114009, 1.35361538461538, 1.47686612278005, 2.98723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1275, '2022-02-13 00:00:00', 0.143185173276265, 0.188923076923077, 0.167002975560779, 0.247923076923077, 0.269152138847444, 0.367076923076923, 0.804400712427486, 1.34788461538462, 1.47327178807526, 2.98880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1290, '2022-02-13 00:00:00', 0.110698843020846, 0.173076923076923, 0.179724049159131, 0.247423076923077, 0.29512399740813, 0.393576923076923, 0.793377438549901, 1.356, 1.46866001721087, 2.99861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1305, '2022-02-13 00:00:00', 0.122774446100907, 0.16026923076923, 0.193813931387813, 0.253, 0.259640239266092, 0.372423076923077, 0.785706572749357, 1.34753846153846, 1.46890120786305, 2.99803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1320, '2022-02-13 00:00:00', 0.14349752611108, 0.173960000000001, 0.184856142265637, 0.259280000000001, 0.22253651385784, 0.361800000000001, 0.818455694178576, 1.34516, 1.40828799374749, 2.89736 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1335, '2022-02-13 00:00:00', 0.122468866792069, 0.16596, 0.161111762450791, 0.252399999999999, 0.63356092051199, 0.98476, 0.835650439278691, 1.34164, 1.41448101436534, 2.89204 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1350, '2022-02-13 00:00:00', 0.0906706861854114, 0.183439999999999, 0.132810541750269, 0.26484, 0.726090272165475, 1.0384, 0.829905070876585, 1.33448, 1.40616793093855, 2.899 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1365, '2022-02-13 00:00:00', 0.102505983565188, 0.19568, 0.605448863791705, 0.92708, 0.754232530457286, 1.07828, 0.878483063771485, 1.33608, 1.40918246157125, 2.89428 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 990, '2022-02-13 00:00:00', 0.26951612815068, 0.61112, 0.340600905264016, 0.72232, 0.458221198403857, 0.8592, 0.654442006597988, 1.09856, 1.46997056319733, 2.91096 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1005, '2022-02-13 00:00:00', 0.298444813435695, 0.416159999999999, 0.420877587112136, 0.550119999999999, 0.44391980506994, 0.657279999999999, 0.65532890724175, 0.94832, 1.4821148740904, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1020, '2022-02-13 00:00:00', 0.201446419675307, 0.31892, 0.222624968650568, 0.41728, 0.257593879326871, 0.52076, 0.506815383875957, 0.8156, 1.50108049084651, 2.82484 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1035, '2022-02-13 00:00:00', 0.128982388978754, 0.25496, 0.211620281006649, 0.35332, 0.253437710953468, 0.46944, 0.496236082928278, 0.7678, 1.50122396952176, 2.79536 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1050, '2022-02-13 00:00:00', 0.158768468741959, 0.24352, 0.177972254391894, 0.33196, 0.299170341667307, 0.45332, 0.481975767025688, 0.72984, 1.48135675424029, 2.7746 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1065, '2022-02-13 00:00:00', 0.10218842073999, 0.21516, 0.1816133438563, 0.28736, 0.245553375053165, 0.41228, 0.428356751629606, 0.66144, 1.46948814444577, 2.74336 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1080, '2022-02-13 00:00:00', 0.129278227091805, 0.18688, 0.203551328498081, 0.28068, 0.249967777923477, 0.38884, 0.403629685892074, 0.661559999999999, 1.46343193897086, 2.74296 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1095, '2022-02-13 00:00:00', 0.109500502281952, 0.19588, 0.171320002723948, 0.29228, 0.205226476524514, 0.36664, 0.900210405035031, 0.83576, 1.46177930960867, 2.7438 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1110, '2022-02-13 00:00:00', 0.127948843944237, 0.20136, 0.163207822524943, 0.262280000000001, 0.207164081507067, 0.35404, 1.00653184748422, 0.818879999999999, 1.48980197006179, 2.75308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1125, '2022-02-13 00:00:00', 0.0988721059416328, 0.165120000000001, 0.11476253744145, 0.22324, 0.238328226052505, 0.33448, 1.00408114379931, 0.80712, 1.52684720147979, 2.89128 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1140, '2022-02-13 00:00:00', 0.0905746101288878, 0.16552, 0.171822418017363, 0.24188, 0.237087726379921, 0.330439999999999, 0.993438897634541, 0.83652, 1.53027156849147, 2.92136 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1155, '2022-02-13 00:00:00', 0.129219025946904, 0.17184, 0.174463386798874, 0.23784, 0.202992134494583, 0.321159999999999, 1.02143402952255, 1.11568, 1.56326755867318, 2.94928 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1170, '2022-02-13 00:00:00', 0.100013332444563, 0.154, 0.146526311630369, 0.228279999999999, 0.200050010414063, 0.318439999999999, 1.02645617376811, 1.15512, 1.55741093592325, 2.95736 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1185, '2022-02-13 00:00:00', 0.0972901673688894, 0.13872, 0.117804258553472, 0.20752, 0.180448034994382, 0.28792, 1.02825645309589, 1.1626, 1.55603877415271, 2.9614 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1200, '2022-02-13 00:00:00', 0.0934977718094567, 0.1568, 0.145085032538394, 0.222, 0.170892724635467, 0.29064, 1.01217034468841, 1.18716, 1.57849208951666, 2.97588 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1215, '2022-02-13 00:00:00', 0.0875448075749408, 0.14448, 0.138331100383585, 0.209080000000001, 0.159017745340994, 0.29332, 1.01720797283545, 1.22168, 1.58345824384478, 2.99748 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1230, '2022-02-13 00:00:00', 0.122538769375247, 0.155600000000001, 0.128197672885795, 0.214679999999999, 0.151680563465902, 0.284919999999999, 1.01161833712127, 1.21908, 1.58957614161763, 2.99868 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1245, '2022-02-13 00:00:00', 0.0849280479778819, 0.14424, 0.119985068515489, 0.2098, 0.134588298154037, 0.274519999999999, 1.01753182259819, 1.23548, 1.59278814766225, 2.9912 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1260, '2022-02-13 00:00:00', 0.0869295691925363, 0.1456, 0.100798065457627, 0.1922, 0.144757072366084, 0.29188, 1.02241420666968, 1.25932, 1.59158241696747, 2.99344 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1275, '2022-02-13 00:00:00', 0.0725785321795184, 0.12532, 0.109115336532803, 0.19636, 0.904731372655258, 0.496240000000001, 1.0217679987812, 1.26348, 1.58943499080648, 2.99544 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1290, '2022-02-13 00:00:00', 0.0801911882108423, 0.141720000000001, 0.123407698301199, 0.230720000000001, 1.00909294748634, 0.51892, 1.01902737614518, 1.27628, 1.58834242739614, 2.9948 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1305, '2022-02-13 00:00:00', 0.0936611267638104, 0.16936, 0.890429484387543, 0.404800000000001, 0.98343771705855, 0.50908, 1.00023583552414, 1.26168, 1.58008848169968, 2.99012 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1320, '2022-02-13 00:00:00', 0.0793412643703385, 0.147583333333334, 0.108468714183038, 0.204375, 0.147878597877263, 0.341583333333334, 0.577044996110556, 1.09416666666667, 1.51844831589471, 2.875375 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1335, '2022-02-13 00:00:00', 0.0744409964772224, 0.147375, 0.0886541480756229, 0.217416666666667, 0.486828779828765, 0.7885, 0.575081764822954, 1.09491666666667, 1.51894485628981, 2.87445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1350, '2022-02-13 00:00:00', 0.0633145900945488, 0.154958333333333, 0.106946138075554, 0.263458333333333, 0.514482996437383, 0.865166666666667, 0.571939618785263, 1.08883333333333, 1.55425638063324, 2.879125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1365, '2022-02-13 00:00:00', 0.0911761215720835, 0.197041666666666, 0.470906241629686, 0.750583333333333, 0.511684260661489, 0.879500000000001, 0.568717357719117, 1.08270833333333, 1.55615051570734, 2.87391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 930, '2022-02-13 00:00:00', 0, 0.704000000000001, 0, 0.730000000000004, 0, 0.834000000000003, 0, 0.834000000000003, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 945, '2022-02-13 00:00:00', 0, 0.329999999999998, 0, 0.329999999999998, 0, 0.433999999999997, 0, 0.433999999999997, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 960, '2022-02-13 00:00:00', 0, 0.264000000000003, 0, 0.384, 0, 0.384, 0, 0.384, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 975, '2022-02-13 00:00:00', 0, 0.154000000000003, 0, 0.194000000000003, 0, 0.384, 0, 0.384, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 930, '2022-02-13 00:00:00', 0, 2.332, 0, 2.332, 0, 2.332, 0, 2.984, 0, 5.75 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 945, '2022-02-13 00:00:00', 0, 0.948, 0, 1.382, 0, 1.701, 0, 2.582, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 960, '2022-02-13 00:00:00', 0, 0.573, 0, 0.573, 0, 1.131, 0, 1.773, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 975, '2022-02-13 00:00:00', 0, 0.344000000000001, 0, 0.713000000000001, 0, 1.154, 0, 1.594, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 930, '2022-02-13 00:00:00', 0, 0.901000000000003, 0, 0.901000000000003, 0, 0.901000000000003, 0, 1.462, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 945, '2022-02-13 00:00:00', 0, 0.560000000000002, 0, 0.611000000000004, 0, 0.611000000000004, 0, 1.28, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 960, '2022-02-13 00:00:00', 0, 0.405000000000001, 0, 0.405000000000001, 0, 0.414999999999999, 0, 1.074, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 975, '2022-02-13 00:00:00', 0, 0.225000000000001, 0, 0.265000000000001, 0, 0.475000000000001, 0, 1.024, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 930, '2022-02-13 00:00:00', 0, 0.372999999999998, 0, 0.633000000000003, 0, 0.743000000000002, 0, 1.143, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 945, '2022-02-13 00:00:00', 0, 0.384, 0, 0.423999999999999, 0, 0.583999999999996, 0, 0.893999999999998, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 960, '2022-02-13 00:00:00', 0, 0.213000000000001, 0, 0.283000000000001, 0, 0.452999999999996, 0, 0.683, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 975, '2022-02-13 00:00:00', 0, 0.25, 0, 0.339999999999996, 0, 0.439999999999998, 0, 0.649999999999999, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 930, '2022-02-13 00:00:00', 0, 1.247, 0, 1.788, 0, 1.999, 0, 2.24, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 945, '2022-02-13 00:00:00', 0, 0.951000000000001, 0, 1.281, 0, 1.999, 0, 2.24, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 960, '2022-02-13 00:00:00', 0, 0.585000000000001, 0, 1.303, 0, 1.303, 0, 1.544, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 975, '2022-02-13 00:00:00', 0, 0.763000000000005, 0, 0.763000000000005, 0, 0.873000000000005, 0, 1.364, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:53:38 Duration: 3s666ms 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 969880, 5, 990, '2022-02-13 00:00:00', 0.378105278379531, 1.19780769230769, 0.491971157691181, 1.4855, 0.547853412454881, 1.80019230769231, 0.779760618099207, 2.17030769230769, 2.16305058691156, 6.0508076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1005, '2022-02-13 00:00:00', 0.357224740723001, 0.913653846153847, 0.438647033501882, 1.2005, 0.478125199245811, 1.48411538461538, 0.783961707267351, 1.91703846153846, 2.20305275330531, 5.99807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1020, '2022-02-13 00:00:00', 0.419690312565754, 0.789038461538461, 0.47686348312537, 1.09930769230769, 0.461598006928107, 1.28, 0.833669236198991, 1.84334615384615, 2.19785275771954, 5.99723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1035, '2022-02-13 00:00:00', 0.321025733452102, 0.728192307692306, 0.356095181744345, 0.971538461538459, 0.405735724901739, 1.12103846153846, 0.815567299491589, 1.7995, 2.20450299753795, 6.00911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1050, '2022-02-13 00:00:00', 0.276432960296816, 0.661307692307689, 0.338120242608364, 0.81853846153846, 0.44165612798264, 1.05484615384615, 0.820479875532512, 1.75111538461539, 2.22849409829908, 6.01111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1065, '2022-02-13 00:00:00', 0.268022433045045, 0.59476923076923, 0.330542586573141, 0.796192307692309, 0.472971557121729, 1.01642307692308, 0.806692670485724, 1.74176923076923, 2.23766103743653, 6.02003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1080, '2022-02-13 00:00:00', 0.227298001615633, 0.551307692307691, 0.301237603638978, 0.716423076923074, 0.395329829188428, 0.960923076923072, 0.809990861296975, 1.69565384615384, 2.25242145837626, 6.02988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1095, '2022-02-13 00:00:00', 0.168333716171184, 0.446, 0.237765265626543, 0.623807692307693, 0.472494019498173, 0.925961538461539, 0.806488697998924, 1.6195, 2.26567221778913, 6.04196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1110, '2022-02-13 00:00:00', 0.199212989999687, 0.445846153846157, 0.334073757401886, 0.655653846153845, 0.506098889698292, 0.876615384615386, 0.798681528905853, 1.59823076923077, 2.26882740062926, 6.04842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1125, '2022-02-13 00:00:00', 0.200365730986726, 0.455115384615379, 0.342303527027382, 0.638230769230767, 0.483909268355133, 0.825499999999994, 0.745786205702, 1.60023076923076, 2.38307192473528, 6.26996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1140, '2022-02-13 00:00:00', 0.254056289946814, 0.436961538461539, 0.331057122656407, 0.580461538461537, 0.391672076340165, 0.790153846153843, 0.840458098529972, 1.64015384615385, 2.56763636084599, 6.28019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1155, '2022-02-13 00:00:00', 0.214596867136069, 0.380153846153846, 0.220246407462191, 0.545999999999996, 0.338657621522661, 0.775230769230765, 1.37169950734902, 2.59853846153846, 2.59335599858265, 6.33884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1170, '2022-02-13 00:00:00', 0.180566344082679, 0.409269230769228, 0.323314852498538, 0.578576923076921, 0.338661800893775, 0.757846153846151, 1.34713961357446, 2.77953846153846, 2.63864919200365, 6.41003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1185, '2022-02-13 00:00:00', 0.334047921481563, 0.400423076923078, 0.351969432676278, 0.606192307692307, 0.494399352750388, 0.825000000000002, 1.27885286818365, 2.91946153846154, 2.56826997143093, 6.48338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1200, '2022-02-13 00:00:00', 0.20163207416811, 0.426919999999999, 0.228291903784026, 0.542880000000002, 0.42664162166077, 0.807640000000006, 1.43048351382787, 3.035, 2.50554451966034, 6.42744 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1215, '2022-02-13 00:00:00', 0.221826373544717, 0.35976, 0.320610267042923, 0.55588, 0.415756070310466, 0.744120000000001, 1.50027569910778, 3.05144, 2.50845189509386, 6.42892 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1230, '2022-02-13 00:00:00', 0.209882705338008, 0.3722, 0.309762855530913, 0.528880000000003, 0.530709220446248, 0.763120000000001, 1.52110051388241, 3.12124, 2.50612757523102, 6.44944 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1245, '2022-02-13 00:00:00', 0.207376485327207, 0.364560000000002, 0.300020210430338, 0.490720000000002, 0.587385483874655, 0.790040000000001, 1.55856536596962, 3.1686, 2.51768265606821, 6.45896 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1260, '2022-02-13 00:00:00', 0.268885279130958, 0.352279999999998, 0.524282233153099, 0.56688, 0.576778776192974, 0.806440000000001, 1.60349361499612, 3.20624, 2.54220933966239, 6.48892 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1275, '2022-02-13 00:00:00', 0.305526049080377, 0.386999999999997, 0.363221594438801, 0.547519999999997, 0.473501063004795, 0.792559999999999, 1.60357344494518, 3.24828, 2.58514218306589, 6.44576 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1290, '2022-02-13 00:00:00', 0.267599595166605, 0.409720000000001, 0.429526879252047, 0.58444, 0.469023179953119, 0.815920000000001, 1.57457912577721, 3.23544, 2.61626530701048, 6.42864 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1305, '2022-02-13 00:00:00', 0.220668846917732, 0.369360000000003, 0.291015102700879, 0.536960000000001, 0.434490034408158, 0.823439999999999, 1.48900018804566, 3.25532, 2.53191410267673, 6.40224 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1320, '2022-02-13 00:00:00', 0.184506686576136, 0.394249999999997, 0.259702641412295, 0.545375, 0.45313624498791, 1.04575, 1.56306183580056, 3.29770833333333, 2.60142899275529, 6.47225 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1335, '2022-02-13 00:00:00', 0.196433250085445, 0.425249999999998, 0.322950752291737, 0.624166666666664, 1.16626996697573, 2.200375, 1.49357109261516, 3.283, 2.5583534952942, 6.46145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1350, '2022-02-13 00:00:00', 0.232547887385668, 0.471541666666665, 0.358903725333096, 0.875166666666665, 1.07481736820727, 2.444125, 1.48225533149779, 3.23845833333333, 2.57520087720764, 6.45058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1365, '2022-02-13 00:00:00', 0.327937698941971, 0.709956521739132, 1.08569646141273, 2.09352173913044, 1.01983702875381, 2.59926086956522, 1.4554913517774, 3.29856521739131, 2.37090279081161, 6.66995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 990, '2022-02-13 00:00:00', 0.706252813255912, 1.16808333333333, 0.700690403578265, 1.58445833333333, 0.745458243467486, 1.99641666666667, 1.04280086542328, 2.62241666666667, 2.46451433908108, 6.38383333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1005, '2022-02-13 00:00:00', 0.488174854335818, 0.73308333333333, 0.567225487459079, 1.12716666666667, 0.708265915376461, 1.57545833333333, 0.938882405896206, 2.22220833333333, 2.46891381643244, 6.17770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1020, '2022-02-13 00:00:00', 0.450327077188654, 0.672291666666669, 0.512118589074215, 0.983833333333335, 0.646100408078224, 1.34920833333333, 0.762153694226556, 1.97908333333333, 2.48395669603027, 6.00745833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1035, '2022-02-13 00:00:00', 0.369840143689216, 0.561083333333332, 0.486780146710899, 0.876708333333334, 0.553454446432013, 1.17220833333333, 0.709215958197727, 1.80033333333333, 2.50413553454328, 5.92191666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1050, '2022-02-13 00:00:00', 0.370998806103789, 0.548874999999999, 0.395814165058396, 0.795375, 0.481000480204048, 1.014375, 0.636347662701833, 1.6375, 2.43713527445944, 5.84020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1065, '2022-02-13 00:00:00', 0.301454144853369, 0.436916666666665, 0.258838528928693, 0.618416666666665, 0.391801191821879, 0.918999999999999, 0.586071735976189, 1.50558333333334, 2.40159900197855, 5.788875 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1080, '2022-02-13 00:00:00', 0.22918475554433, 0.389499999999997, 0.23759382204797, 0.574708333333332, 0.330233470332032, 0.863666666666665, 0.552237108745291, 1.42979166666667, 2.42420176874363, 5.78704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1095, '2022-02-13 00:00:00', 0.223327341472727, 0.379166666666669, 0.289683857539289, 0.67704166666667, 0.369762702989014, 0.846749999999999, 0.56004265980111, 1.47470833333333, 2.41730092476497, 5.77375 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1110, '2022-02-13 00:00:00', 0.260541353918048, 0.432833333333335, 0.250851751935832, 0.640416666666667, 0.347289869738795, 0.833416666666665, 0.635274584019735, 1.46433333333333, 2.43208614901526, 5.76791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1125, '2022-02-13 00:00:00', 0.22103175389949, 0.351083333333333, 0.277370883266535, 0.483208333333331, 0.344211551798169, 0.717875000000001, 0.67583914023846, 1.43875, 2.43343466299344, 5.88479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1140, '2022-02-13 00:00:00', 0.241121890968753, 0.303124999999995, 0.281945103994847, 0.474208333333332, 0.308062032032038, 0.718041666666666, 0.719036185620643, 1.61341666666666, 2.42183327972481, 5.9065 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1155, '2022-02-13 00:00:00', 0.167211312979731, 0.265333333333333, 0.21419899660112, 0.460083333333332, 0.269419985567492, 0.721791666666669, 1.01676949972927, 2.53370833333333, 2.43871321498194, 5.90016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1170, '2022-02-13 00:00:00', 0.22491774664002, 0.313083333333333, 0.224933963739316, 0.455374999999999, 0.270018809731278, 0.647625000000001, 1.13151189017557, 2.700875, 2.46200147421929, 5.92129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1185, '2022-02-13 00:00:00', 0.170810832735251, 0.259083333333332, 0.245771353031663, 0.502583333333336, 0.228455268668964, 0.628375, 1.15645052197775, 2.895375, 2.46529328002202, 5.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1200, '2022-02-13 00:00:00', 0.22301972357047, 0.348333333333337, 0.214917307993941, 0.45516666666667, 0.229168108032356, 0.634249999999998, 1.2314147013361, 2.99991666666667, 2.46495164429156, 5.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1215, '2022-02-13 00:00:00', 0.192314502192694, 0.288208333333337, 0.172801296417236, 0.414875, 0.252124523524226, 0.628083333333329, 1.30178263438022, 3.076875, 2.4738077306868, 5.91408333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1230, '2022-02-13 00:00:00', 0.173053517524305, 0.272708333333335, 0.208848794204276, 0.418916666666663, 0.261208049124709, 0.618583333333331, 1.31534424876289, 3.08833333333333, 2.46553357837344, 5.9245 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1245, '2022-02-13 00:00:00', 0.147433545580104, 0.280958333333332, 0.245753319083546, 0.433208333333331, 0.318370295297059, 0.608083333333331, 1.32670088737636, 3.094125, 2.46311446979314, 5.92325 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1260, '2022-02-13 00:00:00', 0.179561946841814, 0.276166666666665, 0.222182059927491, 0.422208333333333, 0.315291442701157, 0.568541666666666, 1.31578602658397, 3.10379166666667, 2.46838306959452, 5.92925 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1275, '2022-02-13 00:00:00', 0.179572903123585, 0.289416666666668, 0.243598371642065, 0.40691666666667, 0.303887967414192, 0.649375, 1.30941187636149, 3.110375, 2.49144797547385, 5.95116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1290, '2022-02-13 00:00:00', 0.192286452227254, 0.251916666666669, 0.200310555988891, 0.358166666666668, 0.371253956207874, 0.656250000000001, 1.33503650210641, 3.152125, 2.49313934243497, 5.94604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1305, '2022-02-13 00:00:00', 0.171207852107282, 0.250708333333334, 0.254450459288022, 0.456416666666669, 0.45662285043155, 0.773583333333336, 1.3267188461536, 3.156875, 2.50756443268323, 5.93591666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1320, '2022-02-13 00:00:00', 0.21541133553799, 0.294956521739131, 0.280275076624866, 0.463869565217392, 0.504626018921271, 0.973652173913042, 1.30049461706378, 3.20839130434782, 2.55766901427086, 5.95717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1335, '2022-02-13 00:00:00', 0.229413283280315, 0.320000000000001, 0.311048062577472, 0.543478260869569, 1.01026895217621, 2.07208695652174, 1.31077826653924, 3.23186956521739, 2.7290625705238, 6.03482608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1350, '2022-02-13 00:00:00', 0.245679319567682, 0.357347826086957, 0.385457312709134, 0.730391304347824, 1.11353346011622, 2.39930434782609, 1.28357727486636, 3.1845652173913, 2.78009406244599, 6.00478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1365, '2022-02-13 00:00:00', 0.380317762917425, 0.536347826086952, 0.9507984412531, 1.92930434782608, 1.13960543064229, 2.60291304347826, 1.30190664073341, 3.17291304347826, 2.805076800679, 5.96230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 990, '2022-02-13 00:00:00', 0.557851218102518, 1.49530769230769, 0.882058561635134, 1.90411538461539, 0.979545663128496, 2.31488461538462, 1.02725332730614, 2.74896153846154, 2.72472062759864, 5.76946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1005, '2022-02-13 00:00:00', 0.479848272493907, 1.04126923076923, 0.561845585137469, 1.41269230769231, 0.783159026978851, 1.7683076923077, 0.903135594215207, 2.26430769230769, 2.65477407788598, 5.56873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1020, '2022-02-13 00:00:00', 0.303594864150336, 0.85319230769231, 0.484002148755559, 1.095, 0.725823996466186, 1.43107692307692, 0.913806514615561, 1.98111538461538, 2.68791713013283, 5.49553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1035, '2022-02-13 00:00:00', 0.311253784654158, 0.694961538461537, 0.515768655652749, 1.02288461538462, 0.553520827208735, 1.26211538461538, 0.772852025840748, 1.84457692307692, 2.70136878722906, 5.48973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1050, '2022-02-13 00:00:00', 0.354284963531639, 0.714346153846154, 0.388551044067768, 0.89707692307692, 0.405844471915801, 1.11815384615385, 0.668858546618502, 1.79465384615384, 2.70511213360641, 5.49484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1065, '2022-02-13 00:00:00', 0.264740247150935, 0.586038461538458, 0.328224960378375, 0.781769230769231, 0.378201234590999, 1.02542307692308, 0.682437648884778, 1.77376923076923, 2.71322991994072, 5.50096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1080, '2022-02-13 00:00:00', 0.274999502097453, 0.567384615384619, 0.379195983425662, 0.783076923076928, 0.445104502854712, 1.03153846153846, 0.707057565929721, 1.74319230769231, 2.76923223044833, 5.53188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1095, '2022-02-13 00:00:00', 0.282561364335937, 0.522269230769232, 0.323024000060963, 0.736769230769232, 0.409849067903711, 0.946538461538465, 0.680851819414474, 1.744, 2.7879830208621, 5.55226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1110, '2022-02-13 00:00:00', 0.244330746829281, 0.516076923076926, 0.325285164834701, 0.683038461538462, 0.390801236121184, 0.893384615384616, 0.650625111246573, 1.67865384615384, 2.84915687285798, 5.48061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1125, '2022-02-13 00:00:00', 0.229076436689054, 0.455423076923076, 0.286940264488303, 0.621346153846155, 0.364747856006775, 0.926961538461536, 0.671546107014368, 1.67742307692307, 2.86799428950188, 5.74073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1140, '2022-02-13 00:00:00', 0.259850406669212, 0.43507692307693, 0.303406518362108, 0.610346153846157, 0.378329559226629, 0.917846153846154, 0.717002955685357, 1.71896153846153, 2.8708672107115, 5.80969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1155, '2022-02-13 00:00:00', 0.178658574252247, 0.406384615384615, 0.200317858952672, 0.613730769230769, 0.312452718884732, 0.862692307692307, 0.84513241201965, 2.19207692307692, 2.89674677791908, 5.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1170, '2022-02-13 00:00:00', 0.154162656358095, 0.432730769230767, 0.22908295104948, 0.609961538461538, 0.318717094229105, 0.818115384615384, 0.880334380527343, 2.4006923076923, 2.89159817854311, 5.95811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1185, '2022-02-13 00:00:00', 0.132495666111995, 0.401692307692306, 0.223984106579015, 0.559999999999997, 0.345186970517983, 0.775730769230765, 0.912302810727634, 2.58253846153846, 2.89828946184044, 5.97973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1200, '2022-02-13 00:00:00', 0.17579062721142, 0.406230769230766, 0.282010629914222, 0.534346153846154, 0.423367045699845, 0.759846153846153, 0.976114508572716, 2.63957692307692, 2.90337214260617, 6.02796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1215, '2022-02-13 00:00:00', 0.170782722959725, 0.352461538461539, 0.250163097567593, 0.533153846153846, 0.330362076422912, 0.742307692307688, 0.972340177889643, 2.6746923076923, 2.91303698885914, 6.05146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1230, '2022-02-13 00:00:00', 0.160103202293437, 0.358346153846153, 0.222055654839393, 0.474923076923075, 0.298674716294908, 0.70911538461538, 0.984864864607556, 2.7051923076923, 2.92349655378623, 6.0565 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1245, '2022-02-13 00:00:00', 0.159782929674558, 0.33576923076923, 0.177690448208718, 0.481153846153847, 0.284883457953223, 0.776769230769229, 0.947610750986194, 2.71984615384615, 2.90309446254536, 6.07253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1260, '2022-02-13 00:00:00', 0.103827941992805, 0.364192307692305, 0.205339733499988, 0.530384615384612, 0.302361729365038, 0.800153846153841, 0.979060171011742, 2.73046153846153, 2.90021308500971, 6.07453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1275, '2022-02-13 00:00:00', 0.151876994763729, 0.392307692307691, 0.202674718547877, 0.610192307692304, 0.370396022989117, 0.839423076923072, 1.03448863993465, 2.74488461538461, 2.87125771423229, 6.0653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1290, '2022-02-13 00:00:00', 0.191176636004103, 0.397115384615383, 0.236743564610773, 0.550653846153844, 0.442711894507548, 0.831307692307689, 1.02549167494652, 2.73815384615384, 2.84720122468471, 6.04942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1305, '2022-02-13 00:00:00', 0.130114931443763, 0.354846153846154, 0.324940678609782, 0.590730769230765, 0.465742589849803, 0.871999999999994, 1.02617957417868, 2.76196153846153, 2.9102618875019, 6.06842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1320, '2022-02-13 00:00:00', 0.158235025621173, 0.383639999999999, 0.272213384437034, 0.556280000000002, 0.348531069872781, 0.931359999999999, 1.043390586821, 2.7432, 3.03683201269568, 6.12244 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1335, '2022-02-13 00:00:00', 0.20452117249811, 0.41208, 0.236118282505472, 0.596519999999997, 0.709815297571606, 1.78156, 1.04102399427999, 2.74204, 3.0423133467807, 6.1296 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1350, '2022-02-13 00:00:00', 0.155263185162056, 0.441359999999997, 0.252133311299135, 0.731960000000001, 0.743690515828549, 2.0266, 1.03842795128021, 2.74212, 3.04213001037102, 6.1292 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1365, '2022-02-13 00:00:00', 0.274329868345877, 0.640720000000007, 0.688989569345333, 1.68672, 0.824339681199445, 2.21408, 1.0143451368576, 2.70816, 3.03413331007939, 6.11888 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 990, '2022-02-13 00:00:00', 0.597132192554227, 1.23384615384615, 0.624685965413515, 1.58765384615384, 0.784496652932017, 1.95896153846153, 0.954114227156023, 2.42996153846154, 2.9536850238304, 5.9735 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1005, '2022-02-13 00:00:00', 0.311091715390521, 0.90384615384615, 0.412187462952702, 1.27876923076923, 0.453320862762111, 1.58973076923077, 0.651835634072079, 2.12957692307693, 2.92611700407527, 5.77819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1020, '2022-02-13 00:00:00', 0.30342075381581, 0.838923076923077, 0.385259217430791, 1.06823076923077, 0.525596177248716, 1.41330769230769, 0.681882290766915, 2.00153846153846, 2.93264545340629, 5.74434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1035, '2022-02-13 00:00:00', 0.290812231252665, 0.683923076923075, 0.349497591055853, 0.94161538461538, 0.484695395226574, 1.22111538461538, 0.670627129002282, 1.93311538461538, 2.9350841699371, 5.70673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1050, '2022-02-13 00:00:00', 0.244632449574082, 0.63434615384615, 0.366978601346394, 0.893576923076923, 0.550795374540661, 1.20123076923077, 0.723549860064943, 1.848, 2.91886198819914, 5.66488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1065, '2022-02-13 00:00:00', 0.287560254555457, 0.621500000000002, 0.423700765235959, 0.855538461538464, 0.489204133890326, 1.13573076923077, 0.750563735826919, 1.82419230769231, 2.91925442957879, 5.67223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1080, '2022-02-13 00:00:00', 0.25438165149119, 0.579230769230774, 0.360961928527306, 0.792923076923079, 0.37601077930539, 1.02411538461538, 0.813450194210771, 1.74453846153846, 2.9176064035702, 5.67638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1095, '2022-02-13 00:00:00', 0.191928929153872, 0.508923076923078, 0.285199115329298, 0.697846153846154, 0.354766323959006, 0.892769230769229, 0.877572810917441, 1.73003846153846, 2.91399539015527, 5.67557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1110, '2022-02-13 00:00:00', 0.197822795606419, 0.511461538461541, 0.265380667083228, 0.671461538461539, 0.279498110630742, 0.828076923076927, 0.930546023331709, 1.70169230769231, 2.8972970876053, 5.68257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1125, '2022-02-13 00:00:00', 0.222836349058092, 0.465961538461538, 0.215145174600428, 0.586384615384615, 0.309512174484056, 0.848115384615386, 0.990059808605207, 1.72223076923077, 2.85833396471549, 5.78757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1140, '2022-02-13 00:00:00', 0.153671657964439, 0.413461538461537, 0.200026982795212, 0.555076923076925, 0.32837921090387, 0.818115384615387, 1.14313390089902, 1.85934615384616, 2.80745951981228, 5.84634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1155, '2022-02-13 00:00:00', 0.152636743232472, 0.361846153846154, 0.303631740511685, 0.640076923076922, 0.341898484708775, 0.835423076923077, 1.63904292382898, 2.85311538461539, 2.72240481842518, 5.92834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1170, '2022-02-13 00:00:00', 0.237189405004005, 0.471576923076923, 0.251513033765346, 0.606384615384615, 0.275112231643744, 0.816499999999998, 1.83078330104484, 3.05715384615385, 2.68113355619481, 5.96288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1185, '2022-02-13 00:00:00', 0.100817947120236, 0.363461538461536, 0.188727956430575, 0.501807692307693, 0.303438035747765, 0.718807692307692, 1.78336996118627, 3.09553846153846, 2.62096678844922, 5.96688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1200, '2022-02-13 00:00:00', 0.159086198211975, 0.350538461538461, 0.189300237717763, 0.516499999999997, 0.352700930185685, 0.738884615384614, 1.82331516031819, 3.15157692307693, 2.61187953898219, 5.97961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1215, '2022-02-13 00:00:00', 0.13824614057765, 0.372346153846152, 0.216951611052928, 0.519807692307693, 0.447678964643876, 0.872846153846154, 1.91292840551218, 3.21173076923077, 2.60330190837594, 5.97888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1230, '2022-02-13 00:00:00', 0.190816512751023, 0.358692307692306, 0.299945772021956, 0.526115384615384, 0.463462143504232, 0.866961538461537, 1.83869768000657, 3.25603846153846, 2.59041782462865, 5.96688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1245, '2022-02-13 00:00:00', 0.176791576548379, 0.371692307692305, 0.356096728432035, 0.661999999999996, 0.397749014406747, 0.847961538461535, 1.86220339341908, 3.27603846153846, 2.60002690281939, 5.96415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1260, '2022-02-13 00:00:00', 0.381237896655295, 0.53857692307692, 0.389236382598621, 0.65780769230769, 0.461089160408434, 0.845576923076923, 1.89399455811094, 3.27911538461538, 2.63104327245647, 5.98269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1275, '2022-02-13 00:00:00', 0.281441216707035, 0.427038461538463, 0.292001138037824, 0.568769230769229, 0.459812063615292, 0.832576923076925, 1.91524819399873, 3.26573076923077, 2.65339110080782, 5.95057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1290, '2022-02-13 00:00:00', 0.248755514820978, 0.424115384615386, 0.368888392544206, 0.615384615384618, 0.567707313539427, 0.856076923076925, 1.91714611457118, 3.29123076923077, 2.65685929594729, 5.94903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1305, '2022-02-13 00:00:00', 0.205230841886733, 0.449461538461535, 0.352040148497081, 0.598115384615385, 0.487154344519899, 0.866346153846154, 1.92209726200715, 3.28973076923077, 2.68489238174241, 5.96569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1320, '2022-02-13 00:00:00', 0.161125282518497, 0.396760000000003, 0.272405182280609, 0.5686, 0.516698500094591, 0.995560000000002, 1.9825393161297, 3.25616, 2.8307890407682, 6.04848 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1335, '2022-02-13 00:00:00', 0.188230514706479, 0.386680000000002, 0.272045645679793, 0.5802, 1.4211628138019, 2.33208, 2.00076460384524, 3.2314, 2.8382177723588, 6.03796 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1350, '2022-02-13 00:00:00', 0.239404239728543, 0.463839999999999, 0.462376711495438, 0.824160000000002, 1.69802419495915, 2.6182, 2.00169069955042, 3.22864, 2.83443353129569, 6.03388 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1365, '2022-02-13 00:00:00', 0.351584968393134, 0.662640000000001, 1.33930360386782, 2.21632, 1.61371909678647, 2.66736, 1.98116595468426, 3.21396, 2.80059412030138, 5.99952 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 990, '2022-02-13 00:00:00', 0.722130613762728, 1.49204, 0.997401361873276, 1.85768, 0.987668832824714, 2.06784, 1.44051430977504, 2.63768, 2.19596728648979, 5.49064 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1005, '2022-02-13 00:00:00', 0.422559660482009, 0.881799999999997, 0.425625273372409, 1.09596, 0.668602378099278, 1.40184, 1.25955771073289, 2.07128, 2.19413049748642, 5.34484 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1020, '2022-02-13 00:00:00', 0.333548097481208, 0.716, 0.393249505191465, 0.920440000000002, 0.55439240915919, 1.23312, 1.15385959140039, 1.86496, 2.1391262094603, 5.29924 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1035, '2022-02-13 00:00:00', 0.345324543002667, 0.700960000000005, 0.555751329283166, 0.967040000000003, 0.557639704468755, 1.18104, 1.13391197777135, 1.80096, 2.13879878826098, 5.29044 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1050, '2022-02-13 00:00:00', 0.436821733281059, 0.673319999999999, 0.418787436137555, 0.8814, 0.534361478776303, 1.10224, 1.08203390581503, 1.68896, 2.1602746029151, 5.26988 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1065, '2022-02-13 00:00:00', 0.205656266619811, 0.626799999999998, 0.267455292214104, 0.772199999999997, 0.471686576729366, 1.02632, 1.06551299382035, 1.62124, 2.16671511971463, 5.24492 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1080, '2022-02-13 00:00:00', 0.213650415398612, 0.4908, 0.427416658542925, 0.724600000000001, 0.494388083054869, 0.932079999999999, 1.06616041319619, 1.57288, 2.1820962345109, 5.22832 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1095, '2022-02-13 00:00:00', 0.243919365091558, 0.521360000000001, 0.343711085070009, 0.73068, 0.382396225574123, 0.874959999999999, 1.01591094918141, 1.62684, 2.14265022810537, 5.1942 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1110, '2022-02-13 00:00:00', 0.297823566338642, 0.549719999999998, 0.320112469818551, 0.674919999999999, 0.468342848064676, 0.915239999999997, 0.990990225313381, 1.61528, 2.12119656247757, 5.19576 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1125, '2022-02-13 00:00:00', 0.194259920381599, 0.424799999999999, 0.226663017127479, 0.570039999999999, 0.438146501374442, 0.812759999999998, 0.994244894379647, 1.56592, 2.11719421011236, 5.41436 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1140, '2022-02-13 00:00:00', 0.187856611985491, 0.420240000000001, 0.413500048367592, 0.609959999999998, 0.501631165964265, 0.773919999999998, 1.03012401033403, 1.62868, 2.10328958618002, 5.5838 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1155, '2022-02-13 00:00:00', 0.264462977875291, 0.376599999999996, 0.303676653695998, 0.492479999999997, 0.444216257394228, 0.683399999999998, 0.927776020024947, 2.09452, 2.04905173352618, 5.67444 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1170, '2022-02-13 00:00:00', 0.157111605766941, 0.34016, 0.255350621694959, 0.47776, 0.360711833277851, 0.653119999999999, 0.868960321303567, 2.20496, 2.06090857148006, 5.70384 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1185, '2022-02-13 00:00:00', 0.171358299088976, 0.3552, 0.222618605092506, 0.48772, 0.391913136634465, 0.700640000000002, 0.85848463779693, 2.21404, 2.09963171611912, 5.74648 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1200, '2022-02-13 00:00:00', 0.202568367059949, 0.40788, 0.250031551342359, 0.525119999999999, 0.427808652709753, 0.722080000000002, 0.869696882061019, 2.2774, 2.10896088157177, 5.7632 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1215, '2022-02-13 00:00:00', 0.218595684617358, 0.369639999999998, 0.346631879664865, 0.536919999999999, 0.413991694763715, 0.691039999999999, 0.852368724985452, 2.30988, 2.13058682213766, 5.77596 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1230, '2022-02-13 00:00:00', 0.202307579360404, 0.346239999999999, 0.258011627644959, 0.463999999999999, 0.346547461876918, 0.668320000000002, 0.85538811853645, 2.3118, 2.12521064681441, 5.77972 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1245, '2022-02-13 00:00:00', 0.202130733272641, 0.3414, 0.330774595961258, 0.520999999999998, 0.382429392175863, 0.724359999999999, 0.859146498955015, 2.32696, 2.16415283656215, 5.8248 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1260, '2022-02-13 00:00:00', 0.228340520568153, 0.356319999999999, 0.31432492212147, 0.536360000000002, 0.404374958011332, 0.72876, 0.896157859977802, 2.35508, 2.16023777086381, 5.83832 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1275, '2022-02-13 00:00:00', 0.249619376918809, 0.401400000000002, 0.312264487253995, 0.52612, 0.658903128944861, 0.818400000000001, 0.907078138861252, 2.3588, 2.14994921490408, 5.86672 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1290, '2022-02-13 00:00:00', 0.209942587389985, 0.365160000000001, 0.298414823134955, 0.520640000000002, 0.687579360268081, 0.864280000000001, 0.910047846727483, 2.3962, 2.14689833868925, 5.88268 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1305, '2022-02-13 00:00:00', 0.268544893825968, 0.422879999999999, 0.578694574019835, 0.667080000000002, 0.687233191864304, 0.915720000000002, 0.924830389855348, 2.4226, 2.16051010566177, 5.8818 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1320, '2022-02-13 00:00:00', 0.280453553466833, 0.442750000000004, 0.377437448028032, 0.616625000000001, 0.460776831061933, 1.002375, 0.825639829843001, 2.33679166666667, 2.1830508900174, 5.94483333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1335, '2022-02-13 00:00:00', 0.261052704434862, 0.436416666666666, 0.309278402793962, 0.621000000000002, 0.531522035209305, 1.64775, 0.793293117967429, 2.32916666666667, 2.17802724693833, 5.95058333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1350, '2022-02-13 00:00:00', 0.153775857964616, 0.489166666666667, 0.29085719141376, 0.828416666666667, 0.570990886434541, 1.832375, 0.773683340412522, 2.34145833333333, 2.18151791947052, 5.96520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1365, '2022-02-13 00:00:00', 0.262054587603533, 0.649458333333335, 0.477406973638073, 1.528875, 0.55588010743377, 1.85120833333334, 0.743142123405547, 2.30395833333333, 2.18352747947517, 5.96941666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 930, '2022-02-13 00:00:00', 0, 1.31899999999999, 0, 2.15000000000001, 0, 3.19999999999999, 0, 3.31800000000001, 0, 5.339 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 945, '2022-02-13 00:00:00', 0, 1.14400000000001, 0, 1.452, 0, 2.31200000000001, 0, 2.31200000000001, 0, 4.333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 960, '2022-02-13 00:00:00', 0, 0.870000000000005, 0, 1.61199999999999, 0, 1.73000000000002, 0, 1.73000000000002, 0, 4.69399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 975, '2022-02-13 00:00:00', 0, 0.843999999999994, 0, 1.352, 0, 1.71800000000002, 0, 1.71800000000002, 0, 4.97399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 930, '2022-02-13 00:00:00', 0, 1.14400000000001, 0, 1.41399999999999, 0, 1.803, 0, 1.923, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 945, '2022-02-13 00:00:00', 0, 0.820999999999998, 0, 0.920000000000016, 0, 1.251, 0, 1.411, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 960, '2022-02-13 00:00:00', 0, 0.723000000000013, 0, 1.01300000000001, 0, 1.054, 0, 1.214, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 975, '2022-02-13 00:00:00', 0, 0.691000000000003, 0, 0.731999999999999, 0, 0.924000000000007, 0, 1.17400000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 930, '2022-02-13 00:00:00', 0, 1.87, 0, 2.31, 0, 2.54300000000001, 0, 2.72200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 945, '2022-02-13 00:00:00', 0, 0.860000000000014, 0, 1.09300000000002, 0, 1.10300000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 960, '2022-02-13 00:00:00', 0, 0.623000000000019, 0, 1.10300000000001, 0, 1.28200000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 975, '2022-02-13 00:00:00', 0, 0.74199999999999, 0, 1.001, 0, 1.28200000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 930, '2022-02-13 00:00:00', 0, 0.772999999999996, 0, 1.32299999999998, 0, 1.32299999999998, 0, 2.75299999999999, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 945, '2022-02-13 00:00:00', 0, 1.083, 0, 1.262, 0, 1.959, 0, 2.69200000000001, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 960, '2022-02-13 00:00:00', 0, 0.691000000000003, 0, 1.06100000000001, 0, 2.69200000000001, 0, 2.69200000000001, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 975, '2022-02-13 00:00:00', 0, 0.850999999999999, 0, 1.749, 0, 2.482, 0, 2.482, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 930, '2022-02-13 00:00:00', 0, 2.37899999999999, 0, 2.48599999999999, 0, 2.84999999999999, 0, 3.47, 0, 3.89000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 945, '2022-02-13 00:00:00', 0, 0.889999999999986, 0, 1.37199999999999, 0, 1.72399999999999, 0, 2.03399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 960, '2022-02-13 00:00:00', 0, 1.37199999999999, 0, 1.41399999999999, 0, 1.72399999999999, 0, 2.03399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 975, '2022-02-13 00:00:00', 0, 0.494, 0, 0.804000000000002, 0, 1.114, 0, 1.25399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:58:04 Duration: 3s640ms Database: acaweb_fx User: pgperfstats
15 50 4s257ms 51ms 251ms 85ms select * from ( select distinct case when f.pricedatetime is not null then f.pricedatetime else t.pricedatetime end as pricedatetime, case when f.high is not null then f.high else t.high end as high, case when f.low is not null then f.low else t.low end as low from t60_ps t left outer join t60_fps f on t.symbolid = f.symbolid and t.pricedatetime = f.pricedatetime where t.pricedatetime >= current_timestamp - interval ? and t.symbolid = ?) a order by (high - low) limit ?;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Feb 13 14 50 4s257ms 85ms [ User: pgperfstats - Total duration: 4s257ms - Times executed: 50 ]
-
select * from ( select distinct case when f.pricedatetime is not null then f.pricedatetime else t.pricedatetime end as pricedatetime, case when f.high is not null then f.high else t.high end as high, case when f.low is not null then f.low else t.low end as low FROM t60_ps t LEFT OUTER JOIN t60_fps f ON t.symbolid = f.symbolid and t.pricedatetime = f.pricedatetime WHERE t.pricedatetime >= current_timestamp - interval '6 months' and t.symbolid = 1020951) a order by (high - low) LIMIT 3118;
Date: 2022-02-13 14:16:13 Duration: 251ms Database: acaweb_fx User: pgperfstats
-
select * from ( select distinct case when f.pricedatetime is not null then f.pricedatetime else t.pricedatetime end as pricedatetime, case when f.high is not null then f.high else t.high end as high, case when f.low is not null then f.low else t.low end as low FROM t60_ps t LEFT OUTER JOIN t60_fps f ON t.symbolid = f.symbolid and t.pricedatetime = f.pricedatetime WHERE t.pricedatetime >= current_timestamp - interval '6 months' and t.symbolid = 1020956) a order by (high - low) LIMIT 3118;
Date: 2022-02-13 14:16:13 Duration: 240ms Database: acaweb_fx User: pgperfstats
-
select * from ( select distinct case when f.pricedatetime is not null then f.pricedatetime else t.pricedatetime end as pricedatetime, case when f.high is not null then f.high else t.high end as high, case when f.low is not null then f.low else t.low end as low FROM t60_ps t LEFT OUTER JOIN t60_fps f ON t.symbolid = f.symbolid and t.pricedatetime = f.pricedatetime WHERE t.pricedatetime >= current_timestamp - interval '6 months' and t.symbolid = 1026341) a order by (high - low) LIMIT 3126;
Date: 2022-02-13 14:16:21 Duration: 221ms Database: acaweb_fx User: pgperfstats
16 48 8s57ms 51ms 401ms 167ms update datafeeds_latestrun set latestrxtime = subquery.latestrxtime, latestdbwritetime = subquery.latestdbwritetime from ( select latestrxtime, latestdbwritetime from latest_t15_candle_view where classname ilike ?) as subquery where datafeeds_latestrun.feedname ilike ?;Times Reported Time consuming queries #16
Day Hour Count Duration Avg duration Feb 13 14 48 8s57ms 167ms [ User: postgres - Total duration: 8s57ms - Times executed: 48 ]
-
UPDATE datafeeds_latestrun SET latestrxtime = subquery.latestrxtime, latestdbwritetime = subquery.latestdbwritetime FROM ( select latestrxtime, latestdbwritetime from latest_t15_candle_view where classname ilike 'PEPPERSTONE') AS subquery WHERE datafeeds_latestrun.feedname ilike 'PEPPERSTONE';
Date: 2022-02-13 14:03:02 Duration: 401ms Database: acaweb_fx User: postgres
-
UPDATE datafeeds_latestrun SET latestrxtime = subquery.latestrxtime, latestdbwritetime = subquery.latestdbwritetime FROM ( select latestrxtime, latestdbwritetime from latest_t15_candle_view where classname ilike 'ICMARKETS') AS subquery WHERE datafeeds_latestrun.feedname ilike 'ICMARKETS';
Date: 2022-02-13 14:03:02 Duration: 396ms Database: acaweb_fx User: postgres
-
UPDATE datafeeds_latestrun SET latestrxtime = subquery.latestrxtime, latestdbwritetime = subquery.latestdbwritetime FROM ( select latestrxtime, latestdbwritetime from latest_t15_candle_view where classname ilike 'Forex4You') AS subquery WHERE datafeeds_latestrun.feedname ilike 'Forex4You';
Date: 2022-02-13 14:03:02 Duration: 395ms Database: acaweb_fx User: postgres
17 46 14s459ms 54ms 1s934ms 314ms select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and patternendprice > ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #17
Day Hour Count Duration Avg duration Feb 13 14 46 14s459ms 314ms [ User: postgres - Total duration: 14s459ms - Times executed: 46 ]
-
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 = 4876 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 68634301 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:03:21 Duration: 1s934ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4876 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 68634301 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:11:23 Duration: 1s644ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3362 AND patternlengthbars >= 20 AND averagequality >= 0.0 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 68631669 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:03:04 Duration: 1s82ms Database: acaweb_fx User: postgres Bind query: yes
18 45 13s773ms 50ms 3s115ms 306ms with rar_max as ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ? ), fr as ( select a.*, rr.age, rr.relevant from fibonacci_results a left outer join relevance_fibonacci_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) end ), results as ( select distinct on (s.symbolid) fr.resultuid as resultuid, fr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, fr.pattern as pattern_name, fr.timed as timed, fr.patternendtime as identified, dtt.timezone as timezone, fr.patternlengthbars as length, g.basegroupname, case when fr.age is not null then fr.age when fr.resultuid <= rm.resultuid then ? else ? end as age, case when fr.relevant is not null then fr.relevant when fr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from fr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = fr.symbolid inner join symbols s on fr.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on fr.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on fr.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left join currencypips cps on cps.symbol = s.symbol where fr.gmttimefound > now() - interval ? and dss.enabled = ? and (fr.simulation = ? or fr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or fr.pattern in (...)) and (? = ? or fr.patternlengthbars <= ?) and (? = ? or (? = ? and fr.timed > cast(? as timestamp)) or (? = ? and fr.timed < cast(? as timestamp))) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #18
Day Hour Count Duration Avg duration Feb 13 14 45 13s773ms 306ms [ User: postgres - Total duration: 13s773ms - Times executed: 45 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '572' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('99' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNOK', 'EURNZD', 'EURSEK', 'EURTRY', 'EURUSD', 'GAGEUR', 'GAGUSD', 'GAUEUR', 'GAUTRY', 'GAUUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPTRY', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDTRY', 'USDZAR', 'XAGEUR', 'XAGUSD', 'XAUEUR', 'XAUUSD', 'BITCOINCASH', 'ETHEREUM', 'LITECOIN', 'RIPPLE', 'ADIDAS', 'APPLE', 'BMW', 'BOFA', 'BP', 'DAIMLER', 'DEUTSCHBANK', 'DISNEY', 'EEM', 'EXS1', 'EXW1', 'EXXONMOBIL', 'FACEBOOK', 'GDX', 'GLD', 'GOOGLE', 'LVMH', 'MICROSOFT', 'QQQ', 'SPY', 'TLT', 'USO', 'WAL-MART', 'BUND10YR', 'COCOA', 'COFFEE', 'COPPER', 'CORN', 'COTTON', 'DOW30', 'ESP35', 'EU50', 'FRA40', 'GER30', 'GILT10YR', 'ITA40', 'JPN225', 'NAS100', 'NATGAS', 'SOYBEAN', 'SPX500', 'SUGAR', 'UK100', 'UKOIL', 'US10YR', 'USOIL', 'WHEAT')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:17:59 Duration: 3s115ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR fr.pattern in ('')) AND ('400' = 0 OR fr.patternlengthbars <= '400') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:01:21 Duration: 2s819ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1 ), fr AS ( SELECT a.*, rr.age, rr.relevant from fibonacci_results a LEFT OUTER JOIN relevance_fibonacci_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_fibonacci_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) fr.resultuid AS resultuid, fr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, fr.pattern AS pattern_name, fr.timed AS timed, fr.patternendtime AS identified, dtt.timezone AS timezone, fr.patternlengthbars AS length, g.basegroupname, CASE WHEN fr.age IS NOT NULL THEN fr.age WHEN fr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN fr.relevant IS NOT NULL THEN fr.relevant WHEN fr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM fr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '665' AND bsl.symbolid = fr.symbolid INNER JOIN symbols s ON fr.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on fr.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON fr.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE fr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (fr.simulation = 0 OR fr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR fr.pattern in ('')) AND ('0' = 0 OR fr.patternlengthbars <= '0') AND ('0' = 0 OR ('0' = 1 AND fr.timed > cast('1970-01-01' as timestamp)) OR ('0' = 2 AND fr.timed < cast('1970-01-01' as timestamp))) ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:01:32 Duration: 2s141ms Database: acaweb_fx User: postgres Bind query: yes
19 44 1m10s 60ms 7s700ms 1s591ms 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 (((longname ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Feb 13 14 44 1m10s 1s591ms [ User: postgres - Total duration: 1m10s - Times executed: 44 ]
-
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 = 49 AND (((longname ilike '%euro vs great britain pound %' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 554105998 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:04:51 Duration: 7s700ms 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 = 49 AND (((longname ilike '%euro vs australian dollar%' 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 > 553581532 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:04:51 Duration: 7s611ms 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 = 49 AND (((longname ilike '%euro vs canadian dollar%' 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 > 550894127 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:05:01 Duration: 6s647ms Database: acaweb_fx User: postgres Bind query: yes
20 42 5s855ms 50ms 475ms 139ms 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 #20
Day Hour Count Duration Avg duration Feb 13 14 42 5s855ms 139ms [ User: pgperfstats - Total duration: 5s855ms - Times executed: 42 ]
-
select distinct pricedatetime, high, low FROM t15_ps WHERE pricedatetime <= current_timestamp AND pricedatetime >= current_timestamp - interval '6 months' and symbolid = 954136order by pricedatetime asc;
Date: 2022-02-13 14:20:44 Duration: 475ms 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 = 918929order by pricedatetime asc;
Date: 2022-02-13 14:19:03 Duration: 418ms 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 = 954146order by pricedatetime asc;
Date: 2022-02-13 14:20:49 Duration: 354ms Database: acaweb_fx User: pgperfstats
Normalized slowest queries (N)
Rank Min duration Max duration Avg duration Times executed Total duration Query 1 14m24s 14m24s 14m24s 1 14m24s select powerstats_tdata_add ();Times Reported Time consuming queries #1
Day Hour Count Duration Avg duration Feb 13 14 1 14m24s 14m24s [ User: postgres - Total duration: 14m24s - Times executed: 1 ]
-
select powerstats_tdata_add ();
Date: 2022-02-13 14:14:50 Duration: 14m24s Database: acaweb_fx User: postgres
2 2m11s 2m11s 2m11s 1 2m11s select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and (? = ? or t.symbolid = ?) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, ? as timegranularity, ? as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval ? and ((? = ?) or (? <> ? and t.symbolid = ?)) and (pt.enddate < current_timestamp - interval ? or pt.enddate is null) group by pd.trumpetsymbolid;Times Reported Time consuming queries #2
Day Hour Count Duration Avg duration Feb 13 14 1 2m11s 2m11s [ User: pgperfstats - Total duration: 2m11s - Times executed: 1 ]
-
select pd.trumpetsymbolid::character varying as symbolid, 15 as timegranularity, 't15_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t15_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and (- 1 = - 1 or t.symbolid = - 1) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 30 as timegranularity, 't30_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t30_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 60 as timegranularity, 't60_ps' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t60_ps group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 240 as timegranularity, 't240' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t240 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid union all select pd.trumpetsymbolid::character varying as symbolid, 1440 as timegranularity, 't1440' as datatable from prfsymboltree pt right outer join powerstats_symboldata pd on pt.symbolid = pd.trumpetsymbolid inner join ( select max(pricedatetime) as pricedatetime, symbolid from t1440 group by symbolid) t on pd.trumpetsymbolid = t.symbolid where t.pricedatetime > current_timestamp - interval '13 days' and ((- 1 = - 1) or (- 1 <> - 1 and t.symbolid = - 1)) and (pt.enddate < current_timestamp - interval '6 days' or pt.enddate is null) group by pd.trumpetsymbolid;
Date: 2022-02-13 14:19:02 Duration: 2m11s Database: acaweb_fx User: pgperfstats
3 29s629ms 2m26s 1m18s 4 5m12s select updateageforrelevantresults ();Times Reported Time consuming queries #3
Day Hour Count Duration Avg duration Feb 13 14 4 5m12s 1m18s [ User: postgres - Total duration: 5m12s - Times executed: 4 ]
-
select updateageforrelevantresults ();
Date: 2022-02-13 14:19:28 Duration: 2m26s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-02-13 14:03:46 Duration: 1m44s Database: acaweb_fx User: postgres
-
select updateageforrelevantresults ();
Date: 2022-02-13 14:32:34 Duration: 31s741ms Database: acaweb_fx User: postgres
4 4s773ms 26s851ms 15s85ms 4 1m refresh materialized view latest_t15_candle_view;Times Reported Time consuming queries #4
Day Hour Count Duration Avg duration Feb 13 14 4 1m 15s85ms [ User: postgres - Total duration: 1m - Times executed: 4 ]
-
refresh materialized view latest_t15_candle_view;
Date: 2022-02-13 14:16:28 Duration: 26s851ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-02-13 14:01:24 Duration: 23s493ms Database: acaweb_fx User: postgres
-
refresh materialized view latest_t15_candle_view;
Date: 2022-02-13 14:46:06 Duration: 5s221ms Database: acaweb_fx User: postgres
5 98ms 1m46s 6s798ms 288 32m37s with rar_max as ( select resultuid from relevance_autochartist_results order by resultuid desc limit ? ), ar as ( select a.*, rr.age, rr.relevant from autochartist_results a left outer join relevance_autochartist_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_autochartist_results) end ), results as ( select distinct on (s.symbolid) ar.resultuid as resultuid, ar.direction as direction, ar.predictiontimeto as predictiontimeto, ar.predictionpricefrom as predictionpricefrom, ar.predictionpriceto as predictionpriceto, cp.pip as pip, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, ar.pattern as pattern_name, ar.breakout as breakout, ar.patternendtime as identified, dtt.timezone as timezone, ar.patternlengthbars as length, g.basegroupname, newlevels.profit, newlevels.stop, newlevels.filtered, case when ar.age is not null then ar.age when ar.resultuid <= rm.resultuid then ? else ? end as age, case when ar.relevant is not null then ar.relevant when ar.resultuid <= rm.resultuid then ? else ? end as relevant from ar inner join symbols s on ar.symbolid = s.symbolid and s.nonliquid = ? inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = s.symbolid inner join symbolgroup sg on bsl.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join downloadersymbolsettings dss on sg.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join currencypips cp on s.symbol = cp.symbol left join lateral calc_cp_signal (ar.resultuid) newlevels on true where ar.gmttimefound > now() - interval ? and dss.enabled = ? and (ar.simulation = ? or ar.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or ar.pattern in (...)) and (? = ? or (? = ? and ar.breakout >= ?) or (? = ? and ar.breakout < ?)) and (? = ? or ar.patternlengthbars <= ?) and newlevels.filtered = false order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #5
Day Hour Count Duration Avg duration Feb 13 14 288 32m37s 6s798ms [ User: postgres - Total duration: 32m37s - Times executed: 288 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:12:17 Duration: 1m46s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:17:11 Duration: 1m41s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1 ), ar AS ( SELECT a.*, rr.age, rr.relevant from autochartist_results a LEFT OUTER JOIN relevance_autochartist_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_autochartist_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) ar.resultuid AS resultuid, ar.direction AS direction, ar.predictiontimeto AS predictiontimeto, ar.predictionpricefrom AS predictionpricefrom, ar.predictionpriceto AS predictionpriceto, cp.pip AS pip, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, ar.pattern AS pattern_name, ar.breakout AS breakout, ar.patternendtime AS identified, dtt.timezone AS timezone, ar.patternlengthbars AS length, g.basegroupname, newLevels.profit, newLevels.stop, newLevels.filtered, CASE WHEN ar.age IS NOT NULL THEN ar.age WHEN ar.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN ar.relevant IS NOT NULL THEN ar.relevant WHEN ar.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM ar INNER JOIN symbols s ON ar.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN brokersymbollist bsl ON bsl.brokerid = '689' AND bsl.symbolid = s.symbolid INNER JOIN symbolgroup sg on bsl.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN downloadersymbolsettings dss ON sg.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN currencypips cp ON s.symbol = cp.symbol LEFT JOIN LATERAL calc_cp_signal (ar.resultuid) newLevels on true WHERE ar.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (ar.simulation = 0 OR ar.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('327' = 0 OR s.symbol in ('#AAPL', '#ADS', '#AIG', '#ALV', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BAS', '#BAYN', '#BEI', '#BIDU', '#BMW', '#C', '#CAT', '#CBK', '#CL', '#CSCO', '#CVX', '#DAI', '#DB1', '#DBK', '#DIS', '#DPW', '#DTE', '#EBAY', '#EON', '#F', '#FB', '#FDX', '#FME', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#IFX', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LHA', '#LIN', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#MUV2', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#RWE', '#SAP', '#SHI', '#SIE', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#VOW', '#WB', '#XOM', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'AUS200', 'BRENT', 'BTCUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'CHI50', 'ESP35', 'ETHUSD', 'EU50', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'FRA40', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'LTCUSD', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'SPX500', 'UK100', 'US30', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'WTI', 'XAGUSD', 'XAUUSD', '#ADS', '#ALV', '#BAS', '#BAYN', '#BEI', '#BMW', '#CBK', '#DAI', '#DB1', '#DBK', '#DPW', '#DTE', '#EON', '#FME', '#IFX', '#LHA', '#LIN', '#MUV2', '#RWE', '#SAP', '#SIE', '#VOW', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BTCUSD', 'ETHUSD', 'LTCUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURHUF', 'EURJPY', 'EURNZD', 'EURPLN', 'EURTRY', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'USDCNH', 'USDCZK', 'USDDKK', 'USDHKD', 'USDHUF', 'USDMXN', 'USDNOK', 'USDPLN', 'USDRUB', 'USDSEK', 'USDSGD', 'USDTRY', 'USDX', 'USDZAR', 'XAGUSD', 'XAUUSD', 'BRENT', 'WTI', 'AUS200', 'CHI50', 'ESP35', 'EU50', 'FRA40', 'GER30', 'HK50', 'HKCH50', 'IT40', 'JP225', 'NAS100', 'SPX500', 'UK100', 'US30', 'AUDUSD', 'EURUSD', 'GBPUSD', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDJPY', '#AAPL', '#AIG', '#AMZN', '#AXP', '#BA', '#BABA', '#BAC', '#BIDU', '#C', '#CAT', '#CL', '#CSCO', '#CVX', '#DIS', '#EBAY', '#F', '#FB', '#FDX', '#GE', '#GM', '#GOOG', '#GS', '#HPQ', '#IBM', '#INTC', '#JD', '#JNJ', '#JPM', '#KO', '#LMT', '#MA', '#MCD', '#MMM', '#MSFT', '#NFLX', '#NKE', '#NTES', '#ORCL', '#PFE', '#PG', '#PTR', '#QCOM', '#RACE', '#SHI', '#SNP', '#T', '#TSLA', '#TWTR', '#UBER', '#V', '#WB', '#XOM')) AND ('0' = 0 OR ar.pattern in ('')) AND ('0' = 0 OR ('0' = 1 AND ar.breakout >= 0) OR ('0' = 2 AND ar.breakout < 0)) AND ('400' = 0 OR ar.patternlengthbars <= '400') and newLevels.filtered = false ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:07:09 Duration: 1m39s Database: acaweb_fx User: postgres Bind query: yes
6 4s474ms 9s946ms 6s740ms 4 26s963ms insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?[...];Times Reported Time consuming queries #6
Day Hour Count Duration Avg duration Feb 13 14 4 26s963ms 6s740ms [ User: pgperfstats - Total duration: 26s963ms - Times executed: 4 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 885, '2022-02-13 00:00:00', 6.78508788938412, 9.87520000000008, 8.97078591874767, 14.6740000000001, 14.2407991114732, 24.0352, 29.6966121805164, 59.988, 74.5027801494681, 147.13 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 900, '2022-02-13 00:00:00', 6.08269485342163, 10.3830434782608, 8.37742092907636, 15.8078260869564, 12.8092256926737, 22.4191304347826, 29.3333530639829, 59.1126086956522, 77.20547558353, 145.91347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 915, '2022-02-13 00:00:00', 6.75918830054428, 12.1391304347827, 11.6764543490741, 18.8904347826087, 13.0308503358111, 23.5382608695653, 28.2049461574921, 58.6482608695652, 77.2155998850792, 147.307391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 930, '2022-02-13 00:00:00', 8.98827176096776, 14.0426086956523, 8.71033183250848, 15.7052173913045, 13.1648481374537, 23.7791304347826, 27.2524901135896, 58.2291304347826, 76.5948036452509, 147.81 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 945, '2022-02-13 00:00:00', 5.26741770966225, 9.88434782608696, 10.2863465283446, 16.7939130434782, 12.5078997646183, 27.5326086956521, 27.6678018014033, 57.4426086956521, 76.6346798965445, 147.570869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 960, '2022-02-13 00:00:00', 8.69949805466734, 13.0686956521739, 12.1615465556199, 17.6565217391303, 14.1461318893481, 33.6826086956522, 27.928579996706, 56.9947826086956, 76.7136172755142, 147.338695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 975, '2022-02-13 00:00:00', 7.70714131651474, 11.0899999999998, 10.5107446436694, 22.8343478260869, 16.1213244485769, 35.3226086956521, 29.0295883131066, 54.5439130434782, 77.4702376129716, 147.116086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 990, '2022-02-13 00:00:00', 9.02934149897633, 19.4147826086956, 13.1637706342921, 27.918695652174, 18.2832537148933, 36.4413043478261, 30.0577679647, 53.5417391304348, 77.8587150871356, 147.081739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1005, '2022-02-13 00:00:00', 7.47049635635252, 17.0439130434783, 13.2578885160925, 25.0347826086956, 17.1220967880389, 32.9143478260871, 26.7826781228246, 48.9773913043479, 78.1426209990476, 145.494347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1020, '2022-02-13 00:00:00', 9.76000196413504, 17.6226086956522, 12.3942715156302, 24.248695652174, 16.3194217569805, 31.2508695652175, 23.8275518025075, 44.8860869565218, 77.4383112790751, 144.120869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1035, '2022-02-13 00:00:00', 5.47499349359803, 12.8191304347827, 12.0443087112551, 21.0878260869566, 16.8050252812531, 28.3326086956523, 22.042866448464, 41.5060869565218, 77.7557075367813, 142.53 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1050, '2022-02-13 00:00:00', 9.56206406430947, 15.2565217391305, 13.3371776589029, 20.2652173913044, 16.8618043005123, 28.8447826086957, 23.6929918592208, 40.0021739130435, 77.0759411486657, 141.966956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1065, '2022-02-13 00:00:00', 9.14294626491707, 13.661304347826, 11.6614344977561, 17.7999999999999, 17.1331782468386, 27.8217391304346, 23.4274777438531, 37.4395652173912, 77.0855769205236, 141.42652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1080, '2022-02-13 00:00:00', 6.87488362819239, 11.9960869565217, 10.115123338749, 18.5273913043478, 14.1879761625447, 26.3169565217391, 21.1999388096663, 36.2765217391304, 76.10270616848, 140.780434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1095, '2022-02-13 00:00:00', 7.08074140286381, 13.5647826086956, 9.64946767869684, 19.8591304347826, 11.6121166104166, 24.4239130434783, 21.174328862252, 35.9713043478261, 76.1315795705379, 140.575217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1110, '2022-02-13 00:00:00', 8.47606546522332, 16.4330434782608, 10.4528249486498, 20.1069565217391, 12.268136964714, 23.701304347826, 21.7329096364206, 34.6860869565217, 76.2938633869975, 140.172173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1125, '2022-02-13 00:00:00', 5.90777838570015, 10.7899999999999, 7.00182138923845, 13.581304347826, 10.2758846594149, 18.5965217391303, 32.4430056105083, 34.5769565217391, 75.4271160496882, 139.759130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1140, '2022-02-13 00:00:00', 4.98522036969146, 9.09695652173915, 8.00282803274813, 13.1673913043478, 10.6989237942763, 17.2660869565217, 34.6970059762426, 35.8434782608696, 75.7626361158672, 139.196956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1155, '2022-02-13 00:00:00', 6.14532339301547, 8.84782608695648, 7.13560576021538, 11.5417391304347, 9.63994317140022, 14.9595652173913, 44.4951383363746, 55.9391304347826, 76.0125743316311, 139.377391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1170, '2022-02-13 00:00:00', 4.66448129707378, 7.99304347826092, 7.81433617157405, 11.5395652173913, 9.60198174126996, 15.0347826086957, 49.2832823317532, 61.5008695652174, 75.8739381924911, 139.771739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1185, '2022-02-13 00:00:00', 7.05534854440257, 8.31391304347819, 7.81686081771176, 11.0469565217392, 11.4022942182147, 14.5495652173913, 49.0991694664226, 62.9782608695651, 75.8090065904914, 140.234347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1200, '2022-02-13 00:00:00', 5.43396742502966, 7.85260869565232, 7.98282122952832, 10.4056521739132, 9.95644072235191, 14.088695652174, 50.5132025320066, 65.0113043478261, 75.746627373752, 140.396956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1215, '2022-02-13 00:00:00', 5.52322888465194, 7.30869565217397, 7.31842628172934, 9.68782608695643, 9.70480421756076, 13.7539130434783, 48.492880321726, 68.9265217391303, 75.8397106316715, 140.607826086956 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1230, '2022-02-13 00:00:00', 4.48340559080917, 6.52565217391301, 5.48193187435764, 9.0795652173913, 13.7764448106379, 15.8304347826088, 46.8459283393582, 74.3426086956521, 75.5997191396377, 141.166086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1245, '2022-02-13 00:00:00', 4.11347948077234, 7.1095652173914, 7.76535999231684, 9.89391304347832, 13.5027884252445, 16.0904347826088, 46.8330450841893, 76.1313043478261, 75.4867951308733, 141.308695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1260, '2022-02-13 00:00:00', 7.45869280899616, 7.324347826087, 13.2076564960851, 12.5891304347827, 13.2088105851776, 15.5995652173913, 46.8304451113596, 76.4843478260869, 77.0304050795488, 142.276086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1275, '2022-02-13 00:00:00', 8.27869822307685, 9.02521739130434, 8.13880705245887, 11.155652173913, 11.5714061512077, 15.7030434782608, 48.3732945343882, 78.7417391304346, 77.8999872188415, 143.402173913043 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1290, '2022-02-13 00:00:00', 5.42406364298591, 7.38130434782618, 9.17591405878622, 10.8252173913044, 12.1054476352836, 15.9652173913043, 47.6898094988806, 80.331304347826, 78.2516025824351, 144.146086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1305, '2022-02-13 00:00:00', 6.81558940175256, 8.08043478260875, 7.56702773192048, 10.6321739130434, 32.5737550337083, 22.1852173913043, 47.0978300482826, 79.8304347826085, 78.8383276830358, 143.951304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1320, '2022-02-13 00:00:00', 3.89094798095228, 6.89000000000004, 6.90269286808905, 10.4545454545455, 15.6056152134569, 19.725, 44.1089662823049, 75.3972727272726, 79.9982596618061, 141.998181818182 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1335, '2022-02-13 00:00:00', 6.05032223391434, 8.09909090909092, 9.4148065664665, 12.1227272727273, 37.8808284815711, 44.4404545454546, 43.3013001814333, 74.7354545454545, 79.2928579853772, 141.856818181818 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1350, '2022-02-13 00:00:00', 7.99113369845361, 9.25782608695646, 13.6564392867283, 16.7539130434783, 46.6667738188117, 54.1982608695653, 44.7651848946938, 78.0817391304347, 78.2847471425812, 144.375217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 5, 1365, '2022-02-13 00:00:00', 9.13566487603795, 13.1800000000001, 40.5732442066757, 45.6200000000001, 43.0563214981102, 53.9813043478261, 42.6663701097237, 75.6673913043478, 79.8561759289293, 145.063913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 540, '2022-02-13 00:00:00', 9.8138937300608, 11.6766666666667, 12.3377754363334, 18.2962500000001, 15.1628090969367, 26.4533333333333, 30.5786010239139, 55.7916666666667, 76.0461156320124, 138.59375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 555, '2022-02-13 00:00:00', 6.79600324786028, 7.07083333333344, 8.09276703364619, 13.245, 16.9782095586914, 27.9720833333333, 29.9121673173842, 53.2366666666667, 77.1161538886615, 137.439166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 570, '2022-02-13 00:00:00', 5.15591216504148, 6.09708333333318, 12.3545890963288, 15.1375, 16.5565134901426, 33.2545833333334, 28.2874129296693, 52.7554166666667, 76.4579348779256, 136.441666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 585, '2022-02-13 00:00:00', 10.0630523792935, 10.6216666666667, 14.9824848464437, 22.2700000000001, 17.1009140148977, 35.1758333333335, 27.6246533980487, 52.9583333333334, 76.6323328843454, 136.417916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 600, '2022-02-13 00:00:00', 11.5388686479183, 15.5212500000001, 13.9032448511598, 27.0300000000001, 15.961878022338, 33.1875, 27.4828002305896, 52.1595833333333, 77.4683000479478, 135.110833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 615, '2022-02-13 00:00:00', 12.5403024993563, 14.0904166666668, 12.8039930082971, 20.2575000000001, 17.1945037350792, 30.2325, 29.4051732083496, 47.0087500000001, 78.7218911773816, 131.94875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 630, '2022-02-13 00:00:00', 8.10104394775628, 10.1250000000001, 12.2602022289868, 17.3525000000001, 19.2220970698015, 29.2662500000001, 28.9078067504816, 45.0270833333334, 77.8534077144582, 131.438333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 645, '2022-02-13 00:00:00', 8.95152759006264, 10.05875, 12.2540305628896, 18.2829166666667, 13.3937785687172, 24.93, 25.5469528480177, 42.5045833333334, 75.0322143134709, 129.2175 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 660, '2022-02-13 00:00:00', 6.82002198081795, 9.36291666666663, 8.20774624178679, 16.5387499999999, 13.3980249396175, 22.7087499999999, 23.0337516019931, 41.1120833333334, 71.3554859361804, 127.399166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 675, '2022-02-13 00:00:00', 7.32793106762645, 10.5279166666666, 10.5050511573643, 14.8304166666666, 18.762879011611, 23.65125, 23.1584102441474, 40.8854166666667, 70.4761077615486, 127.17 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 690, '2022-02-13 00:00:00', 6.26660432053487, 8.80583333333334, 10.7648372077194, 15.38375, 17.9218229402035, 22.09375, 20.5313390315279, 39.5595833333333, 68.4447763857314, 126.306666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 705, '2022-02-13 00:00:00', 8.14061768790178, 9.51041666666667, 12.6895050710922, 15.2979166666667, 14.8135682455871, 19.8829166666667, 19.5539363276501, 38.4454166666667, 67.209569840014, 125.172083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 720, '2022-02-13 00:00:00', 7.05409377236188, 9.15291666666667, 8.85873956421944, 13.1216666666666, 10.8771055932614, 19.02, 16.6717060280001, 36.8408333333334, 65.700649853127, 123.852083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 735, '2022-02-13 00:00:00', 5.30868825742218, 7.68666666666672, 6.42332632010029, 11.5691666666667, 7.59049862552247, 18.0820833333335, 17.500349478912, 35.9733333333335, 63.4192682739703, 122.213333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 750, '2022-02-13 00:00:00', 5.11715012114363, 7.59916666666682, 6.33914677887015, 11.7058333333335, 7.16323337040197, 18.0308333333336, 17.9424534164493, 35.7879166666668, 63.2781347404607, 122.068333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 765, '2022-02-13 00:00:00', 4.46635536580158, 7.19541666666669, 5.62055331486309, 12.2425000000001, 7.59264818898774, 17.5925000000001, 21.9128193198292, 38.5262500000001, 62.0206658580692, 121.4125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 780, '2022-02-13 00:00:00', 5.68291005266377, 8.33666666666678, 6.85095792254793, 12.4137500000001, 8.8683929478942, 18.1725000000001, 24.669190074854, 41.0979166666668, 61.6246054518928, 121.256666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 795, '2022-02-13 00:00:00', 4.66613671939198, 7.26166666666666, 5.56952785967632, 11.4966666666666, 8.82292020900636, 18.5758333333333, 27.0208277558016, 43.0175, 62.1690103829292, 123.537916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 810, '2022-02-13 00:00:00', 4.51614422883644, 6.36250000000007, 7.98644648991226, 10.8883333333334, 9.24157241428136, 16.5445833333334, 33.7593770870309, 45.9375000000001, 60.4272380621425, 122.767083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 825, '2022-02-13 00:00:00', 7.43443163475748, 7.78458333333329, 7.84301506603722, 12.1162499999999, 9.22788000485808, 15.5470833333333, 33.7753458424243, 47.4695833333334, 60.359057517961, 123.40375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 840, '2022-02-13 00:00:00', 5.67131090589333, 7.66749999999994, 7.58782194360324, 11.3762499999999, 9.17963505913171, 15.2529166666666, 34.1075701147185, 48.05, 59.7619887902559, 124.245416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 855, '2022-02-13 00:00:00', 5.03161281660583, 6.1716666666667, 5.43532321079419, 8.72583333333341, 8.80499725328942, 14.9512500000001, 33.3994056155348, 48.0879166666667, 60.337533683558, 126.508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 870, '2022-02-13 00:00:00', 3.11585240855278, 5.24666666666682, 5.67389132374095, 10.0291666666668, 7.19653036367965, 14.4016666666668, 32.3838543792509, 48.29625, 60.7868629242097, 127.747916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 885, '2022-02-13 00:00:00', 4.63886886512499, 6.30500000000006, 6.29579108024452, 10.36875, 7.15867689530011, 14.41875, 29.3825927190114, 48.5462500000001, 63.3679186364744, 129.680833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 900, '2022-02-13 00:00:00', 5.34620505728063, 6.97291666666668, 5.52951448454415, 9.75500000000003, 6.75056385191945, 15.4508333333334, 31.1588209182328, 49.8258333333335, 62.6991264631265, 129.75375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 915, '2022-02-13 00:00:00', 3.97439267076739, 6.03333333333334, 5.49882344134908, 10.28625, 8.59504318728552, 16.7575, 30.4411049780164, 49.1612500000001, 62.1579950070552, 131.272916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 930, '2022-02-13 00:00:00', 4.79597657462447, 7.29500000000003, 5.71394860806884, 11.0900000000001, 9.68281646017572, 17.0470833333333, 34.6068342081886, 49.6450000000001, 62.8886262484167, 131.52375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 945, '2022-02-13 00:00:00', 5.10449560312458, 6.98666666666672, 6.78918992360944, 11.5170833333334, 12.1271619916209, 21.1533333333334, 33.7810410312083, 48.4587500000001, 62.9426105052066, 131.292083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 960, '2022-02-13 00:00:00', 4.95992373714159, 6.73499999999994, 6.90549996091115, 10.0141666666666, 10.4248983938329, 24.1025, 30.2094641057729, 46.0545833333333, 62.8997456735486, 131.311666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 975, '2022-02-13 00:00:00', 4.18834165238475, 6.43333333333336, 8.21430049418061, 14.7725, 12.4433010832266, 24.67875, 29.564754084179, 44.5533333333333, 62.184676073819, 130.759166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 990, '2022-02-13 00:00:00', 7.83293159623549, 12.445, 8.44463464856983, 19.5675000000001, 17.6254719126873, 30.1408333333333, 27.7206927594752, 43.31625, 62.8439603591561, 131.456666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1005, '2022-02-13 00:00:00', 6.99102898233764, 11.3808333333334, 8.09717904671079, 15.8704166666667, 15.4047779149424, 26.225, 24.123579705883, 39.1325, 62.8574846061668, 130.283333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1020, '2022-02-13 00:00:00', 6.45515521148387, 9.62124999999988, 12.6028332448344, 18.6916666666666, 14.7863907022641, 23.6274999999999, 22.7763196375509, 37.4216666666666, 62.8491336398153, 129.449166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1035, '2022-02-13 00:00:00', 10.9941873641075, 10.9308333333335, 12.8834179459884, 16.4983333333334, 13.0952148509582, 21.2354166666667, 24.9466059343737, 37.3854166666667, 63.2480143226716, 128.82875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1050, '2022-02-13 00:00:00', 6.5039160444338, 9.06250000000004, 6.31127212193408, 12.7891666666667, 7.09962134119887, 17.7783333333333, 25.5234897777475, 35.1449999999999, 63.8233059389614, 128.48375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1065, '2022-02-13 00:00:00', 4.61011928466515, 7.33541666666667, 5.38681682174313, 11.4529166666665, 8.45825760657188, 19.115, 26.2339173058494, 34.8645833333332, 63.5920580904088, 128.47 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1080, '2022-02-13 00:00:00', 5.47455768844003, 8.25916666666653, 6.65606554313378, 13.4745833333333, 13.7211769047767, 22.705, 26.3680863285608, 34.6612499999999, 65.3523952467907, 129.355833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1095, '2022-02-13 00:00:00', 5.65165052203234, 9.35666666666672, 7.94266272248719, 15.9870833333334, 12.1192098605862, 21.6295833333334, 26.525568947169, 33.7241666666666, 65.3478243860708, 128.579583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1110, '2022-02-13 00:00:00', 7.22897299368858, 10.8037500000001, 10.9686139107543, 16.5029166666667, 17.2952039039647, 20.9345833333333, 30.3119848469599, 33.4558333333332, 65.8476756918704, 128.78125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1125, '2022-02-13 00:00:00', 6.67679737511976, 7.64166666666673, 6.83155063349233, 10.3116666666667, 10.4831124288377, 16.1812499999999, 30.2934632035085, 31.7545833333332, 65.5953736383415, 128.464166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1140, '2022-02-13 00:00:00', 4.69367188852185, 6.16583333333339, 8.99413713023053, 10.97625, 9.92719715212213, 14.6079166666666, 32.7147939765412, 31.6533333333332, 65.9018005942021, 127.547916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1155, '2022-02-13 00:00:00', 3.70857398665493, 5.31916666666662, 4.31810235763522, 8.40416666666658, 11.2043825535278, 13.9816666666666, 44.3557941577232, 50.7033333333333, 65.6245005267397, 127.264583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1170, '2022-02-13 00:00:00', 3.93137657050705, 5.00999999999992, 6.08733204392883, 8.17124999999999, 14.1802246908364, 13.38625, 43.1504470479134, 51.7975, 64.7443756104605, 127.870833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1185, '2022-02-13 00:00:00', 4.56020594500614, 5.57500000000005, 7.32806446507851, 9.00375000000004, 11.409870051909, 12.7204166666666, 42.0897268073503, 53.4862499999999, 62.5166950441171, 127.48125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1200, '2022-02-13 00:00:00', 4.77702078038516, 5.5833333333333, 6.97621419487338, 8.31916666666666, 9.37405948905528, 11.8999999999999, 38.6222973352086, 56.6191666666667, 60.5595519339005, 127.495 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1215, '2022-02-13 00:00:00', 3.87440483975514, 4.63958333333323, 5.3382414293446, 7.47708333333329, 12.2844673266691, 12.21375, 37.8590590215868, 62.6174999999999, 59.6708953343253, 126.7425 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1230, '2022-02-13 00:00:00', 4.67060696099112, 4.81708333333328, 6.79887778463733, 7.22999999999994, 13.3139423216765, 12.1758333333333, 40.4103715140778, 68.0470833333333, 59.468361663571, 127.252916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1245, '2022-02-13 00:00:00', 3.61714746687227, 4.11583333333328, 9.17225479208987, 8.06166666666672, 10.1773094804505, 11.6124999999999, 40.6910354204333, 68.72625, 59.1475501103636, 127.486666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1260, '2022-02-13 00:00:00', 3.61195599183554, 4.58500000000004, 4.38148467656953, 6.61416666666662, 7.83759528291927, 11.7070833333333, 41.0175724603916, 70.23375, 59.2295455979457, 127.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1275, '2022-02-13 00:00:00', 3.24682353131144, 4.41749999999998, 3.85017783797793, 6.82458333333333, 7.9864472044379, 11.5645833333334, 42.5504527811874, 72.7916666666667, 58.6636182328253, 128.877916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1290, '2022-02-13 00:00:00', 2.56994751962422, 4.11041666666665, 7.00024346108706, 8.62208333333334, 12.3777510776042, 12.365, 42.1910786641036, 74.1733333333334, 58.2264664658731, 129.583333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1305, '2022-02-13 00:00:00', 3.62050711076921, 4.98750000000003, 8.08567009403456, 8.49999999999992, 13.6303102934472, 13.3975, 41.9036544509017, 74.8504166666667, 58.1672832490887, 130.033333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1320, '2022-02-13 00:00:00', 4.29746586517201, 5.03708333333338, 6.7552620257273, 8.34791666666668, 13.488796955144, 16.4754166666666, 41.6121786103017, 75.86, 59.062198017018, 131.115416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1335, '2022-02-13 00:00:00', 5.15196627723235, 5.06500000000005, 7.9918827364967, 9.16625000000007, 33.6324088869091, 37.7933333333333, 40.9927498339557, 76.7679166666667, 60.7506395967404, 132.47125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1350, '2022-02-13 00:00:00', 4.97827233797181, 6.04291666666673, 9.18731425918923, 11.7995833333333, 30.7093490904314, 38.7145833333333, 38.0308598353867, 76.2370833333333, 60.0398367209494, 132.2025 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 1, 1365, '2022-02-13 00:00:00', 6.59612961560007, 8.2570833333333, 29.2483679929945, 33.8770833333333, 30.364071195497, 40.4274999999999, 35.7719878262793, 75.96, 59.695220015958, 132.143333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 540, '2022-02-13 00:00:00', 10.3152987550433, 15.6233333333334, 11.3729415640301, 19.1579166666667, 12.3338630639272, 28.8604166666668, 27.1437522504144, 66.2591666666667, 57.1946351935874, 128.469166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 555, '2022-02-13 00:00:00', 5.76754581972349, 10.5024999999999, 8.78550086007147, 15.6191666666666, 13.0176528695416, 35.6841666666667, 27.9315433311931, 64.8345833333333, 57.1204539100602, 126.95875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 570, '2022-02-13 00:00:00', 6.75453018941422, 10.3620833333334, 9.24280651548038, 21.4487500000001, 20.1501729233419, 42.8158333333334, 25.6964241259814, 64.1829166666668, 56.532524419224, 126.139583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 585, '2022-02-13 00:00:00', 7.38675075898464, 18.7954166666668, 12.6731066390233, 32.6516666666668, 20.7775219087038, 44.7658333333334, 25.2244613708455, 63.9091666666667, 55.9100784888596, 125.82625 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 600, '2022-02-13 00:00:00', 9.94025929698542, 25.5062500000001, 17.3499822025136, 35.0804166666667, 17.5221285352494, 42.1283333333334, 23.0470360098773, 61.0191666666667, 54.3542300645112, 123.627083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 615, '2022-02-13 00:00:00', 15.3270583883725, 23.0116666666666, 15.3468386432054, 28.4770833333333, 19.0534223028116, 36.8566666666666, 22.4101075757787, 53.9579166666666, 53.6174052677387, 121.137916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 630, '2022-02-13 00:00:00', 9.75917238561615, 17.6424999999999, 12.8097583316194, 23.8395833333332, 14.5740560076629, 31.8004166666666, 18.8928709764261, 49.7720833333332, 52.9964993357848, 116.95875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 645, '2022-02-13 00:00:00', 9.57247650933337, 16.3475, 10.6620172045241, 23.1275, 11.621386176643, 28.7708333333333, 18.0261239121755, 45.7095833333333, 53.5634773091636, 115.403333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 660, '2022-02-13 00:00:00', 6.41922649861953, 15.6341666666668, 10.1953045458489, 20.6450000000001, 13.3670858950665, 28.0312500000001, 18.5976883741587, 43.4570833333334, 53.5910673932497, 114.96 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 675, '2022-02-13 00:00:00', 8.6306455898212, 13.4579166666666, 9.16686752085606, 18.8291666666667, 13.7568109547572, 27.6795833333333, 16.7426444535234, 41.2895833333333, 54.8424538227854, 114.8825 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 690, '2022-02-13 00:00:00', 6.61774946420723, 12.5041666666667, 9.71048849313774, 18.5770833333333, 11.9688363384709, 26.1120833333333, 16.000151335335, 39.3008333333334, 54.7441622061401, 114.695 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 705, '2022-02-13 00:00:00', 6.09339805189521, 12.6404166666666, 7.39071680742392, 17.4841666666667, 9.56134737298873, 23.86625, 14.4291971451507, 38.5254166666667, 53.3014236900977, 113.8525 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 720, '2022-02-13 00:00:00', 4.62540644512563, 11.1675, 7.59941468951329, 16.4841666666667, 11.2706787728159, 22.96, 17.5009417086169, 38.1704166666666, 53.047685657559, 113.243333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 735, '2022-02-13 00:00:00', 4.67008487649021, 10.9316666666666, 7.33254700988503, 15.6324999999999, 11.3471288266545, 21.6375, 16.9888264590737, 36.54625, 52.6727390492395, 112.912916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 750, '2022-02-13 00:00:00', 6.0647080768963, 10.6283333333334, 9.25491029090789, 14.9541666666667, 10.1902782599148, 19.9883333333334, 17.9753546204765, 36.3854166666666, 52.5028843496835, 113.432916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 765, '2022-02-13 00:00:00', 5.45982784606765, 10.2337500000001, 7.5924209801999, 14.2304166666667, 7.70228875028422, 18.6854166666666, 17.6744162111737, 37.2383333333333, 52.5349305724641, 113.532083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 780, '2022-02-13 00:00:00', 7.50726111068865, 10.9070833333333, 6.96612918320516, 13.7508333333334, 9.10494632850349, 18.3170833333333, 18.5893267452208, 39.3041666666666, 52.2848475569927, 114.913333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 795, '2022-02-13 00:00:00', 4.5800236535052, 9.36583333333347, 6.99109183434399, 13.9145833333333, 10.3627705992535, 17.7583333333333, 21.312332004523, 43.1579166666667, 54.7231056421617, 123.992916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 810, '2022-02-13 00:00:00', 4.59773335381186, 9.60041666666662, 6.49154410965036, 12.4483333333333, 8.9120515619849, 16.7625, 19.9454265579784, 42.3016666666668, 53.5280668607398, 123.46125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 825, '2022-02-13 00:00:00', 3.59296875251119, 8.11625000000004, 5.08240469659781, 11.25875, 7.83846562135096, 16.2070833333333, 20.3546011605679, 42.9883333333333, 53.6133322903489, 124.185833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 840, '2022-02-13 00:00:00', 4.32314566095061, 8.50333333333325, 5.82334059214922, 12.0550000000001, 7.68251401287169, 16.0470833333335, 20.2343543960781, 44.1525, 54.2691717008971, 125.296666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 855, '2022-02-13 00:00:00', 5.57374123047956, 8.89500000000002, 6.98981303268439, 12.1558333333333, 8.00227123556404, 16.3183333333333, 20.5117988668381, 44.9433333333333, 54.7628062697985, 127.44875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 870, '2022-02-13 00:00:00', 5.14914680916357, 8.65208333333324, 5.44509265834577, 11.3091666666667, 6.86416021600709, 16.6079166666667, 20.506164219924, 44.7933333333333, 54.619045113682, 127.8225 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 885, '2022-02-13 00:00:00', 2.85709439917484, 6.89333333333347, 6.20106055386921, 11.2570833333334, 9.17000141252977, 18.1904166666667, 21.5075288469282, 47.1183333333334, 56.0275530754573, 128.985833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 900, '2022-02-13 00:00:00', 5.02030469584563, 9.58374999999997, 5.95147185241972, 13.1845833333333, 10.9794216522929, 20.8529166666666, 21.620034974968, 47.5458333333333, 56.1695437728038, 129.142916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 915, '2022-02-13 00:00:00', 5.23977262962276, 9.19541666666657, 8.76786011604275, 14.8566666666666, 11.2448858585143, 19.3983333333333, 21.8625923279263, 47.6729166666667, 56.7726908221585, 129.803333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 930, '2022-02-13 00:00:00', 7.14188897139345, 12.1695833333333, 10.4208770302556, 15.9579166666666, 12.4330695007366, 19.8479166666666, 21.4290913221093, 47.34375, 58.7351070238358, 130.703333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 945, '2022-02-13 00:00:00', 5.13424378454417, 9.31624999999997, 5.4547394463473, 11.5179166666667, 9.51573251081554, 21.3599999999999, 21.2210526065951, 47.3495833333333, 59.1985913080904, 130.747083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 960, '2022-02-13 00:00:00', 3.38238488883682, 8.12333333333333, 5.15438716679464, 12.3912499999999, 12.7121881490258, 25.3816666666666, 21.3628999780229, 48.6754166666667, 59.4137171600579, 130.779583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 975, '2022-02-13 00:00:00', 4.11563473541587, 8.95833333333329, 8.80016476089164, 18.7504166666666, 17.5965352938532, 30.0275, 21.6299178876408, 48.54, 60.0602356274365, 131.604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 990, '2022-02-13 00:00:00', 8.80565562661239, 17.2416666666666, 12.7077819291161, 23.8120833333333, 18.8412837217267, 31.7362500000001, 21.6369814215438, 48.4445833333334, 60.6966960621608, 131.937916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1005, '2022-02-13 00:00:00', 6.4567487303339, 14.7029166666666, 12.0289469403084, 22.8108333333333, 17.5365456912873, 29.185, 21.7721181723356, 45.3658333333334, 61.2699939800785, 131.231666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1020, '2022-02-13 00:00:00', 8.28695408283493, 14.8941666666667, 15.3115974741417, 20.7720833333334, 18.5101099676499, 28.2916666666666, 22.2236732213483, 42.6408333333333, 61.5469305074698, 130.22125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1035, '2022-02-13 00:00:00', 10.1525237724061, 15.6045833333334, 11.9872729535252, 20.4420833333333, 15.0181877175257, 26.3016666666666, 20.1036906221329, 40.04125, 59.3872789713689, 128.725833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1050, '2022-02-13 00:00:00', 6.81301087700181, 12.6870833333332, 12.7637828884382, 19.5533333333332, 12.0079772322463, 23.9370833333332, 20.1366408407119, 38.245, 59.1255010074678, 128.752083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1065, '2022-02-13 00:00:00', 11.2020005653751, 13.5308333333333, 11.148729496407, 17.8670833333334, 16.9993546978975, 26.8241666666667, 20.8746074813396, 36.2412500000001, 59.0671591912761, 128.140833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1080, '2022-02-13 00:00:00', 7.96644225322154, 11.9775000000001, 9.00309041143783, 15.8575, 15.9426470659993, 25.1304166666667, 21.5395073778328, 35.5595833333335, 59.2031403626899, 127.54875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1095, '2022-02-13 00:00:00', 7.177171425702, 11.73625, 16.0629457474948, 21.3700000000001, 15.711374698846, 24.3691666666667, 22.0485824579677, 34.6233333333334, 58.7381739793428, 126.840416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1110, '2022-02-13 00:00:00', 10.9172752264275, 16.0787500000001, 10.393674489037, 18.5320833333334, 10.1852988597449, 20.4120833333333, 20.4133673125292, 32.5754166666667, 58.9006038560002, 126.647083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1125, '2022-02-13 00:00:00', 5.74545188747618, 9.1949999999999, 6.38685265019959, 11.8220833333332, 7.75199243906759, 15.2270833333332, 21.3272106207615, 30.5045833333333, 59.2219200369452, 125.907083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1140, '2022-02-13 00:00:00', 5.44122588489361, 7.82500000000001, 6.56850787105987, 10.26, 8.96182285255528, 16.0491666666667, 21.0331775012028, 31.4341666666668, 59.0250936918029, 126.07375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1155, '2022-02-13 00:00:00', 4.6366367121006, 7.67499999999995, 5.79602698443905, 11.07375, 7.77861634756517, 15.0212500000001, 25.7797926707126, 42.2433333333334, 58.4165543699433, 125.72375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1170, '2022-02-13 00:00:00', 3.40055451573596, 7.49166666666671, 5.22193027501342, 10.7891666666667, 8.41747935522588, 14.4275000000001, 26.0016858950349, 43.4245833333335, 58.3489718607805, 125.697083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1185, '2022-02-13 00:00:00', 3.95301405369325, 7.14375000000007, 5.08109181394515, 9.60375000000014, 11.473181891585, 14.4537500000002, 26.6275045226068, 44.2183333333334, 58.4524711404706, 125.934583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1200, '2022-02-13 00:00:00', 4.39979742616679, 7.60500000000006, 8.09774360234226, 10.9691666666666, 14.0196070516992, 15.7258333333333, 25.8149435854281, 47.2791666666667, 58.2071921635568, 125.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1215, '2022-02-13 00:00:00', 4.81148382834596, 7.41124999999984, 7.98648418956333, 10.3291666666666, 12.1806508997089, 14.9670833333333, 27.1965940962243, 52.51, 56.9345836102239, 125.1925 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1230, '2022-02-13 00:00:00', 4.22390942961209, 6.5625, 7.36007162654185, 9.76249999999989, 8.88883813995174, 13.615, 26.6946050566483, 55.3300000000001, 56.0514408081244, 124.584166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1245, '2022-02-13 00:00:00', 5.26517418886884, 7.20624999999995, 6.50939182136538, 9.79583333333342, 9.87177148654731, 14.46875, 29.1490769361893, 58.1641666666667, 57.1635474056042, 125.979583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1260, '2022-02-13 00:00:00', 4.66931330876, 6.39208333333344, 6.13653988328365, 9.77500000000001, 11.3657514958413, 15.8487500000001, 29.4228181163157, 58.1154166666666, 57.7636832635063, 126.587916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1275, '2022-02-13 00:00:00', 3.84762744513042, 6.54749999999998, 6.22530198324611, 9.91249999999995, 9.72066508579239, 15.1008333333335, 31.7492604044863, 59.8933333333333, 58.1327955532897, 126.911666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1290, '2022-02-13 00:00:00', 5.38223606284892, 7.47958333333342, 8.05054697034555, 11.5025000000001, 8.42256414492416, 14.9670833333335, 32.1767961194785, 60.5420833333333, 58.4375761086074, 127.026666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1305, '2022-02-13 00:00:00', 3.67265450637392, 7.28208333333331, 5.11476967620041, 9.84083333333353, 9.42869647460055, 15.4204166666667, 33.4053596297473, 61.6879166666666, 58.0344222800922, 127.727083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1320, '2022-02-13 00:00:00', 4.45085904019126, 6.70375000000013, 7.44203794698373, 9.99375000000013, 11.0870713240007, 18.64125, 33.0284550573934, 64.03, 57.926001744292, 127.862083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1335, '2022-02-13 00:00:00', 5.74267471326013, 7.70541666666672, 7.41944854195153, 11.8058333333333, 20.2457729350876, 32.1199999999999, 33.1105140898944, 64.8295833333333, 57.69851239982, 128.07125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1350, '2022-02-13 00:00:00', 5.331046883077, 9.26499999999999, 7.47958026994115, 15.4658333333332, 21.2378436456573, 32.96875, 34.6339081121838, 65.7579166666666, 57.746528122, 128.103333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 2, 1365, '2022-02-13 00:00:00', 6.42888432180791, 13.1766666666667, 20.3100176208901, 30.1937499999999, 22.2894242770298, 33.4879166666666, 35.1872797931175, 66.7962500000001, 57.5644651799119, 128.250833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 540, '2022-02-13 00:00:00', 4.55396021317572, 12.5416666666666, 5.92410275723345, 15.8275, 10.3401857130183, 26.0116666666667, 27.2114973569225, 58.8283333333334, 57.4138500797349, 124.73375 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 540); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 555, '2022-02-13 00:00:00', 4.27118180621477, 9.54875, 6.58241729088212, 13.9799999999999, 15.6631078597475, 33.9649999999999, 27.9982985216726, 57.82625, 57.160605518035, 123.796666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 555); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 570, '2022-02-13 00:00:00', 4.87470160736736, 9.33124999999984, 9.49644735250196, 20.2141666666667, 16.2098902478648, 37.7612500000001, 27.473460751281, 56.7175000000001, 56.8923977101524, 122.999583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 570); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 585, '2022-02-13 00:00:00', 8.32511181758907, 17.1479166666666, 13.5956876954806, 29.3324999999999, 18.7015422908906, 39.7383333333333, 26.9402314278118, 54.8954166666667, 56.9195069702109, 123.019583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 585); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 600, '2022-02-13 00:00:00', 9.36693002427739, 20.9929166666667, 11.683381607955, 27.3416666666667, 14.1600688749554, 34.38875, 25.6043389523808, 53.3558333333334, 57.0426693076257, 122.1 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 615, '2022-02-13 00:00:00', 7.04709929790209, 16.4120833333334, 9.67467401053629, 23.0495833333333, 11.3042575585164, 28.1670833333333, 23.407782367459, 48.0366666666666, 56.6770075672258, 120.407083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 630, '2022-02-13 00:00:00', 5.17937826762346, 14.70875, 6.68743614353906, 18.0024999999999, 9.86433319510543, 26.7720833333332, 21.792644846004, 45.7229166666666, 55.2988870458935, 119.490416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 645, '2022-02-13 00:00:00', 4.8235190713713, 12.5116666666667, 7.58419805549194, 18.3008333333332, 12.7853398553731, 27.5074999999999, 21.9046051301045, 44.7270833333333, 54.7508107543702, 119.11 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 660, '2022-02-13 00:00:00', 4.84196263656738, 13.8175000000001, 6.44736835427091, 19.4325, 12.1597103500497, 27.8658333333334, 19.8469206487842, 42.24375, 55.0445020487705, 118.601666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 675, '2022-02-13 00:00:00', 4.94918202508165, 11.9012499999999, 7.53452573688013, 17.6920833333332, 10.247479851022, 24.5354166666666, 19.5346518573638, 39.4233333333333, 54.7283983392773, 117.6625 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 690, '2022-02-13 00:00:00', 5.52709216732318, 12.6200000000001, 8.00964444695691, 18.4395833333335, 9.75189788291702, 23.4408333333334, 19.652114537553, 39.3183333333333, 54.2055697693673, 117.06875 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 705, '2022-02-13 00:00:00', 5.33309843798855, 11.6079166666667, 6.2638653014327, 14.8954166666667, 9.87271378782108, 21.1458333333333, 18.2707490892576, 37.7612499999999, 54.303095153933, 116.842916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 720, '2022-02-13 00:00:00', 3.84800322301671, 9.88375000000008, 5.47326916589331, 14.3483333333334, 9.40498233669919, 19.8566666666667, 18.5558004476666, 38.0979166666667, 54.3697602156364, 116.757916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 735, '2022-02-13 00:00:00', 3.51377596866542, 9.86708333333354, 5.98978206034536, 13.4425000000001, 8.3590729042664, 18.8695833333333, 17.6640929489783, 37.8016666666666, 54.0413078703743, 117.234583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 750, '2022-02-13 00:00:00', 4.02903841424697, 9.48875000000002, 5.59486403974111, 13.5908333333333, 6.48524881357022, 18.6599999999999, 16.5843248847838, 37.9533333333333, 53.7315483934125, 117.141666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 765, '2022-02-13 00:00:00', 5.26845024032519, 9.96125000000003, 6.21983637186332, 13.4658333333333, 7.10140336202265, 17.5791666666665, 16.5986514588874, 41.8729166666666, 53.2846164819002, 116.963333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 780, '2022-02-13 00:00:00', 3.51547631650175, 8.73541666666673, 5.67167624367295, 13.60625, 15.3427470236553, 21.1258333333334, 16.2238123211497, 42.8841666666667, 53.6593883336418, 117.985416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 795, '2022-02-13 00:00:00', 4.45889436399599, 9.7679166666666, 5.46768794034939, 12.14125, 13.8405252476354, 19.925, 15.7262079557238, 43.5591666666667, 60.1912260686902, 129.57 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 810, '2022-02-13 00:00:00', 3.15351104073806, 7.99333333333334, 12.8684321083625, 15.1783333333333, 12.8338667685106, 18.3966666666666, 16.5146084156782, 44.7029166666668, 61.4208266559597, 130.499166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 825, '2022-02-13 00:00:00', 10.5749256258735, 11.4145833333332, 10.1013178129376, 13.8795833333333, 10.7503366984683, 18.295, 16.7277234031898, 46.0245833333335, 61.2776388512841, 130.766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 840, '2022-02-13 00:00:00', 4.91106158643902, 9.28958333333336, 6.54315461246396, 12.49875, 7.78572211426659, 16.7008333333333, 17.7496041545981, 46.6070833333335, 77.4536698532219, 136.997916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 855, '2022-02-13 00:00:00', 3.59322608972556, 8.51041666666659, 4.3186035048247, 11.7333333333334, 7.09962823072394, 16.5441666666667, 17.8322088853816, 46.9004166666668, 76.480681505059, 137.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 870, '2022-02-13 00:00:00', 3.32590610950997, 7.68083333333341, 3.38338352215225, 10.2616666666666, 9.1178072207352, 18.0679166666667, 19.1720791097707, 47.1850000000001, 75.1802024510424, 138.983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 885, '2022-02-13 00:00:00', 3.24490369656793, 6.95499999999997, 6.46718695146641, 11.5012499999999, 9.44123785753799, 20.00625, 20.1189188444861, 47.7479166666668, 75.2947060024326, 139.192916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 900, '2022-02-13 00:00:00', 5.63591279594325, 8.65999999999997, 8.19010904883954, 13.9441666666667, 9.18823656221304, 20.6695833333335, 20.4965935619783, 48.0354166666668, 75.1121561387959, 138.995416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 915, '2022-02-13 00:00:00', 4.97335405370236, 9.91375000000005, 5.98632425447462, 14.5779166666667, 6.86230534160728, 19.2045833333335, 21.0683789047453, 46.5362500000002, 74.8440858213096, 138.275416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 930, '2022-02-13 00:00:00', 4.68218517051752, 10.2283333333333, 6.5792239972353, 14.1233333333334, 7.8966624301811, 18.4641666666666, 21.4181858763035, 44.9341666666668, 74.8954743110865, 137.48125 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 945, '2022-02-13 00:00:00', 4.14461443373781, 8.4812500000002, 4.81523576484218, 11.9520833333335, 10.6804987874083, 23.4975000000001, 21.3420967960549, 44.1600000000002, 73.6467513660676, 137.769583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 960, '2022-02-13 00:00:00', 3.93278490404058, 8.65833333333334, 5.26718526157094, 12.3683333333333, 9.79143835379848, 25.4095833333334, 21.2584858717166, 43.4529166666669, 73.4805942426546, 137.272083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 975, '2022-02-13 00:00:00', 2.82333646672656, 8.53874999999994, 8.06092964709176, 18.2929166666667, 9.73777731647311, 26.1587500000001, 21.5151176206845, 43.8241666666667, 72.6550627618444, 137.798333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 990, '2022-02-13 00:00:00', 6.91221519055794, 15.0783333333334, 8.29540797539587, 20.8625000000001, 12.2818988995884, 29.0266666666668, 21.1992032211153, 43.4654166666668, 72.646164923413, 137.642083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1005, '2022-02-13 00:00:00', 6.48116798160627, 14.9641666666666, 7.69023604545288, 20.695, 12.8834337440076, 29.3004166666667, 21.1878634208497, 43.4054166666668, 72.7473429765304, 137.246666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1020, '2022-02-13 00:00:00', 6.93249055984348, 15.1558333333333, 11.1335970120864, 21.1979166666667, 14.3643610662145, 28.7308333333334, 22.6995146112633, 41.93375, 72.477046976307, 137.214166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1035, '2022-02-13 00:00:00', 7.19573876266921, 12.9729166666668, 8.52939919006486, 18.3162500000002, 12.8234291915963, 24.7816666666669, 24.339061287318, 42.3950000000001, 72.3042457998728, 136.687083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1050, '2022-02-13 00:00:00', 5.29716985894278, 11.9954166666668, 7.36908317060957, 16.3429166666667, 13.4978722692542, 22.4958333333334, 24.8604765445422, 40.6137500000001, 72.4876873490261, 135.605416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1065, '2022-02-13 00:00:00', 4.69724055596258, 11.0108333333334, 8.49667163095921, 15.6012500000001, 10.5785251345232, 21.5087500000002, 25.5884619570244, 40.4787500000002, 72.6055082501382, 134.1475 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1080, '2022-02-13 00:00:00', 7.26684604551896, 10.8158333333334, 8.44075087668852, 15.4783333333334, 12.2755871122026, 22.0895833333335, 25.836667485869, 39.0829166666667, 72.620650494614, 133.355 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1095, '2022-02-13 00:00:00', 4.29558703028839, 11.8662500000001, 7.12936323304514, 17.2212500000001, 12.1816579569331, 21.8191666666668, 32.0737874797645, 41.4754166666668, 72.5369636506257, 133.72 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1110, '2022-02-13 00:00:00', 5.81497166553842, 13.2845833333333, 10.7205576590837, 17.6950000000001, 11.4831939501648, 20.4129166666667, 36.1864061647904, 42.0654166666667, 72.6406088317636, 132.920833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969125 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969125, 3, 1125, '2022-02-13 00:00:00', 5.73747241160377, 9.9962[...];
Date: 2022-02-13 14:44:03 Duration: 9s946ms 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 969765, 5, 900, '2022-02-13 00:00:00', 1.47953865125358, 4.61756521739125, 2.27181436605937, 6.60182608695651, 4.60609723123143, 11.6353913043478, 12.2937146791622, 35.5003913043478, 25.1499223999463, 81.3987826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 915, '2022-02-13 00:00:00', 1.9548068715702, 4.91478260869563, 3.23058589443832, 8.35069565217387, 5.28257197732814, 11.9711739130435, 12.6521591066224, 37.1428260869565, 25.1164209368272, 81.3553043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 930, '2022-02-13 00:00:00', 3.1948669465761, 6.19447826086956, 3.97038976193279, 9.11104347826085, 7.14738262217903, 13.3744347826087, 16.1498805727421, 39.3468260869565, 25.1022478736916, 81.4386956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 945, '2022-02-13 00:00:00', 2.85140367277915, 5.86321739130428, 4.63891723898991, 8.38817391304343, 7.77005259518983, 15.0141739130434, 16.5858504781336, 38.6470869565217, 25.2850059922411, 81.0381304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 960, '2022-02-13 00:00:00', 2.29651542964059, 5.64586956521739, 4.30661704399604, 9.237, 6.77259524523146, 16.6500869565218, 16.0566439035883, 38.5389130434783, 25.1175998072089, 81.1704347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 975, '2022-02-13 00:00:00', 3.14629432762543, 7.13621739130434, 5.46809049812207, 12.3091739130435, 7.47693996849584, 17.7362608695652, 15.9017324555205, 38.8427826086957, 25.0363122615158, 81.3422608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 990, '2022-02-13 00:00:00', 4.15988298472929, 9.61491304347824, 5.46314995283072, 13.4130434782608, 8.88335833412614, 18.1172608695652, 15.7238399152319, 39.3209565217391, 24.906094997405, 81.3857391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1005, '2022-02-13 00:00:00', 4.0602184052121, 8.40595652173915, 4.28015500947544, 11.9172173913044, 7.84574125610237, 17.1346956521739, 15.3855251889534, 38.8786086956522, 24.9448758080503, 80.7005217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1020, '2022-02-13 00:00:00', 3.44174612419318, 7.92473913043477, 8.23511871757104, 11.5372608695652, 8.01819822323166, 15.8937391304348, 15.4588105070374, 38.5197391304348, 25.093717066419, 80.3891304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1035, '2022-02-13 00:00:00', 6.53728883167744, 7.9722173913043, 5.93571387463894, 11.7907391304348, 5.58014152426534, 14.9426086956522, 14.7576642683091, 39.6422608695652, 25.558095855654, 79.6953043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1050, '2022-02-13 00:00:00', 3.02525153692387, 7.77195652173913, 3.26110868778053, 9.48565217391307, 5.17771998633734, 14.8045652173913, 14.756166170633, 38.863347826087, 25.787624749123, 79.4362608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1065, '2022-02-13 00:00:00', 2.33457246299625, 6.26669565217395, 3.62258317962207, 9.47456521739136, 8.93657032987884, 23.5104782608695, 14.5221891005704, 38.8559999999999, 25.7151426802807, 79.4833913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1080, '2022-02-13 00:00:00', 3.51059125398694, 6.74895652173912, 4.70735034480917, 10.9827826086956, 10.672597748236, 25.9361739130434, 13.8431346322515, 37.7330869565217, 25.7962302184295, 79.2678695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1095, '2022-02-13 00:00:00', 3.47833960264162, 7.74686956521735, 9.22974945360308, 20.2953913043478, 10.7443501408236, 26.9206956521739, 13.6324852449056, 36.9659565217391, 25.3193893665948, 79.1784782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 600, '2022-02-13 00:00:00', 8.23569386356036, 12.9652857142857, 10.885644696003, 19.3849523809524, 12.3566962600002, 25.4561904761904, 13.323619802727, 35.2363809523809, 26.2171552860045, 79.0387619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 615, '2022-02-13 00:00:00', 10.1177660227184, 9.52876190476187, 9.57606742676258, 13.5311904761904, 10.7884308493161, 19.2040952380952, 12.5396976053385, 28.8013333333333, 25.492002366662, 77.2708095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 630, '2022-02-13 00:00:00', 5.4242757480124, 7.19990476190467, 6.27518778925984, 12.1167619047618, 7.88126013340989, 16.5367619047619, 11.772012021255, 27.4141428571428, 24.5192899915653, 76.8440952380953 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 645, '2022-02-13 00:00:00', 4.7857844547806, 6.13095238095234, 7.48615930838212, 10.5380952380952, 7.12773066503881, 14.2903333333333, 12.4682243227296, 26.6485238095238, 24.4419418725272, 76.602 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 660, '2022-02-13 00:00:00', 5.67920167721454, 6.60390476190475, 5.646719218567, 9.76933333333333, 6.2752786817267, 14.7223333333333, 11.4956766173408, 25.9302380952381, 24.6552068184776, 76.6101904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 675, '2022-02-13 00:00:00', 4.08594618755791, 6.015619047619, 3.19250287243042, 9.30676190476186, 6.08635297475704, 14.2133333333333, 10.4284662037092, 24.3964761904762, 23.6947724097029, 76.1386190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 690, '2022-02-13 00:00:00', 3.48226609374113, 5.72961904761907, 4.47645640519591, 9.69904761904763, 6.5336531559232, 13.8085238095238, 10.1740239595045, 22.9681428571429, 22.7284655318685, 75.8903333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 705, '2022-02-13 00:00:00', 3.22141016592779, 5.59742857142852, 4.31446917498604, 8.81547619047617, 10.7306041284685, 14.1221904761904, 9.89113239219859, 21.371, 23.7746228443371, 78.6980952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 720, '2022-02-13 00:00:00', 3.53008028911801, 5.79795238095238, 4.40863057509013, 8.37604761904766, 10.6036261886026, 12.7233809523809, 10.3012026366782, 20.9131904761905, 23.4323386334641, 78.8983333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 735, '2022-02-13 00:00:00', 3.60474417426607, 5.61519047619045, 10.9294627753217, 10.2524285714285, 11.0736084820751, 12.2902857142857, 9.82250133864176, 21.0089523809524, 23.0245841625238, 79.3745714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 750, '2022-02-13 00:00:00', 11.4114372929301, 7.16590476190471, 11.0680433604396, 8.43485714285706, 11.2892027412627, 11.6556666666666, 9.38524387865894, 20.3255238095238, 23.1133590106922, 80.1605714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 765, '2022-02-13 00:00:00', 1.92220593515438, 3.81542857142848, 3.22788014912925, 6.38342857142849, 4.3953406536814, 9.91219047619039, 8.33954284061641, 21.3509047619047, 23.120172530354, 80.2196666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 780, '2022-02-13 00:00:00', 2.926995341399, 4.39485714285707, 3.96104749373435, 6.49195238095228, 9.7422748313973, 11.3399047619047, 8.63929083095976, 21.9145238095237, 23.0814203150912, 80.1598095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 795, '2022-02-13 00:00:00', 2.68639761266524, 3.89733333333325, 3.59862106196514, 6.51995238095229, 9.17298615500975, 10.9839999999999, 8.46700727895665, 22.1111904761904, 23.254696894647, 80.2924761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 810, '2022-02-13 00:00:00', 3.49602768322913, 4.9474761904761, 8.93791505969292, 8.80928571428562, 8.78826789044839, 11.7812857142856, 9.26871366197166, 23.0100476190476, 23.685911709083, 80.9712380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 825, '2022-02-13 00:00:00', 8.74144271273342, 6.34099999999998, 9.22631234516133, 8.45023809523805, 8.51280460611573, 11.4978095238095, 8.93501407465519, 22.8172857142857, 23.604655818594, 81.2927142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 840, '2022-02-13 00:00:00', 2.36205869750867, 4.19409523809517, 2.5540504329957, 6.36271428571421, 2.26762780497702, 10.2291904761905, 7.36638774822118, 21.8955714285714, 24.2738356345734, 81.7222857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 855, '2022-02-13 00:00:00', 2.37868428518195, 3.6101428571428, 2.3788970793807, 6.12828571428573, 3.39126627495094, 9.62895238095238, 7.1700688035485, 21.3223809523809, 24.1224543152325, 81.8402380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 870, '2022-02-13 00:00:00', 2.30068031967361, 3.8366666666667, 2.2462865016777, 7.33938095238097, 3.14528365289101, 8.84342857142859, 7.23447270464724, 21.8697142857143, 24.1018645197539, 81.9851428571428 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 885, '2022-02-13 00:00:00', 2.41274054019193, 4.35971428571427, 2.82915005914197, 5.74957142857141, 3.66099408826156, 7.66228571428573, 14.1044242177512, 34.9547142857143, 24.1018645197539, 81.9851428571428 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 900, '2022-02-13 00:00:00', 2.03048557293686, 3.47352380952381, 2.13858205694468, 5.22428571428569, 3.075863210625, 8.11776190476188, 15.2397854587449, 38.8611428571429, 23.9464585401325, 82.0722857142857 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 915, '2022-02-13 00:00:00', 1.83856533743019, 3.12400000000001, 2.14879741893439, 5.07461904761905, 3.37716958836414, 9.35385714285708, 18.7900504672528, 41.7814761904762, 23.595891118199, 82.3244761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 930, '2022-02-13 00:00:00', 2.10807877778164, 3.58833333333336, 2.26426888021382, 5.97752380952378, 3.60680090939328, 10.2299999999999, 19.1248746860507, 43.3884285714286, 23.3784639104943, 82.6557142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 945, '2022-02-13 00:00:00', 2.10178235360013, 3.95352380952376, 3.61169947993097, 7.29433333333327, 4.74938221145407, 12.8000952380952, 19.5924045222097, 43.9638095238096, 22.9038973724477, 83.444619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 960, '2022-02-13 00:00:00', 3.93804420336029, 4.69395238095231, 3.94964845150506, 7.37123809523802, 5.14986131759641, 13.7327619047618, 19.7680291568891, 43.8270476190477, 22.8999309900187, 84.3496190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 975, '2022-02-13 00:00:00', 3.40250102970489, 4.7665714285714, 5.08985534082021, 10.1377619047619, 5.11878226357641, 13.7821904761904, 19.8378269688899, 43.5269523809525, 22.9133012089152, 84.9390952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 990, '2022-02-13 00:00:00', 4.88790929354304, 7.83380952380949, 4.58134416020948, 10.6292857142857, 5.4778475973689, 14.157, 19.8700433047674, 43.7726666666668, 22.932177531333, 85.4588571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1005, '2022-02-13 00:00:00', 3.85119358925311, 5.79847619047608, 4.73641243578982, 8.35919047619035, 5.99415391980264, 12.9727142857142, 20.0571784140574, 43.2033333333334, 22.5402772619953, 85.4919523809524 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1020, '2022-02-13 00:00:00', 3.55520150791835, 5.60780952380944, 4.57713217606212, 9.33442857142856, 5.49145180170749, 12.2019047619047, 20.8353089969887, 43.1540000000001, 22.5207586220866, 85.2892857142858 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1035, '2022-02-13 00:00:00', 4.08021779589088, 6.03247619047616, 5.43479180746388, 9.1380952380952, 5.82765367307753, 12.3263333333332, 20.3643698616457, 43.3254761904763, 22.5288888569448, 85.5998571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1050, '2022-02-13 00:00:00', 3.40563496142442, 5.1890952380952, 3.84908561745209, 7.28190476190468, 5.6232862231634, 11.8693809523809, 20.5892498098724, 43.3306666666667, 22.3889006123251, 85.8418571428572 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1065, '2022-02-13 00:00:00', 2.14213796518914, 3.73847619047612, 3.78350427010524, 7.20247619047608, 13.2865725959564, 28.3716190476191, 20.7809417435211, 42.8769523809524, 22.5233574642393, 86.2724761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1080, '2022-02-13 00:00:00', 3.49144861939918, 5.04480952380947, 4.85259075477558, 8.0923333333333, 14.6289155989089, 31.644, 20.7881897150418, 43.0531428571429, 22.531582343246, 86.1772380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 1095, '2022-02-13 00:00:00', 4.21837032908839, 5.09666666666661, 12.2908156447929, 26.1662857142857, 18.5098581731594, 34.0742380952381, 21.1522483068191, 42.5376666666667, 22.3978797558417, 86.5084285714286 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 600, '2022-02-13 00:00:00', 9.72557630429141, 19.0092173913043, 12.7192714957815, 23.6682608695652, 18.9868405105516, 32.4011304347826, 19.1025274636113, 39.0679565217391, 22.9926150128783, 84.8586956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 615, '2022-02-13 00:00:00', 8.29359977174651, 13.4140869565217, 14.1908404317046, 19.0543913043478, 16.1744892116232, 24.9544347826087, 16.9001726589164, 33.5799130434782, 22.9638540672195, 82.3255652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 630, '2022-02-13 00:00:00', 6.41548703199584, 10.6963043478261, 10.0545228701438, 16.139347826087, 9.14074317019999, 19.2376086956522, 11.9741532105895, 30.3787391304348, 22.3915687472858, 80.6626521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 645, '2022-02-13 00:00:00', 7.44327843133151, 10.6614782608695, 7.34981431993696, 12.7200869565217, 8.32229527951083, 17.0199130434782, 10.9134339648498, 28.6272173913044, 21.6345736736254, 80.0046956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 660, '2022-02-13 00:00:00', 3.61187201908014, 7.98513043478253, 5.12491338864447, 11.6458260869565, 8.39034097259245, 16.159, 9.801600637413, 27.335652173913, 21.4613121288632, 79.8817391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 675, '2022-02-13 00:00:00', 4.0433779864739, 8.16078260869559, 5.58141374131837, 11.4405217391304, 8.55921819737042, 16.6031739130434, 9.49586097268948, 27.1836086956522, 21.5532209367193, 79.9687391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 690, '2022-02-13 00:00:00', 4.54204251211033, 8.24, 5.62031168449132, 12.0886086956522, 8.3622194746073, 16.5612173913043, 8.46685679506523, 26.2624782608696, 21.1387761994276, 80.0178695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 705, '2022-02-13 00:00:00', 3.82704245812411, 7.86039130434778, 6.18422510922598, 10.7772608695651, 7.74566607520725, 15.442304347826, 7.92416025076734, 25.4050434782608, 20.3688290628427, 81.1441304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 720, '2022-02-13 00:00:00', 3.93213815856254, 6.92204347826079, 5.59982969073322, 10.1897391304347, 7.42323348118629, 14.9160434782608, 8.40418064232169, 24.7057826086956, 19.7828974173476, 82.0590434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 735, '2022-02-13 00:00:00', 2.84064729721833, 6.58760869565211, 5.35178413529818, 10.0013913043478, 7.83732355072409, 14.0384347826087, 8.71129261747039, 23.9636086956522, 19.0934770771914, 82.5065217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 750, '2022-02-13 00:00:00', 3.52304175416366, 6.87226086956513, 4.30962112500695, 10.0878260869564, 7.26413063248789, 13.5441304347826, 7.63278652721015, 23.4394782608695, 18.8071262548117, 82.9793478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 765, '2022-02-13 00:00:00', 3.16134197564204, 7.90378260869562, 5.44114415172417, 10.1260434782609, 6.68658321941765, 12.8831739130435, 7.65927591496103, 25.4422173913043, 18.6533904369814, 83.6586086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 780, '2022-02-13 00:00:00', 4.30888094108286, 6.39234782608697, 5.78360356368051, 9.02900000000002, 5.65462311853298, 12.0673913043478, 6.98785014042089, 25.6213043478261, 18.6216953258901, 83.8399130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 795, '2022-02-13 00:00:00', 4.13900448877538, 6.08639130434781, 4.34625587493821, 7.73330434782607, 4.01896907414979, 11.7656521739131, 8.00151917863154, 26.4075652173913, 18.5829356240373, 84.1820434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 810, '2022-02-13 00:00:00', 3.35013541995187, 5.45882608695652, 3.93797395842498, 8.12752173913045, 4.55688168810291, 12.2839130434783, 7.06951695215166, 27.1721304347826, 18.6577551027531, 84.1367391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 825, '2022-02-13 00:00:00', 2.30255960770516, 5.70226086956524, 2.64499552514998, 8.28265217391307, 3.27881462722176, 11.2877826086956, 7.8927390840577, 26.9133913043478, 19.1448427264306, 84.2107391304347 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 840, '2022-02-13 00:00:00', 2.58491344110863, 5.5560434782609, 3.0615350995878, 7.92356521739129, 2.82075323175678, 10.3676086956522, 8.63773127213651, 27.1164347826087, 19.4100125842756, 84.1293913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 855, '2022-02-13 00:00:00', 2.27499202535196, 5.22247826086955, 2.25365848635556, 7.36713043478261, 2.30396333636969, 9.52834782608698, 8.5891514390356, 27.5094782608695, 19.6105703422975, 84.3881739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 870, '2022-02-13 00:00:00', 1.76473157550853, 5.03652173913042, 2.24721942987503, 6.7664347826087, 3.01678484718896, 9.44921739130436, 8.66612959572844, 27.5655217391304, 19.9617690319614, 84.7746086956521 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 885, '2022-02-13 00:00:00', 1.85723307520947, 4.59482608695652, 2.04615033023305, 6.39308695652173, 3.217729845665, 9.41721739130433, 13.7451626608463, 36.9041304347826, 19.9879633631622, 84.7909565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 900, '2022-02-13 00:00:00', 2.18364874960691, 4.67404347826084, 3.18843938680351, 6.90821739130433, 3.71648840855301, 10.337, 14.5084252755523, 38.4896086956521, 19.8369878254775, 84.8795217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 915, '2022-02-13 00:00:00', 2.80453047157774, 5.28243478260868, 3.15156851970367, 7.70395652173912, 4.08083326471292, 10.7119565217391, 18.0918074647041, 40.5363913043478, 20.6162981484995, 85.3524347826086 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 930, '2022-02-13 00:00:00', 3.05071395842451, 5.53073913043478, 3.98371974316654, 7.62091304347824, 5.07126271472295, 11.8006086956522, 19.7677690347861, 41.4116086956521, 20.4237396780985, 85.0935652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 945, '2022-02-13 00:00:00', 1.91284936771232, 4.92239130434779, 2.80380747550253, 7.33878260869561, 5.45130820539414, 14.8848260869565, 19.3442332512574, 42.2675217391304, 21.18384216775, 85.5734782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 960, '2022-02-13 00:00:00', 2.76897514038371, 5.90234782608691, 4.47998343049942, 9.50908695652171, 5.91398368209576, 16.2429130434782, 21.0199609710698, 44.7910434782608, 21.2428259933046, 85.575 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 975, '2022-02-13 00:00:00', 3.03542109521837, 6.84395652173913, 4.33063651539338, 12.4029130434783, 5.73921589444099, 16.5889130434783, 21.1405221424294, 44.878, 22.4377023986159, 86.9742608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 990, '2022-02-13 00:00:00', 2.29499121821847, 9.49565217391297, 3.77194283977921, 11.8558260869565, 6.12021992681384, 17.3939565217391, 20.6961568756841, 45.0578260869565, 22.4448695814799, 86.8455652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1005, '2022-02-13 00:00:00', 2.13125644714057, 7.13704347826081, 4.11928179395678, 10.9179565217391, 7.38420380153535, 15.684347826087, 21.0944900636038, 45.2780434782608, 22.4299957482123, 86.6559130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1020, '2022-02-13 00:00:00', 3.13717418792378, 7.7706086956522, 4.79901176668267, 11.2341304347826, 7.24821437980777, 15.7198260869566, 20.6063224292761, 45.3081739130434, 22.257558311551, 86.2319130434782 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1035, '2022-02-13 00:00:00', 4.03099991812464, 7.88239130434773, 5.39538300940556, 10.851, 6.68258218653852, 15.1900434782608, 20.3317440983073, 45.4775217391304, 22.4775046190014, 86.1934782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1050, '2022-02-13 00:00:00', 3.46378972469711, 7.32743478260869, 4.66577509500344, 10.594652173913, 4.84317019334852, 13.9006086956521, 19.7121972448874, 44.5976956521739, 22.6472503621174, 85.6123478260869 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1065, '2022-02-13 00:00:00', 3.6140927376322, 7.39404347826083, 4.02162064701022, 9.5029130434782, 9.37445928917652, 27.3653478260869, 19.1456067038705, 43.5181739130435, 22.8718657601818, 85.2245217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1080, '2022-02-13 00:00:00', 2.98188352418041, 6.1214782608695, 3.0614245121313, 8.97504347826083, 9.96160944105552, 29.1622608695652, 19.1626294756989, 43.3131739130435, 22.8711762997012, 85.0651739130434 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 2, 1095, '2022-02-13 00:00:00', 2.45170570373108, 6.43430434782607, 9.26385808892281, 25.5823478260869, 14.6755051051373, 31.137, 18.796506497482, 42.6156521739131, 23.0077067342653, 85.0064782608695 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 600, '2022-02-13 00:00:00', 5.68579247898925, 17.642875, 6.83854781482005, 20.6047083333333, 13.4857653890546, 25.5890416666666, 16.5693847611285, 36.8661666666667, 22.7459658381707, 81.9635416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 615, '2022-02-13 00:00:00', 4.04035668692864, 10.900375, 10.1309820523982, 15.2842916666666, 11.1648394576067, 20.6581249999999, 13.5993715289971, 32.260375, 23.4333579844531, 78.8860833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 630, '2022-02-13 00:00:00', 6.9100141444464, 9.06020833333326, 8.79205252742085, 13.1534166666666, 10.4888738580356, 19.676875, 10.1475296297649, 29.28475, 23.0143233707962, 77.7599583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 645, '2022-02-13 00:00:00', 4.6373037416966, 8.9259166666666, 4.52815157104555, 12.5230416666666, 6.65827748634324, 18.3862916666666, 7.33522438121874, 27.929125, 23.4611285876635, 77.6924583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 660, '2022-02-13 00:00:00', 3.13460588905689, 8.13541666666665, 5.80672432026195, 12.6991249999999, 6.30939346805881, 16.54025, 6.83387131661849, 26.8952916666667, 23.3365601837576, 77.1964166666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 675, '2022-02-13 00:00:00', 3.78486488951505, 8.63666666666662, 4.40236117393807, 11.5650833333333, 6.01073300167224, 14.4635, 7.12593670984757, 25.0195833333334, 23.6791361099012, 76.7330416666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 690, '2022-02-13 00:00:00', 3.83693184719254, 6.90349999999997, 5.40235771597036, 9.64224999999997, 6.4658528371153, 14.7190416666666, 8.76133321037314, 25.5001666666667, 23.6626661540901, 77.3587083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 705, '2022-02-13 00:00:00', 2.87179085039381, 6.55291666666667, 3.04621079899013, 9.38983333333331, 5.2885135325588, 13.5225833333333, 9.45959472084337, 25.47175, 24.1314785356977, 78.0178333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 720, '2022-02-13 00:00:00', 2.20132845225559, 6.5615416666666, 4.52868984477242, 10.2033333333333, 4.56707726600097, 13.0888333333333, 10.723478705997, 25.2029166666667, 24.2896736384406, 79.250375 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 735, '2022-02-13 00:00:00', 3.01959248588237, 6.73054166666664, 3.26810746546024, 8.77366666666668, 3.83719473222866, 11.18475, 10.6804122151322, 24.7390416666667, 25.0541807058338, 79.7936666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 750, '2022-02-13 00:00:00', 3.00791717624178, 6.1275, 3.88433553435827, 8.92074999999998, 4.63103221954654, 11.948125, 10.158542369388, 25.189875, 26.1290143959265, 81.1302083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 765, '2022-02-13 00:00:00', 3.11127379868156, 6.43695833333328, 3.27442675921288, 8.02491666666659, 6.18020508254532, 11.8005833333333, 10.4701151191712, 26.3995, 26.2472216870289, 81.098875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 780, '2022-02-13 00:00:00', 1.41610274475256, 4.69687499999988, 3.07092819107028, 7.6970416666666, 6.25945187774321, 11.615375, 9.54406790711274, 27.0830416666667, 26.0766123704248, 81.42575 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 795, '2022-02-13 00:00:00', 2.76538033655358, 6.04366666666668, 4.47719812340624, 8.35091666666671, 7.12928819495102, 12.7215833333334, 9.42370345020425, 27.82275, 25.6551980036577, 81.5992083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 810, '2022-02-13 00:00:00', 2.37849526174539, 5.27033333333334, 4.36173067632034, 8.01183333333336, 4.8869325266396, 12.0272916666667, 9.09451925482863, 27.6770416666667, 26.1866770523386, 81.391 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 825, '2022-02-13 00:00:00', 3.37454747905638, 5.81358333333329, 3.8016690575573, 8.73733333333331, 3.52607462394422, 12.3754166666666, 9.80083246686108, 28.088, 26.5580005966909, 81.4882916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 840, '2022-02-13 00:00:00', 2.44473496236954, 6.04841666666668, 2.90766943846886, 7.93620833333334, 4.09056466461081, 11.2816666666667, 11.2502800254199, 29.1730416666667, 27.3066262760471, 82.1531666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 855, '2022-02-13 00:00:00', 1.49445775149868, 4.6991666666666, 3.3133403607258, 7.75720833333327, 4.46237841875541, 10.50775, 12.7937478887801, 29.9717916666666, 27.3242812554808, 82.0659583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 870, '2022-02-13 00:00:00', 3.02153443478305, 5.45558333333327, 3.4960285915655, 7.13299999999994, 5.91946397259289, 11.611375, 12.7368149702725, 31.07675, 27.1255140246493, 81.6878333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 885, '2022-02-13 00:00:00', 2.04473372172367, 4.7599166666666, 2.47758574048401, 7.16383333333331, 6.12478906454295, 12.0629583333333, 18.9843191676462, 40.3207916666667, 26.8732871080698, 81.6515833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 900, '2022-02-13 00:00:00', 2.13019292689586, 5.18158333333336, 4.29144962079547, 8.46274999999999, 5.79949925858796, 11.8822083333333, 18.8739674154161, 40.4087916666667, 26.7644669371077, 81.4849166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 915, '2022-02-13 00:00:00', 3.91324851153657, 5.88899999999997, 4.83488916888091, 9.0746666666667, 5.3683959301004, 12.2325833333333, 18.3390300534826, 41.3585416666667, 26.5880930197623, 81.1515833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 930, '2022-02-13 00:00:00', 3.27907889345365, 6.3292916666667, 4.30367133378886, 8.00808333333333, 3.86874150978917, 11.751, 17.6823609879647, 41.83425, 26.4858181328549, 80.3180833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 945, '2022-02-13 00:00:00', 3.29008073994589, 5.29583333333327, 3.17379035384278, 8.06841666666664, 3.65344195365078, 14.53025, 17.7591210551188, 41.5962916666666, 26.4090160600325, 80.0699583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 960, '2022-02-13 00:00:00', 1.93666483823414, 5.79899999999998, 3.5073131854452, 8.68195833333332, 4.45117440292082, 16.337, 17.5865106799712, 41.4313749999999, 26.3049909627225, 80.236625 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 975, '2022-02-13 00:00:00', 3.49864093696359, 6.23233333333333, 4.08813988011019, 12.0231249999999, 4.98486077604193, 17.1305, 17.4303589019067, 40.9641666666666, 26.0929956068159, 80.1115416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 990, '2022-02-13 00:00:00', 3.25443168500905, 9.22812499999998, 4.57185365298095, 12.6947916666667, 6.37734119954095, 17.2189166666666, 16.4534654893337, 40.0495, 25.8883509591487, 79.6930833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1005, '2022-02-13 00:00:00', 3.45166633750057, 8.24237499999998, 4.53225119144104, 11.5129166666666, 6.58734173915439, 15.7611666666666, 15.6835812356426, 39.7041249999999, 25.8240663569884, 79.4899166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1020, '2022-02-13 00:00:00', 3.58801995146368, 7.59029166666668, 5.17153448690769, 11.2545833333333, 6.26373654458749, 15.48425, 15.5100498048613, 39.5915833333333, 25.6654072337932, 79.1872916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1035, '2022-02-13 00:00:00', 2.54487590561898, 7.40137499999997, 3.27697694286333, 10.4998333333333, 5.35609504071249, 14.8504583333333, 14.5797755981618, 38.9503333333334, 25.6300629673464, 79.2341666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1050, '2022-02-13 00:00:00', 2.04533886450437, 6.70412499999996, 3.24421309880141, 9.70324999999993, 6.51051458581438, 14.7805416666666, 14.2620017558948, 37.7815416666666, 25.5717799440209, 78.853875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1065, '2022-02-13 00:00:00', 2.49511351866293, 6.47941666666662, 4.26221915050794, 9.37849999999995, 16.9060938948297, 27.0122083333333, 14.1208211686307, 37.3217083333333, 25.6695636542791, 78.853875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1080, '2022-02-13 00:00:00', 2.41695583739699, 5.89529166666663, 4.93287690095019, 10.1575416666666, 16.3431966711832, 26.5469583333333, 13.8808001614889, 36.9745833333333, 25.7715813385287, 78.6944166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 3, 1095, '2022-02-13 00:00:00', 4.83784790738607, 7.76512500000001, 16.3159311823698, 25.2175, 15.8253472493784, 28.7807916666667, 13.7774469127256, 37.2209583333333, 25.7183109619842, 78.8557083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 600, '2022-02-13 00:00:00', 7.61240652009433, 16.308625, 9.62186492730738, 18.797375, 8.95842460755659, 24.8398333333333, 8.9208838589164, 33.5147083333333, 26.1842958452434, 77.1597083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 615, '2022-02-13 00:00:00', 4.680097267469, 10.2194583333333, 5.50991327951962, 14.6495, 5.63819001882742, 19.4299166666667, 10.8202562835483, 31.5632916666667, 26.4257732460255, 75.2485416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 630, '2022-02-13 00:00:00', 3.23329766041883, 9.52225000000004, 5.41475008305607, 14.890125, 4.68637017147146, 17.0530833333333, 12.669789284534, 30.6524166666667, 26.5461986387254, 74.2469166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 645, '2022-02-13 00:00:00', 4.22371899262046, 9.73004166666664, 4.32967887820853, 12.6193333333333, 4.73798695998318, 15.6297916666665, 14.9461615109443, 30.2062083333333, 26.7822207692252, 73.879125 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 660, '2022-02-13 00:00:00', 2.84716085763963, 7.78541666666662, 3.26507746734346, 10.5815416666666, 4.23965734853317, 14.9577916666667, 16.1147296864625, 29.7544583333334, 25.9665258031959, 73.329875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 675, '2022-02-13 00:00:00', 2.31044885375056, 6.65191666666664, 3.51447955204454, 9.16249999999991, 3.50024724489039, 14.9294166666667, 16.5402868180011, 28.45475, 25.5144665186612, 72.1644166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 690, '2022-02-13 00:00:00', 1.88834643128984, 6.06137499999994, 2.50856435500235, 9.4515833333333, 4.0265112420815, 13.907, 16.8980566035939, 27.44725, 25.3427456148125, 71.4974166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 705, '2022-02-13 00:00:00', 2.28077113794777, 6.87187500000001, 3.84874456850842, 10.7486666666667, 4.12268409802419, 13.8617916666666, 17.4300228266957, 27.1915, 28.0709298335987, 75.018375 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 720, '2022-02-13 00:00:00', 2.88915150775837, 6.86800000000007, 3.35773427641533, 8.76058333333337, 4.04959933516417, 12.7059166666667, 17.9684781849385, 26.3637500000001, 28.4582061815331, 75.5998750000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 735, '2022-02-13 00:00:00', 3.20744391887898, 6.45983333333334, 3.89129567111006, 9.621, 4.53896361929884, 13.0112916666667, 18.7654649428126, 26.5194583333333, 28.0950724345293, 77.4691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 750, '2022-02-13 00:00:00', 3.03688701693416, 5.75933333333334, 3.46955685680587, 8.74500000000002, 6.19466190591737, 12.6650416666667, 19.2589249325598, 25.4525833333334, 27.8129628812157, 78.7208333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 765, '2022-02-13 00:00:00', 2.64037666909665, 6.62754166666671, 2.44920355843529, 8.79962500000007, 5.98496396763095, 12.4209583333334, 19.4645287515503, 25.6642916666667, 28.4341139929382, 79.3840416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 780, '2022-02-13 00:00:00', 2.10968194551497, 5.33354166666673, 6.37487552137638, 8.32450000000006, 6.48392077090752, 12.7890416666667, 19.987986409187, 25.6867916666667, 28.6967446903699, 79.5054583333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 795, '2022-02-13 00:00:00', 5.63302080515461, 6.01149999999999, 5.41940489005196, 8.74833333333335, 13.2326208934642, 15.7046666666667, 19.5328055664593, 26.7339166666666, 28.5927138962832, 79.6287083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 810, '2022-02-13 00:00:00', 3.44560877411753, 5.79245833333332, 3.61614419295965, 8.90470833333336, 15.4606578941495, 14.9012083333334, 19.2338158995549, 27.1143333333333, 28.9073787179083, 80.0019166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 825, '2022-02-13 00:00:00', 3.48384962299643, 5.49775, 13.5185294340017, 10.5463333333333, 17.8724205131311, 15.3510416666667, 19.5296214968387, 27.143625, 28.7407919389039, 80.3663333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 840, '2022-02-13 00:00:00', 10.0381304108348, 7.40433333333328, 12.402142276084, 10.1045833333333, 15.3419737596106, 14.8318333333333, 15.7593506735006, 25.5274583333333, 29.0526406462464, 80.3337916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 855, '2022-02-13 00:00:00', 4.09022995703775, 5.59833333333334, 5.93553294906977, 8.56379166666663, 7.7603341142774, 12.269, 14.5149701447346, 24.6769583333333, 29.2685562691382, 80.1485833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 870, '2022-02-13 00:00:00', 4.6721195821054, 5.55145833333328, 5.68617346928726, 8.37712499999998, 5.70589532407276, 10.4963333333333, 14.273351845703, 24.8259583333333, 30.277227333666, 80.0766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 885, '2022-02-13 00:00:00', 3.68612443662977, 5.67533333333334, 3.84511401990726, 7.94250000000003, 3.84568026977275, 9.68229166666667, 13.1344357149028, 30.728625, 30.2165345546565, 79.9183333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 900, '2022-02-13 00:00:00', 2.07031273586274, 4.91095833333333, 3.18589130675838, 6.607125, 4.27678071714419, 9.42020833333332, 13.0174508724089, 33.0005416666667, 30.2256615218721, 79.752 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 915, '2022-02-13 00:00:00', 3.05119290968331, 4.79945833333331, 4.13839721105278, 7.07845833333329, 5.04658249982462, 10.2576666666666, 13.387287997753, 34.17575, 30.2129755204134, 79.8353333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 930, '2022-02-13 00:00:00', 3.53059877809476, 5.55058333333329, 3.85777986178016, 7.39837499999999, 5.95877430981926, 11.0888333333333, 13.4818355744506, 35.38025, 30.1423906796401, 79.9186666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 945, '2022-02-13 00:00:00', 2.27335829879722, 5.15695833333333, 3.49658466801248, 8.0769166666667, 6.29781517843601, 12.53275, 13.5110145645471, 36.1980416666666, 30.0648508633083, 79.6687083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 960, '2022-02-13 00:00:00', 2.61852839382647, 5.8849166666667, 3.6423016947899, 8.28462499999997, 6.3011589266452, 12.9869166666666, 13.6299125199884, 36.2085416666666, 30.7153566363326, 80.2085833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 975, '2022-02-13 00:00:00', 2.7456778495047, 5.58137499999998, 5.04730471049447, 9.90583333333331, 6.63086949945787, 14.3208333333333, 13.347150403955, 36.4580833333333, 30.5508512436256, 80.2501666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 990, '2022-02-13 00:00:00', 3.53689817741354, 7.69475, 4.20791410941026, 10.0312499999999, 6.68134905872796, 14.780125, 11.7297475046029, 35.9005, 30.8035006945027, 79.9060833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1005, '2022-02-13 00:00:00', 3.09296961538042, 6.72920833333327, 3.96608211744517, 11.0708333333333, 7.77498024031681, 14.9965416666666, 10.5601151405085, 37.1797083333333, 31.4638772175009, 79.9895833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1020, '2022-02-13 00:00:00', 3.06261402982029, 7.76949999999999, 4.96539490945924, 10.7787916666666, 7.07330438891617, 14.11075, 10.0602795116866, 37.060125, 31.4532994626183, 79.6580416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1035, '2022-02-13 00:00:00', 3.06788333772857, 7.03099999999999, 4.03736038906998, 9.62629166666663, 4.67985176724708, 12.6769583333333, 10.0728072572479, 37.5059583333333, 31.102365331087, 79.4496666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1050, '2022-02-13 00:00:00', 3.05149730858067, 6.8505416666667, 3.43674126382727, 8.89408333333336, 4.32339457679574, 13.1456666666667, 11.0526715279971, 38.0395833333333, 30.6287027726646, 79.3246666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1065, '2022-02-13 00:00:00', 3.38901725500332, 6.04404166666668, 3.85577490097078, 8.78200000000002, 9.3694927173672, 23.4127083333333, 10.9905740634675, 37.796375, 29.9359246453081, 79.32125 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1080, '2022-02-13 00:00:00', 3.25129877616371, 5.82958333333333, 3.89092562452425, 9.31370833333328, 9.38453009631398, 25.4087916666667, 11.0350470406068, 38.1781666666667, 29.7978544748198, 79.2865416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 4, 1095, '2022-02-13 00:00:00', 2.65172784489763, 6.29029166666665, 7.98208297146836, 21.3040416666667, 9.10239039704498, 26.290625, 11.1985728322077, 37.845, 29.3506730577037, 79.874375 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 600, '2022-02-13 00:00:00', 7.31149781984267, 15.64575, 8.36008181160556, 19.7976250000001, 8.75671269924398, 24.8024166666667, 11.0052021946902, 35.1699583333334, 30.0264747325143, 78.7645833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 615, '2022-02-13 00:00:00', 5.25007789158921, 12.0009583333334, 7.12261740775952, 15.4677083333334, 8.08693112899728, 19.7142916666667, 11.1453968427602, 31.18, 29.8259862676925, 78.2711666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 630, '2022-02-13 00:00:00', 3.49039883938366, 8.62716666666667, 4.33977714627697, 12.929875, 5.87346215210194, 16.856, 11.5333139244412, 28.8795833333334, 30.0188031740108, 76.811 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 645, '2022-02-13 00:00:00', 2.51433002428366, 8.34691666666669, 2.98653940957214, 11.0834166666667, 5.27591317856479, 15.8069583333333, 14.1624286047166, 29.910625, 30.2758634012047, 76.3944166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 660, '2022-02-13 00:00:00', 2.47696617115449, 7.17224999999998, 4.0591830324961, 10.50375, 4.98729250340232, 14.8715833333333, 15.173598589159, 30.3388333333333, 30.1847383579404, 76.3637916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 675, '2022-02-13 00:00:00', 3.61819148689911, 6.61637499999997, 4.33707268454361, 10.7229166666666, 5.28479861818617, 15.0765, 15.1265257915272, 28.5705, 29.3376382588765, 76.209 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 690, '2022-02-13 00:00:00', 2.62842974559647, 7.07516666666665, 4.14662439259463, 9.905875, 4.88936471804003, 14.5549583333334, 14.5553031152004, 26.8439166666667, 27.0547316861004, 75.6292083333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 705, '2022-02-13 00:00:00', 2.87613933064357, 6.53333333333334, 4.48048771425706, 10.283625, 4.93743690750364, 14.0017916666667, 14.4019849552193, 26.6187083333333, 25.2109860041716, 78.4737916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 720, '2022-02-13 00:00:00', 4.33792159689367, 7.71095833333332, 4.99382716624269, 10.223875, 6.08749157529989, 13.254125, 14.6140999504697, 26.5728333333333, 25.1365995221356, 79.1653333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 735, '2022-02-13 00:00:00', 3.52999450568196, 7.15058333333335, 4.29511930542392, 9.89775000000001, 5.35710237962617, 13.0625833333333, 14.7041945597289, 26.5747916666666, 25.2271895266405, 80.45325 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 750, '2022-02-13 00:00:00', 3.35219667974738, 6.26083333333334, 4.36710426394575, 9.5875, 5.73670365112198, 13.7855416666667, 14.0561331153916, 25.9863749999999, 25.467404604653, 80.3265833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 765, '2022-02-13 00:00:00', 3.41744275950485, 6.55716666666668, 3.82830559541465, 9.02708333333332, 5.68879123644755, 13.8464166666667, 13.4918689001368, 26.7163749999999, 25.6509293860781, 79.91175 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 780, '2022-02-13 00:00:00', 3.4715602013912, 6.08916666666666, 4.72997539270334, 9.38520833333337, 5.5141028433161, 13.2784166666666, 13.0562040292029, 27.7729999999999, 26.0819952891045, 80.2065 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 795, '2022-02-13 00:00:00', 2.34384444350777, 5.95658333333337, 3.31652578391329, 8.95166666666663, 4.40010856894217, 12.320125, 12.5595406252534, 27.46125, 25.6430599786892, 79.414875 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 810, '2022-02-13 00:00:00', 3.18641399203283, 6.31570833333327, 3.98693245177288, 8.52487499999991, 5.01933178400976, 12.0305833333332, 13.7604454593276, 28.5202499999999, 25.0831230675982, 79.2882916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 825, '2022-02-13 00:00:00', 1.8342399899085, 5.10841666666664, 2.79002841915822, 7.8033333333333, 9.63548144446687, 13.8071666666666, 12.5631785683055, 29.159, 24.7760115152026, 79.2850833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 840, '2022-02-13 00:00:00', 2.82569826563385, 5.60608333333336, 3.08015656951939, 8.10183333333329, 9.52966746068465, 13.9184583333333, 11.8036139159348, 29.1807916666667, 24.5938505621022, 79.4970833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 855, '2022-02-13 00:00:00', 3.14876574392959, 5.91033333333327, 8.79881069769317, 10.9090416666666, 9.64873435831825, 13.09975, 11.630060783344, 29.7367916666667, 24.4265826953363, 79.8702083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 870, '2022-02-13 00:00:00', 4.38703378672738, 5.95872727272728, 7.33292786443012, 8.22172727272726, 6.94254779449074, 10.8145454545454, 12.3775617892347, 31.0173181818182, 25.4111681327351, 81.9451818181819 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 885, '2022-02-13 00:00:00', 3.38086409329274, 5.96672727272727, 3.12659972733613, 7.5630454545454, 3.56032466416838, 11.177, 11.8167898578867, 33.0455454545455, 25.6275755290631, 81.3504545454546 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 5, 1096, '2022-02-13 00:00:00', 0.712056528654575, 6.88549999999987, 0.581241774135746, 17.8, 0.521137697734542, 22.7565, 0.581241774135424, 34.797, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1096); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 601, '2022-02-13 00:00:00', 3.66069180620253, 13.8004999999998, 1.22824447892109, 22.2565, 0.185969083452005, 23.2565, 0.581241774135424, 34.797, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 601); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 616, '2022-02-13 00:00:00', 4.11606857328651, 14.3005000000001, 0.057982756057212, 17.1699999999998, 3.60058772980197, 20.8419999999999, 2.83337687221454, 32.3824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 616); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 631, '2022-02-13 00:00:00', 3.71584613513538, 11.6264999999999, 1.50118769645907, 16.3194999999998, 0.681650937063791, 17.8629999999998, 0.712056528654897, 30.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 631); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 646, '2022-02-13 00:00:00', 3.53977654661976, 8.88599999999974, 2.74074588387888, 11.3199999999999, 3.5411907601821, 16.8849999999998, 0.712056528654897, 30.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 646); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 661, '2022-02-13 00:00:00', 4.18395082428074, 7.21350000000007, 6.9840936777795, 10.3205, 1.41845620306044, 16.299, 3.54048365340109, 28.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 661); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 676, '2022-02-13 00:00:00', 1.94312943470067, 6.75600000000009, 0.853477884892078, 9.77749999999992, 2.18708127421021, 16.8425, 5.66180399696073, 30.3824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 676); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 691, '2022-02-13 00:00:00', 0.0233345237790866, 5.36449999999991, 0.640638743754654, 9.84300000000007, 9.9645487604809, 17.3419999999999, 9.19733790289347, 27.8824999999999, 1.43896229971484, 83.3145000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 691); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 706, '2022-02-13 00:00:00', 1.47997449302366, 8.34350000000018, 5.75231366495272, 14.3215, 10.8498464505264, 23.7139999999999, 11.3483567312629, 29.3615, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 706); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 721, '2022-02-13 00:00:00', 2.86448957058666, 7.36449999999991, 5.69220958855151, 11.3639999999998, 4.27728891939741, 19.3624999999997, 5.69150248177051, 25.3615, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 721); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 736, '2022-02-13 00:00:00', 0.712056528654575, 5.88549999999987, 0.493560533268437, 13.7359999999999, 4.23769093965126, 16.3834999999999, 4.2468833278063, 22.383, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 736); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 751, '2022-02-13 00:00:00', 1.20066731445498, 8.23599999999988, 1.35693791309689, 10.3404999999998, 0.558614357137025, 14.7749999999999, 7.07531045255249, 20.383, 1.3576450198779, 85.2920000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 751); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 766, '2022-02-13 00:00:00', 3.47896536343787, 6.84099999999989, 1.41987041662245, 10.384, 4.95540432255519, 12.884, 7.07531045255249, 20.383, 1.50118769645907, 87.3135 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 766); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 781, '2022-02-13 00:00:00', 2.79165757212472, 7.36299999999983, 1.53088618126917, 8.25449999999978, 0.743876333808022, 9.86299999999983, 3.54048365340109, 22.8824999999999, 1.50118769645907, 87.3135 where not exists (select 1 from powerstats_trumpet where symbolid = 969765 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 781); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969765, 1, 796, '2022-02-13 00:00:00', 0.85418499167373, 6.7759999999998[...];
Date: 2022-02-13 14:56:01 Duration: 7s623ms 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 968735, 5, 885, '2022-02-13 00:00:00', 0.834296681384492, 1.99595652173914, 1.04007011203316, 2.77626086956523, 1.13943035313453, 4.0824347826087, 5.49332556533821, 14.1236956521739, 14.0346189198459, 33.9479565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 900, '2022-02-13 00:00:00', 0.760476166621933, 1.95500000000001, 1.03002510234579, 2.9744347826087, 1.10228186785665, 4.27904347826088, 5.63376111776279, 15.1581739130435, 13.9885124809906, 33.9466086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 915, '2022-02-13 00:00:00', 1.01758049083891, 2.37765217391305, 1.22532584195892, 3.32665217391305, 1.30743105078974, 4.63904347826087, 6.14826519122752, 15.3929565217392, 13.9196460571284, 34.0029130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 930, '2022-02-13 00:00:00', 0.857044916058826, 2.46752173913045, 1.00262154793294, 3.30782608695653, 2.19822720793541, 5.28369565217393, 6.86578175351914, 15.7452173913044, 13.9405780885402, 33.8914782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 945, '2022-02-13 00:00:00', 0.757383852742623, 2.12313043478262, 0.878243170877914, 3.24460869565218, 2.11064860682728, 5.39421739130435, 8.01233512936748, 16.1450434782609, 14.0272902584942, 34.0117826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 960, '2022-02-13 00:00:00', 0.732609964226377, 2.27278260869566, 2.01389023078721, 3.83795652173914, 2.02291272898535, 5.75900000000002, 8.83700519308484, 16.550347826087, 13.9777485403378, 34.1184347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 975, '2022-02-13 00:00:00', 1.57254758186621, 2.63152173913045, 1.54182012582377, 3.99686956521741, 1.77148197935007, 5.82869565217394, 9.2090913022213, 16.6396086956522, 13.8650105921116, 34.1209130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 990, '2022-02-13 00:00:00', 0.963075360601447, 2.98682608695653, 1.4443106976355, 4.29813043478262, 1.82447235753223, 5.34326086956524, 9.45941055872811, 16.4401304347826, 13.9463096780605, 34.062 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1005, '2022-02-13 00:00:00', 0.993532248124466, 2.98265217391305, 1.4130652032991, 3.97478260869567, 2.18009451149518, 5.11347826086957, 9.83134132843558, 16.4600434782609, 13.93610897658, 34.0400434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1020, '2022-02-13 00:00:00', 1.10006924323923, 2.77660869565218, 1.31449190502622, 3.44682608695654, 1.84993752271387, 5.09273913043479, 10.1399843787642, 16.4817391304348, 13.9735495907807, 34.1095652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1035, '2022-02-13 00:00:00', 1.2346948575678, 2.61986956521741, 1.84486935278728, 3.80426086956523, 2.35995912740115, 4.99008695652176, 10.4418572564667, 16.830347826087, 13.9542567820691, 34.2993913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1050, '2022-02-13 00:00:00', 1.23820114644243, 2.61252173913044, 1.24309094074268, 3.52278260869566, 3.00947015086257, 4.93595652173913, 10.5456879444322, 16.7603043478261, 14.0746538843563, 34.4346521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1065, '2022-02-13 00:00:00', 0.880528133830137, 2.49460869565219, 1.31408729052321, 3.11795652173913, 5.67777035895359, 10.6683913043478, 10.6263683562489, 16.6485217391304, 14.0569792884323, 34.6914782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1080, '2022-02-13 00:00:00', 1.15714660643098, 2.19821739130435, 2.62491088348634, 3.51865217391305, 5.5824909516538, 12.0210434782609, 10.6397373412928, 16.432652173913, 14.0923812759827, 34.8131304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1095, '2022-02-13 00:00:00', 2.23138547683835, 2.81634782608694, 5.68418488286657, 10.223652173913, 5.69007902096465, 12.6439130434783, 10.6099637337189, 16.3703913043478, 14.1049409145016, 34.9327391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 600, '2022-02-13 00:00:00', 2.9245566216665, 4.27166666666669, 3.41879616100115, 6.21209523809526, 2.99532822034899, 8.12261904761907, 5.76032093641283, 12.5902380952381, 11.3766752915989, 32.6339047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 615, '2022-02-13 00:00:00', 2.28949086667133, 3.17285714285715, 2.62919863221078, 4.78438095238096, 2.780312110777, 6.96766666666667, 4.96206863016585, 11.0412380952381, 11.8242381260656, 32.1321904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 630, '2022-02-13 00:00:00', 1.98360088151392, 2.87642857142857, 1.53524034414342, 4.2477142857143, 3.56073859312521, 6.56514285714286, 5.07276908882824, 10.4188571428571, 11.6573352127278, 31.9901904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 645, '2022-02-13 00:00:00', 1.35260805395318, 1.91861904761905, 1.65427684819567, 3.6427619047619, 2.823932168179, 5.66023809523808, 4.0011614456662, 9.7602857142857, 11.0776505627536, 31.9460952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 660, '2022-02-13 00:00:00', 1.25411399572995, 1.96828571428571, 1.27315908742967, 3.90519047619047, 1.84820654380712, 5.19085714285714, 3.03115903574854, 9.56599999999999, 10.8406832217479, 31.7537142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 675, '2022-02-13 00:00:00', 1.50703769978439, 2.46314285714286, 1.52551000995608, 3.40409523809523, 1.69102182971464, 5.28714285714284, 2.93263910643151, 9.22485714285714, 10.6147405454688, 31.6046190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 690, '2022-02-13 00:00:00', 1.37472704476891, 2.48461904761903, 1.58258078707505, 3.63538095238095, 1.85714268754579, 5.58719047619047, 3.07978893602731, 9.11809523809523, 10.4904047425209, 31.4514761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 705, '2022-02-13 00:00:00', 1.14592336027286, 1.93838095238095, 1.13723143977778, 3.33795238095237, 2.68397424673614, 5.20542857142858, 2.84166187124298, 8.50223809523809, 11.0721567903673, 33.4339047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 720, '2022-02-13 00:00:00', 1.21808216549818, 2.15880952380952, 1.21093770631333, 3.38614285714286, 2.75255691866239, 4.89290476190476, 2.88761702133519, 8.28019047619047, 11.1785902314158, 33.4788095238095 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 735, '2022-02-13 00:00:00', 1.37800121466529, 2.42304761904762, 2.72716221512749, 3.66138095238096, 2.64967743140108, 4.70390476190476, 2.48597394538698, 7.94457142857143, 10.9905388899033, 33.6787619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 750, '2022-02-13 00:00:00', 1.93824818672258, 2.54533333333334, 1.78758186226135, 3.09628571428571, 1.73284881872928, 4.30914285714284, 1.70915363069952, 7.72033333333333, 11.0434968299598, 33.7073333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 765, '2022-02-13 00:00:00', 0.984423594945655, 1.65728571428572, 1.37851213269961, 2.84400000000001, 1.06662479233283, 3.84338095238095, 1.75907637425899, 7.9212380952381, 11.0130485846822, 33.7028571428571 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 780, '2022-02-13 00:00:00', 1.28128482020049, 2.0712380952381, 1.2057879699895, 2.99214285714285, 1.26252686722943, 4.14890476190478, 2.12375889583045, 8.42195238095239, 11.0042125278069, 33.6865714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 795, '2022-02-13 00:00:00', 1.09659986408205, 1.78852380952379, 1.20592581111144, 2.58152380952379, 1.37745793471336, 4.18580952380953, 2.29993246898789, 8.7334761904762, 10.9943300954455, 33.7716190476191 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 810, '2022-02-13 00:00:00', 1.05673769777781, 1.73780952380953, 1.39358565954023, 2.82709523809526, 1.50729443516709, 4.0217142857143, 2.29999230226454, 8.58009523809526, 10.9658341753788, 33.7704761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 825, '2022-02-13 00:00:00', 1.42482971914942, 2.04314285714289, 1.55009587875503, 2.91566666666669, 1.54216330121653, 4.06195238095242, 2.25290590761608, 8.55914285714288, 10.921433754211, 33.7410476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 840, '2022-02-13 00:00:00', 0.996592941213312, 1.93876190476191, 0.930692944607869, 2.68157142857144, 1.13829958605768, 3.87738095238097, 2.13191816156696, 8.61661904761906, 11.0641658050621, 33.6281904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 855, '2022-02-13 00:00:00', 0.880835831415114, 1.6194761904762, 1.18667518322254, 2.70676190476193, 1.39124987998973, 3.83614285714287, 2.26579784119036, 8.55357142857145, 11.0508241498305, 33.6550952380952 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 870, '2022-02-13 00:00:00', 1.22593855202182, 1.80333333333336, 1.29171199981892, 2.54690476190478, 1.54581699773168, 3.76776190476192, 2.06636147554562, 8.41561904761907, 11.0942066028905, 33.6010476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 885, '2022-02-13 00:00:00', 0.797701531484887, 1.59566666666668, 0.979416337368726, 2.38852380952381, 1.69162671920931, 3.79757142857144, 4.31132062796806, 11.0534285714286, 11.2886073184639, 33.7152380952381 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 900, '2022-02-13 00:00:00', 0.863863506083485, 1.56842857142857, 1.3379029593253, 2.52885714285715, 1.55913125230197, 3.50352380952381, 4.35392563753022, 11.6645714285714, 11.2397232956112, 33.6851904761905 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 915, '2022-02-13 00:00:00', 1.13482370772689, 1.65838095238097, 1.48991807221226, 2.5624761904762, 1.49813986727033, 3.66347619047619, 4.2285567868955, 12.438, 11.0022825147027, 33.8566666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 930, '2022-02-13 00:00:00', 1.04430692897479, 1.7114761904762, 1.14352510331201, 2.29147619047619, 1.4564810429839, 3.87785714285714, 4.60096887208604, 12.7468095238095, 10.3835387652994, 34.3247619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 945, '2022-02-13 00:00:00', 0.900736471159115, 1.46476190476189, 0.93836057137155, 2.3925238095238, 1.65591045450329, 4.36866666666667, 5.35757316462275, 13.3817142857143, 9.77633568684632, 35.0054761904762 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 960, '2022-02-13 00:00:00', 1.04419272988411, 1.67242857142858, 1.18731640585778, 2.89704761904764, 2.01855736321051, 5.08285714285715, 5.68081397252861, 14.1290952380952, 9.53218726286291, 35.1767142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 975, '2022-02-13 00:00:00', 1.17788324872166, 1.95404761904763, 1.5155121073812, 3.24004761904762, 2.10292067305044, 5.22642857142857, 5.87078960901628, 14.3603333333333, 9.48896766551256, 35.2615714285714 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 990, '2022-02-13 00:00:00', 1.48117157296898, 2.40414285714285, 1.78894429496174, 4.0197619047619, 2.13358190218546, 5.41466666666668, 5.73534086959758, 14.3839047619048, 9.50772709907454, 35.5067619047619 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1005, '2022-02-13 00:00:00', 1.59077297174016, 2.72261904761905, 1.80409327047452, 3.85985714285714, 1.84318391842565, 5.31442857142858, 5.68987541080438, 14.4327619047619, 9.51952121245002, 35.4877142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1020, '2022-02-13 00:00:00', 1.47019823736218, 2.56842857142857, 1.76777903973696, 3.74966666666668, 1.68297315147078, 5.11014285714286, 5.64057395044833, 14.5052380952381, 9.49124241077005, 35.424 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1035, '2022-02-13 00:00:00', 1.29182484438543, 2.26985714285715, 1.2330819228954, 3.52514285714286, 1.23659046999246, 4.26476190476192, 5.66797393800508, 14.6721904761905, 9.47308426191457, 35.3893333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1050, '2022-02-13 00:00:00', 1.225593432548, 2.35147619047619, 0.977894531268953, 3.1837142857143, 0.778881735016832, 3.92142857142859, 5.40964260020056, 14.6198095238095, 9.40787566426586, 35.3687142857143 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1065, '2022-02-13 00:00:00', 0.925707492626474, 1.83080952380953, 1.14575698204495, 2.41547619047621, 3.9747052762857, 8.95433333333335, 5.28240296284795, 14.6868095238095, 9.36118973157132, 35.4069047619048 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1080, '2022-02-13 00:00:00', 1.12715097860554, 1.81785714285717, 1.1765417807731, 2.92480952380955, 4.05005775855346, 10.006380952381, 5.30007462481157, 14.6928571428572, 9.34706380431336, 35.4545238095238 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 1095, '2022-02-13 00:00:00', 1.16532577501091, 2.13919047619049, 3.93068316550941, 8.73661904761905, 3.77332858993475, 10.7846190476191, 5.4269062115142, 14.8071428571429, 9.25751911408338, 35.5160476190476 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 600, '2022-02-13 00:00:00', 3.22255884506109, 6.64265217391305, 3.4334745270736, 8.35065217391304, 3.59752309773476, 9.99443478260869, 4.71719512484377, 13.6171304347826, 8.78874525639572, 35.241 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 615, '2022-02-13 00:00:00', 1.56060784499176, 4.6641304347826, 2.46264955084493, 6.22791304347825, 3.06618225688085, 7.89678260869565, 4.02339519918858, 11.8452608695652, 8.69129058810925, 33.9167826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 630, '2022-02-13 00:00:00', 2.18849754713913, 4.25917391304348, 2.25079339283578, 5.47952173913044, 3.3278150465718, 7.23656521739132, 3.71909592800983, 11.2173913043478, 8.61448440392427, 33.39 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 645, '2022-02-13 00:00:00', 1.40240883536222, 3.48478260869566, 1.92866830708009, 4.61243478260871, 2.43074314503903, 6.32734782608696, 2.99184032224885, 10.2218260869565, 8.84389960511179, 32.6170434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 660, '2022-02-13 00:00:00', 1.11021152419641, 3.24608695652174, 1.90788866708932, 4.5054347826087, 2.21679729988438, 6.02421739130435, 2.60422769309261, 9.79917391304347, 8.92189313601294, 32.4666956521739 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 675, '2022-02-13 00:00:00', 1.12821995760014, 2.91099999999999, 1.57617683996119, 4.03760869565217, 2.37922724692076, 5.73526086956521, 2.38369204529412, 9.4126956521739, 8.92629351262426, 32.478347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 690, '2022-02-13 00:00:00', 1.47686848090189, 3.10634782608696, 1.6729595642326, 4.32960869565217, 1.65042330658201, 5.80799999999999, 2.83796068642742, 9.19830434782607, 8.70192123986549, 32.2339130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 705, '2022-02-13 00:00:00', 1.0548779297342, 3.03608695652173, 1.33805040760079, 3.96556521739129, 1.56798561641383, 5.57243478260869, 2.85015149378932, 8.85591304347826, 9.21639516052456, 32.8101304347826 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 720, '2022-02-13 00:00:00', 0.984532231780669, 2.65852173913044, 1.21213860593581, 3.828, 1.73807517451144, 5.11130434782608, 3.26227731813151, 8.6961304347826, 8.76123458890007, 32.9333913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 735, '2022-02-13 00:00:00', 0.97118599717394, 2.74917391304348, 1.53074547701931, 3.62347826086958, 1.86882424410002, 5.08165217391303, 4.00154689901046, 8.68830434782607, 8.85631002890386, 32.9036521739131 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 750, '2022-02-13 00:00:00', 0.852390034403854, 2.46495652173913, 1.07377629588143, 3.29452173913043, 1.63881746868045, 4.43682608695651, 4.09035657432678, 8.61678260869565, 8.86444510322796, 32.8725217391304 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 765, '2022-02-13 00:00:00', 0.91134836256212, 2.30173913043479, 1.25519635961301, 3.22591304347826, 1.25221806527616, 4.18508695652173, 3.97420052566321, 8.92599999999999, 8.86476169209909, 32.8673043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 780, '2022-02-13 00:00:00', 0.992610370601703, 2.25143478260869, 1.0446270170463, 2.75417391304346, 1.30797069838208, 3.99256521739128, 3.92651700549817, 9.17660869565217, 8.86476169209909, 32.8673043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 795, '2022-02-13 00:00:00', 0.955087881642356, 2.13504347826085, 1.02283876072175, 3.18130434782608, 1.17708059506253, 4.38499999999999, 3.9951311825781, 9.4225652173913, 8.76714372342518, 32.9006086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 810, '2022-02-13 00:00:00', 0.913863202328002, 2.39404347826087, 1.25801007932521, 3.16021739130434, 1.52954450839527, 4.2753043478261, 3.85571295089299, 9.39178260869565, 8.71850315483509, 32.9845217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 825, '2022-02-13 00:00:00', 1.09739703344408, 2.32939130434783, 1.14694946665118, 3.19652173913044, 1.65276774693133, 4.28004347826088, 3.77164597433683, 9.52608695652174, 8.73923627984394, 33.0598695652174 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 840, '2022-02-13 00:00:00', 0.845334522272378, 2.16799999999999, 1.11108746360432, 2.91547826086957, 1.45487154805634, 3.86269565217391, 3.60562851444652, 9.47543478260869, 8.70345159826376, 32.8787826086957 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 855, '2022-02-13 00:00:00', 0.694026124054119, 1.92447826086959, 0.8949377548077, 2.6623043478261, 1.27483264343784, 3.67478260869565, 3.69210240512917, 9.70547826086957, 8.78603167987925, 32.7790434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 870, '2022-02-13 00:00:00', 0.602878697019698, 1.97021739130436, 0.814969894446257, 2.59973913043479, 1.41244611496084, 3.9928695652174, 3.87355233343271, 9.78104347826088, 8.8910810092943, 32.6588260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 885, '2022-02-13 00:00:00', 0.721312516899274, 2.04073913043479, 0.932269554227294, 2.79539130434783, 1.77708107030456, 4.61530434782611, 6.473196256159, 15.0789565217391, 8.85906324534259, 32.6083043478261 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 900, '2022-02-13 00:00:00', 0.679758274869089, 2.10369565217391, 1.42903318985513, 3.2943043478261, 2.37198928538064, 5.12747826086957, 7.34270614539009, 16.0580869565218, 8.86032418794114, 32.5935217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 915, '2022-02-13 00:00:00', 1.24710164851913, 2.49160869565218, 1.57892886466866, 3.66678260869567, 3.40526953945846, 5.276, 7.54450517659599, 16.8737826086957, 8.94450131061827, 32.4731739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 930, '2022-02-13 00:00:00', 1.07395123581892, 2.46943478260871, 1.96933234507929, 3.53939130434782, 2.99267908053159, 5.25152173913042, 7.55355482812576, 16.8562173913044, 9.12924270461048, 32.2892173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 945, '2022-02-13 00:00:00', 1.49372512696973, 2.59186956521739, 2.41435511156563, 3.57017391304348, 2.48340745766588, 5.28865217391305, 7.36213212613627, 17.0355217391304, 9.07626712851391, 32.0514782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 960, '2022-02-13 00:00:00', 1.18346624613094, 2.31491304347827, 1.3588874939979, 3.51169565217392, 1.6545663797921, 5.14121739130435, 7.51900118172294, 17.5199565217391, 9.06719946566731, 31.8861739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 975, '2022-02-13 00:00:00', 1.08210427595109, 2.54586956521739, 1.64905435352191, 4.22152173913043, 1.80350993207656, 5.40943478260869, 7.59158456096257, 17.472347826087, 8.96137279062143, 31.9897391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 990, '2022-02-13 00:00:00', 1.34315942505227, 3.40917391304349, 1.27906594656108, 4.22917391304349, 1.69947823078644, 5.54943478260869, 7.63081524662099, 17.6416521739131, 8.91123092578394, 31.9333913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1005, '2022-02-13 00:00:00', 1.02037106906118, 3.03513043478262, 1.49612180339464, 4.12421739130434, 2.04312276488983, 5.38878260869566, 8.06114500517554, 17.7793913043478, 8.88769803246067, 31.9169565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1020, '2022-02-13 00:00:00', 0.95929978786818, 2.89808695652174, 1.30037815570168, 3.97856521739131, 2.13391488100336, 5.38808695652174, 8.54647627246981, 17.6986956521739, 8.75809458765569, 31.7975217391305 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1035, '2022-02-13 00:00:00', 1.18332614056343, 3.07413043478262, 1.8955375180179, 4.1838695652174, 2.21808610838033, 5.85356521739131, 8.69963533695795, 17.6927826086957, 8.70095456418794, 31.883347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1050, '2022-02-13 00:00:00', 1.08231529930727, 2.55704347826088, 1.86222752417062, 3.76747826086955, 2.19850455282101, 5.18121739130436, 8.25167942661879, 17.1352173913044, 8.51564882072672, 31.7082608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1065, '2022-02-13 00:00:00', 1.51607018906838, 2.668, 1.80474241206689, 3.90591304347827, 5.63425713211866, 11.4266086956522, 8.14272676139092, 16.7967391304348, 8.53079569893201, 31.3994347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1080, '2022-02-13 00:00:00', 1.61591195387858, 2.84452173913045, 1.74269180161467, 3.51152173913046, 6.31365178025931, 12.1585652173913, 8.08399791370426, 16.4492173913044, 8.62036068617106, 31.1702173913044 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 2, 1095, '2022-02-13 00:00:00', 0.849426463094683, 2.32795652173915, 5.46049719463789, 10.2076086956522, 6.28144211620935, 12.6118260869566, 7.80910157110446, 15.9314347826087, 8.52726673931794, 30.7979565217391 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 600, '2022-02-13 00:00:00', 3.78792315089699, 6.62766666666667, 4.8787745959381, 8.18341666666669, 5.45610034266922, 9.92091666666669, 7.17875313544839, 13.1063333333333, 8.21794417491118, 29.665125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 615, '2022-02-13 00:00:00', 2.14732430065278, 4.848, 2.53214815967317, 6.63970833333335, 2.7031404106539, 7.89291666666668, 4.2980002729193, 11.0292083333333, 7.41172213444274, 28.7072916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 630, '2022-02-13 00:00:00', 1.99117423252596, 4.38929166666668, 1.89678579195957, 5.34558333333335, 2.66591841177873, 7.01425, 4.02985520629409, 10.284875, 7.06754005220294, 28.2962916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 645, '2022-02-13 00:00:00', 1.32924428717975, 3.49012500000002, 1.60795130196556, 4.54645833333334, 2.19188539548867, 5.99425, 3.40762739934307, 9.63466666666667, 7.28547839536124, 27.8716666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 660, '2022-02-13 00:00:00', 1.33941430459279, 3.405625, 1.78898268395148, 4.7905, 2.00995314495823, 5.64858333333333, 3.2749774750304, 9.29937500000002, 7.17398673954241, 27.7345 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 675, '2022-02-13 00:00:00', 1.53217161824439, 3.28370833333334, 1.53618817489774, 3.97575, 2.20195504000158, 5.49279166666667, 3.19152623863318, 9.20491666666669, 6.99421285778464, 27.75075 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 690, '2022-02-13 00:00:00', 1.00928831917934, 2.68695833333334, 1.7494796861071, 3.90395833333334, 2.28526328954372, 5.72095833333333, 2.85046806701759, 8.89587500000001, 7.67535174664865, 28.037 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 705, '2022-02-13 00:00:00', 1.21469345972015, 2.74587500000001, 1.59583930940719, 3.81916666666668, 1.84796156204143, 5.67825, 3.03175634005024, 8.742375, 7.75880028720544, 29.839375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 720, '2022-02-13 00:00:00', 1.39555608364863, 2.98750000000002, 1.65057972632982, 4.30704166666666, 2.28121322126398, 5.77025, 3.11528250486933, 8.56129166666667, 7.85821485932794, 30.3360833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 735, '2022-02-13 00:00:00', 1.2648942299827, 2.81125000000001, 1.76812498738481, 3.84866666666667, 2.45302887271275, 5.55129166666668, 2.94584903702023, 8.32787500000001, 8.37048650853059, 30.5057083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 750, '2022-02-13 00:00:00', 1.23959545469655, 2.81325, 1.64375814044384, 3.91770833333334, 2.12614149392131, 5.13250000000001, 2.98842818186893, 8.02529166666667, 8.40339245063253, 30.750375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 765, '2022-02-13 00:00:00', 1.10965662449039, 2.78854166666668, 1.84704953471629, 3.91562500000002, 1.59735099495603, 4.99412500000001, 2.78946318370773, 8.15062500000002, 8.64936788299366, 31.0894166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 780, '2022-02-13 00:00:00', 1.55185056429833, 2.99700000000001, 1.5334119617915, 3.82337500000001, 1.64257959020101, 4.68966666666667, 2.82902644569378, 8.45775000000001, 8.88573281855953, 31.322625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 795, '2022-02-13 00:00:00', 1.13672367679719, 2.61475, 1.19688248351617, 3.38912499999998, 1.32066034138943, 4.25045833333332, 3.47840729420057, 8.605, 9.08326434001852, 31.338125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 810, '2022-02-13 00:00:00', 0.773503631377142, 2.21595833333333, 1.21154689044776, 3.04129166666665, 1.38827767082251, 4.07824999999998, 3.47822857213265, 8.83800000000001, 9.19325009434103, 31.3449166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 825, '2022-02-13 00:00:00', 0.921336433815222, 2.24895833333334, 0.991591955838708, 3.11845833333333, 1.10411057719173, 3.88241666666667, 3.77091071703767, 9.29237500000001, 9.56156971291847, 31.468625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 840, '2022-02-13 00:00:00', 0.947074932376633, 2.21966666666668, 1.16644577204876, 2.86100000000001, 1.33116219176969, 3.79620833333334, 3.88088828333844, 9.55395833333335, 9.87239327831234, 31.6574583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 855, '2022-02-13 00:00:00', 0.814442486247995, 1.87604166666668, 0.791535682909396, 2.66204166666668, 1.51923135361179, 3.95041666666667, 3.82169178240608, 9.51641666666668, 10.3248503891326, 31.9029166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 870, '2022-02-13 00:00:00', 0.712293619995959, 2.079125, 0.894790911533142, 2.81541666666666, 1.5973767348284, 4.32579166666667, 3.74940335736659, 9.41216666666667, 10.4149106458418, 31.92975 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 885, '2022-02-13 00:00:00', 0.820017628610421, 2.11229166666667, 1.2590499804459, 3.13837500000001, 2.21205863811931, 4.52887500000001, 8.36604948576019, 16.0754583333333, 10.49957016477, 31.9194166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 900, '2022-02-13 00:00:00', 1.04465916707906, 2.30658333333334, 1.31366867362283, 3.44208333333334, 1.76486907795418, 4.54008333333333, 8.39622982668627, 16.4757916666667, 10.5939904403051, 31.8238333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 915, '2022-02-13 00:00:00', 0.876964947946915, 2.20704166666667, 1.31671673084053, 3.07191666666667, 1.307747072563, 4.13133333333333, 8.38706014970145, 16.4189583333333, 10.7069362997795, 31.6298333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 930, '2022-02-13 00:00:00', 0.897401898073922, 2.25258333333333, 1.17152669809432, 2.94525, 1.1971909687179, 4.00904166666669, 8.37353400883411, 16.3143333333333, 10.9118896472569, 31.60425 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 945, '2022-02-13 00:00:00', 0.921673867152202, 2.15625, 1.05260579264516, 2.91720833333335, 1.21230586896523, 4.41770833333336, 8.22727978668562, 16.3420833333333, 10.805305285777, 31.6391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 960, '2022-02-13 00:00:00', 0.822434927605173, 2.18908333333335, 0.943804019473286, 3.06512500000002, 1.6367853612617, 5.02433333333335, 8.17233189263663, 16.1929583333333, 10.7737223419508, 31.4858333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 975, '2022-02-13 00:00:00', 0.996009508095906, 2.18637500000002, 1.17389907026709, 3.46962500000004, 2.44046968483707, 5.62525000000001, 8.22266375789271, 16.3343333333333, 10.8699197828293, 31.4625416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 990, '2022-02-13 00:00:00', 1.05144204289405, 2.88625000000003, 1.68625667186399, 4.28645833333334, 2.80709400738635, 5.742625, 8.09302211874481, 16.3793333333333, 10.836727494073, 31.3474583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1005, '2022-02-13 00:00:00', 1.28069390158821, 3.1385, 2.00545347071141, 4.43916666666667, 2.98436409243778, 5.62691666666665, 8.06752647112601, 16.4516666666667, 10.7935679087634, 31.199125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1020, '2022-02-13 00:00:00', 1.52193193336055, 3.38212499999999, 2.11201018333074, 4.20216666666666, 2.8629684389823, 5.35124999999999, 7.89724726107371, 16.4630416666667, 10.7460608589239, 31.091625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1035, '2022-02-13 00:00:00', 0.779429719991352, 2.53591666666667, 1.34901066204251, 3.78912499999999, 1.72043953559902, 4.64875, 7.236439642231, 16.036, 10.7713376605781, 30.7242916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1050, '2022-02-13 00:00:00', 1.05708314838933, 2.79699999999999, 1.06653257677337, 3.47445833333333, 1.46224725798281, 4.461, 7.11343426086836, 15.831875, 10.817224535451, 30.5437083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1065, '2022-02-13 00:00:00', 0.863235066941258, 2.59520833333335, 0.820536087575969, 3.15041666666668, 6.98188240145547, 12.8372916666667, 7.24195235306463, 15.6263333333333, 10.7781904274931, 30.34375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1080, '2022-02-13 00:00:00', 0.746761761623601, 2.20420833333334, 1.38566803789071, 3.17720833333334, 7.07747868586781, 13.390125, 7.20107592693168, 15.467625, 10.7768660803822, 30.2354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 3, 1095, '2022-02-13 00:00:00', 1.25458782350382, 2.46054166666667, 7.06813544676675, 12.1665416666667, 7.17407619665154, 13.3288333333333, 7.14104765737686, 15.4445833333333, 11.2743500522846, 30.3383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 600, '2022-02-13 00:00:00', 4.42102941976581, 8.0345, 5.44730862927155, 9.75045833333334, 6.08188498561596, 10.49925, 6.71702025843111, 13.89825, 11.5862863650043, 29.4089166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 615, '2022-02-13 00:00:00', 1.54876626683156, 4.48441666666668, 1.90457166054338, 5.31258333333334, 2.13464954188425, 6.38083333333332, 5.89167123013988, 11.4036666666667, 12.3469452085808, 27.683625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 630, '2022-02-13 00:00:00', 1.14466518030382, 3.24912500000001, 1.02874008703203, 4.24458333333332, 2.43382748866167, 5.97762499999999, 5.67593193458898, 11.01225, 12.5203951423239, 27.5032083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 645, '2022-02-13 00:00:00', 0.850263973290281, 3.36370833333332, 1.4976627201037, 4.70183333333332, 2.06360301160197, 5.85520833333333, 5.53978610333036, 11.285375, 12.5042305431582, 27.5365416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 660, '2022-02-13 00:00:00', 1.18295264033492, 3.12191666666667, 1.64455501227711, 4.33416666666667, 1.81264780306902, 5.65433333333334, 5.94080640112537, 11.256, 12.5275376320803, 27.4710833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 675, '2022-02-13 00:00:00', 1.17688531449681, 2.77550000000001, 1.62928000402683, 3.98912500000001, 2.27143928067581, 5.65616666666666, 6.2754440734374, 11.1556666666667, 12.5298158987482, 27.47675 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 690, '2022-02-13 00:00:00', 1.58160350433589, 3.03891666666667, 1.80239249011025, 4.04358333333333, 2.24820425441401, 5.54525, 6.37134517555081, 10.7832916666667, 12.5341755999752, 27.3781666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 705, '2022-02-13 00:00:00', 1.06082215091389, 2.62262500000001, 1.62060204359234, 3.84487500000002, 1.56055975650508, 5.19716666666668, 5.96431955723343, 10.2592916666667, 12.2594362413825, 27.491 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 720, '2022-02-13 00:00:00', 1.28243156440854, 2.78925000000001, 1.2119075805092, 3.86037500000002, 1.63083063602748, 5.16895833333336, 5.96438485232691, 10.1106666666667, 12.3324401912457, 27.609875 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 735, '2022-02-13 00:00:00', 1.19839426912654, 2.71104166666669, 1.47847409342454, 3.71758333333336, 2.0249262788513, 5.54050000000003, 6.4627621831715, 10.2669166666667, 12.3829769739477, 27.8532916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 750, '2022-02-13 00:00:00', 0.737290533997106, 2.45887500000002, 0.992710252252662, 3.45191666666669, 1.74940193455455, 4.96645833333335, 6.56149857935547, 10.5279583333333, 12.3828780047026, 27.847875 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 765, '2022-02-13 00:00:00', 0.846165946952843, 2.39912500000002, 1.7260167256776, 3.82879166666667, 2.17996934561614, 4.94250000000001, 6.4759547792226, 10.6429583333333, 12.3366867753215, 27.842375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 780, '2022-02-13 00:00:00', 1.59894251682211, 2.91570833333334, 1.70424750490386, 3.63808333333334, 3.43223047407568, 5.34412500000002, 6.3599449647548, 10.5897083333333, 12.3269701749392, 28.0477083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 795, '2022-02-13 00:00:00', 1.12315026354124, 2.17241666666667, 1.61799831548524, 3.03712499999999, 5.25606544015882, 5.54754166666669, 5.87072072072901, 10.1720416666667, 12.4535514517293, 27.81025 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 810, '2022-02-13 00:00:00', 1.29516893867562, 2.39233333333333, 3.03778944109129, 3.81758333333335, 4.97428845960383, 5.75112500000001, 5.59659983586695, 10.175625, 12.3990866633452, 27.7922083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 825, '2022-02-13 00:00:00', 2.70519651265881, 2.88845833333337, 4.66612483739863, 4.47870833333336, 4.48715655017709, 6.16608333333336, 5.19460476223836, 9.95312500000002, 12.3918855295819, 27.69675 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 840, '2022-02-13 00:00:00', 3.678667250149, 3.40829166666667, 4.21061797914563, 4.24687499999999, 4.29768268870024, 5.94066666666666, 4.61370716244506, 9.77704166666668, 12.2864247956457, 27.7907916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 855, '2022-02-13 00:00:00', 1.41456722269966, 2.44508333333334, 1.69814691788142, 3.86245833333334, 2.43871076915238, 4.70670833333333, 3.79787694983486, 8.93725000000001, 12.3819940856161, 27.8908333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 870, '2022-02-13 00:00:00', 1.48699344498716, 2.89787500000001, 1.96106530452792, 3.59320833333335, 2.17635967828743, 4.31683333333333, 3.77136226877222, 8.91683333333334, 12.2885289315905, 27.7962083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 885, '2022-02-13 00:00:00', 1.26815037911834, 2.30508333333335, 1.6695127098665, 3.13058333333335, 1.8073057490785, 3.744375, 5.84206248803711, 12.647125, 12.12044130999, 27.698625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 885); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 900, '2022-02-13 00:00:00', 1.03733103391013, 2.09275000000001, 1.21973758685921, 2.75504166666666, 1.52026881144685, 3.68304166666667, 5.84623067652896, 13.3130833333333, 12.1016892795377, 27.675125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 900); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 915, '2022-02-13 00:00:00', 0.940644409858002, 2.14158333333334, 1.28476266347107, 2.77716666666668, 2.30718909496545, 4.52970833333333, 5.9098222361014, 13.6839166666667, 12.0299773211684, 27.798 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 915); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 930, '2022-02-13 00:00:00', 1.14247804342586, 2.05291666666667, 1.56411578021356, 3.073, 2.62489525774466, 5.07462500000001, 5.82910984081032, 13.9416666666667, 12.0131375247437, 27.7813333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 945, '2022-02-13 00:00:00', 1.54450423955859, 2.39995833333333, 2.15364386488089, 3.69362499999999, 2.11561269263005, 5.25024999999999, 5.88237150490676, 14.0485, 11.9959483845558, 27.7159166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 960, '2022-02-13 00:00:00', 1.61443183739936, 2.805375, 1.94111231372447, 3.89366666666668, 1.74971746735858, 5.12654166666666, 5.7579908702879, 14.1309166666667, 11.9728887833656, 27.7559166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 975, '2022-02-13 00:00:00', 1.17480708792575, 2.59004166666668, 1.16237709651076, 3.59591666666667, 1.16333691005844, 4.45662500000002, 5.78500593864387, 14.1548333333333, 12.0530094284626, 27.67975 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 990, '2022-02-13 00:00:00', 1.14065454051484, 2.83779166666667, 1.2344459936473, 3.64670833333333, 1.26285071753655, 4.48325000000001, 5.72963020264466, 14.1145416666667, 12.1062519007802, 27.5909583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1005, '2022-02-13 00:00:00', 1.30787975337006, 2.64133333333333, 1.22655131512022, 3.27870833333335, 1.90453283052201, 4.82054166666668, 5.60489626014224, 14.3115, 12.1109204678963, 27.5661666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1020, '2022-02-13 00:00:00', 0.933758416720881, 2.44120833333334, 1.46522080247311, 3.44050000000001, 2.42776953420868, 4.86229166666667, 5.57783256029187, 14.243625, 12.2751567686055, 27.7299583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1035, '2022-02-13 00:00:00', 1.25236126469913, 2.85504166666667, 1.64071537728983, 3.87091666666667, 2.90719682426216, 5.20262500000001, 5.37611264503464, 14.2252916666667, 12.570667751668, 27.806625 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1050, '2022-02-13 00:00:00', 1.19324460771486, 2.55720833333335, 1.65090865570836, 3.39154166666668, 2.46207224343317, 4.94908333333334, 5.15125675516264, 13.786625, 13.682616315571, 27.70475 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1065, '2022-02-13 00:00:00', 1.16714817729095, 2.33479166666667, 2.36669221217586, 3.36887500000001, 5.55156825473275, 10.195, 5.04501909603401, 13.488125, 14.5678653681333, 27.8560833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1080, '2022-02-13 00:00:00', 1.93893799511822, 2.59887500000001, 2.0481046222003, 3.63875, 5.29430009726757, 11.0259583333333, 4.91775029847881, 13.3034583333333, 14.7218766466164, 27.8352083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 4, 1095, '2022-02-13 00:00:00', 1.57824776943899, 2.73175, 5.28407230693596, 9.61883333333333, 4.98521767800579, 11.1915833333333, 4.61776415230406, 13.033875, 14.6942621321006, 27.6882916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 600, '2022-02-13 00:00:00', 3.04424304595183, 6.41837499999998, 3.29818324139829, 7.95945833333333, 3.47104291640657, 8.91083333333332, 3.43373644856277, 10.7677916666667, 13.8837548389308, 26.8500833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 600); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 615, '2022-02-13 00:00:00', 1.63845130128017, 4.35233333333334, 2.11034817341676, 5.41475000000001, 2.18817413090777, 6.53987500000001, 2.65334232073711, 9.39091666666667, 14.0385061851762, 26.6894583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 615); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 630, '2022-02-13 00:00:00', 1.51899420145633, 3.63491666666667, 1.68662759682224, 4.74295833333333, 1.84977879406068, 5.79675, 2.48034788788339, 9.03041666666666, 14.0364247444598, 26.7462916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 630); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 645, '2022-02-13 00:00:00', 1.21617813027747, 3.263125, 1.61569045623298, 4.30279166666668, 1.9507929003914, 5.45637500000001, 2.89287536332862, 9.21895833333333, 14.0439805223174, 26.6919583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 645); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 660, '2022-02-13 00:00:00', 1.12444328173571, 2.95054166666668, 1.66240556231721, 4.06041666666667, 1.80663025208637, 5.34779166666667, 2.71915239217739, 9.11441666666667, 14.049796168966, 26.6742916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 660); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 675, '2022-02-13 00:00:00', 1.22644027058754, 2.75279166666667, 1.23528855324683, 3.43262500000001, 1.87097420518009, 5.10570833333334, 3.2844768027425, 8.96270833333334, 14.1141605178341, 26.6490833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 675); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 690, '2022-02-13 00:00:00', 0.802202501405276, 2.331375, 1.38740564896593, 3.63600000000001, 1.97207647498477, 5.10333333333335, 3.47911752902903, 8.91620833333333, 14.1353240090413, 26.6158333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 690); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 705, '2022-02-13 00:00:00', 1.16218819022254, 2.98979166666668, 1.75668588458535, 4.06991666666668, 2.17797070820455, 5.26833333333336, 3.56512009981247, 9.02725, 13.0950008870517, 30.3161666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 705); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 720, '2022-02-13 00:00:00', 1.48876648435124, 2.92758333333334, 1.78901354083063, 3.79016666666669, 2.2273869398266, 5.16866666666669, 3.49211010915932, 8.90366666666667, 13.2429077097402, 30.748 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 720); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 735, '2022-02-13 00:00:00', 1.24905995667233, 2.65208333333336, 1.81567258867763, 3.45208333333336, 1.94508036419793, 4.74933333333335, 3.55912110319021, 8.763375, 13.1288601130393, 31.5689583333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 735); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 750, '2022-02-13 00:00:00', 1.03104838916371, 2.39179166666668, 1.36090823187299, 3.53454166666668, 1.53869809393375, 4.27779166666669, 3.81709239066079, 9.14083333333334, 13.1608080981793, 31.6381666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 750); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 765, '2022-02-13 00:00:00', 1.21467672982198, 2.55091666666668, 1.33847709738247, 3.30362500000001, 1.64719846485136, 4.07400000000001, 3.82675171217922, 9.14533333333333, 12.9969492439711, 32.0467916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 765); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 780, '2022-02-13 00:00:00', 1.248231975723, 2.26475, 1.5133092421309, 2.83858333333334, 1.60735954093678, 3.71845833333333, 3.68207482762529, 9.38641666666667, 13.1056734909108, 32.8037916666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 780); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 795, '2022-02-13 00:00:00', 1.03376818807056, 1.94316666666668, 1.47208718961909, 2.88479166666667, 1.4238927327902, 4.01741666666666, 3.60752700934981, 9.59508333333333, 13.1713881454973, 32.858125 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 795); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 810, '2022-02-13 00:00:00', 1.16803864773762, 2.11275, 1.15690031888062, 2.728, 0.980813547816151, 4.01745833333334, 3.60250390781149, 9.68633333333334, 13.2911175143701, 32.9935416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 810); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 825, '2022-02-13 00:00:00', 0.650323793376701, 1.89958333333333, 0.802731135164389, 2.93283333333333, 3.16769203117156, 4.70274999999999, 3.75954863131624, 9.96879166666667, 13.3869217050567, 33.2930416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 825); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 840, '2022-02-13 00:00:00', 0.696867338132965, 2.3035, 0.862745125847674, 3.09325000000001, 3.17584040201297, 5.04620833333333, 3.81814419884692, 10.2360833333333, 13.6044442689789, 33.5857083333333 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 840); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 855, '2022-02-13 00:00:00', 0.82300729917344, 2.06233333333332, 3.36044865879628, 3.55583333333333, 3.77118835689607, 4.92716666666666, 4.21966823662404, 10.204125, 13.7888793692257, 33.6765416666667 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 855); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 870, '2022-02-13 00:00:00', 0.599502224974113, 1.93181818181819, 0.923042081371529, 2.81727272727272, 1.35268898144381, 4.00863636363636, 4.63809836573313, 10.1414545454545, 14.2217051135812, 34.3073636363636 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 870); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 5, 1096, '2022-02-13 00:00:00', 0.272236110756895, 1.88249999999999, 1.17450436355082, 10.3805, 2.05555941290932, 13.0945, 2.15833738355479, 13.0945, 2.26625425273253, 43.4535 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1096); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 601, '2022-02-13 00:00:00', 3.57654609924155, 7.02100000000007, 6.5789214921597, 9.726, 6.69912964496138, 9.81099999999998, 4.17617264968779, 11.595, 9.92282946039091, 43.6215 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 601); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 616, '2022-02-13 00:00:00', 2.26062037945347, 6.67250000000001, 2.38082853225516, 6.75749999999999, 1.84625580567815, 7.13549999999998, 4.92712005130784, 12.956, 9.92282946039091, 43.6215 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 616); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 631, '2022-02-13 00:00:00', 0.164755880016509, 3.15749999999997, 0.0961665222413473, 4.14200000000005, 0.465983368801849, 5.7115, 5.49280547625704, 12.556, 9.92282946039091, 43.6215 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 631); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 646, '2022-02-13 00:00:00', 0.498510280736545, 2.6275, 0.905096679918762, 4.38999999999999, 0.468811795926769, 5.14249999999998, 4.62306413539758, 11.941, 9.05308811953145, 43.0065 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 646); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 661, '2022-02-13 00:00:00', 0.557907250356097, 3.40550000000002, 0.0565685424949527, 4.11200000000002, 1.15116983977173, 6.05700000000007, 3.93717055764677, 12.025, 8.53053620823465, 42.637 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 661); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 676, '2022-02-13 00:00:00', 0.749533188057702, 2.71199999999999, 0.847113923861469, 2.87299999999999, 3.53411969237032, 6.57200000000006, 2.40416305603433, 12.509, 8.1062721395227, 42.337 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 676); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 691, '2022-02-13 00:00:00', 0.238294985259859, 2.4425, 2.1199061299973, 4.77200000000005, 3.67554104860766, 6.67200000000008, 4.99358808873941, 14.34, 8.1062721395227, 42.337 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 691); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 706, '2022-02-13 00:00:00', 1.4347196590275, 3.85750000000007, 2.54487730549034, 5.87250000000006, 2.02232539419354, 6.44200000000006, 4.00434570185943, 13.6405, 7.11702975264272, 41.6375 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 706); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 721, '2022-02-13 00:00:00', 0.98994949366115, 2.57400000000001, 1.13137084989849, 2.67400000000004, 0.467397582364349, 3.14350000000002, 0.894490078200973, 11.4415, 4.00717412898427, 39.4385 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 721); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 736, '2022-02-13 00:00:00', 0.935502271509788, 1.81350000000003, 0.184554869889746, 2.94350000000003, 0.860548952704017, 3.68250000000006, 0.61164736572637, 11.2415, 3.72433141650966, 39.2385 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 736); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 751, '2022-02-13 00:00:00', 0.38113055505954, 2.54349999999999, 0.400187082812517, 2.54349999999999, 0.420196436953143, 4.13600000000002, 0.4412062588008, 11.2415, 0.46326657174084, 39.2385 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 751); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 766, '2022-02-13 00:00:00', 0.0982878425849372, 1.71350000000001, 0.718420489685586, 3.15200000000004, 0.803980410209145, 4.81250000000006, 0.895197184982143, 10.811, 3.56169685683674, 39.1235 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 766); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 781, '2022-02-13 00:00:00', 0.337289934626046, 2.11350000000004, 0.0339411254969556, 2.66700000000003, 0.607404725039271, 4.01249999999999, 0.0247487373415067, 12.2575, 3.01793174210429, 38.739 where not exists (select 1 from powerstats_trumpet where symbolid = 968735 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 781); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 968735, 1, 796, '2022-02-13 00:00:00', 0.033941125497036, 2.26[...];
Date: 2022-02-13 14:36:43 Duration: 4s919ms Database: acaweb_fx User: pgperfstats
7 4s722ms 10s286ms 6s502ms 4 26s9ms select updateresultsmaterializedview ();Times Reported Time consuming queries #7
Day Hour Count Duration Avg duration Feb 13 14 4 26s9ms 6s502ms [ User: postgres - Total duration: 26s9ms - Times executed: 4 ]
-
select updateresultsmaterializedview ();
Date: 2022-02-13 14:03:57 Duration: 10s286ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-02-13 14:19:35 Duration: 6s177ms Database: acaweb_fx User: postgres
-
select updateresultsmaterializedview ();
Date: 2022-02-13 14:47:37 Duration: 4s823ms Database: acaweb_fx User: postgres
8 76ms 1m44s 4s734ms 152 11m59s with rar_max as ( ;Times Reported Time consuming queries #8
Day Hour Count Duration Avg duration Feb 13 14 152 11m59s 4s734ms [ User: postgres - Total duration: 11m59s - Times executed: 152 ]
-
WITH rar_max as ( ;
Date: 2022-02-13 14:18:56 Duration: 1m44s Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-02-13 14:01:42 Duration: 38s793ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( ;
Date: 2022-02-13 14:07:46 Duration: 36s286ms Database: acaweb_fx User: postgres Bind query: yes
9 64ms 36s548ms 3s426ms 11 37s694ms select distinct patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, longname, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_autochartist_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join autochartist_results a on a.symbolid = s.symbolid inner join patterns p on a.pattern = p.patternname left outer join relevance_autochartist_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and (((s.symbol ilike ? and timegranularity = ?);Times Reported Time consuming queries #9
Day Hour Count Duration Avg duration Feb 13 14 11 37s694ms 3s426ms [ User: postgres - Total duration: 37s694ms - Times executed: 11 ]
-
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 '%audcad%' AND timegranularity = 60);
Date: 2022-02-13 14:36:28 Duration: 36s548ms 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 '%audcad%' AND timegranularity = 1440);
Date: 2022-02-13 14:34:06 Duration: 141ms 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 '%audcad%' AND timegranularity = 1440);
Date: 2022-02-13 14:30:06 Duration: 137ms Database: acaweb_fx User: postgres Bind query: yes
10 126ms 9s323ms 3s410ms 8 27s283ms select fixcandlegaps (?, false);Times Reported Time consuming queries #10
Day Hour Count Duration Avg duration Feb 13 14 8 27s283ms 3s410ms [ User: postgres - Total duration: 27s283ms - Times executed: 8 ]
-
select fixcandlegaps ('XM', false);
Date: 2022-02-13 14:06:24 Duration: 9s323ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('LEGACYFXMT5', false);
Date: 2022-02-13 14:06:12 Duration: 4s466ms Database: acaweb_fx User: postgres
-
select fixcandlegaps ('PHILLIPFUTURES', false);
Date: 2022-02-13 14:06:07 Duration: 4s235ms Database: acaweb_fx User: postgres
11 77ms 7s127ms 2s302ms 22 50s664ms 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, 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 where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #11
Day Hour Count Duration Avg duration Feb 13 14 22 50s664ms 2s302ms [ User: postgres - Total duration: 50s664ms - Times executed: 22 ]
-
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, 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 WHERE b.brokerid = 529 AND groupid = 5597 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:18:01 Duration: 7s127ms 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, 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 WHERE b.brokerid = 529 AND groupid = 3350 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:18:00 Duration: 6s524ms 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, 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 WHERE b.brokerid = 529 AND groupid = 3332 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:17:59 Duration: 5s347ms Database: acaweb_fx User: postgres Bind query: yes
12 950ms 3s785ms 2s257ms 58 2m10s insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select ?, ?, ?, ?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.?, ?, ?.? where not exists (select ? from powerstats_trumpet where symbolid = ? and enddate = ? and dayofweek = ? and fromtime = ?); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, 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 #12
Day Hour Count Duration Avg duration Feb 13 14 58 2m10s 2s257ms [ User: pgperfstats - Total duration: 2m10s - Times executed: 58 ]
-
insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 990, '2022-02-13 00:00:00', 0.245301851728719, 0.530961538461538, 0.293131191422228, 0.643153846153846, 0.3963992101987, 0.784576923076924, 0.439482170811898, 0.974461538461539, 0.883392102157273, 2.38361538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1005, '2022-02-13 00:00:00', 0.184608229669043, 0.362961538461539, 0.258119089986356, 0.502769230769231, 0.289351965605904, 0.618000000000001, 0.389694746416493, 0.808346153846154, 0.897543848511036, 2.328 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1020, '2022-02-13 00:00:00', 0.16457927713275, 0.310461538461538, 0.19755510623621, 0.3765, 0.215011173233822, 0.508730769230769, 0.356479202112075, 0.710692307692308, 0.944662415078285, 2.29003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1035, '2022-02-13 00:00:00', 0.0796349073053935, 0.238038461538462, 0.180497129744919, 0.375423076923077, 0.227166059219986, 0.478461538461539, 0.365897875621895, 0.678153846153846, 0.952885358347921, 2.28688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1050, '2022-02-13 00:00:00', 0.161736067049424, 0.253653846153846, 0.188344434889503, 0.333115384615384, 0.214464743381859, 0.403384615384615, 0.36894500111284, 0.644423076923077, 0.955080600706639, 2.27292307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1065, '2022-02-13 00:00:00', 0.0751484786682589, 0.192423076923076, 0.0966141015348406, 0.26226923076923, 0.122411462510037, 0.338615384615385, 0.325612936805933, 0.588769230769231, 0.969364813441493, 2.26369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1080, '2022-02-13 00:00:00', 0.0717581943859961, 0.188961538461538, 0.0728689128609615, 0.250038461538461, 0.138155993216142, 0.333038461538462, 0.326281287329718, 0.582038461538461, 0.966724534784261, 2.25561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1095, '2022-02-13 00:00:00', 0.0721422526359176, 0.17776923076923, 0.120196844960513, 0.253192307692308, 0.156260630407613, 0.31976923076923, 0.330579612196517, 0.573, 0.960222547922336, 2.24869230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1110, '2022-02-13 00:00:00', 0.111557367098038, 0.180384615384616, 0.134762035283853, 0.220615384615384, 0.15536314284233, 0.287115384615384, 0.344668732821263, 0.564846153846154, 0.955872588870424, 2.23838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1125, '2022-02-13 00:00:00', 0.0608497771944597, 0.145153846153846, 0.101189023424176, 0.207461538461538, 0.147113566806265, 0.277807692307692, 0.332371395603449, 0.55823076923077, 1.10333983048672, 2.38369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1140, '2022-02-13 00:00:00', 0.0986235500039655, 0.148730769230769, 0.117360725969125, 0.1935, 0.169736814374036, 0.268884615384616, 0.329569483744148, 0.551269230769231, 1.12966218776302, 2.37653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1155, '2022-02-13 00:00:00', 0.0569800099900092, 0.127807692307692, 0.0930433563122382, 0.176884615384615, 0.231583967161273, 0.268423076923077, 0.360767798750643, 1.00026923076923, 1.12002572497929, 2.41523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1170, '2022-02-13 00:00:00', 0.0600122038870823, 0.12423076923077, 0.0720020939866448, 0.173692307692309, 0.193274710829311, 0.252076923076924, 0.383534686025417, 1.07084615384615, 1.12673107637162, 2.42696153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1185, '2022-02-13 00:00:00', 0.0510920135261261, 0.127923076923078, 0.175075702307492, 0.194692307692308, 0.181665643845627, 0.270384615384616, 0.367549372926225, 1.09969230769231, 1.11513713265023, 2.43623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1200, '2022-02-13 00:00:00', 0.060139421347399, 0.111200000000001, 0.0858986806262659, 0.159, 0.106944689754408, 0.233200000000001, 0.380874528771178, 1.14736, 1.1317426459521, 2.4364 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1215, '2022-02-13 00:00:00', 0.0631060483102315, 0.11804, 0.0873364757704368, 0.176080000000001, 0.107679509038009, 0.248280000000001, 0.378210514572683, 1.17488, 1.12431938671062, 2.444 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1230, '2022-02-13 00:00:00', 0.0752610346283751, 0.123160000000001, 0.0778795651417413, 0.16432, 0.134123226922111, 0.27104, 0.383525857450751, 1.2, 1.11935068529334, 2.45004 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1245, '2022-02-13 00:00:00', 0.071697907919269, 0.12156, 0.0930398660073555, 0.1846, 0.143218946605074, 0.2652, 0.374511406145838, 1.21972, 1.1145528969053, 2.45408 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1260, '2022-02-13 00:00:00', 0.101849447715734, 0.13268, 0.139368851134917, 0.19548, 0.169391636944291, 0.26088, 0.38163464203345, 1.2312, 1.10517676866644, 2.45776 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1275, '2022-02-13 00:00:00', 0.0570887321047972, 0.11896, 0.0783882006426991, 0.17128, 0.152690340231463, 0.25644, 0.391852331880263, 1.2152, 1.11876659317304, 2.45376 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1290, '2022-02-13 00:00:00', 0.0706691115929249, 0.12404, 0.108399600245264, 0.16816, 0.218058646545679, 0.28064, 0.39802208900177, 1.214, 1.12304067602202, 2.45112 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1305, '2022-02-13 00:00:00', 0.0583791629493491, 0.10872, 0.131637406031366, 0.18164, 0.221228012090091, 0.289600000000001, 0.382164458490495, 1.21444, 1.11229002213152, 2.45552 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1320, '2022-02-13 00:00:00', 0.0579199691478423, 0.118125, 0.0792961793403121, 0.167833333333334, 0.121902662226759, 0.268208333333333, 0.406749128162396, 1.201375, 1.14558808389884, 2.45366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1335, '2022-02-13 00:00:00', 0.0662740795725475, 0.130083333333333, 0.108011942442236, 0.203666666666667, 0.378914465415942, 0.849791666666667, 0.392870537274012, 1.20595833333333, 1.12553368661722, 2.44991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1350, '2022-02-13 00:00:00', 0.0837025335962707, 0.143125, 0.107503690533214, 0.209, 0.384496845598715, 0.948208333333334, 0.418041941935723, 1.19925, 1.14002097298277, 2.42991666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 1365, '2022-02-13 00:00:00', 0.0651541801703915, 0.149608695652174, 0.381243259514055, 0.823826086956522, 0.335403945003797, 1.01147826086957, 0.379323435572735, 1.25021739130435, 1.06457676089698, 2.52004347826087 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 990, '2022-02-13 00:00:00', 0.191990262434232, 0.386499999999999, 0.223826015344346, 0.609541666666666, 0.27973728617287, 0.727416666666666, 0.352827705109383, 0.901208333333333, 1.10579801255257, 2.320125 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1005, '2022-02-13 00:00:00', 0.186473606167471, 0.287333333333333, 0.200610368444744, 0.427208333333333, 0.263090481487406, 0.556416666666666, 0.323595683943199, 0.740416666666667, 1.10992494523638, 2.23108333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1020, '2022-02-13 00:00:00', 0.157514658853146, 0.242541666666666, 0.188915363305247, 0.349166666666666, 0.210616172459404, 0.473958333333333, 0.233027086812683, 0.659333333333333, 1.08151970373416, 2.184 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1035, '2022-02-13 00:00:00', 0.116241494935877, 0.190541666666667, 0.116611014158991, 0.287291666666667, 0.189557145029894, 0.424458333333333, 0.24784010448534, 0.60875, 1.08007279595647, 2.163125 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1050, '2022-02-13 00:00:00', 0.119737930921864, 0.188708333333333, 0.186379691739078, 0.292541666666667, 0.201977681181987, 0.398125, 0.234732641623355, 0.56725, 1.06746558085231, 2.143625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1065, '2022-02-13 00:00:00', 0.109442957149216, 0.16225, 0.115110784697279, 0.255333333333333, 0.140210807900725, 0.342125, 0.214730868797415, 0.531708333333334, 1.02173003237547, 2.13345833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1080, '2022-02-13 00:00:00', 0.0988276845417522, 0.155041666666667, 0.107255409309214, 0.240375, 0.11052207301344, 0.297541666666667, 0.26226277065105, 0.51425, 1.02514486427706, 2.12258333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1095, '2022-02-13 00:00:00', 0.0834873938240741, 0.148166666666666, 0.10630260845914, 0.201625, 0.128260088735034, 0.270291666666667, 0.26947008855008, 0.520291666666666, 1.01182361913126, 2.10508333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1110, '2022-02-13 00:00:00', 0.0922658316802711, 0.126125, 0.109509504253006, 0.191375, 0.113668656215323, 0.249291666666667, 0.295481613739283, 0.516916666666666, 1.01235425145291, 2.098 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1125, '2022-02-13 00:00:00', 0.0785733180179373, 0.114125, 0.0779046123357815, 0.154208333333333, 0.118896488594071, 0.239125, 0.296156756254795, 0.503958333333333, 1.02615987309236, 2.17354166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1140, '2022-02-13 00:00:00', 0.069860925509496, 0.104875, 0.073157315106715, 0.155583333333334, 0.135226380240852, 0.249000000000001, 0.313500329380591, 0.51225, 1.03830525237112, 2.18366666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1155, '2022-02-13 00:00:00', 0.0582057663112866, 0.0947916666666666, 0.111243921833634, 0.167583333333334, 0.146612251104445, 0.252750000000001, 0.380650691941264, 0.886083333333333, 1.03333558584374, 2.20754166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1170, '2022-02-13 00:00:00', 0.106976963184482, 0.119375000000001, 0.129847625304051, 0.173666666666668, 0.152677830504419, 0.251791666666667, 0.411225422154428, 0.9805, 1.03985713117758, 2.221625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1185, '2022-02-13 00:00:00', 0.0745221978407405, 0.105083333333334, 0.0802614838954614, 0.167416666666667, 0.10836009981485, 0.227541666666667, 0.433728994395937, 1.02066666666667, 1.03624085719993, 2.233375 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1200, '2022-02-13 00:00:00', 0.062702411367541, 0.102125, 0.076613229644245, 0.15575, 0.0936328688572275, 0.213374999999999, 0.447172850216798, 1.03941666666667, 1.0074577417685, 2.23383333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1215, '2022-02-13 00:00:00', 0.0704210422274896, 0.0940833333333329, 0.0785557011833386, 0.148041666666667, 0.110754821271052, 0.21375, 0.478449516895348, 1.068125, 1.00754971017725, 2.239625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1230, '2022-02-13 00:00:00', 0.0536692602217847, 0.0922916666666673, 0.073041332352881, 0.140583333333333, 0.108778061513647, 0.211833333333333, 0.499967187329126, 1.09216666666667, 1.00754971017725, 2.239625 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1245, '2022-02-13 00:00:00', 0.0503551876923933, 0.087416666666666, 0.0674610864751362, 0.151291666666666, 0.101427206709391, 0.2065, 0.486403078434075, 1.08504166666667, 0.975460670620573, 2.22670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1260, '2022-02-13 00:00:00', 0.0591414418570219, 0.0921666666666662, 0.0727471300295496, 0.140666666666667, 0.128379419543471, 0.217833333333333, 0.508055797959811, 1.09945833333333, 0.96512823733054, 2.22091666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1275, '2022-02-13 00:00:00', 0.060059375814175, 0.0907916666666666, 0.0812482329796705, 0.133833333333333, 0.153687618427676, 0.229166666666665, 0.502151739581989, 1.11125, 0.967783639095769, 2.22104166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1290, '2022-02-13 00:00:00', 0.0536421145115982, 0.082791666666666, 0.105295228500286, 0.147291666666666, 0.162289992503132, 0.249958333333332, 0.488919036523802, 1.11879166666667, 0.957157089427112, 2.21095833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1305, '2022-02-13 00:00:00', 0.0732072202822188, 0.0955833333333336, 0.114028981823272, 0.164, 0.139767405128062, 0.251833333333333, 0.480554026204598, 1.12720833333333, 0.952161476037167, 2.20720833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1320, '2022-02-13 00:00:00', 0.0759368626862113, 0.0999565217391301, 0.0890574269583553, 0.157043478260869, 0.131657478707458, 0.286652173913043, 0.499701729216358, 1.165, 0.971102816308293, 2.21995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1335, '2022-02-13 00:00:00', 0.0694935376755009, 0.0984782608695651, 0.0977188635043672, 0.167608695652174, 0.344864589339406, 0.773695652173913, 0.491190080979018, 1.17782608695652, 0.971821121652601, 2.21826086956522 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1350, '2022-02-13 00:00:00', 0.087429678122483, 0.128695652173914, 0.114250418392087, 0.227391304347827, 0.380530781789501, 0.888695652173913, 0.481090929257079, 1.19386956521739, 0.978013336798902, 2.22478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 1365, '2022-02-13 00:00:00', 0.0902348713957652, 0.129826086956521, 0.309854288080539, 0.717043478260869, 0.355957812706615, 0.927652173913043, 0.443317514849495, 1.17634782608696, 0.983579114010555, 2.21434782608696 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 990, '2022-02-13 00:00:00', 0.192739828625174, 0.503807692307692, 0.257756871131275, 0.655730769230769, 0.304906020830127, 0.752807692307693, 0.439903562858253, 1.00476923076923, 0.974704644810614, 2.15323076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1005, '2022-02-13 00:00:00', 0.0989397096915395, 0.344884615384615, 0.135595779376112, 0.434153846153847, 0.241979989636779, 0.563653846153847, 0.418610088452065, 0.822615384615385, 0.968470384758278, 2.10838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1020, '2022-02-13 00:00:00', 0.100874979744541, 0.291807692307692, 0.174161710885205, 0.396692307692308, 0.297469046870686, 0.508076923076924, 0.466920419837834, 0.777961538461538, 0.97018501407642, 2.10680769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1035, '2022-02-13 00:00:00', 0.119665051771119, 0.25826923076923, 0.217045053812833, 0.341653846153846, 0.259711638908647, 0.446153846153846, 0.466591615210363, 0.708153846153846, 0.935679147012397, 2.07311538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1050, '2022-02-13 00:00:00', 0.121239851280268, 0.223307692307693, 0.155189710206077, 0.319384615384616, 0.226729472822026, 0.425423076923077, 0.392468691548961, 0.669923076923077, 0.862729854322001, 2.05380769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1065, '2022-02-13 00:00:00', 0.0898822563134684, 0.2115, 0.117087166740785, 0.288730769230769, 0.153748631013292, 0.398192307692307, 0.315683193188263, 0.62203846153846, 0.818459269227623, 2.03284615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1080, '2022-02-13 00:00:00', 0.0924883027947105, 0.197384615384615, 0.147439416502039, 0.272307692307692, 0.162218542049346, 0.376846153846153, 0.315026182062087, 0.606846153846153, 0.832679190232441, 2.05392307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1095, '2022-02-13 00:00:00', 0.100933123327357, 0.180153846153847, 0.10082616418676, 0.259346153846154, 0.135869620762531, 0.346923076923077, 0.285668371475629, 0.602461538461539, 0.805138065561047, 2.03523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1110, '2022-02-13 00:00:00', 0.0776714579792042, 0.186153846153846, 0.118104549511798, 0.252269230769231, 0.17090144708394, 0.330230769230769, 0.297548788501081, 0.594192307692307, 0.847844455981439, 1.97630769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1125, '2022-02-13 00:00:00', 0.0645631116398168, 0.151653846153847, 0.0855124642286817, 0.215307692307692, 0.156230106425894, 0.327615384615385, 0.279735867175832, 0.583346153846153, 0.879510087404433, 2.19107692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1140, '2022-02-13 00:00:00', 0.0754869423247385, 0.164961538461538, 0.129506905072812, 0.227038461538461, 0.176689858661571, 0.328884615384615, 0.274039256031236, 0.589923076923077, 0.880061043337335, 2.23 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1155, '2022-02-13 00:00:00', 0.0900683159521795, 0.147307692307693, 0.118921590198688, 0.223230769230769, 0.138092232277506, 0.294230769230769, 0.347743362487116, 0.889615384615385, 0.875018864851583, 2.24742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1170, '2022-02-13 00:00:00', 0.0907465786598126, 0.159307692307693, 0.120908865870761, 0.219923076923077, 0.110066776933893, 0.275846153846153, 0.363127407181218, 0.960923076923077, 0.873937786907406, 2.27484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1185, '2022-02-13 00:00:00', 0.0463428693378117, 0.128692307692308, 0.0655046680661883, 0.177307692307693, 0.101084488652581, 0.239076923076922, 0.376803527665995, 0.982538461538462, 0.877750212409325, 2.28134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1200, '2022-02-13 00:00:00', 0.068234933530019, 0.138384615384615, 0.0838022948097758, 0.18076923076923, 0.133155923638418, 0.249499999999999, 0.363540388191125, 1.00957692307692, 0.870756047263614, 2.29857692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1215, '2022-02-13 00:00:00', 0.0416066562722097, 0.121923076923076, 0.0735091412421188, 0.170923076923076, 0.127567496463034, 0.256115384615385, 0.350033862098204, 1.01776923076923, 0.84940830084151, 2.30169230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1230, '2022-02-13 00:00:00', 0.0492036427669578, 0.118961538461538, 0.0750188899288299, 0.162923076923077, 0.124067797842705, 0.259538461538462, 0.330072831123911, 1.01592307692308, 0.826167649218598, 2.30476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1245, '2022-02-13 00:00:00', 0.0546824820774802, 0.120576923076924, 0.0775821252212527, 0.182884615384616, 0.132342562488997, 0.275923076923077, 0.315816531452141, 1.00980769230769, 0.820728626563944, 2.29796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1260, '2022-02-13 00:00:00', 0.0624055717433578, 0.129846153846154, 0.091878280684493, 0.189538461538462, 0.133173068425437, 0.259884615384615, 0.314824776661558, 1.001, 0.816226729436223, 2.29692307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1275, '2022-02-13 00:00:00', 0.0493884446155017, 0.118538461538462, 0.0882934007465146, 0.174269230769231, 0.193420025214159, 0.255115384615385, 0.307555826076903, 0.989884615384616, 0.815519365425871, 2.29134615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1290, '2022-02-13 00:00:00', 0.0604513408898813, 0.119730769230769, 0.0758763062237076, 0.154423076923077, 0.198608269252276, 0.263730769230769, 0.290625521670334, 0.989076923076923, 0.815165430119272, 2.28796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1305, '2022-02-13 00:00:00', 0.0408658028937864, 0.101423076923077, 0.182572708382589, 0.177076923076923, 0.188064297515504, 0.2755, 0.28767679513916, 0.989538461538462, 0.811554622077519, 2.28676923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1320, '2022-02-13 00:00:00', 0.0322184212317528, 0.09788, 0.0926303046164334, 0.17004, 0.101157006677738, 0.27336, 0.286869552235855, 0.991840000000001, 0.824279398424264, 2.28388 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1335, '2022-02-13 00:00:00', 0.0758584207586739, 0.1402, 0.0880856969093157, 0.20056, 0.274701037493491, 0.699080000000001, 0.291221462121183, 1.00276, 0.811648193492722, 2.29104 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1350, '2022-02-13 00:00:00', 0.058621753641459, 0.146519999999999, 0.0659281679810182, 0.20524, 0.308527805337974, 0.776640000000001, 0.306234371029772, 1.00264, 0.808948288417333, 2.2898 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 1365, '2022-02-13 00:00:00', 0.0673955982736757, 0.154200000000001, 0.260769489524114, 0.647320000000001, 0.302540972431834, 0.811040000000001, 0.298024428528938, 0.989320000000001, 0.817242840286777, 2.28588 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 990, '2022-02-13 00:00:00', 0.164429910249368, 0.463346153846154, 0.221414213288474, 0.585423076923078, 0.24514208438875, 0.703807692307693, 0.289631120831042, 0.880115384615385, 0.794181393734357, 2.25061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1005, '2022-02-13 00:00:00', 0.0870214915983398, 0.296500000000001, 0.111071508497904, 0.407000000000001, 0.170389978036809, 0.524769230769231, 0.272841458613718, 0.734692307692309, 0.815131634485168, 2.24069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1020, '2022-02-13 00:00:00', 0.0788882364244118, 0.290076923076924, 0.141295631158983, 0.364846153846154, 0.18312640863202, 0.485807692307693, 0.294540071715469, 0.702576923076924, 0.832032562232623, 2.23223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1035, '2022-02-13 00:00:00', 0.112982449283743, 0.225076923076922, 0.138318250645163, 0.350538461538461, 0.141757827080065, 0.412192307692308, 0.263439489476017, 0.667269230769232, 0.836481109262992, 2.21838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1050, '2022-02-13 00:00:00', 0.0884165403947965, 0.255730769230769, 0.102400518328015, 0.304115384615385, 0.0989813346817709, 0.372769230769231, 0.309600201252171, 0.674269230769232, 0.839768741060024, 2.21746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1065, '2022-02-13 00:00:00', 0.0588720254842262, 0.177653846153846, 0.090890915176043, 0.253038461538461, 0.11443313129711, 0.335307692307692, 0.31969972690732, 0.639653846153846, 0.862217753149489, 2.20457692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1080, '2022-02-13 00:00:00', 0.0657065855498171, 0.168346153846154, 0.0752772209901509, 0.2315, 0.114413958266261, 0.329923076923076, 0.312135236962836, 0.621615384615384, 0.851012529962894, 2.19838461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1095, '2022-02-13 00:00:00', 0.0557482390201357, 0.169884615384616, 0.0807217061647841, 0.239923076923076, 0.107965186696739, 0.309192307692307, 0.293494167154725, 0.640115384615384, 0.849407243090959, 2.19223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1110, '2022-02-13 00:00:00', 0.06874886292766, 0.165615384615384, 0.093198819735017, 0.219499999999999, 0.110637516241102, 0.2955, 0.296928439967509, 0.618538461538462, 0.848987310768632, 2.18142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1125, '2022-02-13 00:00:00', 0.0707338782936549, 0.144807692307691, 0.0748037432218469, 0.186, 0.115435529792442, 0.282192307692308, 0.288343152937873, 0.598423076923077, 0.92974858884622, 2.30403846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1140, '2022-02-13 00:00:00', 0.0480002083328813, 0.134500000000001, 0.0729985879736992, 0.200076923076924, 0.127784560280787, 0.294576923076924, 0.280953708204476, 0.609115384615385, 0.939149537531779, 2.33742307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1155, '2022-02-13 00:00:00', 0.0445208334983147, 0.123769230769231, 0.0609861144347318, 0.184884615384616, 0.120593098412038, 0.272153846153846, 0.589181006534952, 1.03753846153846, 0.902702175948158, 2.37246153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1170, '2022-02-13 00:00:00', 0.0572679531809751, 0.129461538461539, 0.0992664169720127, 0.194307692307692, 0.105664934872163, 0.248038461538461, 0.589568974238482, 1.05415384615385, 0.911551107474761, 2.38369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1185, '2022-02-13 00:00:00', 0.0640026081199343, 0.129423076923077, 0.0840572790057238, 0.179884615384615, 0.0972316899907713, 0.241192307692308, 0.575352846922251, 1.07346153846154, 0.915187322565504, 2.39365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1200, '2022-02-13 00:00:00', 0.0585587016459687, 0.125807692307692, 0.0823659750513149, 0.164076923076923, 0.111809652810204, 0.239961538461539, 0.574254304427791, 1.08238461538461, 0.911515586600353, 2.40576923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1215, '2022-02-13 00:00:00', 0.0444230189809808, 0.108730769230769, 0.0644707327755421, 0.166653846153846, 0.111491434648586, 0.2635, 0.578607177758664, 1.10988461538461, 0.909658364442388, 2.4065 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1230, '2022-02-13 00:00:00', 0.0523457293827803, 0.124653846153846, 0.0903718897751859, 0.171038461538462, 0.132091180629139, 0.293, 0.5793262997124, 1.11380769230769, 0.910705410445872, 2.40476923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1245, '2022-02-13 00:00:00', 0.0506069013232237, 0.112538461538462, 0.0782659863247417, 0.18573076923077, 0.108732452165148, 0.277884615384616, 0.571604167772931, 1.12573076923077, 0.912015134827184, 2.40861538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1260, '2022-02-13 00:00:00', 0.0825127775652867, 0.149961538461539, 0.117730565928505, 0.221384615384616, 0.11333704669633, 0.276384615384616, 0.579515819124366, 1.14076923076923, 0.918236540666611, 2.40823076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1275, '2022-02-13 00:00:00', 0.108155792191705, 0.157653846153847, 0.116068494366969, 0.197153846153847, 0.227281502851556, 0.305807692307693, 0.565034268531905, 1.12973076923077, 0.912878477884442, 2.40365384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1290, '2022-02-13 00:00:00', 0.0738824846527339, 0.127692307692308, 0.109167514187353, 0.184884615384616, 0.246728726773727, 0.32223076923077, 0.571462826033734, 1.13080769230769, 0.911781918088885, 2.40811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1305, '2022-02-13 00:00:00', 0.0588600426043382, 0.12123076923077, 0.188793077611035, 0.231884615384616, 0.208352954973415, 0.315923076923077, 0.590331765913163, 1.13207692307692, 0.912621907557476, 2.41211538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1320, '2022-02-13 00:00:00', 0.128420857599794, 0.1538, 0.156815836785276, 0.21104, 0.176950294339023, 0.29636, 0.613270187872632, 1.13364, 0.924381970111202, 2.43712 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1335, '2022-02-13 00:00:00', 0.0957900133973612, 0.13532, 0.128144150601318, 0.20544, 0.608556932422925, 0.860039999999999, 0.626315128349939, 1.12084, 0.931965802305357, 2.45056 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1350, '2022-02-13 00:00:00', 0.0708346195961645, 0.142280000000001, 0.0997912487813114, 0.20328, 0.573494498665855, 0.88824, 0.64369040177195, 1.1208, 0.928985121875839, 2.45376 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 1365, '2022-02-13 00:00:00', 0.0761588690392229, 0.148440000000001, 0.572288350979353, 0.811040000000001, 0.550350591290074, 0.91924, 0.673320238321509, 1.11832, 0.923573669683872, 2.45736 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 990, '2022-02-13 00:00:00', 0.24010430372375, 0.50892, 0.267786139795671, 0.5834, 0.296741750798008, 0.6982, 0.560122388411676, 0.891560000000001, 0.869800603586823, 2.34956 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1005, '2022-02-13 00:00:00', 0.119727370861193, 0.31968, 0.157439861534492, 0.41668, 0.27615907251679, 0.5342, 0.478851100726172, 0.74628, 0.823499356405335, 2.29124 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1020, '2022-02-13 00:00:00', 0.0981183299219197, 0.25004, 0.14968012560123, 0.33584, 0.196940964081456, 0.44008, 0.417768324952159, 0.67896, 0.828826123703479, 2.26692 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1035, '2022-02-13 00:00:00', 0.132823504446063, 0.242, 0.19750427843467, 0.32724, 0.19292487311559, 0.41956, 0.411994692522448, 0.669720000000001, 0.820463960207882, 2.26088 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1050, '2022-02-13 00:00:00', 0.084439761566061, 0.21536, 0.0839144802760517, 0.28784, 0.146780300676441, 0.38796, 0.301845501319245, 0.615960000000001, 0.821646213403312, 2.2464 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1065, '2022-02-13 00:00:00', 0.0869208835666086, 0.19036, 0.126970377122645, 0.25832, 0.162553909006623, 0.34476, 0.302452547242263, 0.596280000000001, 0.812578033175892, 2.23632 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1080, '2022-02-13 00:00:00', 0.0848641463359726, 0.17444, 0.131237862930888, 0.25628, 0.138789084585209, 0.32608, 0.30986458332633, 0.570320000000001, 0.818113191027582, 2.23312 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1095, '2022-02-13 00:00:00', 0.0798670770718439, 0.1774, 0.100099150845549, 0.22444, 0.146327680224898, 0.31904, 0.311673322567075, 0.58352, 0.808742336388214, 2.2278 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1110, '2022-02-13 00:00:00', 0.0779147611175178, 0.15828, 0.07514714454544, 0.222520000000001, 0.14414000138754, 0.30756, 0.304536078869702, 0.567840000000001, 0.802769514451896, 2.22832 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1125, '2022-02-13 00:00:00', 0.0367170714155326, 0.131320000000001, 0.0853500244092915, 0.191720000000001, 0.129225861704742, 0.271360000000001, 0.325314627194454, 0.554240000000001, 0.839140071740112, 2.29632 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1140, '2022-02-13 00:00:00', 0.0810555365166379, 0.141800000000001, 0.109327901287824, 0.19544, 0.167865988216792, 0.27136, 0.34990725914162, 0.562560000000001, 0.870612116080788, 2.32996 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1155, '2022-02-13 00:00:00', 0.0561963225368587, 0.12412, 0.0745987712141864, 0.17632, 0.151352436386072, 0.251319999999999, 0.434618798488975, 0.878599999999999, 0.876880328209044, 2.33488 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1170, '2022-02-13 00:00:00', 0.0476261482801195, 0.1222, 0.0790568782586299, 0.18264, 0.11544079290557, 0.261079999999999, 0.469854055354781, 0.926, 0.880258706290373, 2.32984 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1185, '2022-02-13 00:00:00', 0.0499766612196796, 0.117600000000001, 0.0852513343004088, 0.16196, 0.110889103762874, 0.24368, 0.519471205490096, 0.9992, 0.875124467337837, 2.3282 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1200, '2022-02-13 00:00:00', 0.0616630629577654, 0.117599999999999, 0.0863740508872124, 0.183319999999999, 0.102590902780575, 0.246319999999999, 0.55572107811983, 1.0354, 0.862400235776097, 2.3346 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1215, '2022-02-13 00:00:00', 0.085014449752185, 0.14696, 0.0942196370190425, 0.18344, 0.122861032607306, 0.2624, 0.549017130880267, 1.06168, 0.858475489846197, 2.339 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1230, '2022-02-13 00:00:00', 0.061461369981478, 0.1176, 0.084388486576468, 0.1668, 0.109686674973155, 0.251000000000001, 0.543753216082443, 1.06568, 0.864072913590051, 2.3318 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1245, '2022-02-13 00:00:00', 0.0625872724015566, 0.122, 0.0761628299544254, 0.18788, 0.115857714460453, 0.25748, 0.546205434490235, 1.06572, 0.866213599523813, 2.331 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1260, '2022-02-13 00:00:00', 0.0443536920672901, 0.126600000000001, 0.0802823143662404, 0.1762, 0.11885184054107, 0.25048, 0.539041278567792, 1.0688, 0.867112051582724, 2.33168 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1275, '2022-02-13 00:00:00', 0.0568733974133182, 0.122799999999999, 0.0853655473049089, 0.17688, 0.17889631075011, 0.27616, 0.51162358233373, 1.05524, 0.876376251009424, 2.3302 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1290, '2022-02-13 00:00:00', 0.062909511734448, 0.115239999999999, 0.0762892958852465, 0.16316, 0.161261175323345, 0.260600000000001, 0.478446991142523, 1.05124, 0.895284498544085, 2.337 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1305, '2022-02-13 00:00:00', 0.0633076351372152, 0.117240000000001, 0.151696550169519, 0.193520000000001, 0.183514004915156, 0.281840000000001, 0.476407871471494, 1.05672, 0.908262651072548, 2.35428 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1320, '2022-02-13 00:00:00', 0.0558831596836822, 0.137333333333334, 0.0828121236660861, 0.18625, 0.174010473614482, 0.299083333333333, 0.485495884249484, 1.06108333333333, 0.921926997919441, 2.39320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1335, '2022-02-13 00:00:00', 0.0799452258138961, 0.13025, 0.121373987853807, 0.203583333333333, 0.350857696493045, 0.736083333333333, 0.469855134936383, 1.05575, 0.928397777340626, 2.39320833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1350, '2022-02-13 00:00:00', 0.078881859930448, 0.145, 0.111576767294989, 0.215624999999999, 0.376459353619399, 0.802916666666666, 0.436176268633268, 1.03545833333333, 0.929646855188743, 2.38466666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 1365, '2022-02-13 00:00:00', 0.0594163490651522, 0.158958333333334, 0.309441148322847, 0.685458333333333, 0.398227192365276, 0.873125, 0.412590260217189, 1.021125, 0.93942360913025, 2.38575 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 930, '2022-02-13 00:00:00', 0, 0.372999999999998, 0, 0.372999999999998, 0, 0.515000000000001, 0, 0.704000000000001, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 945, '2022-02-13 00:00:00', 0, 0.184000000000005, 0, 0.305, 0, 0.583999999999996, 0, 0.734000000000002, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 960, '2022-02-13 00:00:00', 0, 0.295000000000002, 0, 0.475000000000001, 0, 0.583999999999996, 0, 0.734000000000002, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 1, 975, '2022-02-13 00:00:00', 0, 0.204000000000001, 0, 0.312999999999995, 0, 0.323, 0, 0.492999999999995, 0, 1.543 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 930, '2022-02-13 00:00:00', 0, 0.423999999999999, 0, 0.423999999999999, 0, 0.692999999999998, 0, 0.692999999999998, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 945, '2022-02-13 00:00:00', 0, 0.213999999999999, 0, 0.473999999999997, 0, 0.573999999999998, 0, 0.573999999999998, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 960, '2022-02-13 00:00:00', 0, 0.393999999999998, 0, 0.494, 0, 0.494, 0, 0.494, 0, 1.853 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 2, 975, '2022-02-13 00:00:00', 0, 0.194000000000003, 0, 0.234000000000002, 0, 0.344000000000001, 0, 0.384, 0, 1.873 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 930, '2022-02-13 00:00:00', 0, 0.454000000000001, 0, 0.672999999999995, 0, 1.161, 0, 1.161, 0, 2.419 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 945, '2022-02-13 00:00:00', 0, 0.390999999999998, 0, 0.651000000000003, 0, 0.879000000000005, 0, 0.879000000000005, 0, 2.137 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 960, '2022-02-13 00:00:00', 0, 0.332999999999998, 0, 0.561, 0, 0.561, 0, 0.561, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 3, 975, '2022-02-13 00:00:00', 0, 0.271000000000001, 0, 0.271000000000001, 0, 0.271000000000001, 0, 0.482000000000006, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 930, '2022-02-13 00:00:00', 0, 0.312000000000005, 0, 0.463999999999999, 0, 0.933, 0, 0.983000000000004, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 945, '2022-02-13 00:00:00', 0, 0.253999999999998, 0, 0.372999999999998, 0, 0.722999999999999, 0, 0.773000000000003, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 960, '2022-02-13 00:00:00', 0, 0.262999999999998, 0, 0.613, 0, 0.613, 0, 0.663000000000004, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 4, 975, '2022-02-13 00:00:00', 0, 0.363999999999997, 0, 0.363999999999997, 0, 0.363999999999997, 0, 0.414000000000001, 0, 1.859 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 930, '2022-02-13 00:00:00', 0, 0.333999999999996, 0, 0.333999999999996, 0, 0.353999999999999, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 945, '2022-02-13 00:00:00', 0, 0.309999999999995, 0, 0.329999999999998, 0, 0.439, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 960, '2022-02-13 00:00:00', 0, 0.191000000000003, 0, 0.204000000000001, 0, 0.313000000000002, 0, 0.613000000000007, 0, 2.03 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969755, 5, 975, '2022-02-13 00:00:00', 0, 0.183999999999997, 0, 0.313000000000002, 0, 0.353000000000002, 0, 0.613000000000007, 0, 2.11 where not exists (select 1 from powerstats_trumpet where symbolid = 969755 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:55:46 Duration: 3s785ms 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 969615, 5, 990, '2022-02-13 00:00:00', 0.374583690967, 0.647692307692308, 0.45641647816272, 0.794192307692309, 0.447503414684006, 0.852115384615386, 0.550979152195295, 1.08588461538462, 1.52815706200438, 2.96561538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1005, '2022-02-13 00:00:00', 0.38197649746468, 0.46273076923077, 0.402327122931271, 0.534923076923078, 0.438870958781211, 0.675961538461539, 0.554710679959868, 0.965538461538462, 1.45106466377675, 2.90653846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1020, '2022-02-13 00:00:00', 0.195776827417972, 0.316384615384616, 0.212398131239064, 0.421615384615385, 0.309278776411285, 0.590192307692308, 0.459314706927614, 0.87, 1.42236032868447, 2.86076923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1035, '2022-02-13 00:00:00', 0.122432757054638, 0.271500000000001, 0.261591754751266, 0.412615384615385, 0.286376709946882, 0.520500000000001, 0.447058221986974, 0.805423076923078, 1.4481719835179, 2.82357692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1050, '2022-02-13 00:00:00', 0.209875424588383, 0.291576923076922, 0.234839899637048, 0.372461538461538, 0.293235240300081, 0.501115384615384, 0.473012408358955, 0.782461538461538, 1.47479044665283, 2.80930769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1065, '2022-02-13 00:00:00', 0.126535741378292, 0.218576923076924, 0.19597309469964, 0.299423076923077, 0.264048468744195, 0.421076923076923, 0.481451914684994, 0.749115384615385, 1.49405731946474, 2.79907692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1080, '2022-02-13 00:00:00', 0.165992645805586, 0.214038461538461, 0.230537806010207, 0.321, 0.239799788285016, 0.400538461538462, 0.509997926089298, 0.743269230769231, 1.49704068748982, 2.7985 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1095, '2022-02-13 00:00:00', 0.131561977205247, 0.205923076923077, 0.135293754475217, 0.264, 0.17865034177237, 0.357230769230769, 0.498000817113942, 0.720423076923077, 1.48749427096505, 2.79361538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1110, '2022-02-13 00:00:00', 0.0984301704841478, 0.184538461538461, 0.155522686942601, 0.267115384615385, 0.198335411322878, 0.362153846153846, 0.487182456738588, 0.708115384615385, 1.4755603764724, 2.79523076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1125, '2022-02-13 00:00:00', 0.0874410570701116, 0.181461538461539, 0.123764621513831, 0.244192307692307, 0.188740770533392, 0.331038461538462, 0.476060390480678, 0.689153846153846, 1.45620647732915, 2.91623076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1140, '2022-02-13 00:00:00', 0.0933724057409167, 0.154615384615384, 0.121074827466959, 0.223923076923076, 0.189332970837501, 0.310423076923076, 0.483424860122663, 0.674653846153846, 1.54384424882026, 2.94723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1155, '2022-02-13 00:00:00', 0.0890573885847678, 0.158461538461538, 0.132072177236541, 0.2195, 0.319373222710696, 0.369153846153846, 0.678736324695783, 1.11896153846154, 1.63854774771395, 3.00119230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1170, '2022-02-13 00:00:00', 0.0851060243732226, 0.150346153846154, 0.154115860512597, 0.233538461538461, 0.308663989576915, 0.346538461538462, 0.747298136365524, 1.20923076923077, 1.63729350406747, 2.98846153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1185, '2022-02-13 00:00:00', 0.146995494436446, 0.171653846153846, 0.304560242872345, 0.274692307692308, 0.332616767235438, 0.354923076923078, 0.808514052967636, 1.32242307692308, 1.60004455514887, 3.00946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1200, '2022-02-13 00:00:00', 0.0932465727699067, 0.147560000000001, 0.12326698665904, 0.199200000000002, 0.180196772076157, 0.30972, 0.787928069898092, 1.30332, 1.60253522270183, 2.97916 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1215, '2022-02-13 00:00:00', 0.0873653630832414, 0.134040000000001, 0.144034509753739, 0.20324, 0.2105417614948, 0.316000000000001, 0.789856987055252, 1.30932, 1.59676913171566, 2.98492 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1230, '2022-02-13 00:00:00', 0.113819198732024, 0.143319999999999, 0.159937154324231, 0.217679999999999, 0.227242440284966, 0.315279999999999, 0.788671509565294, 1.3144, 1.63909786976454, 2.99492 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1245, '2022-02-13 00:00:00', 0.112975543076071, 0.152840000000001, 0.156301524837946, 0.221400000000001, 0.211348842753713, 0.3078, 0.80614334540039, 1.31952, 1.65908893472693, 2.99948 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1260, '2022-02-13 00:00:00', 0.103500209339563, 0.151720000000001, 0.156211928695176, 0.23, 0.210284355100421, 0.29952, 0.829882096043367, 1.34728, 1.67879143036491, 3.0044 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1275, '2022-02-13 00:00:00', 0.090797980887977, 0.151760000000001, 0.106814434105759, 0.19736, 0.176630197493709, 0.28268, 0.837048282159796, 1.36892, 1.68903769644138, 3.01556 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1290, '2022-02-13 00:00:00', 0.0678264451867165, 0.141479999999999, 0.104343982417132, 0.180599999999999, 0.186508605699576, 0.285719999999999, 0.846685898075549, 1.37252, 1.71332369193137, 3.02664 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1305, '2022-02-13 00:00:00', 0.0868763489103907, 0.131399999999999, 0.181889316160497, 0.22884, 0.238775466355597, 0.341839999999999, 0.849288207854083, 1.38128, 1.73157124023241, 3.03628 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1320, '2022-02-13 00:00:00', 0.0750599639515351, 0.149208333333334, 0.10205254933654, 0.200875, 0.237989552657071, 0.357625, 0.899204131803327, 1.398375, 1.78271368162478, 3.011375 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1335, '2022-02-13 00:00:00', 0.0576412568630626, 0.136083333333333, 0.130767127622604, 0.238291666666666, 0.643326205656243, 0.947791666666667, 0.89320380746315, 1.40879166666667, 1.78872619237947, 3.026 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1350, '2022-02-13 00:00:00', 0.127530665536466, 0.190374999999999, 0.18929671039196, 0.276875, 0.715536890500181, 1.06245833333333, 0.879537588489098, 1.40325, 1.80615334253189, 3.024625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 1365, '2022-02-13 00:00:00', 0.154729523027905, 0.208956521739131, 0.620319833353871, 0.946173913043479, 0.803638020002586, 1.19960869565217, 0.840851203861643, 1.45373913043478, 1.73123804201004, 3.14039130434783 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 990, '2022-02-13 00:00:00', 0.360618528123676, 0.601375000000001, 0.438178046004133, 0.786500000000001, 0.502376114947322, 0.953750000000001, 0.506865815290542, 1.20254166666667, 1.52168215462696, 3.10233333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1005, '2022-02-13 00:00:00', 0.308612459829993, 0.387791666666666, 0.392165633448382, 0.571333333333333, 0.387406753624176, 0.697583333333333, 0.418374901220203, 0.988583333333333, 1.47719766763807, 2.96691666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1020, '2022-02-13 00:00:00', 0.256854876411237, 0.297916666666667, 0.277343714967338, 0.418333333333334, 0.292247807172443, 0.527458333333333, 0.377414161466369, 0.882333333333334, 1.44955097932659, 2.90829166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1035, '2022-02-13 00:00:00', 0.173280538224973, 0.237333333333334, 0.190398419034966, 0.334583333333333, 0.234932120939806, 0.442833333333333, 0.298270084786022, 0.793, 1.429331265926, 2.88429166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1050, '2022-02-13 00:00:00', 0.154871896572058, 0.21, 0.166358521298717, 0.271125, 0.259066296562275, 0.441958333333333, 0.295148227928401, 0.745958333333333, 1.43280598763001, 2.86670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1065, '2022-02-13 00:00:00', 0.144918511584959, 0.184625, 0.201491593667926, 0.285083333333333, 0.242512120569649, 0.447958333333333, 0.29530627677286, 0.745166666666666, 1.50734998292185, 2.94766666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1080, '2022-02-13 00:00:00', 0.151696869504257, 0.152875, 0.20885199929303, 0.284125, 0.200664385609837, 0.39425, 0.304908717630304, 0.71475, 1.55846034609878, 2.96670833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1095, '2022-02-13 00:00:00', 0.205589978185793, 0.190749999999999, 0.208087665298247, 0.287041666666666, 0.194107764593182, 0.399541666666666, 0.413395054414652, 0.761416666666666, 1.56235314904116, 2.96633333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1110, '2022-02-13 00:00:00', 0.110804829068627, 0.164833333333333, 0.134175069500121, 0.246916666666667, 0.158059696803528, 0.371541666666667, 0.414988073863907, 0.713666666666666, 1.57355725270364, 2.95241666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1125, '2022-02-13 00:00:00', 0.11462692319756, 0.144875, 0.139771546263636, 0.241541666666667, 0.150159570920839, 0.315625, 0.433009185480106, 0.673208333333333, 1.55079935851235, 3.03895833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1140, '2022-02-13 00:00:00', 0.122232783085675, 0.154625, 0.119054601710332, 0.226541666666667, 0.145868389161331, 0.301249999999999, 0.450457784458998, 0.679291666666666, 1.54771376915497, 3.05145833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1155, '2022-02-13 00:00:00', 0.100676974829747, 0.123874999999999, 0.105639632165479, 0.182583333333333, 0.125024838111982, 0.269083333333333, 0.83923534900199, 1.40333333333333, 1.54453886404203, 3.05270833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1170, '2022-02-13 00:00:00', 0.0837508273807289, 0.118124999999999, 0.122607155145015, 0.206416666666666, 0.109168190607796, 0.270291666666666, 0.987725133940304, 1.537625, 1.5436902702169, 3.04854166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1185, '2022-02-13 00:00:00', 0.0995040964854771, 0.12775, 0.0893439758153439, 0.175791666666666, 0.103114743670915, 0.252041666666666, 0.98672867418013, 1.59254166666667, 1.5435075614947, 3.038125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1200, '2022-02-13 00:00:00', 0.067949989602328, 0.0986249999999999, 0.073049119864948, 0.1515, 0.107694010975542, 0.266500000000001, 1.02988905762441, 1.62791666666667, 1.54910786328824, 3.03304166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1215, '2022-02-13 00:00:00', 0.0746497983339836, 0.102624999999999, 0.105283390861542, 0.169374999999999, 0.123197143765122, 0.269666666666667, 1.06102599972925, 1.65454166666667, 1.5492723654409, 3.03308333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1230, '2022-02-13 00:00:00', 0.0999649123225355, 0.113875, 0.111084305039404, 0.188375000000001, 0.122938891383049, 0.255666666666668, 1.05687070133854, 1.667125, 1.55595351666253, 3.03804166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1245, '2022-02-13 00:00:00', 0.0764323609284815, 0.106583333333334, 0.0874702433874574, 0.1575, 0.140221848036127, 0.239916666666667, 1.05780362328496, 1.656375, 1.5556445976284, 3.040125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1260, '2022-02-13 00:00:00', 0.0742691809022041, 0.103458333333333, 0.0923700811088642, 0.164166666666667, 0.152015296474791, 0.267041666666668, 1.06655369334933, 1.65979166666667, 1.5556445976284, 3.040125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1275, '2022-02-13 00:00:00', 0.0745738496925767, 0.107291666666666, 0.096544312871479, 0.16775, 0.442003539152334, 0.335458333333333, 1.06707621327042, 1.67041666666667, 1.55623511168014, 3.037625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1290, '2022-02-13 00:00:00', 0.0648402719732527, 0.0935, 0.0964384236972867, 0.158250000000001, 0.448650819648215, 0.335416666666666, 1.06406183673286, 1.682875, 1.55855336526899, 3.037625 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1305, '2022-02-13 00:00:00', 0.0749149759606751, 0.0994166666666668, 0.452234915147273, 0.240625000000001, 0.453964469017604, 0.3555, 1.06484321156562, 1.68625, 1.5602089597834, 3.03554166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1320, '2022-02-13 00:00:00', 0.0785683660406169, 0.107478260869566, 0.140009048267738, 0.187478260869565, 0.219280119370151, 0.33695652173913, 1.02879468215175, 1.62395652173913, 1.46938916619769, 2.90460869565217 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1335, '2022-02-13 00:00:00', 0.113569362065656, 0.123, 0.135036856336224, 0.19704347826087, 0.775060224613969, 1.16547826086956, 0.996735517426566, 1.59734782608696, 1.44791898371394, 2.88373913043478 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1350, '2022-02-13 00:00:00', 0.0941854616475941, 0.11908695652174, 0.129593176148853, 0.235869565217391, 0.892337258332686, 1.29265217391304, 0.953409034235182, 1.56417391304348, 1.44029488636313, 2.85221739130435 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 1365, '2022-02-13 00:00:00', 0.113622302687388, 0.158130434782609, 0.711661705727666, 1.07573913043478, 0.893416768221378, 1.34939130434783, 0.958992816106499, 1.55269565217391, 1.42208370889298, 2.8255652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 990, '2022-02-13 00:00:00', 0.395052045256746, 0.776038461538461, 0.571937764231255, 0.954615384615383, 0.649980989071101, 1.11438461538462, 0.714545277673958, 1.33392307692308, 1.44424912457864, 2.75142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1005, '2022-02-13 00:00:00', 0.270618891830161, 0.43676923076923, 0.307249895787677, 0.607461538461539, 0.387763070007367, 0.767961538461538, 0.499379689060493, 1.01292307692308, 1.41920686842497, 2.65915384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1020, '2022-02-13 00:00:00', 0.186905541754282, 0.381192307692308, 0.224539364374816, 0.482384615384615, 0.281175926313868, 0.620307692307693, 0.496061553252603, 0.950769230769231, 1.4251790672916, 2.64142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1035, '2022-02-13 00:00:00', 0.143780195490841, 0.305230769230769, 0.202572961214928, 0.427730769230769, 0.281652696664635, 0.553192307692307, 0.499727200965303, 0.894346153846154, 1.42804991994193, 2.63642307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1050, '2022-02-13 00:00:00', 0.17695359235165, 0.293423076923077, 0.241703403750579, 0.414153846153847, 0.321155385348683, 0.531307692307692, 0.500702824499261, 0.847038461538462, 1.41387416478488, 2.61607692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1065, '2022-02-13 00:00:00', 0.163213220618355, 0.270653846153846, 0.223948757875203, 0.349615384615384, 0.311373288217511, 0.487269230769231, 0.465677650146703, 0.794076923076923, 1.37205209140851, 2.58469230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1080, '2022-02-13 00:00:00', 0.177559524147212, 0.25176923076923, 0.231479100236185, 0.354423076923077, 0.363052757344418, 0.512769230769231, 0.426600789786136, 0.771923076923077, 1.37035599922625, 2.56173076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1095, '2022-02-13 00:00:00', 0.125358611744313, 0.223307692307692, 0.173785225538262, 0.304769230769232, 0.27351401032882, 0.433076923076923, 0.339771708425163, 0.708576923076923, 1.35969844620614, 2.54023076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1110, '2022-02-13 00:00:00', 0.114826806036812, 0.210653846153847, 0.20756853177834, 0.308846153846154, 0.227643594581192, 0.390384615384615, 0.315770951555323, 0.684423076923078, 1.36612577245064, 2.50111538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1125, '2022-02-13 00:00:00', 0.137878006278684, 0.20476923076923, 0.155133297521841, 0.278499999999999, 0.184875242757421, 0.352153846153846, 0.313871333265964, 0.678423076923076, 1.36792168691722, 2.67430769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1140, '2022-02-13 00:00:00', 0.0869699859810176, 0.194461538461538, 0.134818487661687, 0.251230769230769, 0.160622907648749, 0.327961538461539, 0.307330083135381, 0.6685, 1.37802648908335, 2.73473076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1155, '2022-02-13 00:00:00', 0.104146819442553, 0.172999999999999, 0.116575046808747, 0.229692307692308, 0.203113037872625, 0.327115384615385, 0.543330335841976, 1.02457692307692, 1.39807954489226, 2.79142307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1170, '2022-02-13 00:00:00', 0.0786809721890592, 0.160153846153846, 0.121023608631349, 0.215923076923077, 0.167290479751194, 0.326769230769231, 0.562975606794961, 1.10057692307692, 1.39867079812887, 2.78719230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1185, '2022-02-13 00:00:00', 0.0797596099828432, 0.141346153846154, 0.140014576164274, 0.222192307692308, 0.179685610056951, 0.334961538461538, 0.598095079912371, 1.15473076923077, 1.4051334718973, 2.79207692307692 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1200, '2022-02-13 00:00:00', 0.0891214642194316, 0.159653846153847, 0.108909475465424, 0.223923076923077, 0.164861438323684, 0.316576923076923, 0.605367148609325, 1.21023076923077, 1.40573165236525, 2.79296153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1215, '2022-02-13 00:00:00', 0.0927004522435242, 0.148423076923076, 0.141903932834317, 0.223615384615384, 0.192685714611604, 0.301230769230769, 0.634799185690913, 1.21938461538461, 1.41494897597595, 2.80126923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1230, '2022-02-13 00:00:00', 0.0836449731810686, 0.151807692307693, 0.109760830900646, 0.203999999999999, 0.17223768907664, 0.300307692307693, 0.634384208989619, 1.22026923076923, 1.42371501523844, 2.80373076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1245, '2022-02-13 00:00:00', 0.0845715354914672, 0.14576923076923, 0.132238950389058, 0.208499999999999, 0.175972253057559, 0.301923076923076, 0.629572447105053, 1.24211538461538, 1.42012755006779, 2.81153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1260, '2022-02-13 00:00:00', 0.12890113086572, 0.160692307692308, 0.160651715976375, 0.224576923076923, 0.176692031077108, 0.329923076923076, 0.6316187506351, 1.24261538461538, 1.42999591822978, 2.82538461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1275, '2022-02-13 00:00:00', 0.079227238905665, 0.146346153846154, 0.126990762837909, 0.220576923076923, 0.181416550004086, 0.33326923076923, 0.599446048127256, 1.23873076923077, 1.43349963215364, 2.83034615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1290, '2022-02-13 00:00:00', 0.11169921148403, 0.160076923076923, 0.136440852217531, 0.235115384615384, 0.180324613277962, 0.344615384615385, 0.61807616160022, 1.27269230769231, 1.44292991300553, 2.83842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1305, '2022-02-13 00:00:00', 0.0753827158316401, 0.152923076923076, 0.17799506043276, 0.251192307692308, 0.204317550735275, 0.372307692307692, 0.626707027614609, 1.27853846153846, 1.44731578447829, 2.8465 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1320, '2022-02-13 00:00:00', 0.0780184379917114, 0.16672, 0.0965508156361197, 0.222680000000001, 0.171466877267885, 0.367839999999999, 0.677374236789876, 1.30776, 1.36954392895348, 2.74236 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1335, '2022-02-13 00:00:00', 0.0845072580709292, 0.156680000000001, 0.172436094442743, 0.25396, 0.504720212923293, 0.866919999999999, 0.688246363351574, 1.31084, 1.36212064076571, 2.74316 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1350, '2022-02-13 00:00:00', 0.116754114845402, 0.179760000000001, 0.108992935550888, 0.25872, 0.486517224772156, 0.98552, 0.686756985160447, 1.30664, 1.35669613645306, 2.74336 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 1365, '2022-02-13 00:00:00', 0.0666023523108107, 0.19096, 0.45402267931606, 0.827519999999999, 0.526244721272021, 1.05156, 0.688372517851587, 1.30184, 1.3580973111919, 2.73884 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 990, '2022-02-13 00:00:00', 0.32171300157845, 0.607846153846154, 0.421492142458014, 0.786884615384616, 0.492244999974606, 0.9345, 0.657748163170257, 1.17538461538462, 1.39879079867632, 2.79746153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1005, '2022-02-13 00:00:00', 0.266086801915927, 0.456884615384616, 0.310415463532344, 0.571999999999999, 0.360436242094748, 0.719730769230768, 0.520473476749776, 0.958, 1.39416369251909, 2.73919230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1020, '2022-02-13 00:00:00', 0.17248693150051, 0.340692307692306, 0.222853301178497, 0.458923076923076, 0.257325310423625, 0.616653846153846, 0.438868925587304, 0.814576923076923, 1.36007083130028, 2.70111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1035, '2022-02-13 00:00:00', 0.147257581755967, 0.297653846153847, 0.19856725657725, 0.422346153846154, 0.200882839945614, 0.539653846153847, 0.402099109481922, 0.770576923076924, 1.36564816056755, 2.68253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1050, '2022-02-13 00:00:00', 0.139696043664037, 0.297230769230768, 0.163771289866738, 0.391653846153846, 0.179535301863964, 0.452269230769231, 0.433612469661741, 0.748423076923078, 1.37612112168169, 2.67069230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1065, '2022-02-13 00:00:00', 0.110762649911351, 0.24473076923077, 0.125443238772946, 0.321384615384617, 0.17935915408433, 0.420115384615385, 0.423077386992753, 0.719346153846155, 1.37767983999856, 2.66030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1080, '2022-02-13 00:00:00', 0.0986379549354413, 0.226615384615385, 0.134985794124363, 0.303730769230769, 0.207542722200663, 0.432307692307692, 0.438891689810385, 0.707346153846154, 1.37994990544529, 2.66030769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1095, '2022-02-13 00:00:00', 0.105901064133537, 0.209346153846154, 0.14574352604701, 0.286846153846153, 0.212130656399813, 0.392846153846153, 0.463501710228361, 0.711346153846154, 1.38646997304444, 2.65488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1110, '2022-02-13 00:00:00', 0.081533806108028, 0.188807692307691, 0.155840771795593, 0.289884615384614, 0.330295476109592, 0.410692307692307, 0.516012964953402, 0.7415, 1.39382153145173, 2.66369230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1125, '2022-02-13 00:00:00', 0.133065027480783, 0.221307692307691, 0.1551056463784, 0.275807692307692, 0.340062467112237, 0.408192307692307, 0.520501907186338, 0.733346153846154, 1.42316526744491, 2.94753846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1140, '2022-02-13 00:00:00', 0.117898913676734, 0.177923076923077, 0.305085985357471, 0.295538461538461, 0.306655075589197, 0.358846153846154, 0.491211870315103, 0.708692307692308, 1.47609826283295, 2.96980769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1155, '2022-02-13 00:00:00', 0.254091531054945, 0.193115384615385, 0.257717749605142, 0.246961538461539, 0.245189195395029, 0.301307692307692, 0.737129622251065, 1.189, 1.45376713456401, 2.97819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1170, '2022-02-13 00:00:00', 0.113261175369824, 0.165576923076924, 0.131421693561078, 0.224692307692308, 0.174010786579896, 0.291076923076924, 0.819447544667465, 1.25496153846154, 1.47766565178376, 2.99153846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1185, '2022-02-13 00:00:00', 0.105485835724336, 0.168692307692308, 0.129364886449739, 0.211076923076923, 0.145743974674242, 0.296884615384615, 0.858853045547464, 1.30692307692308, 1.48411391072249, 2.9965 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1200, '2022-02-13 00:00:00', 0.104961355525956, 0.155384615384615, 0.127524429032244, 0.217000000000001, 0.195943728185887, 0.332769230769231, 0.852010484767556, 1.33611538461538, 1.48661658602551, 2.98992307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1215, '2022-02-13 00:00:00', 0.0820856963085619, 0.156307692307693, 0.127720223083955, 0.222153846153847, 0.233186373133991, 0.363730769230769, 0.836811030961269, 1.31430769230769, 1.48992555312208, 2.98792307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1230, '2022-02-13 00:00:00', 0.100684526349156, 0.146423076923076, 0.157692553845962, 0.231692307692307, 0.260666943405978, 0.373846153846154, 0.834310155388639, 1.32565384615385, 1.48775404760123, 2.98588461538461 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1245, '2022-02-13 00:00:00', 0.105148276257864, 0.171, 0.181162727530124, 0.263576923076923, 0.278086793313499, 0.372769230769231, 0.830710602204754, 1.33376923076923, 1.48444588159509, 2.98184615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1260, '2022-02-13 00:00:00', 0.145092819098143, 0.201384615384616, 0.21864678927791, 0.285538461538461, 0.284211354182331, 0.370576923076923, 0.844304830114009, 1.35361538461538, 1.47686612278005, 2.98723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1275, '2022-02-13 00:00:00', 0.143185173276265, 0.188923076923077, 0.167002975560779, 0.247923076923077, 0.269152138847444, 0.367076923076923, 0.804400712427486, 1.34788461538462, 1.47327178807526, 2.98880769230769 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1290, '2022-02-13 00:00:00', 0.110698843020846, 0.173076923076923, 0.179724049159131, 0.247423076923077, 0.29512399740813, 0.393576923076923, 0.793377438549901, 1.356, 1.46866001721087, 2.99861538461538 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1305, '2022-02-13 00:00:00', 0.122774446100907, 0.16026923076923, 0.193813931387813, 0.253, 0.259640239266092, 0.372423076923077, 0.785706572749357, 1.34753846153846, 1.46890120786305, 2.99803846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1320, '2022-02-13 00:00:00', 0.14349752611108, 0.173960000000001, 0.184856142265637, 0.259280000000001, 0.22253651385784, 0.361800000000001, 0.818455694178576, 1.34516, 1.40828799374749, 2.89736 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1335, '2022-02-13 00:00:00', 0.122468866792069, 0.16596, 0.161111762450791, 0.252399999999999, 0.63356092051199, 0.98476, 0.835650439278691, 1.34164, 1.41448101436534, 2.89204 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1350, '2022-02-13 00:00:00', 0.0906706861854114, 0.183439999999999, 0.132810541750269, 0.26484, 0.726090272165475, 1.0384, 0.829905070876585, 1.33448, 1.40616793093855, 2.899 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 1365, '2022-02-13 00:00:00', 0.102505983565188, 0.19568, 0.605448863791705, 0.92708, 0.754232530457286, 1.07828, 0.878483063771485, 1.33608, 1.40918246157125, 2.89428 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 990, '2022-02-13 00:00:00', 0.26951612815068, 0.61112, 0.340600905264016, 0.72232, 0.458221198403857, 0.8592, 0.654442006597988, 1.09856, 1.46997056319733, 2.91096 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1005, '2022-02-13 00:00:00', 0.298444813435695, 0.416159999999999, 0.420877587112136, 0.550119999999999, 0.44391980506994, 0.657279999999999, 0.65532890724175, 0.94832, 1.4821148740904, 2.8696 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1020, '2022-02-13 00:00:00', 0.201446419675307, 0.31892, 0.222624968650568, 0.41728, 0.257593879326871, 0.52076, 0.506815383875957, 0.8156, 1.50108049084651, 2.82484 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1035, '2022-02-13 00:00:00', 0.128982388978754, 0.25496, 0.211620281006649, 0.35332, 0.253437710953468, 0.46944, 0.496236082928278, 0.7678, 1.50122396952176, 2.79536 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1050, '2022-02-13 00:00:00', 0.158768468741959, 0.24352, 0.177972254391894, 0.33196, 0.299170341667307, 0.45332, 0.481975767025688, 0.72984, 1.48135675424029, 2.7746 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1065, '2022-02-13 00:00:00', 0.10218842073999, 0.21516, 0.1816133438563, 0.28736, 0.245553375053165, 0.41228, 0.428356751629606, 0.66144, 1.46948814444577, 2.74336 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1080, '2022-02-13 00:00:00', 0.129278227091805, 0.18688, 0.203551328498081, 0.28068, 0.249967777923477, 0.38884, 0.403629685892074, 0.661559999999999, 1.46343193897086, 2.74296 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1095, '2022-02-13 00:00:00', 0.109500502281952, 0.19588, 0.171320002723948, 0.29228, 0.205226476524514, 0.36664, 0.900210405035031, 0.83576, 1.46177930960867, 2.7438 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1110, '2022-02-13 00:00:00', 0.127948843944237, 0.20136, 0.163207822524943, 0.262280000000001, 0.207164081507067, 0.35404, 1.00653184748422, 0.818879999999999, 1.48980197006179, 2.75308 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1125, '2022-02-13 00:00:00', 0.0988721059416328, 0.165120000000001, 0.11476253744145, 0.22324, 0.238328226052505, 0.33448, 1.00408114379931, 0.80712, 1.52684720147979, 2.89128 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1140, '2022-02-13 00:00:00', 0.0905746101288878, 0.16552, 0.171822418017363, 0.24188, 0.237087726379921, 0.330439999999999, 0.993438897634541, 0.83652, 1.53027156849147, 2.92136 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1155, '2022-02-13 00:00:00', 0.129219025946904, 0.17184, 0.174463386798874, 0.23784, 0.202992134494583, 0.321159999999999, 1.02143402952255, 1.11568, 1.56326755867318, 2.94928 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1170, '2022-02-13 00:00:00', 0.100013332444563, 0.154, 0.146526311630369, 0.228279999999999, 0.200050010414063, 0.318439999999999, 1.02645617376811, 1.15512, 1.55741093592325, 2.95736 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1185, '2022-02-13 00:00:00', 0.0972901673688894, 0.13872, 0.117804258553472, 0.20752, 0.180448034994382, 0.28792, 1.02825645309589, 1.1626, 1.55603877415271, 2.9614 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1200, '2022-02-13 00:00:00', 0.0934977718094567, 0.1568, 0.145085032538394, 0.222, 0.170892724635467, 0.29064, 1.01217034468841, 1.18716, 1.57849208951666, 2.97588 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1215, '2022-02-13 00:00:00', 0.0875448075749408, 0.14448, 0.138331100383585, 0.209080000000001, 0.159017745340994, 0.29332, 1.01720797283545, 1.22168, 1.58345824384478, 2.99748 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1230, '2022-02-13 00:00:00', 0.122538769375247, 0.155600000000001, 0.128197672885795, 0.214679999999999, 0.151680563465902, 0.284919999999999, 1.01161833712127, 1.21908, 1.58957614161763, 2.99868 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1245, '2022-02-13 00:00:00', 0.0849280479778819, 0.14424, 0.119985068515489, 0.2098, 0.134588298154037, 0.274519999999999, 1.01753182259819, 1.23548, 1.59278814766225, 2.9912 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1260, '2022-02-13 00:00:00', 0.0869295691925363, 0.1456, 0.100798065457627, 0.1922, 0.144757072366084, 0.29188, 1.02241420666968, 1.25932, 1.59158241696747, 2.99344 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1275, '2022-02-13 00:00:00', 0.0725785321795184, 0.12532, 0.109115336532803, 0.19636, 0.904731372655258, 0.496240000000001, 1.0217679987812, 1.26348, 1.58943499080648, 2.99544 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1290, '2022-02-13 00:00:00', 0.0801911882108423, 0.141720000000001, 0.123407698301199, 0.230720000000001, 1.00909294748634, 0.51892, 1.01902737614518, 1.27628, 1.58834242739614, 2.9948 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1305, '2022-02-13 00:00:00', 0.0936611267638104, 0.16936, 0.890429484387543, 0.404800000000001, 0.98343771705855, 0.50908, 1.00023583552414, 1.26168, 1.58008848169968, 2.99012 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1320, '2022-02-13 00:00:00', 0.0793412643703385, 0.147583333333334, 0.108468714183038, 0.204375, 0.147878597877263, 0.341583333333334, 0.577044996110556, 1.09416666666667, 1.51844831589471, 2.875375 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1335, '2022-02-13 00:00:00', 0.0744409964772224, 0.147375, 0.0886541480756229, 0.217416666666667, 0.486828779828765, 0.7885, 0.575081764822954, 1.09491666666667, 1.51894485628981, 2.87445833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1350, '2022-02-13 00:00:00', 0.0633145900945488, 0.154958333333333, 0.106946138075554, 0.263458333333333, 0.514482996437383, 0.865166666666667, 0.571939618785263, 1.08883333333333, 1.55425638063324, 2.879125 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 1365, '2022-02-13 00:00:00', 0.0911761215720835, 0.197041666666666, 0.470906241629686, 0.750583333333333, 0.511684260661489, 0.879500000000001, 0.568717357719117, 1.08270833333333, 1.55615051570734, 2.87391666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 930, '2022-02-13 00:00:00', 0, 0.704000000000001, 0, 0.730000000000004, 0, 0.834000000000003, 0, 0.834000000000003, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 945, '2022-02-13 00:00:00', 0, 0.329999999999998, 0, 0.329999999999998, 0, 0.433999999999997, 0, 0.433999999999997, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 960, '2022-02-13 00:00:00', 0, 0.264000000000003, 0, 0.384, 0, 0.384, 0, 0.384, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 1, 975, '2022-02-13 00:00:00', 0, 0.154000000000003, 0, 0.194000000000003, 0, 0.384, 0, 0.384, 0, 2.984 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 930, '2022-02-13 00:00:00', 0, 2.332, 0, 2.332, 0, 2.332, 0, 2.984, 0, 5.75 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 945, '2022-02-13 00:00:00', 0, 0.948, 0, 1.382, 0, 1.701, 0, 2.582, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 960, '2022-02-13 00:00:00', 0, 0.573, 0, 0.573, 0, 1.131, 0, 1.773, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 2, 975, '2022-02-13 00:00:00', 0, 0.344000000000001, 0, 0.713000000000001, 0, 1.154, 0, 1.594, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 930, '2022-02-13 00:00:00', 0, 0.901000000000003, 0, 0.901000000000003, 0, 0.901000000000003, 0, 1.462, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 945, '2022-02-13 00:00:00', 0, 0.560000000000002, 0, 0.611000000000004, 0, 0.611000000000004, 0, 1.28, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 960, '2022-02-13 00:00:00', 0, 0.405000000000001, 0, 0.405000000000001, 0, 0.414999999999999, 0, 1.074, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 3, 975, '2022-02-13 00:00:00', 0, 0.225000000000001, 0, 0.265000000000001, 0, 0.475000000000001, 0, 1.024, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 930, '2022-02-13 00:00:00', 0, 0.372999999999998, 0, 0.633000000000003, 0, 0.743000000000002, 0, 1.143, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 945, '2022-02-13 00:00:00', 0, 0.384, 0, 0.423999999999999, 0, 0.583999999999996, 0, 0.893999999999998, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 960, '2022-02-13 00:00:00', 0, 0.213000000000001, 0, 0.283000000000001, 0, 0.452999999999996, 0, 0.683, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 4, 975, '2022-02-13 00:00:00', 0, 0.25, 0, 0.339999999999996, 0, 0.439999999999998, 0, 0.649999999999999, 0, 5.5 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 930, '2022-02-13 00:00:00', 0, 1.247, 0, 1.788, 0, 1.999, 0, 2.24, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 945, '2022-02-13 00:00:00', 0, 0.951000000000001, 0, 1.281, 0, 1.999, 0, 2.24, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 960, '2022-02-13 00:00:00', 0, 0.585000000000001, 0, 1.303, 0, 1.303, 0, 1.544, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969615, 5, 975, '2022-02-13 00:00:00', 0, 0.763000000000005, 0, 0.763000000000005, 0, 0.873000000000005, 0, 1.364, 0, 2.64400000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969615 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:53:38 Duration: 3s666ms 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 969880, 5, 990, '2022-02-13 00:00:00', 0.378105278379531, 1.19780769230769, 0.491971157691181, 1.4855, 0.547853412454881, 1.80019230769231, 0.779760618099207, 2.17030769230769, 2.16305058691156, 6.0508076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1005, '2022-02-13 00:00:00', 0.357224740723001, 0.913653846153847, 0.438647033501882, 1.2005, 0.478125199245811, 1.48411538461538, 0.783961707267351, 1.91703846153846, 2.20305275330531, 5.99807692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1020, '2022-02-13 00:00:00', 0.419690312565754, 0.789038461538461, 0.47686348312537, 1.09930769230769, 0.461598006928107, 1.28, 0.833669236198991, 1.84334615384615, 2.19785275771954, 5.99723076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1035, '2022-02-13 00:00:00', 0.321025733452102, 0.728192307692306, 0.356095181744345, 0.971538461538459, 0.405735724901739, 1.12103846153846, 0.815567299491589, 1.7995, 2.20450299753795, 6.00911538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1050, '2022-02-13 00:00:00', 0.276432960296816, 0.661307692307689, 0.338120242608364, 0.81853846153846, 0.44165612798264, 1.05484615384615, 0.820479875532512, 1.75111538461539, 2.22849409829908, 6.01111538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1065, '2022-02-13 00:00:00', 0.268022433045045, 0.59476923076923, 0.330542586573141, 0.796192307692309, 0.472971557121729, 1.01642307692308, 0.806692670485724, 1.74176923076923, 2.23766103743653, 6.02003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1080, '2022-02-13 00:00:00', 0.227298001615633, 0.551307692307691, 0.301237603638978, 0.716423076923074, 0.395329829188428, 0.960923076923072, 0.809990861296975, 1.69565384615384, 2.25242145837626, 6.02988461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1095, '2022-02-13 00:00:00', 0.168333716171184, 0.446, 0.237765265626543, 0.623807692307693, 0.472494019498173, 0.925961538461539, 0.806488697998924, 1.6195, 2.26567221778913, 6.04196153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1110, '2022-02-13 00:00:00', 0.199212989999687, 0.445846153846157, 0.334073757401886, 0.655653846153845, 0.506098889698292, 0.876615384615386, 0.798681528905853, 1.59823076923077, 2.26882740062926, 6.04842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1125, '2022-02-13 00:00:00', 0.200365730986726, 0.455115384615379, 0.342303527027382, 0.638230769230767, 0.483909268355133, 0.825499999999994, 0.745786205702, 1.60023076923076, 2.38307192473528, 6.26996153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1140, '2022-02-13 00:00:00', 0.254056289946814, 0.436961538461539, 0.331057122656407, 0.580461538461537, 0.391672076340165, 0.790153846153843, 0.840458098529972, 1.64015384615385, 2.56763636084599, 6.28019230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1155, '2022-02-13 00:00:00', 0.214596867136069, 0.380153846153846, 0.220246407462191, 0.545999999999996, 0.338657621522661, 0.775230769230765, 1.37169950734902, 2.59853846153846, 2.59335599858265, 6.33884615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1170, '2022-02-13 00:00:00', 0.180566344082679, 0.409269230769228, 0.323314852498538, 0.578576923076921, 0.338661800893775, 0.757846153846151, 1.34713961357446, 2.77953846153846, 2.63864919200365, 6.41003846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1185, '2022-02-13 00:00:00', 0.334047921481563, 0.400423076923078, 0.351969432676278, 0.606192307692307, 0.494399352750388, 0.825000000000002, 1.27885286818365, 2.91946153846154, 2.56826997143093, 6.48338461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1200, '2022-02-13 00:00:00', 0.20163207416811, 0.426919999999999, 0.228291903784026, 0.542880000000002, 0.42664162166077, 0.807640000000006, 1.43048351382787, 3.035, 2.50554451966034, 6.42744 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1215, '2022-02-13 00:00:00', 0.221826373544717, 0.35976, 0.320610267042923, 0.55588, 0.415756070310466, 0.744120000000001, 1.50027569910778, 3.05144, 2.50845189509386, 6.42892 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1230, '2022-02-13 00:00:00', 0.209882705338008, 0.3722, 0.309762855530913, 0.528880000000003, 0.530709220446248, 0.763120000000001, 1.52110051388241, 3.12124, 2.50612757523102, 6.44944 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1245, '2022-02-13 00:00:00', 0.207376485327207, 0.364560000000002, 0.300020210430338, 0.490720000000002, 0.587385483874655, 0.790040000000001, 1.55856536596962, 3.1686, 2.51768265606821, 6.45896 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1260, '2022-02-13 00:00:00', 0.268885279130958, 0.352279999999998, 0.524282233153099, 0.56688, 0.576778776192974, 0.806440000000001, 1.60349361499612, 3.20624, 2.54220933966239, 6.48892 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1275, '2022-02-13 00:00:00', 0.305526049080377, 0.386999999999997, 0.363221594438801, 0.547519999999997, 0.473501063004795, 0.792559999999999, 1.60357344494518, 3.24828, 2.58514218306589, 6.44576 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1290, '2022-02-13 00:00:00', 0.267599595166605, 0.409720000000001, 0.429526879252047, 0.58444, 0.469023179953119, 0.815920000000001, 1.57457912577721, 3.23544, 2.61626530701048, 6.42864 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1305, '2022-02-13 00:00:00', 0.220668846917732, 0.369360000000003, 0.291015102700879, 0.536960000000001, 0.434490034408158, 0.823439999999999, 1.48900018804566, 3.25532, 2.53191410267673, 6.40224 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1320, '2022-02-13 00:00:00', 0.184506686576136, 0.394249999999997, 0.259702641412295, 0.545375, 0.45313624498791, 1.04575, 1.56306183580056, 3.29770833333333, 2.60142899275529, 6.47225 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1335, '2022-02-13 00:00:00', 0.196433250085445, 0.425249999999998, 0.322950752291737, 0.624166666666664, 1.16626996697573, 2.200375, 1.49357109261516, 3.283, 2.5583534952942, 6.46145833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1350, '2022-02-13 00:00:00', 0.232547887385668, 0.471541666666665, 0.358903725333096, 0.875166666666665, 1.07481736820727, 2.444125, 1.48225533149779, 3.23845833333333, 2.57520087720764, 6.45058333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 1365, '2022-02-13 00:00:00', 0.327937698941971, 0.709956521739132, 1.08569646141273, 2.09352173913044, 1.01983702875381, 2.59926086956522, 1.4554913517774, 3.29856521739131, 2.37090279081161, 6.66995652173913 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 990, '2022-02-13 00:00:00', 0.706252813255912, 1.16808333333333, 0.700690403578265, 1.58445833333333, 0.745458243467486, 1.99641666666667, 1.04280086542328, 2.62241666666667, 2.46451433908108, 6.38383333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1005, '2022-02-13 00:00:00', 0.488174854335818, 0.73308333333333, 0.567225487459079, 1.12716666666667, 0.708265915376461, 1.57545833333333, 0.938882405896206, 2.22220833333333, 2.46891381643244, 6.17770833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1020, '2022-02-13 00:00:00', 0.450327077188654, 0.672291666666669, 0.512118589074215, 0.983833333333335, 0.646100408078224, 1.34920833333333, 0.762153694226556, 1.97908333333333, 2.48395669603027, 6.00745833333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1035, '2022-02-13 00:00:00', 0.369840143689216, 0.561083333333332, 0.486780146710899, 0.876708333333334, 0.553454446432013, 1.17220833333333, 0.709215958197727, 1.80033333333333, 2.50413553454328, 5.92191666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1050, '2022-02-13 00:00:00', 0.370998806103789, 0.548874999999999, 0.395814165058396, 0.795375, 0.481000480204048, 1.014375, 0.636347662701833, 1.6375, 2.43713527445944, 5.84020833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1065, '2022-02-13 00:00:00', 0.301454144853369, 0.436916666666665, 0.258838528928693, 0.618416666666665, 0.391801191821879, 0.918999999999999, 0.586071735976189, 1.50558333333334, 2.40159900197855, 5.788875 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1080, '2022-02-13 00:00:00', 0.22918475554433, 0.389499999999997, 0.23759382204797, 0.574708333333332, 0.330233470332032, 0.863666666666665, 0.552237108745291, 1.42979166666667, 2.42420176874363, 5.78704166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1095, '2022-02-13 00:00:00', 0.223327341472727, 0.379166666666669, 0.289683857539289, 0.67704166666667, 0.369762702989014, 0.846749999999999, 0.56004265980111, 1.47470833333333, 2.41730092476497, 5.77375 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1110, '2022-02-13 00:00:00', 0.260541353918048, 0.432833333333335, 0.250851751935832, 0.640416666666667, 0.347289869738795, 0.833416666666665, 0.635274584019735, 1.46433333333333, 2.43208614901526, 5.76791666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1125, '2022-02-13 00:00:00', 0.22103175389949, 0.351083333333333, 0.277370883266535, 0.483208333333331, 0.344211551798169, 0.717875000000001, 0.67583914023846, 1.43875, 2.43343466299344, 5.88479166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1140, '2022-02-13 00:00:00', 0.241121890968753, 0.303124999999995, 0.281945103994847, 0.474208333333332, 0.308062032032038, 0.718041666666666, 0.719036185620643, 1.61341666666666, 2.42183327972481, 5.9065 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1155, '2022-02-13 00:00:00', 0.167211312979731, 0.265333333333333, 0.21419899660112, 0.460083333333332, 0.269419985567492, 0.721791666666669, 1.01676949972927, 2.53370833333333, 2.43871321498194, 5.90016666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1170, '2022-02-13 00:00:00', 0.22491774664002, 0.313083333333333, 0.224933963739316, 0.455374999999999, 0.270018809731278, 0.647625000000001, 1.13151189017557, 2.700875, 2.46200147421929, 5.92129166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1185, '2022-02-13 00:00:00', 0.170810832735251, 0.259083333333332, 0.245771353031663, 0.502583333333336, 0.228455268668964, 0.628375, 1.15645052197775, 2.895375, 2.46529328002202, 5.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1200, '2022-02-13 00:00:00', 0.22301972357047, 0.348333333333337, 0.214917307993941, 0.45516666666667, 0.229168108032356, 0.634249999999998, 1.2314147013361, 2.99991666666667, 2.46495164429156, 5.9075 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1215, '2022-02-13 00:00:00', 0.192314502192694, 0.288208333333337, 0.172801296417236, 0.414875, 0.252124523524226, 0.628083333333329, 1.30178263438022, 3.076875, 2.4738077306868, 5.91408333333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1230, '2022-02-13 00:00:00', 0.173053517524305, 0.272708333333335, 0.208848794204276, 0.418916666666663, 0.261208049124709, 0.618583333333331, 1.31534424876289, 3.08833333333333, 2.46553357837344, 5.9245 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1245, '2022-02-13 00:00:00', 0.147433545580104, 0.280958333333332, 0.245753319083546, 0.433208333333331, 0.318370295297059, 0.608083333333331, 1.32670088737636, 3.094125, 2.46311446979314, 5.92325 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1260, '2022-02-13 00:00:00', 0.179561946841814, 0.276166666666665, 0.222182059927491, 0.422208333333333, 0.315291442701157, 0.568541666666666, 1.31578602658397, 3.10379166666667, 2.46838306959452, 5.92925 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1275, '2022-02-13 00:00:00', 0.179572903123585, 0.289416666666668, 0.243598371642065, 0.40691666666667, 0.303887967414192, 0.649375, 1.30941187636149, 3.110375, 2.49144797547385, 5.95116666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1290, '2022-02-13 00:00:00', 0.192286452227254, 0.251916666666669, 0.200310555988891, 0.358166666666668, 0.371253956207874, 0.656250000000001, 1.33503650210641, 3.152125, 2.49313934243497, 5.94604166666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1305, '2022-02-13 00:00:00', 0.171207852107282, 0.250708333333334, 0.254450459288022, 0.456416666666669, 0.45662285043155, 0.773583333333336, 1.3267188461536, 3.156875, 2.50756443268323, 5.93591666666666 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1320, '2022-02-13 00:00:00', 0.21541133553799, 0.294956521739131, 0.280275076624866, 0.463869565217392, 0.504626018921271, 0.973652173913042, 1.30049461706378, 3.20839130434782, 2.55766901427086, 5.95717391304348 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1335, '2022-02-13 00:00:00', 0.229413283280315, 0.320000000000001, 0.311048062577472, 0.543478260869569, 1.01026895217621, 2.07208695652174, 1.31077826653924, 3.23186956521739, 2.7290625705238, 6.03482608695652 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1350, '2022-02-13 00:00:00', 0.245679319567682, 0.357347826086957, 0.385457312709134, 0.730391304347824, 1.11353346011622, 2.39930434782609, 1.28357727486636, 3.1845652173913, 2.78009406244599, 6.00478260869565 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 1365, '2022-02-13 00:00:00', 0.380317762917425, 0.536347826086952, 0.9507984412531, 1.92930434782608, 1.13960543064229, 2.60291304347826, 1.30190664073341, 3.17291304347826, 2.805076800679, 5.96230434782609 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 990, '2022-02-13 00:00:00', 0.557851218102518, 1.49530769230769, 0.882058561635134, 1.90411538461539, 0.979545663128496, 2.31488461538462, 1.02725332730614, 2.74896153846154, 2.72472062759864, 5.76946153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1005, '2022-02-13 00:00:00', 0.479848272493907, 1.04126923076923, 0.561845585137469, 1.41269230769231, 0.783159026978851, 1.7683076923077, 0.903135594215207, 2.26430769230769, 2.65477407788598, 5.56873076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1020, '2022-02-13 00:00:00', 0.303594864150336, 0.85319230769231, 0.484002148755559, 1.095, 0.725823996466186, 1.43107692307692, 0.913806514615561, 1.98111538461538, 2.68791713013283, 5.49553846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1035, '2022-02-13 00:00:00', 0.311253784654158, 0.694961538461537, 0.515768655652749, 1.02288461538462, 0.553520827208735, 1.26211538461538, 0.772852025840748, 1.84457692307692, 2.70136878722906, 5.48973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1050, '2022-02-13 00:00:00', 0.354284963531639, 0.714346153846154, 0.388551044067768, 0.89707692307692, 0.405844471915801, 1.11815384615385, 0.668858546618502, 1.79465384615384, 2.70511213360641, 5.49484615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1065, '2022-02-13 00:00:00', 0.264740247150935, 0.586038461538458, 0.328224960378375, 0.781769230769231, 0.378201234590999, 1.02542307692308, 0.682437648884778, 1.77376923076923, 2.71322991994072, 5.50096153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1080, '2022-02-13 00:00:00', 0.274999502097453, 0.567384615384619, 0.379195983425662, 0.783076923076928, 0.445104502854712, 1.03153846153846, 0.707057565929721, 1.74319230769231, 2.76923223044833, 5.53188461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1095, '2022-02-13 00:00:00', 0.282561364335937, 0.522269230769232, 0.323024000060963, 0.736769230769232, 0.409849067903711, 0.946538461538465, 0.680851819414474, 1.744, 2.7879830208621, 5.55226923076923 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1110, '2022-02-13 00:00:00', 0.244330746829281, 0.516076923076926, 0.325285164834701, 0.683038461538462, 0.390801236121184, 0.893384615384616, 0.650625111246573, 1.67865384615384, 2.84915687285798, 5.48061538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1125, '2022-02-13 00:00:00', 0.229076436689054, 0.455423076923076, 0.286940264488303, 0.621346153846155, 0.364747856006775, 0.926961538461536, 0.671546107014368, 1.67742307692307, 2.86799428950188, 5.74073076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1140, '2022-02-13 00:00:00', 0.259850406669212, 0.43507692307693, 0.303406518362108, 0.610346153846157, 0.378329559226629, 0.917846153846154, 0.717002955685357, 1.71896153846153, 2.8708672107115, 5.80969230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1155, '2022-02-13 00:00:00', 0.178658574252247, 0.406384615384615, 0.200317858952672, 0.613730769230769, 0.312452718884732, 0.862692307692307, 0.84513241201965, 2.19207692307692, 2.89674677791908, 5.84384615384615 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1170, '2022-02-13 00:00:00', 0.154162656358095, 0.432730769230767, 0.22908295104948, 0.609961538461538, 0.318717094229105, 0.818115384615384, 0.880334380527343, 2.4006923076923, 2.89159817854311, 5.95811538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1185, '2022-02-13 00:00:00', 0.132495666111995, 0.401692307692306, 0.223984106579015, 0.559999999999997, 0.345186970517983, 0.775730769230765, 0.912302810727634, 2.58253846153846, 2.89828946184044, 5.97973076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1200, '2022-02-13 00:00:00', 0.17579062721142, 0.406230769230766, 0.282010629914222, 0.534346153846154, 0.423367045699845, 0.759846153846153, 0.976114508572716, 2.63957692307692, 2.90337214260617, 6.02796153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1215, '2022-02-13 00:00:00', 0.170782722959725, 0.352461538461539, 0.250163097567593, 0.533153846153846, 0.330362076422912, 0.742307692307688, 0.972340177889643, 2.6746923076923, 2.91303698885914, 6.05146153846154 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1230, '2022-02-13 00:00:00', 0.160103202293437, 0.358346153846153, 0.222055654839393, 0.474923076923075, 0.298674716294908, 0.70911538461538, 0.984864864607556, 2.7051923076923, 2.92349655378623, 6.0565 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1245, '2022-02-13 00:00:00', 0.159782929674558, 0.33576923076923, 0.177690448208718, 0.481153846153847, 0.284883457953223, 0.776769230769229, 0.947610750986194, 2.71984615384615, 2.90309446254536, 6.07253846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1260, '2022-02-13 00:00:00', 0.103827941992805, 0.364192307692305, 0.205339733499988, 0.530384615384612, 0.302361729365038, 0.800153846153841, 0.979060171011742, 2.73046153846153, 2.90021308500971, 6.07453846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1275, '2022-02-13 00:00:00', 0.151876994763729, 0.392307692307691, 0.202674718547877, 0.610192307692304, 0.370396022989117, 0.839423076923072, 1.03448863993465, 2.74488461538461, 2.87125771423229, 6.0653076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1290, '2022-02-13 00:00:00', 0.191176636004103, 0.397115384615383, 0.236743564610773, 0.550653846153844, 0.442711894507548, 0.831307692307689, 1.02549167494652, 2.73815384615384, 2.84720122468471, 6.04942307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1305, '2022-02-13 00:00:00', 0.130114931443763, 0.354846153846154, 0.324940678609782, 0.590730769230765, 0.465742589849803, 0.871999999999994, 1.02617957417868, 2.76196153846153, 2.9102618875019, 6.06842307692308 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1320, '2022-02-13 00:00:00', 0.158235025621173, 0.383639999999999, 0.272213384437034, 0.556280000000002, 0.348531069872781, 0.931359999999999, 1.043390586821, 2.7432, 3.03683201269568, 6.12244 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1335, '2022-02-13 00:00:00', 0.20452117249811, 0.41208, 0.236118282505472, 0.596519999999997, 0.709815297571606, 1.78156, 1.04102399427999, 2.74204, 3.0423133467807, 6.1296 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1350, '2022-02-13 00:00:00', 0.155263185162056, 0.441359999999997, 0.252133311299135, 0.731960000000001, 0.743690515828549, 2.0266, 1.03842795128021, 2.74212, 3.04213001037102, 6.1292 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 1365, '2022-02-13 00:00:00', 0.274329868345877, 0.640720000000007, 0.688989569345333, 1.68672, 0.824339681199445, 2.21408, 1.0143451368576, 2.70816, 3.03413331007939, 6.11888 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 990, '2022-02-13 00:00:00', 0.597132192554227, 1.23384615384615, 0.624685965413515, 1.58765384615384, 0.784496652932017, 1.95896153846153, 0.954114227156023, 2.42996153846154, 2.9536850238304, 5.9735 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1005, '2022-02-13 00:00:00', 0.311091715390521, 0.90384615384615, 0.412187462952702, 1.27876923076923, 0.453320862762111, 1.58973076923077, 0.651835634072079, 2.12957692307693, 2.92611700407527, 5.77819230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1020, '2022-02-13 00:00:00', 0.30342075381581, 0.838923076923077, 0.385259217430791, 1.06823076923077, 0.525596177248716, 1.41330769230769, 0.681882290766915, 2.00153846153846, 2.93264545340629, 5.74434615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1035, '2022-02-13 00:00:00', 0.290812231252665, 0.683923076923075, 0.349497591055853, 0.94161538461538, 0.484695395226574, 1.22111538461538, 0.670627129002282, 1.93311538461538, 2.9350841699371, 5.70673076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1050, '2022-02-13 00:00:00', 0.244632449574082, 0.63434615384615, 0.366978601346394, 0.893576923076923, 0.550795374540661, 1.20123076923077, 0.723549860064943, 1.848, 2.91886198819914, 5.66488461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1065, '2022-02-13 00:00:00', 0.287560254555457, 0.621500000000002, 0.423700765235959, 0.855538461538464, 0.489204133890326, 1.13573076923077, 0.750563735826919, 1.82419230769231, 2.91925442957879, 5.67223076923077 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1080, '2022-02-13 00:00:00', 0.25438165149119, 0.579230769230774, 0.360961928527306, 0.792923076923079, 0.37601077930539, 1.02411538461538, 0.813450194210771, 1.74453846153846, 2.9176064035702, 5.67638461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1095, '2022-02-13 00:00:00', 0.191928929153872, 0.508923076923078, 0.285199115329298, 0.697846153846154, 0.354766323959006, 0.892769230769229, 0.877572810917441, 1.73003846153846, 2.91399539015527, 5.67557692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1110, '2022-02-13 00:00:00', 0.197822795606419, 0.511461538461541, 0.265380667083228, 0.671461538461539, 0.279498110630742, 0.828076923076927, 0.930546023331709, 1.70169230769231, 2.8972970876053, 5.68257692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1125, '2022-02-13 00:00:00', 0.222836349058092, 0.465961538461538, 0.215145174600428, 0.586384615384615, 0.309512174484056, 0.848115384615386, 0.990059808605207, 1.72223076923077, 2.85833396471549, 5.78757692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1140, '2022-02-13 00:00:00', 0.153671657964439, 0.413461538461537, 0.200026982795212, 0.555076923076925, 0.32837921090387, 0.818115384615387, 1.14313390089902, 1.85934615384616, 2.80745951981228, 5.84634615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1155, '2022-02-13 00:00:00', 0.152636743232472, 0.361846153846154, 0.303631740511685, 0.640076923076922, 0.341898484708775, 0.835423076923077, 1.63904292382898, 2.85311538461539, 2.72240481842518, 5.92834615384616 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1170, '2022-02-13 00:00:00', 0.237189405004005, 0.471576923076923, 0.251513033765346, 0.606384615384615, 0.275112231643744, 0.816499999999998, 1.83078330104484, 3.05715384615385, 2.68113355619481, 5.96288461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1185, '2022-02-13 00:00:00', 0.100817947120236, 0.363461538461536, 0.188727956430575, 0.501807692307693, 0.303438035747765, 0.718807692307692, 1.78336996118627, 3.09553846153846, 2.62096678844922, 5.96688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1200, '2022-02-13 00:00:00', 0.159086198211975, 0.350538461538461, 0.189300237717763, 0.516499999999997, 0.352700930185685, 0.738884615384614, 1.82331516031819, 3.15157692307693, 2.61187953898219, 5.97961538461539 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1215, '2022-02-13 00:00:00', 0.13824614057765, 0.372346153846152, 0.216951611052928, 0.519807692307693, 0.447678964643876, 0.872846153846154, 1.91292840551218, 3.21173076923077, 2.60330190837594, 5.97888461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1230, '2022-02-13 00:00:00', 0.190816512751023, 0.358692307692306, 0.299945772021956, 0.526115384615384, 0.463462143504232, 0.866961538461537, 1.83869768000657, 3.25603846153846, 2.59041782462865, 5.96688461538462 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1245, '2022-02-13 00:00:00', 0.176791576548379, 0.371692307692305, 0.356096728432035, 0.661999999999996, 0.397749014406747, 0.847961538461535, 1.86220339341908, 3.27603846153846, 2.60002690281939, 5.96415384615385 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1260, '2022-02-13 00:00:00', 0.381237896655295, 0.53857692307692, 0.389236382598621, 0.65780769230769, 0.461089160408434, 0.845576923076923, 1.89399455811094, 3.27911538461538, 2.63104327245647, 5.98269230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1275, '2022-02-13 00:00:00', 0.281441216707035, 0.427038461538463, 0.292001138037824, 0.568769230769229, 0.459812063615292, 0.832576923076925, 1.91524819399873, 3.26573076923077, 2.65339110080782, 5.95057692307693 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1290, '2022-02-13 00:00:00', 0.248755514820978, 0.424115384615386, 0.368888392544206, 0.615384615384618, 0.567707313539427, 0.856076923076925, 1.91714611457118, 3.29123076923077, 2.65685929594729, 5.94903846153846 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1305, '2022-02-13 00:00:00', 0.205230841886733, 0.449461538461535, 0.352040148497081, 0.598115384615385, 0.487154344519899, 0.866346153846154, 1.92209726200715, 3.28973076923077, 2.68489238174241, 5.96569230769231 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1320, '2022-02-13 00:00:00', 0.161125282518497, 0.396760000000003, 0.272405182280609, 0.5686, 0.516698500094591, 0.995560000000002, 1.9825393161297, 3.25616, 2.8307890407682, 6.04848 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1335, '2022-02-13 00:00:00', 0.188230514706479, 0.386680000000002, 0.272045645679793, 0.5802, 1.4211628138019, 2.33208, 2.00076460384524, 3.2314, 2.8382177723588, 6.03796 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1350, '2022-02-13 00:00:00', 0.239404239728543, 0.463839999999999, 0.462376711495438, 0.824160000000002, 1.69802419495915, 2.6182, 2.00169069955042, 3.22864, 2.83443353129569, 6.03388 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 1365, '2022-02-13 00:00:00', 0.351584968393134, 0.662640000000001, 1.33930360386782, 2.21632, 1.61371909678647, 2.66736, 1.98116595468426, 3.21396, 2.80059412030138, 5.99952 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 990, '2022-02-13 00:00:00', 0.722130613762728, 1.49204, 0.997401361873276, 1.85768, 0.987668832824714, 2.06784, 1.44051430977504, 2.63768, 2.19596728648979, 5.49064 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 990); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1005, '2022-02-13 00:00:00', 0.422559660482009, 0.881799999999997, 0.425625273372409, 1.09596, 0.668602378099278, 1.40184, 1.25955771073289, 2.07128, 2.19413049748642, 5.34484 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1005); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1020, '2022-02-13 00:00:00', 0.333548097481208, 0.716, 0.393249505191465, 0.920440000000002, 0.55439240915919, 1.23312, 1.15385959140039, 1.86496, 2.1391262094603, 5.29924 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1020); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1035, '2022-02-13 00:00:00', 0.345324543002667, 0.700960000000005, 0.555751329283166, 0.967040000000003, 0.557639704468755, 1.18104, 1.13391197777135, 1.80096, 2.13879878826098, 5.29044 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1035); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1050, '2022-02-13 00:00:00', 0.436821733281059, 0.673319999999999, 0.418787436137555, 0.8814, 0.534361478776303, 1.10224, 1.08203390581503, 1.68896, 2.1602746029151, 5.26988 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1050); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1065, '2022-02-13 00:00:00', 0.205656266619811, 0.626799999999998, 0.267455292214104, 0.772199999999997, 0.471686576729366, 1.02632, 1.06551299382035, 1.62124, 2.16671511971463, 5.24492 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1065); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1080, '2022-02-13 00:00:00', 0.213650415398612, 0.4908, 0.427416658542925, 0.724600000000001, 0.494388083054869, 0.932079999999999, 1.06616041319619, 1.57288, 2.1820962345109, 5.22832 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1080); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1095, '2022-02-13 00:00:00', 0.243919365091558, 0.521360000000001, 0.343711085070009, 0.73068, 0.382396225574123, 0.874959999999999, 1.01591094918141, 1.62684, 2.14265022810537, 5.1942 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1095); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1110, '2022-02-13 00:00:00', 0.297823566338642, 0.549719999999998, 0.320112469818551, 0.674919999999999, 0.468342848064676, 0.915239999999997, 0.990990225313381, 1.61528, 2.12119656247757, 5.19576 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1110); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1125, '2022-02-13 00:00:00', 0.194259920381599, 0.424799999999999, 0.226663017127479, 0.570039999999999, 0.438146501374442, 0.812759999999998, 0.994244894379647, 1.56592, 2.11719421011236, 5.41436 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1125); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1140, '2022-02-13 00:00:00', 0.187856611985491, 0.420240000000001, 0.413500048367592, 0.609959999999998, 0.501631165964265, 0.773919999999998, 1.03012401033403, 1.62868, 2.10328958618002, 5.5838 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1140); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1155, '2022-02-13 00:00:00', 0.264462977875291, 0.376599999999996, 0.303676653695998, 0.492479999999997, 0.444216257394228, 0.683399999999998, 0.927776020024947, 2.09452, 2.04905173352618, 5.67444 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1155); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1170, '2022-02-13 00:00:00', 0.157111605766941, 0.34016, 0.255350621694959, 0.47776, 0.360711833277851, 0.653119999999999, 0.868960321303567, 2.20496, 2.06090857148006, 5.70384 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1170); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1185, '2022-02-13 00:00:00', 0.171358299088976, 0.3552, 0.222618605092506, 0.48772, 0.391913136634465, 0.700640000000002, 0.85848463779693, 2.21404, 2.09963171611912, 5.74648 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1185); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1200, '2022-02-13 00:00:00', 0.202568367059949, 0.40788, 0.250031551342359, 0.525119999999999, 0.427808652709753, 0.722080000000002, 0.869696882061019, 2.2774, 2.10896088157177, 5.7632 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1200); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1215, '2022-02-13 00:00:00', 0.218595684617358, 0.369639999999998, 0.346631879664865, 0.536919999999999, 0.413991694763715, 0.691039999999999, 0.852368724985452, 2.30988, 2.13058682213766, 5.77596 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1215); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1230, '2022-02-13 00:00:00', 0.202307579360404, 0.346239999999999, 0.258011627644959, 0.463999999999999, 0.346547461876918, 0.668320000000002, 0.85538811853645, 2.3118, 2.12521064681441, 5.77972 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1230); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1245, '2022-02-13 00:00:00', 0.202130733272641, 0.3414, 0.330774595961258, 0.520999999999998, 0.382429392175863, 0.724359999999999, 0.859146498955015, 2.32696, 2.16415283656215, 5.8248 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1245); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1260, '2022-02-13 00:00:00', 0.228340520568153, 0.356319999999999, 0.31432492212147, 0.536360000000002, 0.404374958011332, 0.72876, 0.896157859977802, 2.35508, 2.16023777086381, 5.83832 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1260); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1275, '2022-02-13 00:00:00', 0.249619376918809, 0.401400000000002, 0.312264487253995, 0.52612, 0.658903128944861, 0.818400000000001, 0.907078138861252, 2.3588, 2.14994921490408, 5.86672 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1275); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1290, '2022-02-13 00:00:00', 0.209942587389985, 0.365160000000001, 0.298414823134955, 0.520640000000002, 0.687579360268081, 0.864280000000001, 0.910047846727483, 2.3962, 2.14689833868925, 5.88268 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1290); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1305, '2022-02-13 00:00:00', 0.268544893825968, 0.422879999999999, 0.578694574019835, 0.667080000000002, 0.687233191864304, 0.915720000000002, 0.924830389855348, 2.4226, 2.16051010566177, 5.8818 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1305); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1320, '2022-02-13 00:00:00', 0.280453553466833, 0.442750000000004, 0.377437448028032, 0.616625000000001, 0.460776831061933, 1.002375, 0.825639829843001, 2.33679166666667, 2.1830508900174, 5.94483333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1320); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1335, '2022-02-13 00:00:00', 0.261052704434862, 0.436416666666666, 0.309278402793962, 0.621000000000002, 0.531522035209305, 1.64775, 0.793293117967429, 2.32916666666667, 2.17802724693833, 5.95058333333334 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1335); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1350, '2022-02-13 00:00:00', 0.153775857964616, 0.489166666666667, 0.29085719141376, 0.828416666666667, 0.570990886434541, 1.832375, 0.773683340412522, 2.34145833333333, 2.18151791947052, 5.96520833333333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1350); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 1365, '2022-02-13 00:00:00', 0.262054587603533, 0.649458333333335, 0.477406973638073, 1.528875, 0.55588010743377, 1.85120833333334, 0.743142123405547, 2.30395833333333, 2.18352747947517, 5.96941666666667 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 1365); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 930, '2022-02-13 00:00:00', 0, 1.31899999999999, 0, 2.15000000000001, 0, 3.19999999999999, 0, 3.31800000000001, 0, 5.339 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 945, '2022-02-13 00:00:00', 0, 1.14400000000001, 0, 1.452, 0, 2.31200000000001, 0, 2.31200000000001, 0, 4.333 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 960, '2022-02-13 00:00:00', 0, 0.870000000000005, 0, 1.61199999999999, 0, 1.73000000000002, 0, 1.73000000000002, 0, 4.69399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 1, 975, '2022-02-13 00:00:00', 0, 0.843999999999994, 0, 1.352, 0, 1.71800000000002, 0, 1.71800000000002, 0, 4.97399999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 1 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 930, '2022-02-13 00:00:00', 0, 1.14400000000001, 0, 1.41399999999999, 0, 1.803, 0, 1.923, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 945, '2022-02-13 00:00:00', 0, 0.820999999999998, 0, 0.920000000000016, 0, 1.251, 0, 1.411, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 960, '2022-02-13 00:00:00', 0, 0.723000000000013, 0, 1.01300000000001, 0, 1.054, 0, 1.214, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 2, 975, '2022-02-13 00:00:00', 0, 0.691000000000003, 0, 0.731999999999999, 0, 0.924000000000007, 0, 1.17400000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 2 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 930, '2022-02-13 00:00:00', 0, 1.87, 0, 2.31, 0, 2.54300000000001, 0, 2.72200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 945, '2022-02-13 00:00:00', 0, 0.860000000000014, 0, 1.09300000000002, 0, 1.10300000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 960, '2022-02-13 00:00:00', 0, 0.623000000000019, 0, 1.10300000000001, 0, 1.28200000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 3, 975, '2022-02-13 00:00:00', 0, 0.74199999999999, 0, 1.001, 0, 1.28200000000001, 0, 1.28200000000001, 0, 5.21199999999999 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 3 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 930, '2022-02-13 00:00:00', 0, 0.772999999999996, 0, 1.32299999999998, 0, 1.32299999999998, 0, 2.75299999999999, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 945, '2022-02-13 00:00:00', 0, 1.083, 0, 1.262, 0, 1.959, 0, 2.69200000000001, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 960, '2022-02-13 00:00:00', 0, 0.691000000000003, 0, 1.06100000000001, 0, 2.69200000000001, 0, 2.69200000000001, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 4, 975, '2022-02-13 00:00:00', 0, 0.850999999999999, 0, 1.749, 0, 2.482, 0, 2.482, 0, 4.792 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 4 and fromtime = 975); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 930, '2022-02-13 00:00:00', 0, 2.37899999999999, 0, 2.48599999999999, 0, 2.84999999999999, 0, 3.47, 0, 3.89000000000001 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 930); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 945, '2022-02-13 00:00:00', 0, 0.889999999999986, 0, 1.37199999999999, 0, 1.72399999999999, 0, 2.03399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 945); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 960, '2022-02-13 00:00:00', 0, 1.37199999999999, 0, 1.41399999999999, 0, 1.72399999999999, 0, 2.03399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 960); insert into powerstats_trumpet(symbolid, dayofweek, fromtime, enddate, stddev_15, ave_15, stddev_30, ave_30, stddev_60, ave_60, stddev_240, ave_240, stddev_1440, ave_1440) select 969880, 5, 975, '2022-02-13 00:00:00', 0, 0.494, 0, 0.804000000000002, 0, 1.114, 0, 1.25399999999999, 0, 3.74200000000002 where not exists (select 1 from powerstats_trumpet where symbolid = 969880 and enddate = '2022-02-13 00:00:00' and dayofweek = 5 and fromtime = 975);
Date: 2022-02-13 14:58:04 Duration: 3s640ms Database: acaweb_fx User: pgperfstats
13 104ms 15s117ms 1s971ms 124 4m4s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #13
Day Hour Count Duration Avg duration Feb 13 14 124 4m4s 1s971ms [ User: postgres - Total duration: 4m4s - Times executed: 124 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '431' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('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: 2022-02-13 14:18:08 Duration: 15s117ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('36' = 0 OR s.symbol in ('AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURGBP', 'EURJPY', 'EURNZD', 'EURUSD', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'JPN225', 'NAS100', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'OILUSD', 'SPX500', 'US30', 'USDCAD', 'USDCHF', 'USDJPY', 'XAGUSD', 'XAUUSD', 'F', 'FDX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:16:22 Duration: 10s661ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '489' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('0' = 0 OR s.timegranularity in ('0')) AND ('0' = 0 OR s.exchange in ('')) AND ('0' = 0 OR s.symbol in ('')) AND ('0' = 0 OR p.patternname in ('')) AND ('0' = 0 OR kr.patternclassid in ('0')) AND ('0' = 0 OR kr.patternlengthbars <= '0') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('0' = 0 OR age <= '0') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:17:14 Duration: 10s507ms Database: acaweb_fx User: postgres Bind query: yes
14 52ms 20s346ms 1s915ms 77 2m27s with rar_max as ( select resultuid from relevance_keylevels_results order by resultuid desc limit ? ), kr as ( select a.*, rr.age, rr.relevant from keylevels_results a left outer join relevance_keylevels_results rr on a.resultuid = rr.resultuid where case when false = ? then true else a.resultuid > ( select min(resultuid) from relevance_keylevels_results) end ), results as ( select distinct on (s.symbolid) kr.resultuid as resultuid, kr.direction as direction, s.exchange as exchange, s.symbolid as symbolid, s.symbol as symbol_code, s.longname as symbol_name, s.timegranularity as interval, p.patternname as pattern_name, kr.breakout as breakout, kr.atbaridentified as identified, dtt.timezone as timezone, kr.patternlengthbars as length, g.basegroupname, newlevels.filtered, case when kr.age is not null then kr.age when kr.resultuid <= rm.resultuid then ? else ? end as age, case when kr.relevant is not null then kr.relevant when kr.resultuid <= rm.resultuid then ? else ? end as relevant, cps.pip from kr inner join brokersymbollist bsl on bsl.brokerid = ? and bsl.symbolid = kr.symbolid inner join symbols s on bsl.symbolid = s.symbolid and s.nonliquid = ? inner join symbolgroup sg on s.symbolid = sg.symbolid inner join groups g on sg.groupid = g.groupid inner join brokergroups bg on g.groupid = bg.groupid and bsl.brokerid = bg.brokerid inner join hrspatterns p on kr.patternid = p.patternid inner join downloadersymbolsettings dss on s.symbolid = dss.symbolid inner join datafeedstimetable dtt on dss.classname = dtt.classname and dtt.dayofweek = ? inner join rar_max rm on ? = ? left outer join relevance_keylevels_results rar on rar.resultuid = kr.resultuid left join lateral calc_kl_signal_filter (kr.resultuid) newlevels on true left join currencypips cps on cps.symbol = s.symbol where kr.gmttimefound > now() - interval ? and dss.enabled = ? and (kr.simulation = ? or kr.simulation is null) and (? = ? or s.timegranularity in (...)) and (? = ? or s.exchange in (...)) and (? = ? or s.symbol in (...)) and (? = ? or p.patternname in (...)) and (? = ? or kr.patternclassid in (...)) and (? = ? or kr.patternlengthbars <= ?) order by symbolid, identified desc, patternlengthbars desc ) select * from results where (false = ? or relevant = ?) and (? = ? or age <= ?) order by identified desc, length desc;Times Reported Time consuming queries #14
Day Hour Count Duration Avg duration Feb 13 14 77 2m27s 1s915ms [ User: postgres - Total duration: 2m27s - Times executed: 77 ]
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:11:42 Duration: 20s346ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:16:31 Duration: 16s41ms Database: acaweb_fx User: postgres Bind query: yes
-
WITH rar_max as ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1 ), kr AS ( SELECT a.*, rr.age, rr.relevant from keylevels_results a LEFT OUTER JOIN relevance_keylevels_results rr on a.resultuid = rr.resultuid WHERE CASE WHEN FALSE = 't' THEN true ELSE a.resultuid > ( select min(resultuid) from relevance_keylevels_results) END ), results AS ( SELECT DISTINCT ON (s.symbolid) kr.resultuid AS resultuid, kr.direction AS direction, s.exchange AS exchange, s.symbolid AS symbolid, s.symbol AS symbol_code, s.longname AS symbol_name, s.timegranularity AS interval, p.patternname AS pattern_name, kr.breakout AS breakout, kr.atbaridentified AS identified, dtt.timezone AS timezone, kr.patternlengthbars AS length, g.basegroupname, newLevels.filtered, CASE WHEN kr.age IS NOT NULL THEN kr.age WHEN kr.resultuid <= rm.resultuid THEN 11 ELSE 0 END as age, CASE WHEN kr.relevant IS NOT NULL THEN kr.relevant WHEN kr.resultuid <= rm.resultuid THEN 0 ELSE 1 END as relevant, cps.pip FROM kr INNER JOIN brokersymbollist bsl ON bsl.brokerid = '660' AND bsl.symbolid = kr.symbolid INNER JOIN symbols s ON bsl.symbolid = s.symbolid AND s.nonliquid = 0 INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN brokergroups bg on g.groupid = bg.groupid AND bsl.brokerid = bg.brokerid INNER JOIN hrspatterns p ON kr.patternid = p.patternid INNER JOIN downloadersymbolsettings dss ON s.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname AND dtt.dayofweek = 3 INNER JOIN rar_max rm ON 1 = 1 LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = kr.resultuid LEFT JOIN LATERAL calc_kl_signal_filter (kr.resultuid) newLevels on true LEFT JOIN currencypips cps on cps.symbol = s.symbol WHERE kr.gmttimefound > now() - INTERVAL '7 DAYS' AND dss.enabled = 1 AND (kr.simulation = 0 OR kr.simulation IS NULL) AND ('7' = 0 OR s.timegranularity in ('15', '30', '60', '120', '240', '480', '1440')) AND ('0' = 0 OR s.exchange in ('')) AND ('212' = 0 OR s.symbol in ('BCHEUR', 'BCHUSD', 'BTCEUR', 'BTCUSD', 'ETHEUR', 'ETHUSD', 'LTCEUR', 'LTCUSD', 'USDRON', 'XRPEUR', 'XRPUSD', 'AUDCAD', 'AUDCHF', 'AUDJPY', 'AUDNZD', 'AUDUSD', 'CADCHF', 'CADJPY', 'CHFJPY', 'EURAUD', 'EURCAD', 'EURCHF', 'EURCZK', 'EURGBP', 'EURHUF', 'EURJPY', 'EURMXN', 'EURNOK', 'EURNZD', 'EURPLN', 'EURSEK', 'EURTRY', 'EURUSD', 'EURZAR', 'GBPAUD', 'GBPCAD', 'GBPCHF', 'GBPJPY', 'GBPNZD', 'GBPUSD', 'GBPZAR', 'NZDCAD', 'NZDCHF', 'NZDJPY', 'NZDUSD', 'USDCAD', 'USDCHF', 'USDCZK', 'USDHUF', 'USDJPY', 'USDMXN', 'USDNOK', 'USDPLN', 'USDSEK', 'USDSGD', 'USDTRY', 'USDZAR', 'AA', 'AAPL', 'AC.pa', 'ACA.pa', 'ACB', 'ACKB.br', 'AD.as', 'ADBE', 'ADS.de', 'AGS.br', 'AI.pa', 'AIG', 'AIR.pa', 'ALV.de', 'AMZN', 'AXP', 'BA', 'BABA', 'BAC', 'BAS.de', 'BAYN.de', 'BIDU', 'BMW.de', 'BN.pa', 'BNP.pa', 'BRKB', 'C', 'CA.pa', 'CAP.pa', 'CAT', 'CBK.de', 'CGC', 'CRON', 'CS.pa', 'CSCO', 'CVX', 'DAI.de', 'DBK.de', 'DIS', 'DLTR', 'DPW.de', 'DTE.de', 'EBAY', 'EDF.pa', 'EL.pa', 'EN.pa', 'EOAN.de', 'FB', 'FEYE', 'FP.pa', 'FSLR', 'GE', 'GILD', 'GLE.pa', 'GM', 'GOOG', 'GS', 'HAS', 'HEIA.as', 'HEN3.de', 'HOG', 'HPQ', 'HSY', 'IBE.mc', 'IBM', 'IFX.de', 'INGA.as', 'INTC', 'JNJ', 'JPM', 'KO', 'LHA.de', 'LLOY.l', 'LMT', 'LR.pa', 'LVS', 'LYFT', 'M', 'MC.pa', 'ML.pa', 'MMM', 'MRK.de', 'MS', 'MSFT', 'NFLX', 'NKE', 'NOV', 'NOVN.vx', 'NVDA', 'ORA.pa', 'PANW', 'PFE', 'PG', 'PM', 'PUB.pa', 'PYPL', 'QCOM', 'RACE', 'REGN', 'RI.pa', 'RNO.pa', 'RWE.de', 'SAF.pa', 'SAN.pa', 'SAP.de', 'SBUX', 'SGO.pa', 'SIE.de', 'SMSN.l', 'SNAP', 'SRE', 'SU.pa', 'T', 'TEF.mc', 'TEVA', 'TGT', 'TKA.de', 'TSLA', 'TWTR', 'UBER', 'UBSG.vx', 'UNA.as', 'URW.as', 'V', 'VIE.pa', 'VIV.pa', 'VK.pa', 'VOW3.de', 'VZ', 'WMT', 'XOM', 'YNDX', 'XAGUSD', 'XAUUSD', 'BRENT', 'COCOA', 'COFFEE', 'CORN', 'COTTON', 'NGAS', 'SUGAR', 'USDX', 'WHEAT', 'WTI', 'FRENCH40', 'GERMAN30', 'JPN225', 'NETHERLAND25', 'SPANISH35', 'SWISS20', 'UK100', 'US30', 'US500', 'USTECH100', 'USVIX')) AND ('0' = 0 OR p.patternname in ('')) AND ('2' = 0 OR kr.patternclassid in ('1', '2')) AND ('400' = 0 OR kr.patternlengthbars <= '400') ORDER BY symbolid, identified DESC, patternlengthbars DESC ) SELECT * from results WHERE (FALSE = 't' OR relevant = 1) AND ('10' = 0 OR age <= '10') ORDER BY identified DESC, length DESC;
Date: 2022-02-13 14:06:42 Duration: 13s480ms Database: acaweb_fx User: postgres Bind query: yes
15 60ms 7s700ms 1s591ms 44 1m10s 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 (((longname ilike ? and timegranularity = ?))) and breakout >= ?.? and patternendtime = latestbaratbreakouttime and patternlengthbars >= ? and patternquality >= ?.? and initialtrend >= ?.? and symmetry >= ?.? and noise <= ?.? and volumeincrease >= ?.? and temporarypattern = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and s.nonliquid = ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, patternquality desc limit ?;Times Reported Time consuming queries #15
Day Hour Count Duration Avg duration Feb 13 14 44 1m10s 1s591ms [ User: postgres - Total duration: 1m10s - Times executed: 44 ]
-
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 = 49 AND (((longname ilike '%euro vs great britain pound %' AND timegranularity = 60))) AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 554105998 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:04:51 Duration: 7s700ms 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 = 49 AND (((longname ilike '%euro vs australian dollar%' 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 > 553581532 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:04:51 Duration: 7s611ms 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 = 49 AND (((longname ilike '%euro vs canadian dollar%' 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 > 550894127 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:05:01 Duration: 6s647ms Database: acaweb_fx User: postgres Bind query: yes
16 57ms 12s363ms 1s488ms 104 2m34s (( 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 #16
Day Hour Count Duration Avg duration Feb 13 14 104 2m34s 1s488ms [ User: postgres - Total duration: 2m34s - Times executed: 104 ]
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '700' 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 = '700' 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 = '700' 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 = '700' 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 = '700' 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 = '700' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:01:17 Duration: 12s363ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:35:57 Duration: 10s11ms Database: acaweb_fx User: postgres Bind query: yes
-
(( SELECT /*CPRelevantList*/ distinct 0 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_autochartist_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 0 as patterntype, ar.resultuid as resultuid, 0, 1 from autochartist_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_autochartist_results order by resultuid desc limit 1))) union all (( SELECT distinct 1 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_fibonacci_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 1 as patterntype, ar.resultuid as resultuid, 0, 1 from fibonacci_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_fibonacci_results order by resultuid desc limit 1))) union all (( SELECT distinct 2 as patterntype, ar.resultuid as resultuid, rar.age, rar.relevant FROM keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid inner join symbols s on s.symbolid = bsl.symbolid inner join relevance_keylevels_results rar on rar.resultuid = ar.resultuid where bsl.brokerid = '529' union select distinct 2 as patterntype, ar.resultuid as resultuid, 0, 1 from keylevels_results ar inner join brokersymbollist bsl on bsl.symbolid = ar.symbolid and bsl.brokerid = '529' inner join symbols s on s.symbolid = bsl.symbolid where resultuid > ( select resultuid from relevance_keylevels_results order by resultuid desc limit 1)));
Date: 2022-02-13 14:15:42 Duration: 9s233ms Database: acaweb_fx User: postgres Bind query: yes
17 51ms 5s987ms 660ms 113 1m14s 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 Feb 13 14 113 1m14s 660ms [ User: postgres - Total duration: 1m14s - Times executed: 113 ]
-
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 = 700 AND sg.groupid = 5367 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 & 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: 2022-02-13 14:15:46 Duration: 5s987ms 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 = 700 AND sg.groupid = 5365 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 & 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: 2022-02-13 14:15:45 Duration: 5s753ms 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 = 700 AND sg.groupid = 5366 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 & 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: 2022-02-13 14:15:45 Duration: 5s574ms Database: acaweb_fx User: postgres Bind query: yes
18 50ms 3s13ms 490ms 75 36s794ms 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 #18
Day Hour Count Duration Avg duration Feb 13 14 75 36s794ms 490ms [ User: postgres - Total duration: 36s794ms - Times executed: 75 ]
-
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 = 5366 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: 2022-02-13 14:03:34 Duration: 3s13ms 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 = 700 AND groupid = 5367 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: 2022-02-13 14:03:34 Duration: 2s694ms 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 = 700 AND groupid = 5367 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: 2022-02-13 14:03:34 Duration: 2s397ms Database: acaweb_fx User: postgres Bind query: yes
19 50ms 5s85ms 432ms 241 1m44s select distinct a.resultuid as ruid, s.symbolid as sid, symbol as sym, longname, shortname, exchange as e, timegranularity as tg, p.patternid as pid, direction as d, patternstarttime as pst, patternendtime as pet, patternstartprice as psp, patternendprice as pep, pricex as px, timex as tx, pricea as pa, timea as ta, priceb as pb, timeb as tb, pricec as pc, timec as tc, priced as pd, timed as td, averagequality as aq, timequality as tq, errormargin as rq, (? - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, patternlengthbars as l, temporarypattern as tp, bandwidth as bw, qtytp as qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzos, dftt.timezone as tz, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_fibonacci_results order by resultuid desc limit ?) then ? else ? end as relevant from symbols s inner join brokersymbollist b on s.symbolid = b.symbolid inner join symbolgroup sg on s.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = s.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join fibonacci_results a on a.symbolid = s.symbolid inner join fibonaccipatterns p on a.pattern = p.patternname left outer join relevance_fibonacci_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and sg.groupid = ? and patternlengthbars >= ? and averagequality >= ?.? and (timequality >= ?.? or timequality = ?) and errormargin >= ?.? and ? - noise >= ?.? and s.nonliquid = ? and patternid & ? > ? and s.nonliquid = ? and s.deleted = ? and dss.enabled = ? and a.resultuid > ? and dftt.dayofweek = ? order by relevant desc, age asc, patternendtime desc, averagequality desc limit ?;Times Reported Time consuming queries #19
Day Hour Count Duration Avg duration Feb 13 14 241 1m44s 432ms [ User: postgres - Total duration: 1m44s - Times executed: 241 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68601085 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 5s85ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5159 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68601085 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 5s84ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND sg.groupid = 5153 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68631484 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:15:44 Duration: 3s708ms Database: acaweb_fx User: postgres Bind query: yes
20 50ms 6s562ms 378ms 157 59s471ms select distinct a.resultuid as ruid, c.symbolid as sid, c.symbol as sym, c.longname as longname, c.shortname, c.exchange as e, c.timegranularity as tg, p.patternid as pid, a.direction as d, cast(atbaridentified as timestamp) as pet, cast(patternstarttime as timestamp) as pst, patternprice as patp, breakoutprice as pe, breakoutbars as be, errormargin as erm, patternlengthbars as l, bandwidth as bw, qtytp as qtp, p.patternname as patternname, cast(x0 as timestamp) as x0, cast(x1 as timestamp) as x1, cast(x2 as timestamp) as x2, cast(( case when x3 = ? then ? else x3 end) as timestamp) as x3, cast(( case when x4 = ? then ? else x4 end) as timestamp) as x4, cast(( case when x5 = ? then ? else x5 end) as timestamp) as x5, cast(( case when x6 = ? then ? else x6 end) as timestamp) as x6, cast(( case when x7 = ? then ? else x7 end) as timestamp) as x7, cast(( case when x8 = ? then ? else x8 end) as timestamp) as x8, cast(( case when x9 = ? then ? else x9 end) as timestamp) as x9, cast(atbaridentified as timestamp) as patternendtime, cast(atbaridentified as timestamp) as atbar, cast(( case when approachingtimestamp = ? then ? else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzos, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, case when rar.age is not null then rar.age when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as age, case when rar.relevant is not null then rar.relevant when a.resultuid <= ( select resultuid from relevance_keylevels_results order by resultuid desc limit ?) then ? else ? end as relevant, cast(?.? as double precision) as premium, cast(? as bigint) as instrumentid, ? as derivativeid, ? as underlyingid, ? as isunderlying from symbols c inner join brokersymbollist b on c.symbolid = b.symbolid inner join symbolgroup sg on c.symbolid = sg.symbolid inner join downloadersymbolsettings dss on dss.symbolid = c.symbolid inner join datafeedstimetable dftt on dftt.classname = dss.classname inner join keylevels_results a on a.symbolid = c.symbolid inner join hrspatterns p on a.patternid = p.patternid left outer join relevance_keylevels_results rar on rar.resultuid = a.resultuid where b.brokerid = ? and groupid = ? and patternclassid = ? and patternlengthbars >= ? and a.patternid & ? > ? and dftt.dayofweek = ? and a.qtytp >= ? and a.resultuid > ? and c.nonliquid = ? and c.deleted = ? and dss.enabled = ? order by relevant desc, age asc, patternendtime desc, qtp desc limit ?;Times Reported Time consuming queries #20
Day Hour Count Duration Avg duration Feb 13 14 157 59s471ms 378ms [ User: postgres - Total duration: 59s471ms - Times executed: 157 ]
-
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 = 643 AND groupid = 4732 AND patternclassid = '2' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '0' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:15:43 Duration: 6s562ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '77916250' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:11:34 Duration: 4s612ms Database: acaweb_fx User: postgres Bind query: yes
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 689 AND groupid = 5123 AND patternclassid = '1' AND patternlengthbars >= '20' AND a.PatternID & '39' > 0 AND dftt.dayofweek = '3' AND a.qtytp >= '0' AND a.resultuid > '77916250' AND c.nonliquid = '0' AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:11:34 Duration: 4s611ms 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 297ms 4 57ms 89ms 74ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3511 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 65295435 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #1
Day Hour Count Duration Avg duration Feb 13 14 4 297ms 74ms [ User: postgres - Total duration: 360ms - Times executed: 4 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3511 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 65295435 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:05:08 Duration: 89ms 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 = 558 AND sg.groupid = 3511 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 65295435 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:21:09 Duration: 87ms 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 = 558 AND sg.groupid = 3511 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 65295435 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:13:09 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
2 200ms 2 57ms 143ms 100ms with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;Times Reported Time consuming bind #2
Day Hour Count Duration Avg duration 14 2 200ms 100ms [ User: postgres - Total duration: 453ms - Times executed: 2 ]
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-02-13 14:18:01 Duration: 143ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '558', $2 = '558', $3 = '558', $4 = '558', $5 = '558', $6 = '558', $7 = '558', $8 = '558', $9 = '558'
-
with wh_patitioned as ( select row_number() over (partition by symbol, a.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset as timezoneoffset, ar.patternlengthbars as length, ar.patternquality as quality FROM whatshot_probability whp INNER JOIN autochartist_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_autochartist_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $1 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $2 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $3) AND interval >= 60 AND percent >= 60 AND type = 'cp' and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a ), wh_patitioned2 as ( select row_number() over (partition by symbol, a2.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $4 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $5 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $6) AND interval >= 60 AND percent >= 60 AND type = 'kl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a2 ), wh_patitioned3 as ( select row_number() over (partition by symbol, a3.basegroupname order by resultuid desc) as rn, * from ( SELECT whp.resultuid, g.basegroupname, type, whid, whp.exchange, whp.symbol, patternname, whp.direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime + (interval || ' minutes')::interval as patternendtime, patternprice as predictionpricefrom, patternprice as predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, rar.age, dftt.timezone, dftt.absolutetimezoneoffset, ar.patternlengthbars as length, ar.qtytp as quality FROM whatshot_probability whp INNER JOIN keylevels_results ar ON whp.resultuid = ar.resultuid INNER JOIN relevance_keylevels_results rar ON ar.resultuid = rar.resultuid INNER JOIN downloadersymbolsettings dss ON ar.symbolid = dss.symbolid INNER JOIN datafeedstimetable dftt ON dss.classname = dftt.classname INNER JOIN symbols s on whp.symbolid = s.symbolid INNER JOIN symbolgroup sg on s.symbolid = sg.symbolid INNER JOIN groups g ON sg.groupid = g.groupid INNER JOIN whatshot_groups whg ON whg.groupid = g.groupid INNER JOIN brokersymbollist bsl ON bsl.symbolid = sg.symbolid AND bsl.brokerid = $7 INNER JOIN brokergroups bg ON bg.groupid = sg.groupid AND bg.brokerid = $8 WHERE whid = ( SELECT MAX(whid) FROM whatshot WHERE brokerid = $9) AND interval >= 60 AND percent >= 60 AND type = 'ekl' AND rar.relevant = 1 AND rar.age <= 10 and s.nonliquid = 0 and s.deleted = 0 and dss.enabled = 1 and dftt.dayofweek = 3) a3 ) select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, timezoneoffset, length, quality from wh_patitioned where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned2 where rn = 1 UNION ALL select resultuid, basegroupname, type, whid, exchange, symbol, patternname, direction, hod, interval, symbol_percent, pattern_percent, hod_percent, percent, new, patternendtime, predictionpricefrom, predictionpriceto, pattern_correct, pattern_total, hod_correct, hod_total, symbol_correct, symbol_total, age, timezone, absolutetimezoneoffset, length, quality from wh_patitioned3 where rn = 1;
Date: 2022-02-13 14:12:24 Duration: 57ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '529', $2 = '529', $3 = '529', $4 = '529', $5 = '529', $6 = '529', $7 = '529', $8 = '529', $9 = '529'
3 168ms 3 50ms 63ms 56ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 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 > 68632994 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #3
Day Hour Count Duration Avg duration 14 3 168ms 56ms [ User: postgres - Total duration: 890ms - Times executed: 3 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 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 > 68632994 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:13:09 Duration: 63ms 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 = 558 AND sg.groupid = 3524 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 > 68632994 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:05:08 Duration: 54ms 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 = 558 AND sg.groupid = 3524 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 > 68632994 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:17:09 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '986515'
4 160ms 2 69ms 90ms 80ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 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 > 556549528 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #4
Day Hour Count Duration Avg duration 14 2 160ms 80ms [ User: postgres - Total duration: 246ms - Times executed: 2 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 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 > 556549528 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:17:09 Duration: 90ms 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 = 558 AND sg.groupid = 3524 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 > 556549528 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:21:09 Duration: 69ms Database: postgres User: acaweb_fx Remote: postgres
5 157ms 2 72ms 84ms 78ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 68638898 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 157ms 78ms [ User: postgres - Total duration: 413ms - 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 = 558 AND sg.groupid = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 68638898 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:21:09 Duration: 84ms 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 = 558 AND sg.groupid = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 68638898 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:17:09 Duration: 72ms Database: postgres User: acaweb_fx Remote: postgres
6 124ms 2 52ms 71ms 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 = 558 AND groupid = 3524 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #6
Day Hour Count Duration Avg duration 14 2 124ms 62ms [ User: postgres - Total duration: 195ms - 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 = 558 AND groupid = 3524 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: 2022-02-13 14:21:09 Duration: 71ms Database: postgres User: acaweb_fx Remote: postgres
-
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 >= $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: 2022-02-13 14:05:08 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
7 123ms 2 52ms 71ms 61ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3526 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 > 556558658 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 #7
Day Hour Count Duration Avg duration 14 2 123ms 61ms [ User: postgres - Total duration: 229ms - Times executed: 2 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3526 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 > 556558658 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:17:09 Duration: 71ms 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 = 558 AND sg.groupid = 3526 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 > 556558658 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:13:08 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
8 123ms 2 52ms 70ms 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 symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3526 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;Times Reported Time consuming bind #8
Day Hour Count Duration Avg duration 14 2 123ms 61ms [ User: postgres - Total duration: 105ms - 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 = 558 AND groupid = 3526 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:01:08 Duration: 70ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '2', $2 = '20', $3 = '3', $4 = '3', $5 = '77916345', $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 = 558 AND groupid = 3526 AND patternclassid = $1 AND patternlengthbars >= $2 AND a.PatternID & $3 > 0 AND dftt.dayofweek = $4 AND a.resultuid > $5 AND c.nonliquid = $6 AND c.deleted = 0 AND dss.enabled = 1 ORDER BY relevant DESC, age asc, PatternEndTime DESC, qtp DESC LIMIT 50;
Date: 2022-02-13 14:13:08 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
9 120ms 2 52ms 67ms 60ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 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 > 556560651 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #9
Day Hour Count Duration Avg duration 14 2 120ms 60ms [ User: postgres - Total duration: 107ms - Times executed: 2 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3524 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 > 556560651 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:13:09 Duration: 67ms 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 = 558 AND sg.groupid = 3524 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 > 556560651 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:05:08 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
10 115ms 2 54ms 61ms 57ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3526 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 68632994 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #10
Day Hour Count Duration Avg duration 14 2 115ms 57ms [ User: postgres - Total duration: 146ms - 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 = 558 AND sg.groupid = 3526 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 68632994 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:13:09 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 = 558 AND sg.groupid = 3526 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 63 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice = - 1 AND a.resultuid > 68632994 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:17:09 Duration: 54ms Database: postgres User: acaweb_fx Remote: postgres
11 109ms 2 52ms 56ms 54ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3511 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 547871745 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 2 109ms 54ms [ User: postgres - Total duration: 202ms - Times executed: 2 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3511 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 547871745 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:17:09 Duration: 56ms 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 = 558 AND sg.groupid = 3511 AND breakout >= 0.0 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 547871745 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:01:08 Duration: 52ms Database: postgres User: acaweb_fx Remote: postgres
12 106ms 2 50ms 55ms 53ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 67695268 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #12
Day Hour Count Duration Avg duration 14 2 106ms 53ms [ User: postgres - Total duration: 185ms - 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 = 558 AND sg.groupid = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 67695268 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:21:09 Duration: 55ms 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 = 558 AND sg.groupid = 3500 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND PatternEndPrice > - 1 AND a.resultuid > 67695268 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:29:09 Duration: 50ms Database: postgres User: acaweb_fx Remote: postgres
13 105ms 1 105ms 105ms 105ms with wh_patitioned as ( ;Times Reported Time consuming bind #13
Day Hour Count Duration Avg duration 14 1 105ms 105ms [ User: postgres - Total duration: 173ms - Times executed: 1 ]
-
with wh_patitioned as ( ;
Date: 2022-02-13 14:19:27 Duration: 105ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '529', $2 = '529', $3 = '529', $4 = '529', $5 = '529', $6 = '529', $7 = '529', $8 = '529', $9 = '529'
14 93ms 1 93ms 93ms 93ms SELECT ns.nspname, a.typname, a.oid, a.typrelid, a.typbasetype, ;Times Reported Time consuming bind #14
Day Hour Count Duration Avg duration 14 1 93ms 93ms [ User: postgres - Total duration: 71ms - Times executed: 1 ]
-
SELECT ns.nspname, a.typname, a.oid, a.typrelid, a.typbasetype, ;
Date: 2022-02-13 14:15:16 Duration: 93ms Database: postgres User: acaweb_fx Remote: postgres
15 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 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 = 3530 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 #15
Day Hour Count Duration Avg duration 14 1 86ms 86ms [ User: postgres - Total duration: 111ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, c.symbolid AS sid, c.symbol AS sym, c.longname as longname, c.shortname, c.Exchange AS e, c.timegranularity AS tg, p.PatternID AS pid, a.direction AS d, cast(atbaridentified as timestamp) AS pet, cast(patternstarttime as timestamp) AS pst, PatternPrice AS patp, breakoutprice as pE, breakoutbars as bE, errorMargin as erm, PatternLengthBars AS l, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, cast(x0 as timestamp) AS x0, cast(x1 as timestamp) AS x1, cast(x2 as timestamp) AS x2, cast(( case when x3 = '' then '1900-01-01' else x3 end) as timestamp) AS x3, cast((case when x4 = '' then '1900-01-01' else x4 end) as timestamp) AS x4, cast(( case when x5 = '' then '1900-01-01' else x5 end) as timestamp) AS x5, cast((case when x6 = '' then '1900-01-01' else x6 end) as timestamp) AS x6, cast(( case when x7 = '' then '1900-01-01' else x7 end) as timestamp) AS x7, cast((case when x8 = '' then '1900-01-01' else x8 end) as timestamp) AS x8, cast(( case when x9 = '' then '1900-01-01' else x9 end) as timestamp) AS x9, cast(atbaridentified as timestamp) as PatternEndTime, cast(atbaridentified as timestamp) as atBar, cast((case when approachingtimestamp = '' then '1900-01-01' else approachingtimestamp end) as timestamp) as apr, dftt.timezone as tz, dftt.absolutetimezoneoffset as tzOs, predictionpricefrom as ppf, predictionpriceto as ppt, predictiontimefrom as ptf, predictiontimebars as ptb, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_keylevels_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant, cast(0.0 as double precision) as premium, cast(0 as bigint) as instrumentid, 0 as derivativeid, 0 as underlyingid, 0 as isunderlying FROM symbols c INNER JOIN brokersymbollist b ON c.symbolid = b.symbolid INNER JOIN symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND groupid = 3530 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: 2022-02-13 14:17:09 Duration: 86ms Database: postgres User: acaweb_fx Remote: postgres
16 69ms 1 69ms 69ms 69ms SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN exchanges ee on s.exchange = ee.exchange INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;Times Reported Time consuming bind #16
Day Hour Count Duration Avg duration 14 1 69ms 69ms [ User: postgres - Total duration: 818ms - Times executed: 1 ]
-
SELECT DISTINCT dss.downloadersymbol, pssd.symbolid, s.symbol, s.longname, s.exchange, day, ee.timezone as exchangetimezone, ee.mon_t1start as exchangestart, (pssd.ave - pssd.stddev / 2.0) AS low, pssd.ave, (pssd.ave + pssd.stddev / 2.0) AS high, pssd.enddate, dtt.absolutetimezoneoffset datafeedtimezoneoffset, dtt.timezone datafeedtimezonename FROM powerstats_daily pssd INNER JOIN downloadersymbolsettings dss ON pssd.symbolid = dss.symbolid INNER JOIN datafeedstimetable dtt ON dss.classname = dtt.classname INNER JOIN powerstats_symboldata psd ON psd.DailySymbolID = pssd.symbolid INNER JOIN symbols s ON psd.DailySymbolID = s.symbolid and s.symbolid = dss.symbolid INNER JOIN brokersymbollist bsl ON s.symbolid = bsl.symbolid INNER JOIN exchanges ee on s.exchange = ee.exchange INNER JOIN mat_ps_daily_symbolid_max_enddate e ON pssd.enddate = e.enddate AND pssd.symbolid = e.symbolid WHERE psd.symbolid = $1 AND bsl.brokerid = $2 AND dtt.dayofweek = 3 ORDER BY day ASC;
Date: 2022-02-13 14:17:46 Duration: 69ms Database: postgres User: acaweb_fx Remote: postgres parameters: $1 = '986515'
17 63ms 1 63ms 63ms 63ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3496 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;Times Reported Time consuming bind #17
Day Hour Count Duration Avg duration 14 1 63ms 63ms [ User: postgres - Total duration: 198ms - Times executed: 1 ]
-
SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 558 AND sg.groupid = 3496 AND breakout = - 1 AND patternlengthbars >= 20 AND patternquality >= 0.3 AND initialtrend >= 0.0 AND symmetry >= 0.0 AND noise <= 1.0 AND volumeincrease >= 0.0 AND TemporaryPattern = 0 AND PatternID & 65535 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 0 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:01:08 Duration: 63ms Database: postgres User: acaweb_fx Remote: postgres
18 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 symbolgroup sg ON c.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = c.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN keylevels_results a ON a.symbolid = c.symbolid INNER JOIN hrspatterns p ON a.patternid = p.patternid LEFT OUTER JOIN relevance_keylevels_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND groupid = 5603 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 #18
Day Hour Count Duration Avg duration 14 1 62ms 62ms [ User: postgres - Total duration: 88ms - 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 = 529 AND groupid = 5603 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: 2022-02-13 14:25:37 Duration: 62ms Database: postgres User: acaweb_fx Remote: postgres
19 61ms 1 61ms 61ms 61ms SELECT /*server.CPResultList*/ DISTINCT patternid, resy0, resy1, supporty0, supporty1, predictiontimeto, patternstarttime, s.symbolid, resx0, resx1, supportx0, supportx1, s.symbol, shortname, timegranularity, patternendtime, pattern, a.direction, trendchange, patternlengthbars, patternquality, a.resultuid as uid, breakout, initialtrend, volumeincrease, symmetry as uniformity, predictionpricefrom, predictionpriceto, noise, exchange, gmttimefound, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, longname, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_autochartist_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN autochartist_results a ON a.symbolid = s.symbolid INNER JOIN Patterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_autochartist_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 660 AND sg.groupid = 4883 AND breakout >= 0.5 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 80 AND patternquality >= 0.7 AND initialtrend >= 0.5 AND symmetry >= 0.5 AND noise <= 0.5 AND volumeincrease >= 0.5 AND TemporaryPattern = 0 AND PatternID & 4219 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 545748159 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 #19
Day Hour Count Duration Avg duration 14 1 61ms 61ms [ User: postgres - Total duration: 65ms - 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 = 4883 AND breakout >= 0.5 AND patternendtime = LatestBarAtBreakoutTime AND patternlengthbars >= 80 AND patternquality >= 0.7 AND initialtrend >= 0.5 AND symmetry >= 0.5 AND noise <= 0.5 AND volumeincrease >= 0.5 AND TemporaryPattern = 0 AND PatternID & 4219 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 545748159 AND s.nonliquid = 0 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, PatternQuality DESC LIMIT 50;
Date: 2022-02-13 14:46:29 Duration: 61ms Database: postgres User: acaweb_fx Remote: postgres
20 60ms 1 60ms 60ms 60ms SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3356 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68619710 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;Times Reported Time consuming bind #20
Day Hour Count Duration Avg duration 14 1 60ms 60ms [ User: postgres - Total duration: 520ms - Times executed: 1 ]
-
SELECT DISTINCT a.ResultUID AS ruid, s.symbolid AS sid, symbol AS sym, longname, shortname, Exchange AS e, timegranularity AS tg, p.PatternID AS pid, Direction AS d, PatternStartTime AS pst, PatternEndTime AS pet, PatternStartPrice AS psp, PatternEndPrice AS pep, priceX as px, timeX as tx, priceA as pa, timeA as ta, priceB as pb, timeB as tb, priceC as pc, timeC as tc, priceD as pd, timeD as td, averagequality as aq, timequality as tq, errormargin as rq, (1 - noise) as c, target10 as t10, target06 as t06, target16 as t16, target07 as t07, target12 as t12, target03 as t03, target05 as t05, PatternLengthBars AS l, temporarypattern as tp, Bandwidth AS bw, QtyTP AS qtp, p.patternname as patternname, averagequality, dftt.absolutetimezoneoffset as tzOs, dftt.timezone as tz, CASE WHEN rar.age IS NOT NULL THEN rar.age WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 11 ELSE 0 END as age, CASE WHEN rar.relevant IS NOT NULL THEN rar.relevant WHEN a.resultuid <= ( SELECT resultuid FROM relevance_fibonacci_results ORDER BY resultuid DESC LIMIT 1) THEN 0 ELSE 1 END as relevant FROM symbols s INNER JOIN brokersymbollist b ON s.symbolid = b.symbolid INNER JOIN symbolgroup sg ON s.symbolid = sg.symbolid INNER JOIN downloadersymbolsettings dss ON dss.symbolid = s.symbolid INNER JOIN datafeedstimetable dftt ON dftt.classname = dss.classname INNER JOIN fibonacci_results a ON a.symbolid = s.symbolid INNER JOIN FibonacciPatterns p ON a.pattern = p.patternname LEFT OUTER JOIN relevance_fibonacci_results rar ON rar.resultuid = a.resultuid WHERE b.brokerid = 529 AND sg.groupid = 3356 AND patternlengthbars >= 20 AND averagequality >= 0.3 AND (timequality >= 0.0 OR timequality = - 1) AND errormargin >= 0.0 AND 1 - noise >= 0.0 AND s.nonliquid = 0 AND PatternID & 39 > 0 AND s.nonliquid = 0 AND s.deleted = 0 AND dss.enabled = 1 AND a.resultuid > 68619710 AND dftt.dayofweek = 3 ORDER BY relevant DESC, age asc, PatternEndTime DESC, averagequality DESC LIMIT 50;
Date: 2022-02-13 14:03:02 Duration: 60ms Database: postgres User: acaweb_fx Remote: postgres
-
Events
Log levels
Key values
- 59,952 Log entries
Events distribution
Key values
- 0 PANIC entries
- 0 FATAL entries
- 18186 ERROR entries
- 68 WARNING entries
Most Frequent Errors/Events
Key values
- 18,173 Max number of times the same event was reported
- 18,254 Total events found
Rank Times reported Error 1 18,173 ERROR: duplicate key value violates unique constraint "..."
Times Reported Most Frequent Error / Event #1
Day Hour Count Feb 13 14 18,173 - ERROR: duplicate key value violates unique constraint "pk_t15"
- ERROR: duplicate key value violates unique constraint "pk_t30"
- ERROR: duplicate key value violates unique constraint "pk_t60"
Detail: Key (pricedatetime, symbolid)=(2022-02-10 05:30:00, 960516) already exists.
Statement: INSERT INTO T15 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2022-02-10 05:30', 0.90882, 0.90932, 0.90881, 0.9093, 0, 0,'2022-02-13 14:00');INSERT INTO T15_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960516, '2022-02-10 05:30', 0.90882, 0.90932, 0.90881, 0.9093, 0, 0,'2022-02-13 14:00');Date: 2022-02-13 14:00:34 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-02-10 05:30:00, 960554) already exists.
Statement: INSERT INTO T30 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2022-02-10 05:30', 0.90882, 0.90932, 0.90881, 0.90915, 0, 0,'2022-02-13 14:00');INSERT INTO T30_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960554, '2022-02-10 05:30', 0.90882, 0.90932, 0.90881, 0.90915, 0, 0,'2022-02-13 14:00');Date: 2022-02-13 14:00:54 Database: acaweb_fx Application: User: postgres Remote:
Detail: Key (pricedatetime, symbolid)=(2022-02-10 05:00:00, 960592) already exists.
Statement: INSERT INTO T60 (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2022-02-10 05:00', 0.90882, 0.90932, 0.90881, 0.90915, 0, 0,'2022-02-13 14:01');INSERT INTO T60_ps (SymbolID, PriceDateTime, Open, High, Low, Close, Volume, BSF, sastdatetimewritten) VALUES(960592, '2022-02-10 05:00', 0.90882, 0.90932, 0.90881, 0.90915, 0, 0,'2022-02-13 14:01');Date: 2022-02-13 14:01:03 Database: acaweb_fx Application: User: postgres Remote:
2 68 WARNING: there is no transaction in progress
Times Reported Most Frequent Error / Event #2
Day Hour Count Feb 13 14 68 - WARNING: there is no transaction in progress
Date: 2022-02-13 14:00:29 Database: acaweb_fx Application: User: postgres Remote:
3 12 ERROR: relation "..." does not exist
Times Reported Most Frequent Error / Event #3
Day Hour Count Feb 13 14 12 - ERROR: relation "t0" does not exist at character 83
Statement: SELECT * FROM ( SELECT PriceDateTime, Open, High, Low, Close, Volume, BSF FROM T0 WHERE symbolid = $1 AND (BSF = 0 OR BSF IS NULL) ORDER BY PriceDateTime DESC LIMIT 1050 ) a ORDER BY PriceDateTime ASC
Date: 2022-02-13 14:01:40 Database: acaweb_fx Application: User: postgres Remote:
4 1 LOG: process ... still waiting for AccessShareLock on relation ... of database ... after ... ms
Times Reported Most Frequent Error / Event #4
Day Hour Count Feb 13 14 1 - LOG: process 14696 still waiting for AccessShareLock on relation 52515 of database 51448 after 1000.075 ms at character 28
Detail: Process holding the lock: 31839. Wait queue: 14696.
Statement: SELECT datetimeupdate FROM latest_candle_datetime_per_receng WHERE recognitionengine ILIKE 'GIVCAPITAL - 2'Date: 2022-02-13 14:17:11 Database: acaweb_fx Application: User: postgres Remote: